diff --git a/__init__.py b/__init__.py index 8b0887b..932fc61 100644 --- a/__init__.py +++ b/__init__.py @@ -26,9 +26,7 @@ socket_protocol (Socket Protocol) **Module Documentation:** """ -__DEPENDENCIES__ = ['stringtools'] - -import stringtools +__DEPENDENCIES__ = [] import binascii import hashlib @@ -36,7 +34,6 @@ import json import logging import os import struct -import sys import time @@ -48,7 +45,7 @@ logger = logging.getLogger(ROOT_LOGGER_NAME).getChild(__name__) __DESCRIPTION__ = """The Module {\\tt %s} is designed for point to point communication for client-server issues. -For more Information read the sphinx documentation.""" % __name__.replace('_', '\_') +For more Information read the sphinx documentation.""" % __name__.replace('_', '\\_') """The Module Description""" __INTERPRETER__ = (3, ) """The Tested Interpreter-Versions""" @@ -272,15 +269,11 @@ class pure_json_protocol(object): **Example:** - .. literalinclude:: socket_protocol/_examples_/socket_protocol_client.py - - and - - .. literalinclude:: socket_protocol/_examples_/socket_protocol_server.py + .. literalinclude:: socket_protocol/_examples_/socket_protocol_example.py Will result to the following output: - .. literalinclude:: socket_protocol/_examples_/socket_protocol_client.log + .. literalinclude:: socket_protocol/_examples_/socket_protocol_example.log """ DEFAULT_CHANNEL_NAME = 'all_others' diff --git a/_docs_/.buildinfo b/_docs_/.buildinfo index 16aaca5..fe1b53d 100644 --- a/_docs_/.buildinfo +++ b/_docs_/.buildinfo @@ -1,4 +1,4 @@ # Sphinx build info version 1 -# This file hashes the configuration used when building these files. When it is not found, a full rebuild will be done. -config: 84bc88da236ad2fe1e0ad2143091c944 +# This file records the configuration used when building these files. When it is not found, a full rebuild will be done. +config: ce5d91d94bbf19231552402193f1ca5b tags: 645f666f9bcd5a90fca523b33c5a78b7 diff --git a/_docs_/_downloads/37503cb17b21b2c78bb8b07730976f24/unittest.pdf b/_docs_/_downloads/37503cb17b21b2c78bb8b07730976f24/unittest.pdf deleted file mode 100644 index 8ccd557..0000000 Binary files a/_docs_/_downloads/37503cb17b21b2c78bb8b07730976f24/unittest.pdf and /dev/null differ diff --git a/_docs_/_downloads/f482679fb1771f4d05403bb87fd0cc34/unittest.pdf b/_docs_/_downloads/f482679fb1771f4d05403bb87fd0cc34/unittest.pdf new file mode 100644 index 0000000..a390e53 Binary files /dev/null and b/_docs_/_downloads/f482679fb1771f4d05403bb87fd0cc34/unittest.pdf differ diff --git a/_docs_/_static/basic.css b/_docs_/_static/basic.css index 0807176..4738b2e 100644 --- a/_docs_/_static/basic.css +++ b/_docs_/_static/basic.css @@ -1,12 +1,5 @@ /* - * basic.css - * ~~~~~~~~~ - * * Sphinx stylesheet -- basic theme. - * - * :copyright: Copyright 2007-2019 by the Sphinx team, see AUTHORS. - * :license: BSD, see LICENSE for details. - * */ /* -- main layout ----------------------------------------------------------- */ @@ -15,6 +8,12 @@ div.clearer { clear: both; } +div.section::after { + display: block; + content: ''; + clear: left; +} + /* -- relbar ---------------------------------------------------------------- */ div.related { @@ -109,22 +108,18 @@ img { /* -- search page ----------------------------------------------------------- */ ul.search { - margin: 10px 0 0 20px; - padding: 0; + margin-top: 10px; } ul.search li { - padding: 5px 0 5px 20px; - background-image: url(file.png); - background-repeat: no-repeat; - background-position: 0 7px; + padding: 5px 0; } ul.search li a { font-weight: bold; } -ul.search li div.context { +ul.search li p.context { color: #888; margin: 2px 0 0 30px; text-align: left; @@ -216,7 +211,7 @@ table.modindextable td { /* -- general body styles --------------------------------------------------- */ div.body { - min-width: 450px; + min-width: 360px; max-width: 800px; } @@ -231,6 +226,10 @@ a.headerlink { visibility: hidden; } +a:visited { + color: #551A8B; +} + h1:hover > a.headerlink, h2:hover > a.headerlink, h3:hover > a.headerlink, @@ -261,19 +260,25 @@ p.rubric { font-weight: bold; } -img.align-left, .figure.align-left, object.align-left { +img.align-left, figure.align-left, .figure.align-left, object.align-left { clear: left; float: left; margin-right: 1em; } -img.align-right, .figure.align-right, object.align-right { +img.align-right, figure.align-right, .figure.align-right, object.align-right { clear: right; float: right; margin-left: 1em; } -img.align-center, .figure.align-center, object.align-center { +img.align-center, figure.align-center, .figure.align-center, object.align-center { + display: block; + margin-left: auto; + margin-right: auto; +} + +img.align-default, figure.align-default, .figure.align-default { display: block; margin-left: auto; margin-right: auto; @@ -287,30 +292,45 @@ img.align-center, .figure.align-center, object.align-center { text-align: center; } +.align-default { + text-align: center; +} + .align-right { text-align: right; } /* -- sidebars -------------------------------------------------------------- */ -div.sidebar { +div.sidebar, +aside.sidebar { margin: 0 0 0.5em 1em; border: 1px solid #ddb; - padding: 7px 7px 0 7px; + padding: 7px; background-color: #ffe; width: 40%; float: right; + clear: right; + overflow-x: auto; } p.sidebar-title { font-weight: bold; } +nav.contents, +aside.topic, +div.admonition, div.topic, blockquote { + clear: left; +} + /* -- topics ---------------------------------------------------------------- */ +nav.contents, +aside.topic, div.topic { border: 1px solid #ccc; - padding: 7px 7px 0 7px; + padding: 7px; margin: 10px 0 10px 0; } @@ -332,10 +352,6 @@ div.admonition dt { font-weight: bold; } -div.admonition dl { - margin-bottom: 0; -} - p.admonition-title { margin: 0px 10px 5px 0px; font-weight: bold; @@ -346,9 +362,34 @@ div.body p.centered { margin-top: 25px; } +/* -- content of sidebars/topics/admonitions -------------------------------- */ + +div.sidebar > :last-child, +aside.sidebar > :last-child, +nav.contents > :last-child, +aside.topic > :last-child, +div.topic > :last-child, +div.admonition > :last-child { + margin-bottom: 0; +} + +div.sidebar::after, +aside.sidebar::after, +nav.contents::after, +aside.topic::after, +div.topic::after, +div.admonition::after, +blockquote::after { + display: block; + content: ''; + clear: both; +} + /* -- tables ---------------------------------------------------------------- */ table.docutils { + margin-top: 10px; + margin-bottom: 10px; border: 0; border-collapse: collapse; } @@ -358,6 +399,11 @@ table.align-center { margin-right: auto; } +table.align-default { + margin-left: auto; + margin-right: auto; +} + table caption span.caption-number { font-style: italic; } @@ -373,10 +419,6 @@ table.docutils td, table.docutils th { border-bottom: 1px solid #aaa; } -table.footnote td, table.footnote th { - border: 0 !important; -} - th { text-align: left; padding-right: 5px; @@ -391,22 +433,34 @@ table.citation td { border-bottom: none; } +th > :first-child, +td > :first-child { + margin-top: 0px; +} + +th > :last-child, +td > :last-child { + margin-bottom: 0px; +} + /* -- figures --------------------------------------------------------------- */ -div.figure { +div.figure, figure { margin: 0.5em; padding: 0.5em; } -div.figure p.caption { +div.figure p.caption, figcaption { padding: 0.3em; } -div.figure p.caption span.caption-number { +div.figure p.caption span.caption-number, +figcaption span.caption-number { font-style: italic; } -div.figure p.caption span.caption-text { +div.figure p.caption span.caption-text, +figcaption span.caption-text { } /* -- field list styles ----------------------------------------------------- */ @@ -433,10 +487,71 @@ table.field-list td, table.field-list th { /* -- hlist styles ---------------------------------------------------------- */ +table.hlist { + margin: 1em 0; +} + table.hlist td { vertical-align: top; } +/* -- object description styles --------------------------------------------- */ + +.sig { + font-family: 'Consolas', 'Menlo', 'DejaVu Sans Mono', 'Bitstream Vera Sans Mono', monospace; +} + +.sig-name, code.descname { + background-color: transparent; + font-weight: bold; +} + +.sig-name { + font-size: 1.1em; +} + +code.descname { + font-size: 1.2em; +} + +.sig-prename, code.descclassname { + background-color: transparent; +} + +.optional { + font-size: 1.3em; +} + +.sig-paren { + font-size: larger; +} + +.sig-param.n { + font-style: italic; +} + +/* C++ specific styling */ + +.sig-inline.c-texpr, +.sig-inline.cpp-texpr { + font-family: unset; +} + +.sig.c .k, .sig.c .kt, +.sig.cpp .k, .sig.cpp .kt { + color: #0033B3; +} + +.sig.c .m, +.sig.cpp .m { + color: #1750EB; +} + +.sig.c .s, .sig.c .sc, +.sig.cpp .s, .sig.cpp .sc { + color: #067D17; +} + /* -- other body styles ----------------------------------------------------- */ @@ -460,11 +575,81 @@ ol.upperroman { list-style: upper-roman; } +:not(li) > ol > li:first-child > :first-child, +:not(li) > ul > li:first-child > :first-child { + margin-top: 0px; +} + +:not(li) > ol > li:last-child > :last-child, +:not(li) > ul > li:last-child > :last-child { + margin-bottom: 0px; +} + +ol.simple ol p, +ol.simple ul p, +ul.simple ol p, +ul.simple ul p { + margin-top: 0; +} + +ol.simple > li:not(:first-child) > p, +ul.simple > li:not(:first-child) > p { + margin-top: 0; +} + +ol.simple p, +ul.simple p { + margin-bottom: 0; +} + +aside.footnote > span, +div.citation > span { + float: left; +} +aside.footnote > span:last-of-type, +div.citation > span:last-of-type { + padding-right: 0.5em; +} +aside.footnote > p { + margin-left: 2em; +} +div.citation > p { + margin-left: 4em; +} +aside.footnote > p:last-of-type, +div.citation > p:last-of-type { + margin-bottom: 0em; +} +aside.footnote > p:last-of-type:after, +div.citation > p:last-of-type:after { + content: ""; + clear: both; +} + +dl.field-list { + display: grid; + grid-template-columns: fit-content(30%) auto; +} + +dl.field-list > dt { + font-weight: bold; + word-break: break-word; + padding-left: 0.5em; + padding-right: 5px; +} + +dl.field-list > dd { + padding-left: 0.5em; + margin-top: 0em; + margin-left: 0em; + margin-bottom: 0em; +} + dl { margin-bottom: 15px; } -dd p { +dd > :first-child { margin-top: 0px; } @@ -478,6 +663,21 @@ dd { margin-left: 30px; } +.sig dd { + margin-top: 0px; + margin-bottom: 0px; +} + +.sig dl { + margin-top: 0px; + margin-bottom: 0px; +} + +dl > dd:last-child, +dl > dd:last-child > :last-child { + margin-bottom: 0; +} + dt:target, span.highlighted { background-color: #fbe54e; } @@ -491,14 +691,6 @@ dl.glossary dt { font-size: 1.1em; } -.optional { - font-size: 1.3em; -} - -.sig-paren { - font-size: larger; -} - .versionmodified { font-style: italic; } @@ -537,6 +729,13 @@ dl.glossary dt { font-style: oblique; } +.classifier:before { + font-style: normal; + margin: 0 0.5em; + content: ":"; + display: inline-block; +} + abbr, acronym { border-bottom: dotted 1px; cursor: help; @@ -549,29 +748,69 @@ pre { overflow-y: hidden; /* fixes display issues on Chrome browsers */ } +pre, div[class*="highlight-"] { + clear: both; +} + span.pre { -moz-hyphens: none; -ms-hyphens: none; -webkit-hyphens: none; hyphens: none; + white-space: nowrap; +} + +div[class*="highlight-"] { + margin: 1em 0; } td.linenos pre { - padding: 5px 0px; border: 0; background-color: transparent; color: #aaa; } table.highlighttable { - margin-left: 0.5em; + display: block; +} + +table.highlighttable tbody { + display: block; +} + +table.highlighttable tr { + display: flex; } table.highlighttable td { - padding: 0 0.5em 0 0.5em; + margin: 0; + padding: 0; +} + +table.highlighttable td.linenos { + padding-right: 0.5em; +} + +table.highlighttable td.code { + flex: 1; + overflow: hidden; +} + +.highlight .hll { + display: block; +} + +div.highlight pre, +table.highlighttable pre { + margin: 0; +} + +div.code-block-caption + div { + margin-top: 0; } div.code-block-caption { + margin-top: 1em; padding: 2px 5px; font-size: small; } @@ -580,8 +819,14 @@ div.code-block-caption code { background-color: transparent; } -div.code-block-caption + div > div.highlight > pre { - margin-top: 0; +table.highlighttable td.linenos, +span.linenos, +div.highlight span.gp { /* gp: Generic.Prompt */ + user-select: none; + -webkit-user-select: text; /* Safari fallback only */ + -webkit-user-select: none; /* Chrome/Safari */ + -moz-user-select: none; /* Firefox */ + -ms-user-select: none; /* IE10+ */ } div.code-block-caption span.caption-number { @@ -593,21 +838,7 @@ div.code-block-caption span.caption-text { } div.literal-block-wrapper { - padding: 1em 1em 0; -} - -div.literal-block-wrapper div.highlight { - margin: 0; -} - -code.descname { - background-color: transparent; - font-weight: bold; - font-size: 1.2em; -} - -code.descclassname { - background-color: transparent; + margin: 1em 0; } code.xref, a code { @@ -648,8 +879,7 @@ span.eqno { } span.eqno a.headerlink { - position: relative; - left: 0px; + position: absolute; z-index: 1; } diff --git a/_docs_/_static/classic.css b/_docs_/_static/classic.css new file mode 100644 index 0000000..6553d2c --- /dev/null +++ b/_docs_/_static/classic.css @@ -0,0 +1,262 @@ +/* + * Sphinx stylesheet -- classic theme. + */ + +@import url("basic.css"); + +/* -- page layout ----------------------------------------------------------- */ + +html { + /* CSS hack for macOS's scrollbar (see #1125) */ + background-color: #FFFFFF; +} + +body { + font-family: -apple-system, BlinkMacSystemFont, avenir next, avenir, segoe ui, helvetica neue, helvetica, Cantarell, Ubuntu, roboto, noto, arial, sans-serif; + font-size: 100%; + background-color: white; + color: #000; + margin: 0; + padding: 0; +} + +div.document { + display: flex; + background-color: white; +} + +div.documentwrapper { + float: left; + width: 100%; +} + +div.bodywrapper { + margin: 0 0 0 230px; +} + +div.body { + background-color: white; + color: #222222; + padding: 0 20px 30px 20px; +} + +div.footer { + color: #555555; + width: 100%; + padding: 9px 0 9px 0; + text-align: center; + font-size: 75%; +} + +div.footer a { + color: #555555; + text-decoration: underline; +} + +div.related { + background-color: white; + line-height: 30px; + color: #666666; +} + +div.related a { + color: #444444; +} + +div.sphinxsidebar { +} + +div.sphinxsidebar h3 { + font-family: -apple-system, BlinkMacSystemFont, avenir next, avenir, segoe ui, helvetica neue, helvetica, Cantarell, Ubuntu, roboto, noto, arial, sans-serif; + color: #444444; + font-size: 1.4em; + font-weight: normal; + margin: 0; + padding: 0; +} + +div.sphinxsidebar h3 a { + color: #444444; +} + +div.sphinxsidebar h4 { + font-family: -apple-system, BlinkMacSystemFont, avenir next, avenir, segoe ui, helvetica neue, helvetica, Cantarell, Ubuntu, roboto, noto, arial, sans-serif; + color: #444444; + font-size: 1.3em; + font-weight: normal; + margin: 5px 0 0 0; + padding: 0; +} + +div.sphinxsidebar p { + color: #444444; +} + +div.sphinxsidebar p.topless { + margin: 5px 10px 10px 10px; +} + +div.sphinxsidebar ul { + margin: 10px; + padding: 0; + color: #444444; +} + +div.sphinxsidebar a { + color: #444444; +} + +div.sphinxsidebar input { + border: 1px solid #444444; + font-family: sans-serif; + font-size: 1em; +} + + + +/* -- hyperlink styles ------------------------------------------------------ */ + +a { + color: #0090c0; + text-decoration: none; +} + +a:visited { + color: #00608f; + text-decoration: none; +} + +a:hover { + text-decoration: underline; +} + + + +/* -- body styles ----------------------------------------------------------- */ + +div.body h1, +div.body h2, +div.body h3, +div.body h4, +div.body h5, +div.body h6 { + font-family: -apple-system, BlinkMacSystemFont, avenir next, avenir, segoe ui, helvetica neue, helvetica, Cantarell, Ubuntu, roboto, noto, arial, sans-serif; + background-color: white; + font-weight: normal; + color: #1a1a1a; + border-bottom: 1px solid #ccc; + margin: 20px -20px 10px -20px; + padding: 3px 0 3px 10px; +} + +div.body h1 { margin-top: 0; font-size: 200%; } +div.body h2 { font-size: 160%; } +div.body h3 { font-size: 140%; } +div.body h4 { font-size: 120%; } +div.body h5 { font-size: 110%; } +div.body h6 { font-size: 100%; } + +a.headerlink { + color: #aaaaaa; + font-size: 0.8em; + padding: 0 4px 0 4px; + text-decoration: none; +} + +a.headerlink:hover { + background-color: #aaaaaa; + color: white; +} + +div.body p, div.body dd, div.body li, div.body blockquote { + text-align: justify; + line-height: 130%; +} + +div.admonition p.admonition-title + p { + display: inline; +} + +div.admonition p { + margin-bottom: 5px; +} + +div.admonition pre { + margin-bottom: 5px; +} + +div.admonition ul, div.admonition ol { + margin-bottom: 5px; +} + +div.note { + background-color: #eee; + border: 1px solid #ccc; +} + +div.seealso { + background-color: #ffc; + border: 1px solid #ff6; +} + +nav.contents, +aside.topic, +div.topic { + background-color: #eee; +} + +div.warning { + background-color: #ffe4e4; + border: 1px solid #f66; +} + +p.admonition-title { + display: inline; +} + +p.admonition-title:after { + content: ":"; +} + +pre { + padding: 5px; + background-color: #eeffcc; + color: #333333; + line-height: 120%; + border: 1px solid #ac9; + border-left: none; + border-right: none; +} + +code { + background-color: #ecf0f3; + padding: 0 1px 0 1px; + font-size: 0.95em; +} + +th, dl.field-list > dt { + background-color: #ede; +} + +.warning code { + background: #efc2c2; +} + +.note code { + background: #d6d6d6; +} + +.viewcode-back { + font-family: -apple-system, BlinkMacSystemFont, avenir next, avenir, segoe ui, helvetica neue, helvetica, Cantarell, Ubuntu, roboto, noto, arial, sans-serif; +} + +div.viewcode-block:target { + background-color: #f4debf; + border-top: 1px solid #ac9; + border-bottom: 1px solid #ac9; +} + +div.code-block-caption { + color: #efefef; + background-color: #1c4e63; +} \ No newline at end of file diff --git a/_docs_/_static/copybutton.js b/_docs_/_static/copybutton.js new file mode 100644 index 0000000..de071f4 --- /dev/null +++ b/_docs_/_static/copybutton.js @@ -0,0 +1,84 @@ +// Extract copyable text from the code block ignoring the +// prompts and output. +function getCopyableText(rootElement) { + rootElement = rootElement.cloneNode(true) + // tracebacks (.gt) contain bare text elements that + // need to be removed + const tracebacks = rootElement.querySelectorAll(".gt") + for (const el of tracebacks) { + while ( + el.nextSibling && + (el.nextSibling.nodeType !== Node.ELEMENT_NODE || + !el.nextSibling.matches(".gp, .go")) + ) { + el.nextSibling.remove() + } + } + // Remove all elements with the "go" (Generic.Output), + // "gp" (Generic.Prompt), or "gt" (Generic.Traceback) CSS class + const elements = rootElement.querySelectorAll(".gp, .go, .gt") + for (const el of elements) { + el.remove() + } + return rootElement.innerText.trim() +} + +const loadCopyButton = () => { + const button = document.createElement("button") + button.classList.add("copybutton") + button.type = "button" + button.innerText = _("Copy") + button.title = _("Copy to clipboard") + + const makeOnButtonClick = () => { + let timeout = null + // define the behavior of the button when it's clicked + return async event => { + // check if the clipboard is available + if (!navigator.clipboard || !navigator.clipboard.writeText) { + return; + } + + clearTimeout(timeout) + const buttonEl = event.currentTarget + const codeEl = buttonEl.nextElementSibling + + try { + await navigator.clipboard.writeText(getCopyableText(codeEl)) + } catch (e) { + console.error(e.message) + return + } + + buttonEl.innerText = _("Copied!") + timeout = setTimeout(() => { + buttonEl.innerText = _("Copy") + }, 1500) + } + } + + const highlightedElements = document.querySelectorAll( + ".highlight-python .highlight," + + ".highlight-python3 .highlight," + + ".highlight-pycon .highlight," + + ".highlight-pycon3 .highlight," + + ".highlight-default .highlight" + ) + + // create and add the button to all the code blocks that contain >>> + highlightedElements.forEach(el => { + el.style.position = "relative" + + // if we find a console prompt (.gp), prepend the (deeply cloned) button + const clonedButton = button.cloneNode(true) + // the onclick attribute is not cloned, set it on the new element + clonedButton.onclick = makeOnButtonClick() + el.prepend(clonedButton) + }) +} + +if (document.readyState !== "loading") { + loadCopyButton() +} else { + document.addEventListener("DOMContentLoaded", loadCopyButton) +} diff --git a/_docs_/_static/css/badge_only.css b/_docs_/_static/css/badge_only.css deleted file mode 100644 index e380325..0000000 --- a/_docs_/_static/css/badge_only.css +++ /dev/null @@ -1 +0,0 @@ -.fa:before{-webkit-font-smoothing:antialiased}.clearfix{*zoom:1}.clearfix:after,.clearfix:before{display:table;content:""}.clearfix:after{clear:both}@font-face{font-family:FontAwesome;font-style:normal;font-weight:400;src:url(fonts/fontawesome-webfont.eot?674f50d287a8c48dc19ba404d20fe713?#iefix) format("embedded-opentype"),url(fonts/fontawesome-webfont.woff2?af7ae505a9eed503f8b8e6982036873e) format("woff2"),url(fonts/fontawesome-webfont.woff?fee66e712a8a08eef5805a46892932ad) format("woff"),url(fonts/fontawesome-webfont.ttf?b06871f281fee6b241d60582ae9369b9) format("truetype"),url(fonts/fontawesome-webfont.svg?912ec66d7572ff821749319396470bde#FontAwesome) format("svg")}.fa:before{font-family:FontAwesome;font-style:normal;font-weight:400;line-height:1}.fa:before,a .fa{text-decoration:inherit}.fa:before,a .fa,li .fa{display:inline-block}li .fa-large:before{width:1.875em}ul.fas{list-style-type:none;margin-left:2em;text-indent:-.8em}ul.fas li .fa{width:.8em}ul.fas li .fa-large:before{vertical-align:baseline}.fa-book:before,.icon-book:before{content:"\f02d"}.fa-caret-down:before,.icon-caret-down:before{content:"\f0d7"}.fa-caret-up:before,.icon-caret-up:before{content:"\f0d8"}.fa-caret-left:before,.icon-caret-left:before{content:"\f0d9"}.fa-caret-right:before,.icon-caret-right:before{content:"\f0da"}.rst-versions{position:fixed;bottom:0;left:0;width:300px;color:#fcfcfc;background:#1f1d1d;font-family:Lato,proxima-nova,Helvetica Neue,Arial,sans-serif;z-index:400}.rst-versions a{color:#2980b9;text-decoration:none}.rst-versions .rst-badge-small{display:none}.rst-versions .rst-current-version{padding:12px;background-color:#272525;display:block;text-align:right;font-size:90%;cursor:pointer;color:#27ae60}.rst-versions .rst-current-version:after{clear:both;content:"";display:block}.rst-versions .rst-current-version .fa{color:#fcfcfc}.rst-versions .rst-current-version .fa-book,.rst-versions .rst-current-version .icon-book{float:left}.rst-versions .rst-current-version.rst-out-of-date{background-color:#e74c3c;color:#fff}.rst-versions .rst-current-version.rst-active-old-version{background-color:#f1c40f;color:#000}.rst-versions.shift-up{height:auto;max-height:100%;overflow-y:scroll}.rst-versions.shift-up .rst-other-versions{display:block}.rst-versions .rst-other-versions{font-size:90%;padding:12px;color:grey;display:none}.rst-versions .rst-other-versions hr{display:block;height:1px;border:0;margin:20px 0;padding:0;border-top:1px solid #413d3d}.rst-versions .rst-other-versions dd{display:inline-block;margin:0}.rst-versions .rst-other-versions dd a{display:inline-block;padding:6px;color:#fcfcfc}.rst-versions.rst-badge{width:auto;bottom:20px;right:20px;left:auto;border:none;max-width:300px;max-height:90%}.rst-versions.rst-badge .fa-book,.rst-versions.rst-badge .icon-book{float:none;line-height:30px}.rst-versions.rst-badge.shift-up .rst-current-version{text-align:right}.rst-versions.rst-badge.shift-up .rst-current-version .fa-book,.rst-versions.rst-badge.shift-up .rst-current-version .icon-book{float:left}.rst-versions.rst-badge>.rst-current-version{width:auto;height:30px;line-height:30px;padding:0 6px;display:block;text-align:center}@media screen and (max-width:768px){.rst-versions{width:85%;display:none}.rst-versions.shift{display:block}} \ No newline at end of file diff --git a/_docs_/_static/css/fonts/Roboto-Slab-Bold.woff b/_docs_/_static/css/fonts/Roboto-Slab-Bold.woff deleted file mode 100644 index 6cb6000..0000000 Binary files a/_docs_/_static/css/fonts/Roboto-Slab-Bold.woff and /dev/null differ diff --git a/_docs_/_static/css/fonts/Roboto-Slab-Bold.woff2 b/_docs_/_static/css/fonts/Roboto-Slab-Bold.woff2 deleted file mode 100644 index 7059e23..0000000 Binary files a/_docs_/_static/css/fonts/Roboto-Slab-Bold.woff2 and /dev/null differ diff --git a/_docs_/_static/css/fonts/Roboto-Slab-Regular.woff b/_docs_/_static/css/fonts/Roboto-Slab-Regular.woff deleted file mode 100644 index f815f63..0000000 Binary files a/_docs_/_static/css/fonts/Roboto-Slab-Regular.woff and /dev/null differ diff --git a/_docs_/_static/css/fonts/Roboto-Slab-Regular.woff2 b/_docs_/_static/css/fonts/Roboto-Slab-Regular.woff2 deleted file mode 100644 index f2c76e5..0000000 Binary files a/_docs_/_static/css/fonts/Roboto-Slab-Regular.woff2 and /dev/null differ diff --git a/_docs_/_static/css/fonts/fontawesome-webfont.eot b/_docs_/_static/css/fonts/fontawesome-webfont.eot deleted file mode 100644 index e9f60ca..0000000 Binary files a/_docs_/_static/css/fonts/fontawesome-webfont.eot and /dev/null differ diff --git a/_docs_/_static/css/fonts/fontawesome-webfont.svg b/_docs_/_static/css/fonts/fontawesome-webfont.svg deleted file mode 100644 index 855c845..0000000 --- a/_docs_/_static/css/fonts/fontawesome-webfont.svg +++ /dev/null @@ -1,2671 +0,0 @@ - - - - -Created by FontForge 20120731 at Mon Oct 24 17:37:40 2016 - By ,,, -Copyright Dave Gandy 2016. All rights reserved. - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/_docs_/_static/css/fonts/fontawesome-webfont.ttf b/_docs_/_static/css/fonts/fontawesome-webfont.ttf deleted file mode 100644 index 35acda2..0000000 Binary files a/_docs_/_static/css/fonts/fontawesome-webfont.ttf and /dev/null differ diff --git a/_docs_/_static/css/fonts/fontawesome-webfont.woff b/_docs_/_static/css/fonts/fontawesome-webfont.woff deleted file mode 100644 index 400014a..0000000 Binary files a/_docs_/_static/css/fonts/fontawesome-webfont.woff and /dev/null differ diff --git a/_docs_/_static/css/fonts/fontawesome-webfont.woff2 b/_docs_/_static/css/fonts/fontawesome-webfont.woff2 deleted file mode 100644 index 4d13fc6..0000000 Binary files a/_docs_/_static/css/fonts/fontawesome-webfont.woff2 and /dev/null differ diff --git a/_docs_/_static/css/fonts/lato-bold-italic.woff b/_docs_/_static/css/fonts/lato-bold-italic.woff deleted file mode 100644 index 88ad05b..0000000 Binary files a/_docs_/_static/css/fonts/lato-bold-italic.woff and /dev/null differ diff --git a/_docs_/_static/css/fonts/lato-bold-italic.woff2 b/_docs_/_static/css/fonts/lato-bold-italic.woff2 deleted file mode 100644 index c4e3d80..0000000 Binary files a/_docs_/_static/css/fonts/lato-bold-italic.woff2 and /dev/null differ diff --git a/_docs_/_static/css/fonts/lato-bold.woff b/_docs_/_static/css/fonts/lato-bold.woff deleted file mode 100644 index c6dff51..0000000 Binary files a/_docs_/_static/css/fonts/lato-bold.woff and /dev/null differ diff --git a/_docs_/_static/css/fonts/lato-bold.woff2 b/_docs_/_static/css/fonts/lato-bold.woff2 deleted file mode 100644 index bb19504..0000000 Binary files a/_docs_/_static/css/fonts/lato-bold.woff2 and /dev/null differ diff --git a/_docs_/_static/css/fonts/lato-normal-italic.woff b/_docs_/_static/css/fonts/lato-normal-italic.woff deleted file mode 100644 index 76114bc..0000000 Binary files a/_docs_/_static/css/fonts/lato-normal-italic.woff and /dev/null differ diff --git a/_docs_/_static/css/fonts/lato-normal-italic.woff2 b/_docs_/_static/css/fonts/lato-normal-italic.woff2 deleted file mode 100644 index 3404f37..0000000 Binary files a/_docs_/_static/css/fonts/lato-normal-italic.woff2 and /dev/null differ diff --git a/_docs_/_static/css/fonts/lato-normal.woff b/_docs_/_static/css/fonts/lato-normal.woff deleted file mode 100644 index ae1307f..0000000 Binary files a/_docs_/_static/css/fonts/lato-normal.woff and /dev/null differ diff --git a/_docs_/_static/css/fonts/lato-normal.woff2 b/_docs_/_static/css/fonts/lato-normal.woff2 deleted file mode 100644 index 3bf9843..0000000 Binary files a/_docs_/_static/css/fonts/lato-normal.woff2 and /dev/null differ diff --git a/_docs_/_static/css/theme.css b/_docs_/_static/css/theme.css deleted file mode 100644 index 8cd4f10..0000000 --- a/_docs_/_static/css/theme.css +++ /dev/null @@ -1,4 +0,0 @@ -html{box-sizing:border-box}*,:after,:before{box-sizing:inherit}article,aside,details,figcaption,figure,footer,header,hgroup,nav,section{display:block}audio,canvas,video{display:inline-block;*display:inline;*zoom:1}[hidden],audio:not([controls]){display:none}*{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}html{font-size:100%;-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%}body{margin:0}a:active,a:hover{outline:0}abbr[title]{border-bottom:1px dotted}b,strong{font-weight:700}blockquote{margin:0}dfn{font-style:italic}ins{background:#ff9;text-decoration:none}ins,mark{color:#000}mark{background:#ff0;font-style:italic;font-weight:700}.rst-content code,.rst-content tt,code,kbd,pre,samp{font-family:monospace,serif;_font-family:courier new,monospace;font-size:1em}pre{white-space:pre}q{quotes:none}q:after,q:before{content:"";content:none}small{font-size:85%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sup{top:-.5em}sub{bottom:-.25em}dl,ol,ul{margin:0;padding:0;list-style:none;list-style-image:none}li{list-style:none}dd{margin:0}img{border:0;-ms-interpolation-mode:bicubic;vertical-align:middle;max-width:100%}svg:not(:root){overflow:hidden}figure,form{margin:0}label{cursor:pointer}button,input,select,textarea{font-size:100%;margin:0;vertical-align:baseline;*vertical-align:middle}button,input{line-height:normal}button,input[type=button],input[type=reset],input[type=submit]{cursor:pointer;-webkit-appearance:button;*overflow:visible}button[disabled],input[disabled]{cursor:default}input[type=search]{-webkit-appearance:textfield;-moz-box-sizing:content-box;-webkit-box-sizing:content-box;box-sizing:content-box}textarea{resize:vertical}table{border-collapse:collapse;border-spacing:0}td{vertical-align:top}.chromeframe{margin:.2em 0;background:#ccc;color:#000;padding:.2em 0}.ir{display:block;border:0;text-indent:-999em;overflow:hidden;background-color:transparent;background-repeat:no-repeat;text-align:left;direction:ltr;*line-height:0}.ir br{display:none}.hidden{display:none!important;visibility:hidden}.visuallyhidden{border:0;clip:rect(0 0 0 0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.visuallyhidden.focusable:active,.visuallyhidden.focusable:focus{clip:auto;height:auto;margin:0;overflow:visible;position:static;width:auto}.invisible{visibility:hidden}.relative{position:relative}big,small{font-size:100%}@media print{body,html,section{background:none!important}*{box-shadow:none!important;text-shadow:none!important;filter:none!important;-ms-filter:none!important}a,a:visited{text-decoration:underline}.ir a:after,a[href^="#"]:after,a[href^="javascript:"]:after{content:""}blockquote,pre{page-break-inside:avoid}thead{display:table-header-group}img,tr{page-break-inside:avoid}img{max-width:100%!important}@page{margin:.5cm}.rst-content .toctree-wrapper>p.caption,h2,h3,p{orphans:3;widows:3}.rst-content .toctree-wrapper>p.caption,h2,h3{page-break-after:avoid}}.btn,.fa:before,.icon:before,.rst-content .admonition,.rst-content .admonition-title:before,.rst-content .admonition-todo,.rst-content .attention,.rst-content .caution,.rst-content .code-block-caption .headerlink:before,.rst-content .danger,.rst-content .error,.rst-content .hint,.rst-content .important,.rst-content .note,.rst-content .seealso,.rst-content .tip,.rst-content .warning,.rst-content code.download span:first-child:before,.rst-content dl dt .headerlink:before,.rst-content h1 .headerlink:before,.rst-content h2 .headerlink:before,.rst-content h3 .headerlink:before,.rst-content h4 .headerlink:before,.rst-content h5 .headerlink:before,.rst-content h6 .headerlink:before,.rst-content p.caption .headerlink:before,.rst-content table>caption .headerlink:before,.rst-content tt.download span:first-child:before,.wy-alert,.wy-dropdown .caret:before,.wy-inline-validate.wy-inline-validate-danger .wy-input-context:before,.wy-inline-validate.wy-inline-validate-info .wy-input-context:before,.wy-inline-validate.wy-inline-validate-success .wy-input-context:before,.wy-inline-validate.wy-inline-validate-warning .wy-input-context:before,.wy-menu-vertical li.current>a,.wy-menu-vertical li.current>a span.toctree-expand:before,.wy-menu-vertical li.on a,.wy-menu-vertical li.on a span.toctree-expand:before,.wy-menu-vertical li span.toctree-expand:before,.wy-nav-top a,.wy-side-nav-search .wy-dropdown>a,.wy-side-nav-search>a,input[type=color],input[type=date],input[type=datetime-local],input[type=datetime],input[type=email],input[type=month],input[type=number],input[type=password],input[type=search],input[type=tel],input[type=text],input[type=time],input[type=url],input[type=week],select,textarea{-webkit-font-smoothing:antialiased}.clearfix{*zoom:1}.clearfix:after,.clearfix:before{display:table;content:""}.clearfix:after{clear:both}/*! - * Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome - * License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License) - */@font-face{font-family:FontAwesome;src:url(fonts/fontawesome-webfont.eot?674f50d287a8c48dc19ba404d20fe713);src:url(fonts/fontawesome-webfont.eot?674f50d287a8c48dc19ba404d20fe713?#iefix&v=4.7.0) format("embedded-opentype"),url(fonts/fontawesome-webfont.woff2?af7ae505a9eed503f8b8e6982036873e) format("woff2"),url(fonts/fontawesome-webfont.woff?fee66e712a8a08eef5805a46892932ad) format("woff"),url(fonts/fontawesome-webfont.ttf?b06871f281fee6b241d60582ae9369b9) format("truetype"),url(fonts/fontawesome-webfont.svg?912ec66d7572ff821749319396470bde#fontawesomeregular) format("svg");font-weight:400;font-style:normal}.fa,.icon,.rst-content .admonition-title,.rst-content .code-block-caption .headerlink,.rst-content code.download span:first-child,.rst-content dl dt .headerlink,.rst-content h1 .headerlink,.rst-content h2 .headerlink,.rst-content h3 .headerlink,.rst-content h4 .headerlink,.rst-content h5 .headerlink,.rst-content h6 .headerlink,.rst-content p.caption .headerlink,.rst-content table>caption .headerlink,.rst-content tt.download span:first-child,.wy-menu-vertical li.current>a span.toctree-expand,.wy-menu-vertical li.on a span.toctree-expand,.wy-menu-vertical li span.toctree-expand{display:inline-block;font:normal normal normal 14px/1 FontAwesome;font-size:inherit;text-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.fa-lg{font-size:1.33333em;line-height:.75em;vertical-align:-15%}.fa-2x{font-size:2em}.fa-3x{font-size:3em}.fa-4x{font-size:4em}.fa-5x{font-size:5em}.fa-fw{width:1.28571em;text-align:center}.fa-ul{padding-left:0;margin-left:2.14286em;list-style-type:none}.fa-ul>li{position:relative}.fa-li{position:absolute;left:-2.14286em;width:2.14286em;top:.14286em;text-align:center}.fa-li.fa-lg{left:-1.85714em}.fa-border{padding:.2em .25em .15em;border:.08em solid #eee;border-radius:.1em}.fa-pull-left{float:left}.fa-pull-right{float:right}.fa-pull-left.icon,.fa.fa-pull-left,.rst-content .code-block-caption .fa-pull-left.headerlink,.rst-content .fa-pull-left.admonition-title,.rst-content code.download span.fa-pull-left:first-child,.rst-content dl dt .fa-pull-left.headerlink,.rst-content h1 .fa-pull-left.headerlink,.rst-content h2 .fa-pull-left.headerlink,.rst-content h3 .fa-pull-left.headerlink,.rst-content h4 .fa-pull-left.headerlink,.rst-content h5 .fa-pull-left.headerlink,.rst-content h6 .fa-pull-left.headerlink,.rst-content p.caption .fa-pull-left.headerlink,.rst-content table>caption .fa-pull-left.headerlink,.rst-content tt.download span.fa-pull-left:first-child,.wy-menu-vertical li.current>a span.fa-pull-left.toctree-expand,.wy-menu-vertical li.on a span.fa-pull-left.toctree-expand,.wy-menu-vertical li span.fa-pull-left.toctree-expand{margin-right:.3em}.fa-pull-right.icon,.fa.fa-pull-right,.rst-content .code-block-caption .fa-pull-right.headerlink,.rst-content .fa-pull-right.admonition-title,.rst-content code.download span.fa-pull-right:first-child,.rst-content dl dt .fa-pull-right.headerlink,.rst-content h1 .fa-pull-right.headerlink,.rst-content h2 .fa-pull-right.headerlink,.rst-content h3 .fa-pull-right.headerlink,.rst-content h4 .fa-pull-right.headerlink,.rst-content h5 .fa-pull-right.headerlink,.rst-content h6 .fa-pull-right.headerlink,.rst-content p.caption .fa-pull-right.headerlink,.rst-content table>caption .fa-pull-right.headerlink,.rst-content tt.download span.fa-pull-right:first-child,.wy-menu-vertical li.current>a span.fa-pull-right.toctree-expand,.wy-menu-vertical li.on a span.fa-pull-right.toctree-expand,.wy-menu-vertical li span.fa-pull-right.toctree-expand{margin-left:.3em}.pull-right{float:right}.pull-left{float:left}.fa.pull-left,.pull-left.icon,.rst-content .code-block-caption .pull-left.headerlink,.rst-content .pull-left.admonition-title,.rst-content code.download span.pull-left:first-child,.rst-content dl dt .pull-left.headerlink,.rst-content h1 .pull-left.headerlink,.rst-content h2 .pull-left.headerlink,.rst-content h3 .pull-left.headerlink,.rst-content h4 .pull-left.headerlink,.rst-content h5 .pull-left.headerlink,.rst-content h6 .pull-left.headerlink,.rst-content p.caption .pull-left.headerlink,.rst-content table>caption .pull-left.headerlink,.rst-content tt.download span.pull-left:first-child,.wy-menu-vertical li.current>a span.pull-left.toctree-expand,.wy-menu-vertical li.on a span.pull-left.toctree-expand,.wy-menu-vertical li span.pull-left.toctree-expand{margin-right:.3em}.fa.pull-right,.pull-right.icon,.rst-content .code-block-caption .pull-right.headerlink,.rst-content .pull-right.admonition-title,.rst-content code.download span.pull-right:first-child,.rst-content dl dt .pull-right.headerlink,.rst-content h1 .pull-right.headerlink,.rst-content h2 .pull-right.headerlink,.rst-content h3 .pull-right.headerlink,.rst-content h4 .pull-right.headerlink,.rst-content h5 .pull-right.headerlink,.rst-content h6 .pull-right.headerlink,.rst-content p.caption .pull-right.headerlink,.rst-content table>caption .pull-right.headerlink,.rst-content tt.download span.pull-right:first-child,.wy-menu-vertical li.current>a span.pull-right.toctree-expand,.wy-menu-vertical li.on a span.pull-right.toctree-expand,.wy-menu-vertical li span.pull-right.toctree-expand{margin-left:.3em}.fa-spin{-webkit-animation:fa-spin 2s linear infinite;animation:fa-spin 2s linear infinite}.fa-pulse{-webkit-animation:fa-spin 1s steps(8) infinite;animation:fa-spin 1s steps(8) infinite}@-webkit-keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}@keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}.fa-rotate-90{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";-webkit-transform:rotate(90deg);-ms-transform:rotate(90deg);transform:rotate(90deg)}.fa-rotate-180{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg)}.fa-rotate-270{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";-webkit-transform:rotate(270deg);-ms-transform:rotate(270deg);transform:rotate(270deg)}.fa-flip-horizontal{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";-webkit-transform:scaleX(-1);-ms-transform:scaleX(-1);transform:scaleX(-1)}.fa-flip-vertical{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";-webkit-transform:scaleY(-1);-ms-transform:scaleY(-1);transform:scaleY(-1)}:root .fa-flip-horizontal,:root .fa-flip-vertical,:root .fa-rotate-90,:root .fa-rotate-180,:root .fa-rotate-270{filter:none}.fa-stack{position:relative;display:inline-block;width:2em;height:2em;line-height:2em;vertical-align:middle}.fa-stack-1x,.fa-stack-2x{position:absolute;left:0;width:100%;text-align:center}.fa-stack-1x{line-height:inherit}.fa-stack-2x{font-size:2em}.fa-inverse{color:#fff}.fa-glass:before{content:""}.fa-music:before{content:""}.fa-search:before,.icon-search:before{content:""}.fa-envelope-o:before{content:""}.fa-heart:before{content:""}.fa-star:before{content:""}.fa-star-o:before{content:""}.fa-user:before{content:""}.fa-film:before{content:""}.fa-th-large:before{content:""}.fa-th:before{content:""}.fa-th-list:before{content:""}.fa-check:before{content:""}.fa-close:before,.fa-remove:before,.fa-times:before{content:""}.fa-search-plus:before{content:""}.fa-search-minus:before{content:""}.fa-power-off:before{content:""}.fa-signal:before{content:""}.fa-cog:before,.fa-gear:before{content:""}.fa-trash-o:before{content:""}.fa-home:before,.icon-home:before{content:""}.fa-file-o:before{content:""}.fa-clock-o:before{content:""}.fa-road:before{content:""}.fa-download:before,.rst-content code.download span:first-child:before,.rst-content tt.download span:first-child:before{content:""}.fa-arrow-circle-o-down:before{content:""}.fa-arrow-circle-o-up:before{content:""}.fa-inbox:before{content:""}.fa-play-circle-o:before{content:""}.fa-repeat:before,.fa-rotate-right:before{content:""}.fa-refresh:before{content:""}.fa-list-alt:before{content:""}.fa-lock:before{content:""}.fa-flag:before{content:""}.fa-headphones:before{content:""}.fa-volume-off:before{content:""}.fa-volume-down:before{content:""}.fa-volume-up:before{content:""}.fa-qrcode:before{content:""}.fa-barcode:before{content:""}.fa-tag:before{content:""}.fa-tags:before{content:""}.fa-book:before,.icon-book:before{content:""}.fa-bookmark:before{content:""}.fa-print:before{content:""}.fa-camera:before{content:""}.fa-font:before{content:""}.fa-bold:before{content:""}.fa-italic:before{content:""}.fa-text-height:before{content:""}.fa-text-width:before{content:""}.fa-align-left:before{content:""}.fa-align-center:before{content:""}.fa-align-right:before{content:""}.fa-align-justify:before{content:""}.fa-list:before{content:""}.fa-dedent:before,.fa-outdent:before{content:""}.fa-indent:before{content:""}.fa-video-camera:before{content:""}.fa-image:before,.fa-photo:before,.fa-picture-o:before{content:""}.fa-pencil:before{content:""}.fa-map-marker:before{content:""}.fa-adjust:before{content:""}.fa-tint:before{content:""}.fa-edit:before,.fa-pencil-square-o:before{content:""}.fa-share-square-o:before{content:""}.fa-check-square-o:before{content:""}.fa-arrows:before{content:""}.fa-step-backward:before{content:""}.fa-fast-backward:before{content:""}.fa-backward:before{content:""}.fa-play:before{content:""}.fa-pause:before{content:""}.fa-stop:before{content:""}.fa-forward:before{content:""}.fa-fast-forward:before{content:""}.fa-step-forward:before{content:""}.fa-eject:before{content:""}.fa-chevron-left:before{content:""}.fa-chevron-right:before{content:""}.fa-plus-circle:before{content:""}.fa-minus-circle:before{content:""}.fa-times-circle:before,.wy-inline-validate.wy-inline-validate-danger .wy-input-context:before{content:""}.fa-check-circle:before,.wy-inline-validate.wy-inline-validate-success .wy-input-context:before{content:""}.fa-question-circle:before{content:""}.fa-info-circle:before{content:""}.fa-crosshairs:before{content:""}.fa-times-circle-o:before{content:""}.fa-check-circle-o:before{content:""}.fa-ban:before{content:""}.fa-arrow-left:before{content:""}.fa-arrow-right:before{content:""}.fa-arrow-up:before{content:""}.fa-arrow-down:before{content:""}.fa-mail-forward:before,.fa-share:before{content:""}.fa-expand:before{content:""}.fa-compress:before{content:""}.fa-plus:before{content:""}.fa-minus:before{content:""}.fa-asterisk:before{content:""}.fa-exclamation-circle:before,.rst-content .admonition-title:before,.wy-inline-validate.wy-inline-validate-info .wy-input-context:before,.wy-inline-validate.wy-inline-validate-warning .wy-input-context:before{content:""}.fa-gift:before{content:""}.fa-leaf:before{content:""}.fa-fire:before,.icon-fire:before{content:""}.fa-eye:before{content:""}.fa-eye-slash:before{content:""}.fa-exclamation-triangle:before,.fa-warning:before{content:""}.fa-plane:before{content:""}.fa-calendar:before{content:""}.fa-random:before{content:""}.fa-comment:before{content:""}.fa-magnet:before{content:""}.fa-chevron-up:before{content:""}.fa-chevron-down:before{content:""}.fa-retweet:before{content:""}.fa-shopping-cart:before{content:""}.fa-folder:before{content:""}.fa-folder-open:before{content:""}.fa-arrows-v:before{content:""}.fa-arrows-h:before{content:""}.fa-bar-chart-o:before,.fa-bar-chart:before{content:""}.fa-twitter-square:before{content:""}.fa-facebook-square:before{content:""}.fa-camera-retro:before{content:""}.fa-key:before{content:""}.fa-cogs:before,.fa-gears:before{content:""}.fa-comments:before{content:""}.fa-thumbs-o-up:before{content:""}.fa-thumbs-o-down:before{content:""}.fa-star-half:before{content:""}.fa-heart-o:before{content:""}.fa-sign-out:before{content:""}.fa-linkedin-square:before{content:""}.fa-thumb-tack:before{content:""}.fa-external-link:before{content:""}.fa-sign-in:before{content:""}.fa-trophy:before{content:""}.fa-github-square:before{content:""}.fa-upload:before{content:""}.fa-lemon-o:before{content:""}.fa-phone:before{content:""}.fa-square-o:before{content:""}.fa-bookmark-o:before{content:""}.fa-phone-square:before{content:""}.fa-twitter:before{content:""}.fa-facebook-f:before,.fa-facebook:before{content:""}.fa-github:before,.icon-github:before{content:""}.fa-unlock:before{content:""}.fa-credit-card:before{content:""}.fa-feed:before,.fa-rss:before{content:""}.fa-hdd-o:before{content:""}.fa-bullhorn:before{content:""}.fa-bell:before{content:""}.fa-certificate:before{content:""}.fa-hand-o-right:before{content:""}.fa-hand-o-left:before{content:""}.fa-hand-o-up:before{content:""}.fa-hand-o-down:before{content:""}.fa-arrow-circle-left:before,.icon-circle-arrow-left:before{content:""}.fa-arrow-circle-right:before,.icon-circle-arrow-right:before{content:""}.fa-arrow-circle-up:before{content:""}.fa-arrow-circle-down:before{content:""}.fa-globe:before{content:""}.fa-wrench:before{content:""}.fa-tasks:before{content:""}.fa-filter:before{content:""}.fa-briefcase:before{content:""}.fa-arrows-alt:before{content:""}.fa-group:before,.fa-users:before{content:""}.fa-chain:before,.fa-link:before,.icon-link:before{content:""}.fa-cloud:before{content:""}.fa-flask:before{content:""}.fa-cut:before,.fa-scissors:before{content:""}.fa-copy:before,.fa-files-o:before{content:""}.fa-paperclip:before{content:""}.fa-floppy-o:before,.fa-save:before{content:""}.fa-square:before{content:""}.fa-bars:before,.fa-navicon:before,.fa-reorder:before{content:""}.fa-list-ul:before{content:""}.fa-list-ol:before{content:""}.fa-strikethrough:before{content:""}.fa-underline:before{content:""}.fa-table:before{content:""}.fa-magic:before{content:""}.fa-truck:before{content:""}.fa-pinterest:before{content:""}.fa-pinterest-square:before{content:""}.fa-google-plus-square:before{content:""}.fa-google-plus:before{content:""}.fa-money:before{content:""}.fa-caret-down:before,.icon-caret-down:before,.wy-dropdown .caret:before{content:""}.fa-caret-up:before{content:""}.fa-caret-left:before{content:""}.fa-caret-right:before{content:""}.fa-columns:before{content:""}.fa-sort:before,.fa-unsorted:before{content:""}.fa-sort-desc:before,.fa-sort-down:before{content:""}.fa-sort-asc:before,.fa-sort-up:before{content:""}.fa-envelope:before{content:""}.fa-linkedin:before{content:""}.fa-rotate-left:before,.fa-undo:before{content:""}.fa-gavel:before,.fa-legal:before{content:""}.fa-dashboard:before,.fa-tachometer:before{content:""}.fa-comment-o:before{content:""}.fa-comments-o:before{content:""}.fa-bolt:before,.fa-flash:before{content:""}.fa-sitemap:before{content:""}.fa-umbrella:before{content:""}.fa-clipboard:before,.fa-paste:before{content:""}.fa-lightbulb-o:before{content:""}.fa-exchange:before{content:""}.fa-cloud-download:before{content:""}.fa-cloud-upload:before{content:""}.fa-user-md:before{content:""}.fa-stethoscope:before{content:""}.fa-suitcase:before{content:""}.fa-bell-o:before{content:""}.fa-coffee:before{content:""}.fa-cutlery:before{content:""}.fa-file-text-o:before{content:""}.fa-building-o:before{content:""}.fa-hospital-o:before{content:""}.fa-ambulance:before{content:""}.fa-medkit:before{content:""}.fa-fighter-jet:before{content:""}.fa-beer:before{content:""}.fa-h-square:before{content:""}.fa-plus-square:before{content:""}.fa-angle-double-left:before{content:""}.fa-angle-double-right:before{content:""}.fa-angle-double-up:before{content:""}.fa-angle-double-down:before{content:""}.fa-angle-left:before{content:""}.fa-angle-right:before{content:""}.fa-angle-up:before{content:""}.fa-angle-down:before{content:""}.fa-desktop:before{content:""}.fa-laptop:before{content:""}.fa-tablet:before{content:""}.fa-mobile-phone:before,.fa-mobile:before{content:""}.fa-circle-o:before{content:""}.fa-quote-left:before{content:""}.fa-quote-right:before{content:""}.fa-spinner:before{content:""}.fa-circle:before{content:""}.fa-mail-reply:before,.fa-reply:before{content:""}.fa-github-alt:before{content:""}.fa-folder-o:before{content:""}.fa-folder-open-o:before{content:""}.fa-smile-o:before{content:""}.fa-frown-o:before{content:""}.fa-meh-o:before{content:""}.fa-gamepad:before{content:""}.fa-keyboard-o:before{content:""}.fa-flag-o:before{content:""}.fa-flag-checkered:before{content:""}.fa-terminal:before{content:""}.fa-code:before{content:""}.fa-mail-reply-all:before,.fa-reply-all:before{content:""}.fa-star-half-empty:before,.fa-star-half-full:before,.fa-star-half-o:before{content:""}.fa-location-arrow:before{content:""}.fa-crop:before{content:""}.fa-code-fork:before{content:""}.fa-chain-broken:before,.fa-unlink:before{content:""}.fa-question:before{content:""}.fa-info:before{content:""}.fa-exclamation:before{content:""}.fa-superscript:before{content:""}.fa-subscript:before{content:""}.fa-eraser:before{content:""}.fa-puzzle-piece:before{content:""}.fa-microphone:before{content:""}.fa-microphone-slash:before{content:""}.fa-shield:before{content:""}.fa-calendar-o:before{content:""}.fa-fire-extinguisher:before{content:""}.fa-rocket:before{content:""}.fa-maxcdn:before{content:""}.fa-chevron-circle-left:before{content:""}.fa-chevron-circle-right:before{content:""}.fa-chevron-circle-up:before{content:""}.fa-chevron-circle-down:before{content:""}.fa-html5:before{content:""}.fa-css3:before{content:""}.fa-anchor:before{content:""}.fa-unlock-alt:before{content:""}.fa-bullseye:before{content:""}.fa-ellipsis-h:before{content:""}.fa-ellipsis-v:before{content:""}.fa-rss-square:before{content:""}.fa-play-circle:before{content:""}.fa-ticket:before{content:""}.fa-minus-square:before{content:""}.fa-minus-square-o:before,.wy-menu-vertical li.current>a span.toctree-expand:before,.wy-menu-vertical li.on a span.toctree-expand:before{content:""}.fa-level-up:before{content:""}.fa-level-down:before{content:""}.fa-check-square:before{content:""}.fa-pencil-square:before{content:""}.fa-external-link-square:before{content:""}.fa-share-square:before{content:""}.fa-compass:before{content:""}.fa-caret-square-o-down:before,.fa-toggle-down:before{content:""}.fa-caret-square-o-up:before,.fa-toggle-up:before{content:""}.fa-caret-square-o-right:before,.fa-toggle-right:before{content:""}.fa-eur:before,.fa-euro:before{content:""}.fa-gbp:before{content:""}.fa-dollar:before,.fa-usd:before{content:""}.fa-inr:before,.fa-rupee:before{content:""}.fa-cny:before,.fa-jpy:before,.fa-rmb:before,.fa-yen:before{content:""}.fa-rouble:before,.fa-rub:before,.fa-ruble:before{content:""}.fa-krw:before,.fa-won:before{content:""}.fa-bitcoin:before,.fa-btc:before{content:""}.fa-file:before{content:""}.fa-file-text:before{content:""}.fa-sort-alpha-asc:before{content:""}.fa-sort-alpha-desc:before{content:""}.fa-sort-amount-asc:before{content:""}.fa-sort-amount-desc:before{content:""}.fa-sort-numeric-asc:before{content:""}.fa-sort-numeric-desc:before{content:""}.fa-thumbs-up:before{content:""}.fa-thumbs-down:before{content:""}.fa-youtube-square:before{content:""}.fa-youtube:before{content:""}.fa-xing:before{content:""}.fa-xing-square:before{content:""}.fa-youtube-play:before{content:""}.fa-dropbox:before{content:""}.fa-stack-overflow:before{content:""}.fa-instagram:before{content:""}.fa-flickr:before{content:""}.fa-adn:before{content:""}.fa-bitbucket:before,.icon-bitbucket:before{content:""}.fa-bitbucket-square:before{content:""}.fa-tumblr:before{content:""}.fa-tumblr-square:before{content:""}.fa-long-arrow-down:before{content:""}.fa-long-arrow-up:before{content:""}.fa-long-arrow-left:before{content:""}.fa-long-arrow-right:before{content:""}.fa-apple:before{content:""}.fa-windows:before{content:""}.fa-android:before{content:""}.fa-linux:before{content:""}.fa-dribbble:before{content:""}.fa-skype:before{content:""}.fa-foursquare:before{content:""}.fa-trello:before{content:""}.fa-female:before{content:""}.fa-male:before{content:""}.fa-gittip:before,.fa-gratipay:before{content:""}.fa-sun-o:before{content:""}.fa-moon-o:before{content:""}.fa-archive:before{content:""}.fa-bug:before{content:""}.fa-vk:before{content:""}.fa-weibo:before{content:""}.fa-renren:before{content:""}.fa-pagelines:before{content:""}.fa-stack-exchange:before{content:""}.fa-arrow-circle-o-right:before{content:""}.fa-arrow-circle-o-left:before{content:""}.fa-caret-square-o-left:before,.fa-toggle-left:before{content:""}.fa-dot-circle-o:before{content:""}.fa-wheelchair:before{content:""}.fa-vimeo-square:before{content:""}.fa-try:before,.fa-turkish-lira:before{content:""}.fa-plus-square-o:before,.wy-menu-vertical li span.toctree-expand:before{content:""}.fa-space-shuttle:before{content:""}.fa-slack:before{content:""}.fa-envelope-square:before{content:""}.fa-wordpress:before{content:""}.fa-openid:before{content:""}.fa-bank:before,.fa-institution:before,.fa-university:before{content:""}.fa-graduation-cap:before,.fa-mortar-board:before{content:""}.fa-yahoo:before{content:""}.fa-google:before{content:""}.fa-reddit:before{content:""}.fa-reddit-square:before{content:""}.fa-stumbleupon-circle:before{content:""}.fa-stumbleupon:before{content:""}.fa-delicious:before{content:""}.fa-digg:before{content:""}.fa-pied-piper-pp:before{content:""}.fa-pied-piper-alt:before{content:""}.fa-drupal:before{content:""}.fa-joomla:before{content:""}.fa-language:before{content:""}.fa-fax:before{content:""}.fa-building:before{content:""}.fa-child:before{content:""}.fa-paw:before{content:""}.fa-spoon:before{content:""}.fa-cube:before{content:""}.fa-cubes:before{content:""}.fa-behance:before{content:""}.fa-behance-square:before{content:""}.fa-steam:before{content:""}.fa-steam-square:before{content:""}.fa-recycle:before{content:""}.fa-automobile:before,.fa-car:before{content:""}.fa-cab:before,.fa-taxi:before{content:""}.fa-tree:before{content:""}.fa-spotify:before{content:""}.fa-deviantart:before{content:""}.fa-soundcloud:before{content:""}.fa-database:before{content:""}.fa-file-pdf-o:before{content:""}.fa-file-word-o:before{content:""}.fa-file-excel-o:before{content:""}.fa-file-powerpoint-o:before{content:""}.fa-file-image-o:before,.fa-file-photo-o:before,.fa-file-picture-o:before{content:""}.fa-file-archive-o:before,.fa-file-zip-o:before{content:""}.fa-file-audio-o:before,.fa-file-sound-o:before{content:""}.fa-file-movie-o:before,.fa-file-video-o:before{content:""}.fa-file-code-o:before{content:""}.fa-vine:before{content:""}.fa-codepen:before{content:""}.fa-jsfiddle:before{content:""}.fa-life-bouy:before,.fa-life-buoy:before,.fa-life-ring:before,.fa-life-saver:before,.fa-support:before{content:""}.fa-circle-o-notch:before{content:""}.fa-ra:before,.fa-rebel:before,.fa-resistance:before{content:""}.fa-empire:before,.fa-ge:before{content:""}.fa-git-square:before{content:""}.fa-git:before{content:""}.fa-hacker-news:before,.fa-y-combinator-square:before,.fa-yc-square:before{content:""}.fa-tencent-weibo:before{content:""}.fa-qq:before{content:""}.fa-wechat:before,.fa-weixin:before{content:""}.fa-paper-plane:before,.fa-send:before{content:""}.fa-paper-plane-o:before,.fa-send-o:before{content:""}.fa-history:before{content:""}.fa-circle-thin:before{content:""}.fa-header:before{content:""}.fa-paragraph:before{content:""}.fa-sliders:before{content:""}.fa-share-alt:before{content:""}.fa-share-alt-square:before{content:""}.fa-bomb:before{content:""}.fa-futbol-o:before,.fa-soccer-ball-o:before{content:""}.fa-tty:before{content:""}.fa-binoculars:before{content:""}.fa-plug:before{content:""}.fa-slideshare:before{content:""}.fa-twitch:before{content:""}.fa-yelp:before{content:""}.fa-newspaper-o:before{content:""}.fa-wifi:before{content:""}.fa-calculator:before{content:""}.fa-paypal:before{content:""}.fa-google-wallet:before{content:""}.fa-cc-visa:before{content:""}.fa-cc-mastercard:before{content:""}.fa-cc-discover:before{content:""}.fa-cc-amex:before{content:""}.fa-cc-paypal:before{content:""}.fa-cc-stripe:before{content:""}.fa-bell-slash:before{content:""}.fa-bell-slash-o:before{content:""}.fa-trash:before{content:""}.fa-copyright:before{content:""}.fa-at:before{content:""}.fa-eyedropper:before{content:""}.fa-paint-brush:before{content:""}.fa-birthday-cake:before{content:""}.fa-area-chart:before{content:""}.fa-pie-chart:before{content:""}.fa-line-chart:before{content:""}.fa-lastfm:before{content:""}.fa-lastfm-square:before{content:""}.fa-toggle-off:before{content:""}.fa-toggle-on:before{content:""}.fa-bicycle:before{content:""}.fa-bus:before{content:""}.fa-ioxhost:before{content:""}.fa-angellist:before{content:""}.fa-cc:before{content:""}.fa-ils:before,.fa-shekel:before,.fa-sheqel:before{content:""}.fa-meanpath:before{content:""}.fa-buysellads:before{content:""}.fa-connectdevelop:before{content:""}.fa-dashcube:before{content:""}.fa-forumbee:before{content:""}.fa-leanpub:before{content:""}.fa-sellsy:before{content:""}.fa-shirtsinbulk:before{content:""}.fa-simplybuilt:before{content:""}.fa-skyatlas:before{content:""}.fa-cart-plus:before{content:""}.fa-cart-arrow-down:before{content:""}.fa-diamond:before{content:""}.fa-ship:before{content:""}.fa-user-secret:before{content:""}.fa-motorcycle:before{content:""}.fa-street-view:before{content:""}.fa-heartbeat:before{content:""}.fa-venus:before{content:""}.fa-mars:before{content:""}.fa-mercury:before{content:""}.fa-intersex:before,.fa-transgender:before{content:""}.fa-transgender-alt:before{content:""}.fa-venus-double:before{content:""}.fa-mars-double:before{content:""}.fa-venus-mars:before{content:""}.fa-mars-stroke:before{content:""}.fa-mars-stroke-v:before{content:""}.fa-mars-stroke-h:before{content:""}.fa-neuter:before{content:""}.fa-genderless:before{content:""}.fa-facebook-official:before{content:""}.fa-pinterest-p:before{content:""}.fa-whatsapp:before{content:""}.fa-server:before{content:""}.fa-user-plus:before{content:""}.fa-user-times:before{content:""}.fa-bed:before,.fa-hotel:before{content:""}.fa-viacoin:before{content:""}.fa-train:before{content:""}.fa-subway:before{content:""}.fa-medium:before{content:""}.fa-y-combinator:before,.fa-yc:before{content:""}.fa-optin-monster:before{content:""}.fa-opencart:before{content:""}.fa-expeditedssl:before{content:""}.fa-battery-4:before,.fa-battery-full:before,.fa-battery:before{content:""}.fa-battery-3:before,.fa-battery-three-quarters:before{content:""}.fa-battery-2:before,.fa-battery-half:before{content:""}.fa-battery-1:before,.fa-battery-quarter:before{content:""}.fa-battery-0:before,.fa-battery-empty:before{content:""}.fa-mouse-pointer:before{content:""}.fa-i-cursor:before{content:""}.fa-object-group:before{content:""}.fa-object-ungroup:before{content:""}.fa-sticky-note:before{content:""}.fa-sticky-note-o:before{content:""}.fa-cc-jcb:before{content:""}.fa-cc-diners-club:before{content:""}.fa-clone:before{content:""}.fa-balance-scale:before{content:""}.fa-hourglass-o:before{content:""}.fa-hourglass-1:before,.fa-hourglass-start:before{content:""}.fa-hourglass-2:before,.fa-hourglass-half:before{content:""}.fa-hourglass-3:before,.fa-hourglass-end:before{content:""}.fa-hourglass:before{content:""}.fa-hand-grab-o:before,.fa-hand-rock-o:before{content:""}.fa-hand-paper-o:before,.fa-hand-stop-o:before{content:""}.fa-hand-scissors-o:before{content:""}.fa-hand-lizard-o:before{content:""}.fa-hand-spock-o:before{content:""}.fa-hand-pointer-o:before{content:""}.fa-hand-peace-o:before{content:""}.fa-trademark:before{content:""}.fa-registered:before{content:""}.fa-creative-commons:before{content:""}.fa-gg:before{content:""}.fa-gg-circle:before{content:""}.fa-tripadvisor:before{content:""}.fa-odnoklassniki:before{content:""}.fa-odnoklassniki-square:before{content:""}.fa-get-pocket:before{content:""}.fa-wikipedia-w:before{content:""}.fa-safari:before{content:""}.fa-chrome:before{content:""}.fa-firefox:before{content:""}.fa-opera:before{content:""}.fa-internet-explorer:before{content:""}.fa-television:before,.fa-tv:before{content:""}.fa-contao:before{content:""}.fa-500px:before{content:""}.fa-amazon:before{content:""}.fa-calendar-plus-o:before{content:""}.fa-calendar-minus-o:before{content:""}.fa-calendar-times-o:before{content:""}.fa-calendar-check-o:before{content:""}.fa-industry:before{content:""}.fa-map-pin:before{content:""}.fa-map-signs:before{content:""}.fa-map-o:before{content:""}.fa-map:before{content:""}.fa-commenting:before{content:""}.fa-commenting-o:before{content:""}.fa-houzz:before{content:""}.fa-vimeo:before{content:""}.fa-black-tie:before{content:""}.fa-fonticons:before{content:""}.fa-reddit-alien:before{content:""}.fa-edge:before{content:""}.fa-credit-card-alt:before{content:""}.fa-codiepie:before{content:""}.fa-modx:before{content:""}.fa-fort-awesome:before{content:""}.fa-usb:before{content:""}.fa-product-hunt:before{content:""}.fa-mixcloud:before{content:""}.fa-scribd:before{content:""}.fa-pause-circle:before{content:""}.fa-pause-circle-o:before{content:""}.fa-stop-circle:before{content:""}.fa-stop-circle-o:before{content:""}.fa-shopping-bag:before{content:""}.fa-shopping-basket:before{content:""}.fa-hashtag:before{content:""}.fa-bluetooth:before{content:""}.fa-bluetooth-b:before{content:""}.fa-percent:before{content:""}.fa-gitlab:before,.icon-gitlab:before{content:""}.fa-wpbeginner:before{content:""}.fa-wpforms:before{content:""}.fa-envira:before{content:""}.fa-universal-access:before{content:""}.fa-wheelchair-alt:before{content:""}.fa-question-circle-o:before{content:""}.fa-blind:before{content:""}.fa-audio-description:before{content:""}.fa-volume-control-phone:before{content:""}.fa-braille:before{content:""}.fa-assistive-listening-systems:before{content:""}.fa-american-sign-language-interpreting:before,.fa-asl-interpreting:before{content:""}.fa-deaf:before,.fa-deafness:before,.fa-hard-of-hearing:before{content:""}.fa-glide:before{content:""}.fa-glide-g:before{content:""}.fa-sign-language:before,.fa-signing:before{content:""}.fa-low-vision:before{content:""}.fa-viadeo:before{content:""}.fa-viadeo-square:before{content:""}.fa-snapchat:before{content:""}.fa-snapchat-ghost:before{content:""}.fa-snapchat-square:before{content:""}.fa-pied-piper:before{content:""}.fa-first-order:before{content:""}.fa-yoast:before{content:""}.fa-themeisle:before{content:""}.fa-google-plus-circle:before,.fa-google-plus-official:before{content:""}.fa-fa:before,.fa-font-awesome:before{content:""}.fa-handshake-o:before{content:""}.fa-envelope-open:before{content:""}.fa-envelope-open-o:before{content:""}.fa-linode:before{content:""}.fa-address-book:before{content:""}.fa-address-book-o:before{content:""}.fa-address-card:before,.fa-vcard:before{content:""}.fa-address-card-o:before,.fa-vcard-o:before{content:""}.fa-user-circle:before{content:""}.fa-user-circle-o:before{content:""}.fa-user-o:before{content:""}.fa-id-badge:before{content:""}.fa-drivers-license:before,.fa-id-card:before{content:""}.fa-drivers-license-o:before,.fa-id-card-o:before{content:""}.fa-quora:before{content:""}.fa-free-code-camp:before{content:""}.fa-telegram:before{content:""}.fa-thermometer-4:before,.fa-thermometer-full:before,.fa-thermometer:before{content:""}.fa-thermometer-3:before,.fa-thermometer-three-quarters:before{content:""}.fa-thermometer-2:before,.fa-thermometer-half:before{content:""}.fa-thermometer-1:before,.fa-thermometer-quarter:before{content:""}.fa-thermometer-0:before,.fa-thermometer-empty:before{content:""}.fa-shower:before{content:""}.fa-bath:before,.fa-bathtub:before,.fa-s15:before{content:""}.fa-podcast:before{content:""}.fa-window-maximize:before{content:""}.fa-window-minimize:before{content:""}.fa-window-restore:before{content:""}.fa-times-rectangle:before,.fa-window-close:before{content:""}.fa-times-rectangle-o:before,.fa-window-close-o:before{content:""}.fa-bandcamp:before{content:""}.fa-grav:before{content:""}.fa-etsy:before{content:""}.fa-imdb:before{content:""}.fa-ravelry:before{content:""}.fa-eercast:before{content:""}.fa-microchip:before{content:""}.fa-snowflake-o:before{content:""}.fa-superpowers:before{content:""}.fa-wpexplorer:before{content:""}.fa-meetup:before{content:""}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);border:0}.sr-only-focusable:active,.sr-only-focusable:focus{position:static;width:auto;height:auto;margin:0;overflow:visible;clip:auto}.fa,.icon,.rst-content .admonition-title,.rst-content .code-block-caption .headerlink,.rst-content code.download span:first-child,.rst-content dl dt .headerlink,.rst-content h1 .headerlink,.rst-content h2 .headerlink,.rst-content h3 .headerlink,.rst-content h4 .headerlink,.rst-content h5 .headerlink,.rst-content h6 .headerlink,.rst-content p.caption .headerlink,.rst-content table>caption .headerlink,.rst-content tt.download span:first-child,.wy-dropdown .caret,.wy-inline-validate.wy-inline-validate-danger .wy-input-context,.wy-inline-validate.wy-inline-validate-info .wy-input-context,.wy-inline-validate.wy-inline-validate-success .wy-input-context,.wy-inline-validate.wy-inline-validate-warning .wy-input-context,.wy-menu-vertical li.current>a span.toctree-expand,.wy-menu-vertical li.on a span.toctree-expand,.wy-menu-vertical li span.toctree-expand{font-family:inherit}.fa:before,.icon:before,.rst-content .admonition-title:before,.rst-content .code-block-caption .headerlink:before,.rst-content code.download span:first-child:before,.rst-content dl dt .headerlink:before,.rst-content h1 .headerlink:before,.rst-content h2 .headerlink:before,.rst-content h3 .headerlink:before,.rst-content h4 .headerlink:before,.rst-content h5 .headerlink:before,.rst-content h6 .headerlink:before,.rst-content p.caption .headerlink:before,.rst-content table>caption .headerlink:before,.rst-content tt.download span:first-child:before,.wy-dropdown .caret:before,.wy-inline-validate.wy-inline-validate-danger .wy-input-context:before,.wy-inline-validate.wy-inline-validate-info .wy-input-context:before,.wy-inline-validate.wy-inline-validate-success .wy-input-context:before,.wy-inline-validate.wy-inline-validate-warning .wy-input-context:before,.wy-menu-vertical li.current>a span.toctree-expand:before,.wy-menu-vertical li.on a span.toctree-expand:before,.wy-menu-vertical li span.toctree-expand:before{font-family:FontAwesome;display:inline-block;font-style:normal;font-weight:400;line-height:1;text-decoration:inherit}.rst-content .code-block-caption a .headerlink,.rst-content a .admonition-title,.rst-content code.download a span:first-child,.rst-content dl dt a .headerlink,.rst-content h1 a .headerlink,.rst-content h2 a .headerlink,.rst-content h3 a .headerlink,.rst-content h4 a .headerlink,.rst-content h5 a .headerlink,.rst-content h6 a .headerlink,.rst-content p.caption a .headerlink,.rst-content table>caption a .headerlink,.rst-content tt.download a span:first-child,.wy-menu-vertical li.current>a span.toctree-expand,.wy-menu-vertical li.on a span.toctree-expand,.wy-menu-vertical li a span.toctree-expand,a .fa,a .icon,a .rst-content .admonition-title,a .rst-content .code-block-caption .headerlink,a .rst-content code.download span:first-child,a .rst-content dl dt .headerlink,a .rst-content h1 .headerlink,a .rst-content h2 .headerlink,a .rst-content h3 .headerlink,a .rst-content h4 .headerlink,a .rst-content h5 .headerlink,a .rst-content h6 .headerlink,a .rst-content p.caption .headerlink,a .rst-content table>caption .headerlink,a .rst-content tt.download span:first-child,a .wy-menu-vertical li span.toctree-expand{display:inline-block;text-decoration:inherit}.btn .fa,.btn .icon,.btn .rst-content .admonition-title,.btn .rst-content .code-block-caption .headerlink,.btn .rst-content code.download span:first-child,.btn .rst-content dl dt .headerlink,.btn .rst-content h1 .headerlink,.btn .rst-content h2 .headerlink,.btn .rst-content h3 .headerlink,.btn .rst-content h4 .headerlink,.btn .rst-content h5 .headerlink,.btn .rst-content h6 .headerlink,.btn .rst-content p.caption .headerlink,.btn .rst-content table>caption .headerlink,.btn .rst-content tt.download span:first-child,.btn .wy-menu-vertical li.current>a span.toctree-expand,.btn .wy-menu-vertical li.on a span.toctree-expand,.btn .wy-menu-vertical li span.toctree-expand,.nav .fa,.nav .icon,.nav .rst-content .admonition-title,.nav .rst-content .code-block-caption .headerlink,.nav .rst-content code.download span:first-child,.nav .rst-content dl dt .headerlink,.nav .rst-content h1 .headerlink,.nav .rst-content h2 .headerlink,.nav .rst-content h3 .headerlink,.nav .rst-content h4 .headerlink,.nav .rst-content h5 .headerlink,.nav .rst-content h6 .headerlink,.nav .rst-content p.caption .headerlink,.nav .rst-content table>caption .headerlink,.nav .rst-content tt.download span:first-child,.nav .wy-menu-vertical li.current>a span.toctree-expand,.nav .wy-menu-vertical li.on a span.toctree-expand,.nav .wy-menu-vertical li span.toctree-expand,.rst-content .btn .admonition-title,.rst-content .code-block-caption .btn .headerlink,.rst-content .code-block-caption .nav .headerlink,.rst-content .nav .admonition-title,.rst-content code.download .btn span:first-child,.rst-content code.download .nav span:first-child,.rst-content dl dt .btn .headerlink,.rst-content dl dt .nav .headerlink,.rst-content h1 .btn .headerlink,.rst-content h1 .nav .headerlink,.rst-content h2 .btn .headerlink,.rst-content h2 .nav .headerlink,.rst-content h3 .btn .headerlink,.rst-content h3 .nav .headerlink,.rst-content h4 .btn .headerlink,.rst-content h4 .nav .headerlink,.rst-content h5 .btn .headerlink,.rst-content h5 .nav .headerlink,.rst-content h6 .btn .headerlink,.rst-content h6 .nav .headerlink,.rst-content p.caption .btn .headerlink,.rst-content p.caption .nav .headerlink,.rst-content table>caption .btn .headerlink,.rst-content table>caption .nav .headerlink,.rst-content tt.download .btn span:first-child,.rst-content tt.download .nav span:first-child,.wy-menu-vertical li .btn span.toctree-expand,.wy-menu-vertical li.current>a .btn span.toctree-expand,.wy-menu-vertical li.current>a .nav span.toctree-expand,.wy-menu-vertical li .nav span.toctree-expand,.wy-menu-vertical li.on a .btn span.toctree-expand,.wy-menu-vertical li.on a .nav span.toctree-expand{display:inline}.btn .fa-large.icon,.btn .fa.fa-large,.btn .rst-content .code-block-caption .fa-large.headerlink,.btn .rst-content .fa-large.admonition-title,.btn .rst-content code.download span.fa-large:first-child,.btn .rst-content dl dt .fa-large.headerlink,.btn .rst-content h1 .fa-large.headerlink,.btn .rst-content h2 .fa-large.headerlink,.btn .rst-content h3 .fa-large.headerlink,.btn .rst-content h4 .fa-large.headerlink,.btn .rst-content h5 .fa-large.headerlink,.btn .rst-content h6 .fa-large.headerlink,.btn .rst-content p.caption .fa-large.headerlink,.btn .rst-content table>caption .fa-large.headerlink,.btn .rst-content tt.download span.fa-large:first-child,.btn .wy-menu-vertical li span.fa-large.toctree-expand,.nav .fa-large.icon,.nav .fa.fa-large,.nav .rst-content .code-block-caption .fa-large.headerlink,.nav .rst-content .fa-large.admonition-title,.nav .rst-content code.download span.fa-large:first-child,.nav .rst-content dl dt .fa-large.headerlink,.nav .rst-content h1 .fa-large.headerlink,.nav .rst-content h2 .fa-large.headerlink,.nav .rst-content h3 .fa-large.headerlink,.nav .rst-content h4 .fa-large.headerlink,.nav .rst-content h5 .fa-large.headerlink,.nav .rst-content h6 .fa-large.headerlink,.nav .rst-content p.caption .fa-large.headerlink,.nav .rst-content table>caption .fa-large.headerlink,.nav .rst-content tt.download span.fa-large:first-child,.nav .wy-menu-vertical li span.fa-large.toctree-expand,.rst-content .btn .fa-large.admonition-title,.rst-content .code-block-caption .btn .fa-large.headerlink,.rst-content .code-block-caption .nav .fa-large.headerlink,.rst-content .nav .fa-large.admonition-title,.rst-content code.download .btn span.fa-large:first-child,.rst-content code.download .nav span.fa-large:first-child,.rst-content dl dt .btn .fa-large.headerlink,.rst-content dl dt .nav .fa-large.headerlink,.rst-content h1 .btn .fa-large.headerlink,.rst-content h1 .nav .fa-large.headerlink,.rst-content h2 .btn .fa-large.headerlink,.rst-content h2 .nav .fa-large.headerlink,.rst-content h3 .btn .fa-large.headerlink,.rst-content h3 .nav .fa-large.headerlink,.rst-content h4 .btn .fa-large.headerlink,.rst-content h4 .nav .fa-large.headerlink,.rst-content h5 .btn .fa-large.headerlink,.rst-content h5 .nav .fa-large.headerlink,.rst-content h6 .btn .fa-large.headerlink,.rst-content h6 .nav .fa-large.headerlink,.rst-content p.caption .btn .fa-large.headerlink,.rst-content p.caption .nav .fa-large.headerlink,.rst-content table>caption .btn .fa-large.headerlink,.rst-content table>caption .nav .fa-large.headerlink,.rst-content tt.download .btn span.fa-large:first-child,.rst-content tt.download .nav span.fa-large:first-child,.wy-menu-vertical li .btn span.fa-large.toctree-expand,.wy-menu-vertical li .nav span.fa-large.toctree-expand{line-height:.9em}.btn .fa-spin.icon,.btn .fa.fa-spin,.btn .rst-content .code-block-caption .fa-spin.headerlink,.btn .rst-content .fa-spin.admonition-title,.btn .rst-content code.download span.fa-spin:first-child,.btn .rst-content dl dt .fa-spin.headerlink,.btn .rst-content h1 .fa-spin.headerlink,.btn .rst-content h2 .fa-spin.headerlink,.btn .rst-content h3 .fa-spin.headerlink,.btn .rst-content h4 .fa-spin.headerlink,.btn .rst-content h5 .fa-spin.headerlink,.btn .rst-content h6 .fa-spin.headerlink,.btn .rst-content p.caption .fa-spin.headerlink,.btn .rst-content table>caption .fa-spin.headerlink,.btn .rst-content tt.download span.fa-spin:first-child,.btn .wy-menu-vertical li span.fa-spin.toctree-expand,.nav .fa-spin.icon,.nav .fa.fa-spin,.nav .rst-content .code-block-caption .fa-spin.headerlink,.nav .rst-content .fa-spin.admonition-title,.nav .rst-content code.download span.fa-spin:first-child,.nav .rst-content dl dt .fa-spin.headerlink,.nav .rst-content h1 .fa-spin.headerlink,.nav .rst-content h2 .fa-spin.headerlink,.nav .rst-content h3 .fa-spin.headerlink,.nav .rst-content h4 .fa-spin.headerlink,.nav .rst-content h5 .fa-spin.headerlink,.nav .rst-content h6 .fa-spin.headerlink,.nav .rst-content p.caption .fa-spin.headerlink,.nav .rst-content table>caption .fa-spin.headerlink,.nav .rst-content tt.download span.fa-spin:first-child,.nav .wy-menu-vertical li span.fa-spin.toctree-expand,.rst-content .btn .fa-spin.admonition-title,.rst-content .code-block-caption .btn .fa-spin.headerlink,.rst-content .code-block-caption .nav .fa-spin.headerlink,.rst-content .nav .fa-spin.admonition-title,.rst-content code.download .btn span.fa-spin:first-child,.rst-content code.download .nav span.fa-spin:first-child,.rst-content dl dt .btn .fa-spin.headerlink,.rst-content dl dt .nav .fa-spin.headerlink,.rst-content h1 .btn .fa-spin.headerlink,.rst-content h1 .nav .fa-spin.headerlink,.rst-content h2 .btn .fa-spin.headerlink,.rst-content h2 .nav .fa-spin.headerlink,.rst-content h3 .btn .fa-spin.headerlink,.rst-content h3 .nav .fa-spin.headerlink,.rst-content h4 .btn .fa-spin.headerlink,.rst-content h4 .nav .fa-spin.headerlink,.rst-content h5 .btn .fa-spin.headerlink,.rst-content h5 .nav .fa-spin.headerlink,.rst-content h6 .btn .fa-spin.headerlink,.rst-content h6 .nav .fa-spin.headerlink,.rst-content p.caption .btn .fa-spin.headerlink,.rst-content p.caption .nav .fa-spin.headerlink,.rst-content table>caption .btn .fa-spin.headerlink,.rst-content table>caption .nav .fa-spin.headerlink,.rst-content tt.download .btn span.fa-spin:first-child,.rst-content tt.download .nav span.fa-spin:first-child,.wy-menu-vertical li .btn span.fa-spin.toctree-expand,.wy-menu-vertical li .nav span.fa-spin.toctree-expand{display:inline-block}.btn.fa:before,.btn.icon:before,.rst-content .btn.admonition-title:before,.rst-content .code-block-caption .btn.headerlink:before,.rst-content code.download span.btn:first-child:before,.rst-content dl dt .btn.headerlink:before,.rst-content h1 .btn.headerlink:before,.rst-content h2 .btn.headerlink:before,.rst-content h3 .btn.headerlink:before,.rst-content h4 .btn.headerlink:before,.rst-content h5 .btn.headerlink:before,.rst-content h6 .btn.headerlink:before,.rst-content p.caption .btn.headerlink:before,.rst-content table>caption .btn.headerlink:before,.rst-content tt.download span.btn:first-child:before,.wy-menu-vertical li span.btn.toctree-expand:before{opacity:.5;-webkit-transition:opacity .05s ease-in;-moz-transition:opacity .05s ease-in;transition:opacity .05s ease-in}.btn.fa:hover:before,.btn.icon:hover:before,.rst-content .btn.admonition-title:hover:before,.rst-content .code-block-caption .btn.headerlink:hover:before,.rst-content code.download span.btn:first-child:hover:before,.rst-content dl dt .btn.headerlink:hover:before,.rst-content h1 .btn.headerlink:hover:before,.rst-content h2 .btn.headerlink:hover:before,.rst-content h3 .btn.headerlink:hover:before,.rst-content h4 .btn.headerlink:hover:before,.rst-content h5 .btn.headerlink:hover:before,.rst-content h6 .btn.headerlink:hover:before,.rst-content p.caption .btn.headerlink:hover:before,.rst-content table>caption .btn.headerlink:hover:before,.rst-content tt.download span.btn:first-child:hover:before,.wy-menu-vertical li span.btn.toctree-expand:hover:before{opacity:1}.btn-mini .fa:before,.btn-mini .icon:before,.btn-mini .rst-content .admonition-title:before,.btn-mini .rst-content .code-block-caption .headerlink:before,.btn-mini .rst-content code.download span:first-child:before,.btn-mini .rst-content dl dt .headerlink:before,.btn-mini .rst-content h1 .headerlink:before,.btn-mini .rst-content h2 .headerlink:before,.btn-mini .rst-content h3 .headerlink:before,.btn-mini .rst-content h4 .headerlink:before,.btn-mini .rst-content h5 .headerlink:before,.btn-mini .rst-content h6 .headerlink:before,.btn-mini .rst-content p.caption .headerlink:before,.btn-mini .rst-content table>caption .headerlink:before,.btn-mini .rst-content tt.download span:first-child:before,.btn-mini .wy-menu-vertical li span.toctree-expand:before,.rst-content .btn-mini .admonition-title:before,.rst-content .code-block-caption .btn-mini .headerlink:before,.rst-content code.download .btn-mini span:first-child:before,.rst-content dl dt .btn-mini .headerlink:before,.rst-content h1 .btn-mini .headerlink:before,.rst-content h2 .btn-mini .headerlink:before,.rst-content h3 .btn-mini .headerlink:before,.rst-content h4 .btn-mini .headerlink:before,.rst-content h5 .btn-mini .headerlink:before,.rst-content h6 .btn-mini .headerlink:before,.rst-content p.caption .btn-mini .headerlink:before,.rst-content table>caption .btn-mini .headerlink:before,.rst-content tt.download .btn-mini span:first-child:before,.wy-menu-vertical li .btn-mini span.toctree-expand:before{font-size:14px;vertical-align:-15%}.rst-content .admonition,.rst-content .admonition-todo,.rst-content .attention,.rst-content .caution,.rst-content .danger,.rst-content .error,.rst-content .hint,.rst-content .important,.rst-content .note,.rst-content .seealso,.rst-content .tip,.rst-content .warning,.wy-alert{padding:12px;line-height:24px;margin-bottom:24px;background:#e7f2fa}.rst-content .admonition-title,.wy-alert-title{font-weight:700;display:block;color:#fff;background:#6ab0de;padding:6px 12px;margin:-12px -12px 12px}.rst-content .danger,.rst-content .error,.rst-content .wy-alert-danger.admonition,.rst-content .wy-alert-danger.admonition-todo,.rst-content .wy-alert-danger.attention,.rst-content .wy-alert-danger.caution,.rst-content .wy-alert-danger.hint,.rst-content .wy-alert-danger.important,.rst-content .wy-alert-danger.note,.rst-content .wy-alert-danger.seealso,.rst-content .wy-alert-danger.tip,.rst-content .wy-alert-danger.warning,.wy-alert.wy-alert-danger{background:#fdf3f2}.rst-content .danger .admonition-title,.rst-content .danger .wy-alert-title,.rst-content .error .admonition-title,.rst-content .error .wy-alert-title,.rst-content .wy-alert-danger.admonition-todo .admonition-title,.rst-content .wy-alert-danger.admonition-todo .wy-alert-title,.rst-content .wy-alert-danger.admonition .admonition-title,.rst-content .wy-alert-danger.admonition .wy-alert-title,.rst-content .wy-alert-danger.attention .admonition-title,.rst-content .wy-alert-danger.attention .wy-alert-title,.rst-content .wy-alert-danger.caution .admonition-title,.rst-content .wy-alert-danger.caution .wy-alert-title,.rst-content .wy-alert-danger.hint .admonition-title,.rst-content .wy-alert-danger.hint .wy-alert-title,.rst-content .wy-alert-danger.important .admonition-title,.rst-content .wy-alert-danger.important .wy-alert-title,.rst-content .wy-alert-danger.note .admonition-title,.rst-content .wy-alert-danger.note .wy-alert-title,.rst-content .wy-alert-danger.seealso .admonition-title,.rst-content .wy-alert-danger.seealso .wy-alert-title,.rst-content .wy-alert-danger.tip .admonition-title,.rst-content .wy-alert-danger.tip .wy-alert-title,.rst-content .wy-alert-danger.warning .admonition-title,.rst-content .wy-alert-danger.warning .wy-alert-title,.rst-content .wy-alert.wy-alert-danger .admonition-title,.wy-alert.wy-alert-danger .rst-content .admonition-title,.wy-alert.wy-alert-danger .wy-alert-title{background:#f29f97}.rst-content .admonition-todo,.rst-content .attention,.rst-content .caution,.rst-content .warning,.rst-content .wy-alert-warning.admonition,.rst-content .wy-alert-warning.danger,.rst-content .wy-alert-warning.error,.rst-content .wy-alert-warning.hint,.rst-content .wy-alert-warning.important,.rst-content .wy-alert-warning.note,.rst-content .wy-alert-warning.seealso,.rst-content .wy-alert-warning.tip,.wy-alert.wy-alert-warning{background:#ffedcc}.rst-content .admonition-todo .admonition-title,.rst-content .admonition-todo .wy-alert-title,.rst-content .attention .admonition-title,.rst-content .attention .wy-alert-title,.rst-content .caution .admonition-title,.rst-content .caution .wy-alert-title,.rst-content .warning .admonition-title,.rst-content .warning .wy-alert-title,.rst-content .wy-alert-warning.admonition .admonition-title,.rst-content .wy-alert-warning.admonition .wy-alert-title,.rst-content .wy-alert-warning.danger .admonition-title,.rst-content .wy-alert-warning.danger .wy-alert-title,.rst-content .wy-alert-warning.error .admonition-title,.rst-content .wy-alert-warning.error .wy-alert-title,.rst-content .wy-alert-warning.hint .admonition-title,.rst-content .wy-alert-warning.hint .wy-alert-title,.rst-content .wy-alert-warning.important .admonition-title,.rst-content .wy-alert-warning.important .wy-alert-title,.rst-content .wy-alert-warning.note .admonition-title,.rst-content .wy-alert-warning.note .wy-alert-title,.rst-content .wy-alert-warning.seealso .admonition-title,.rst-content .wy-alert-warning.seealso .wy-alert-title,.rst-content .wy-alert-warning.tip .admonition-title,.rst-content .wy-alert-warning.tip .wy-alert-title,.rst-content .wy-alert.wy-alert-warning .admonition-title,.wy-alert.wy-alert-warning .rst-content .admonition-title,.wy-alert.wy-alert-warning .wy-alert-title{background:#f0b37e}.rst-content .note,.rst-content .seealso,.rst-content .wy-alert-info.admonition,.rst-content .wy-alert-info.admonition-todo,.rst-content .wy-alert-info.attention,.rst-content .wy-alert-info.caution,.rst-content .wy-alert-info.danger,.rst-content .wy-alert-info.error,.rst-content .wy-alert-info.hint,.rst-content .wy-alert-info.important,.rst-content .wy-alert-info.tip,.rst-content .wy-alert-info.warning,.wy-alert.wy-alert-info{background:#e7f2fa}.rst-content .note .admonition-title,.rst-content .note .wy-alert-title,.rst-content .seealso .admonition-title,.rst-content .seealso .wy-alert-title,.rst-content .wy-alert-info.admonition-todo .admonition-title,.rst-content .wy-alert-info.admonition-todo .wy-alert-title,.rst-content .wy-alert-info.admonition .admonition-title,.rst-content .wy-alert-info.admonition .wy-alert-title,.rst-content .wy-alert-info.attention .admonition-title,.rst-content .wy-alert-info.attention .wy-alert-title,.rst-content .wy-alert-info.caution .admonition-title,.rst-content .wy-alert-info.caution .wy-alert-title,.rst-content .wy-alert-info.danger .admonition-title,.rst-content .wy-alert-info.danger .wy-alert-title,.rst-content .wy-alert-info.error .admonition-title,.rst-content .wy-alert-info.error .wy-alert-title,.rst-content .wy-alert-info.hint .admonition-title,.rst-content .wy-alert-info.hint .wy-alert-title,.rst-content .wy-alert-info.important .admonition-title,.rst-content .wy-alert-info.important .wy-alert-title,.rst-content .wy-alert-info.tip .admonition-title,.rst-content .wy-alert-info.tip .wy-alert-title,.rst-content .wy-alert-info.warning .admonition-title,.rst-content .wy-alert-info.warning .wy-alert-title,.rst-content .wy-alert.wy-alert-info .admonition-title,.wy-alert.wy-alert-info .rst-content .admonition-title,.wy-alert.wy-alert-info .wy-alert-title{background:#6ab0de}.rst-content .hint,.rst-content .important,.rst-content .tip,.rst-content .wy-alert-success.admonition,.rst-content .wy-alert-success.admonition-todo,.rst-content .wy-alert-success.attention,.rst-content .wy-alert-success.caution,.rst-content .wy-alert-success.danger,.rst-content .wy-alert-success.error,.rst-content .wy-alert-success.note,.rst-content .wy-alert-success.seealso,.rst-content .wy-alert-success.warning,.wy-alert.wy-alert-success{background:#dbfaf4}.rst-content .hint .admonition-title,.rst-content .hint .wy-alert-title,.rst-content .important .admonition-title,.rst-content .important .wy-alert-title,.rst-content .tip .admonition-title,.rst-content .tip .wy-alert-title,.rst-content .wy-alert-success.admonition-todo .admonition-title,.rst-content .wy-alert-success.admonition-todo .wy-alert-title,.rst-content .wy-alert-success.admonition .admonition-title,.rst-content .wy-alert-success.admonition .wy-alert-title,.rst-content .wy-alert-success.attention .admonition-title,.rst-content .wy-alert-success.attention .wy-alert-title,.rst-content .wy-alert-success.caution .admonition-title,.rst-content .wy-alert-success.caution .wy-alert-title,.rst-content .wy-alert-success.danger .admonition-title,.rst-content .wy-alert-success.danger .wy-alert-title,.rst-content .wy-alert-success.error .admonition-title,.rst-content .wy-alert-success.error .wy-alert-title,.rst-content .wy-alert-success.note .admonition-title,.rst-content .wy-alert-success.note .wy-alert-title,.rst-content .wy-alert-success.seealso .admonition-title,.rst-content .wy-alert-success.seealso .wy-alert-title,.rst-content .wy-alert-success.warning .admonition-title,.rst-content .wy-alert-success.warning .wy-alert-title,.rst-content .wy-alert.wy-alert-success .admonition-title,.wy-alert.wy-alert-success .rst-content .admonition-title,.wy-alert.wy-alert-success .wy-alert-title{background:#1abc9c}.rst-content .wy-alert-neutral.admonition,.rst-content .wy-alert-neutral.admonition-todo,.rst-content .wy-alert-neutral.attention,.rst-content .wy-alert-neutral.caution,.rst-content .wy-alert-neutral.danger,.rst-content .wy-alert-neutral.error,.rst-content .wy-alert-neutral.hint,.rst-content .wy-alert-neutral.important,.rst-content .wy-alert-neutral.note,.rst-content .wy-alert-neutral.seealso,.rst-content .wy-alert-neutral.tip,.rst-content .wy-alert-neutral.warning,.wy-alert.wy-alert-neutral{background:#f3f6f6}.rst-content .wy-alert-neutral.admonition-todo .admonition-title,.rst-content .wy-alert-neutral.admonition-todo .wy-alert-title,.rst-content .wy-alert-neutral.admonition .admonition-title,.rst-content .wy-alert-neutral.admonition .wy-alert-title,.rst-content .wy-alert-neutral.attention .admonition-title,.rst-content .wy-alert-neutral.attention .wy-alert-title,.rst-content .wy-alert-neutral.caution .admonition-title,.rst-content .wy-alert-neutral.caution .wy-alert-title,.rst-content .wy-alert-neutral.danger .admonition-title,.rst-content .wy-alert-neutral.danger .wy-alert-title,.rst-content .wy-alert-neutral.error .admonition-title,.rst-content .wy-alert-neutral.error .wy-alert-title,.rst-content .wy-alert-neutral.hint .admonition-title,.rst-content .wy-alert-neutral.hint .wy-alert-title,.rst-content .wy-alert-neutral.important .admonition-title,.rst-content .wy-alert-neutral.important .wy-alert-title,.rst-content .wy-alert-neutral.note .admonition-title,.rst-content .wy-alert-neutral.note .wy-alert-title,.rst-content .wy-alert-neutral.seealso .admonition-title,.rst-content .wy-alert-neutral.seealso .wy-alert-title,.rst-content .wy-alert-neutral.tip .admonition-title,.rst-content .wy-alert-neutral.tip .wy-alert-title,.rst-content .wy-alert-neutral.warning .admonition-title,.rst-content .wy-alert-neutral.warning .wy-alert-title,.rst-content .wy-alert.wy-alert-neutral .admonition-title,.wy-alert.wy-alert-neutral .rst-content .admonition-title,.wy-alert.wy-alert-neutral .wy-alert-title{color:#404040;background:#e1e4e5}.rst-content .wy-alert-neutral.admonition-todo a,.rst-content .wy-alert-neutral.admonition a,.rst-content .wy-alert-neutral.attention a,.rst-content .wy-alert-neutral.caution a,.rst-content .wy-alert-neutral.danger a,.rst-content .wy-alert-neutral.error a,.rst-content .wy-alert-neutral.hint a,.rst-content .wy-alert-neutral.important a,.rst-content .wy-alert-neutral.note a,.rst-content .wy-alert-neutral.seealso a,.rst-content .wy-alert-neutral.tip a,.rst-content .wy-alert-neutral.warning a,.wy-alert.wy-alert-neutral a{color:#2980b9}.rst-content .admonition-todo p:last-child,.rst-content .admonition p:last-child,.rst-content .attention p:last-child,.rst-content .caution p:last-child,.rst-content .danger p:last-child,.rst-content .error p:last-child,.rst-content .hint p:last-child,.rst-content .important p:last-child,.rst-content .note p:last-child,.rst-content .seealso p:last-child,.rst-content .tip p:last-child,.rst-content .warning p:last-child,.wy-alert p:last-child{margin-bottom:0}.wy-tray-container{position:fixed;bottom:0;left:0;z-index:600}.wy-tray-container li{display:block;width:300px;background:transparent;color:#fff;text-align:center;box-shadow:0 5px 5px 0 rgba(0,0,0,.1);padding:0 24px;min-width:20%;opacity:0;height:0;line-height:56px;overflow:hidden;-webkit-transition:all .3s ease-in;-moz-transition:all .3s ease-in;transition:all .3s ease-in}.wy-tray-container li.wy-tray-item-success{background:#27ae60}.wy-tray-container li.wy-tray-item-info{background:#2980b9}.wy-tray-container li.wy-tray-item-warning{background:#e67e22}.wy-tray-container li.wy-tray-item-danger{background:#e74c3c}.wy-tray-container li.on{opacity:1;height:56px}@media screen and (max-width:768px){.wy-tray-container{bottom:auto;top:0;width:100%}.wy-tray-container li{width:100%}}button{font-size:100%;margin:0;vertical-align:baseline;*vertical-align:middle;cursor:pointer;line-height:normal;-webkit-appearance:button;*overflow:visible}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0}button[disabled]{cursor:default}.btn{display:inline-block;border-radius:2px;line-height:normal;white-space:nowrap;text-align:center;cursor:pointer;font-size:100%;padding:6px 12px 8px;color:#fff;border:1px solid rgba(0,0,0,.1);background-color:#27ae60;text-decoration:none;font-weight:400;font-family:Lato,proxima-nova,Helvetica Neue,Arial,sans-serif;box-shadow:inset 0 1px 2px -1px hsla(0,0%,100%,.5),inset 0 -2px 0 0 rgba(0,0,0,.1);outline-none:false;vertical-align:middle;*display:inline;zoom:1;-webkit-user-drag:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-transition:all .1s linear;-moz-transition:all .1s linear;transition:all .1s linear}.btn-hover{background:#2e8ece;color:#fff}.btn:hover{background:#2cc36b;color:#fff}.btn:focus{background:#2cc36b;outline:0}.btn:active{box-shadow:inset 0 -1px 0 0 rgba(0,0,0,.05),inset 0 2px 0 0 rgba(0,0,0,.1);padding:8px 12px 6px}.btn:visited{color:#fff}.btn-disabled,.btn-disabled:active,.btn-disabled:focus,.btn-disabled:hover,.btn:disabled{background-image:none;filter:progid:DXImageTransform.Microsoft.gradient(enabled = false);filter:alpha(opacity=40);opacity:.4;cursor:not-allowed;box-shadow:none}.btn::-moz-focus-inner{padding:0;border:0}.btn-small{font-size:80%}.btn-info{background-color:#2980b9!important}.btn-info:hover{background-color:#2e8ece!important}.btn-neutral{background-color:#f3f6f6!important;color:#404040!important}.btn-neutral:hover{background-color:#e5ebeb!important;color:#404040}.btn-neutral:visited{color:#404040!important}.btn-success{background-color:#27ae60!important}.btn-success:hover{background-color:#295!important}.btn-danger{background-color:#e74c3c!important}.btn-danger:hover{background-color:#ea6153!important}.btn-warning{background-color:#e67e22!important}.btn-warning:hover{background-color:#e98b39!important}.btn-invert{background-color:#222}.btn-invert:hover{background-color:#2f2f2f!important}.btn-link{background-color:transparent!important;color:#2980b9;box-shadow:none;border-color:transparent!important}.btn-link:active,.btn-link:hover{background-color:transparent!important;color:#409ad5!important;box-shadow:none}.btn-link:visited{color:#9b59b6}.wy-btn-group .btn,.wy-control .btn{vertical-align:middle}.wy-btn-group{margin-bottom:24px;*zoom:1}.wy-btn-group:after,.wy-btn-group:before{display:table;content:""}.wy-btn-group:after{clear:both}.wy-dropdown{position:relative;display:inline-block}.wy-dropdown-active .wy-dropdown-menu{display:block}.wy-dropdown-menu{position:absolute;left:0;display:none;float:left;top:100%;min-width:100%;background:#fcfcfc;z-index:100;border:1px solid #cfd7dd;box-shadow:0 2px 2px 0 rgba(0,0,0,.1);padding:12px}.wy-dropdown-menu>dd>a{display:block;clear:both;color:#404040;white-space:nowrap;font-size:90%;padding:0 12px;cursor:pointer}.wy-dropdown-menu>dd>a:hover{background:#2980b9;color:#fff}.wy-dropdown-menu>dd.divider{border-top:1px solid #cfd7dd;margin:6px 0}.wy-dropdown-menu>dd.search{padding-bottom:12px}.wy-dropdown-menu>dd.search input[type=search]{width:100%}.wy-dropdown-menu>dd.call-to-action{background:#e3e3e3;text-transform:uppercase;font-weight:500;font-size:80%}.wy-dropdown-menu>dd.call-to-action:hover{background:#e3e3e3}.wy-dropdown-menu>dd.call-to-action .btn{color:#fff}.wy-dropdown.wy-dropdown-up .wy-dropdown-menu{bottom:100%;top:auto;left:auto;right:0}.wy-dropdown.wy-dropdown-bubble .wy-dropdown-menu{background:#fcfcfc;margin-top:2px}.wy-dropdown.wy-dropdown-bubble .wy-dropdown-menu a{padding:6px 12px}.wy-dropdown.wy-dropdown-bubble .wy-dropdown-menu a:hover{background:#2980b9;color:#fff}.wy-dropdown.wy-dropdown-left .wy-dropdown-menu{right:0;left:auto;text-align:right}.wy-dropdown-arrow:before{content:" ";border-bottom:5px solid #f5f5f5;border-left:5px solid transparent;border-right:5px solid transparent;position:absolute;display:block;top:-4px;left:50%;margin-left:-3px}.wy-dropdown-arrow.wy-dropdown-arrow-left:before{left:11px}.wy-form-stacked select{display:block}.wy-form-aligned .wy-help-inline,.wy-form-aligned input,.wy-form-aligned label,.wy-form-aligned select,.wy-form-aligned textarea{display:inline-block;*display:inline;*zoom:1;vertical-align:middle}.wy-form-aligned .wy-control-group>label{display:inline-block;vertical-align:middle;width:10em;margin:6px 12px 0 0;float:left}.wy-form-aligned .wy-control{float:left}.wy-form-aligned .wy-control label{display:block}.wy-form-aligned .wy-control select{margin-top:6px}fieldset{margin:0}fieldset,legend{border:0;padding:0}legend{width:100%;white-space:normal;margin-bottom:24px;font-size:150%;*margin-left:-7px}label,legend{display:block}label{margin:0 0 .3125em;color:#333;font-size:90%}input,select,textarea{font-size:100%;margin:0;vertical-align:baseline;*vertical-align:middle}.wy-control-group{margin-bottom:24px;max-width:1200px;margin-left:auto;margin-right:auto;*zoom:1}.wy-control-group:after,.wy-control-group:before{display:table;content:""}.wy-control-group:after{clear:both}.wy-control-group.wy-control-group-required>label:after{content:" *";color:#e74c3c}.wy-control-group .wy-form-full,.wy-control-group .wy-form-halves,.wy-control-group .wy-form-thirds{padding-bottom:12px}.wy-control-group .wy-form-full input[type=color],.wy-control-group .wy-form-full input[type=date],.wy-control-group .wy-form-full input[type=datetime-local],.wy-control-group .wy-form-full input[type=datetime],.wy-control-group .wy-form-full input[type=email],.wy-control-group .wy-form-full input[type=month],.wy-control-group .wy-form-full input[type=number],.wy-control-group .wy-form-full input[type=password],.wy-control-group .wy-form-full input[type=search],.wy-control-group .wy-form-full input[type=tel],.wy-control-group .wy-form-full input[type=text],.wy-control-group .wy-form-full input[type=time],.wy-control-group .wy-form-full input[type=url],.wy-control-group .wy-form-full input[type=week],.wy-control-group .wy-form-full select,.wy-control-group .wy-form-halves input[type=color],.wy-control-group .wy-form-halves input[type=date],.wy-control-group .wy-form-halves input[type=datetime-local],.wy-control-group .wy-form-halves input[type=datetime],.wy-control-group .wy-form-halves input[type=email],.wy-control-group .wy-form-halves input[type=month],.wy-control-group .wy-form-halves input[type=number],.wy-control-group .wy-form-halves input[type=password],.wy-control-group .wy-form-halves input[type=search],.wy-control-group .wy-form-halves input[type=tel],.wy-control-group .wy-form-halves input[type=text],.wy-control-group .wy-form-halves input[type=time],.wy-control-group .wy-form-halves input[type=url],.wy-control-group .wy-form-halves input[type=week],.wy-control-group .wy-form-halves select,.wy-control-group .wy-form-thirds input[type=color],.wy-control-group .wy-form-thirds input[type=date],.wy-control-group .wy-form-thirds input[type=datetime-local],.wy-control-group .wy-form-thirds input[type=datetime],.wy-control-group .wy-form-thirds input[type=email],.wy-control-group .wy-form-thirds input[type=month],.wy-control-group .wy-form-thirds input[type=number],.wy-control-group .wy-form-thirds input[type=password],.wy-control-group .wy-form-thirds input[type=search],.wy-control-group .wy-form-thirds input[type=tel],.wy-control-group .wy-form-thirds input[type=text],.wy-control-group .wy-form-thirds input[type=time],.wy-control-group .wy-form-thirds input[type=url],.wy-control-group .wy-form-thirds input[type=week],.wy-control-group .wy-form-thirds select{width:100%}.wy-control-group .wy-form-full{float:left;display:block;width:100%;margin-right:0}.wy-control-group .wy-form-full:last-child{margin-right:0}.wy-control-group .wy-form-halves{float:left;display:block;margin-right:2.35765%;width:48.82117%}.wy-control-group .wy-form-halves:last-child,.wy-control-group .wy-form-halves:nth-of-type(2n){margin-right:0}.wy-control-group .wy-form-halves:nth-of-type(odd){clear:left}.wy-control-group .wy-form-thirds{float:left;display:block;margin-right:2.35765%;width:31.76157%}.wy-control-group .wy-form-thirds:last-child,.wy-control-group .wy-form-thirds:nth-of-type(3n){margin-right:0}.wy-control-group .wy-form-thirds:nth-of-type(3n+1){clear:left}.wy-control-group.wy-control-group-no-input .wy-control,.wy-control-no-input{margin:6px 0 0;font-size:90%}.wy-control-no-input{display:inline-block}.wy-control-group.fluid-input input[type=color],.wy-control-group.fluid-input input[type=date],.wy-control-group.fluid-input input[type=datetime-local],.wy-control-group.fluid-input input[type=datetime],.wy-control-group.fluid-input input[type=email],.wy-control-group.fluid-input input[type=month],.wy-control-group.fluid-input input[type=number],.wy-control-group.fluid-input input[type=password],.wy-control-group.fluid-input input[type=search],.wy-control-group.fluid-input input[type=tel],.wy-control-group.fluid-input input[type=text],.wy-control-group.fluid-input input[type=time],.wy-control-group.fluid-input input[type=url],.wy-control-group.fluid-input input[type=week]{width:100%}.wy-form-message-inline{padding-left:.3em;color:#666;font-size:90%}.wy-form-message{display:block;color:#999;font-size:70%;margin-top:.3125em;font-style:italic}.wy-form-message p{font-size:inherit;font-style:italic;margin-bottom:6px}.wy-form-message p:last-child{margin-bottom:0}input{line-height:normal}input[type=button],input[type=reset],input[type=submit]{-webkit-appearance:button;cursor:pointer;font-family:Lato,proxima-nova,Helvetica Neue,Arial,sans-serif;*overflow:visible}input[type=color],input[type=date],input[type=datetime-local],input[type=datetime],input[type=email],input[type=month],input[type=number],input[type=password],input[type=search],input[type=tel],input[type=text],input[type=time],input[type=url],input[type=week]{-webkit-appearance:none;padding:6px;display:inline-block;border:1px solid #ccc;font-size:80%;font-family:Lato,proxima-nova,Helvetica Neue,Arial,sans-serif;box-shadow:inset 0 1px 3px #ddd;border-radius:0;-webkit-transition:border .3s linear;-moz-transition:border .3s linear;transition:border .3s linear}input[type=datetime-local]{padding:.34375em .625em}input[disabled]{cursor:default}input[type=checkbox],input[type=radio]{padding:0;margin-right:.3125em;*height:13px;*width:13px}input[type=checkbox],input[type=radio],input[type=search]{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}input[type=search]::-webkit-search-cancel-button,input[type=search]::-webkit-search-decoration{-webkit-appearance:none}input[type=color]:focus,input[type=date]:focus,input[type=datetime-local]:focus,input[type=datetime]:focus,input[type=email]:focus,input[type=month]:focus,input[type=number]:focus,input[type=password]:focus,input[type=search]:focus,input[type=tel]:focus,input[type=text]:focus,input[type=time]:focus,input[type=url]:focus,input[type=week]:focus{outline:0;outline:thin dotted\9;border-color:#333}input.no-focus:focus{border-color:#ccc!important}input[type=checkbox]:focus,input[type=file]:focus,input[type=radio]:focus{outline:thin dotted #333;outline:1px auto #129fea}input[type=color][disabled],input[type=date][disabled],input[type=datetime-local][disabled],input[type=datetime][disabled],input[type=email][disabled],input[type=month][disabled],input[type=number][disabled],input[type=password][disabled],input[type=search][disabled],input[type=tel][disabled],input[type=text][disabled],input[type=time][disabled],input[type=url][disabled],input[type=week][disabled]{cursor:not-allowed;background-color:#fafafa}input:focus:invalid,select:focus:invalid,textarea:focus:invalid{color:#e74c3c;border:1px solid #e74c3c}input:focus:invalid:focus,select:focus:invalid:focus,textarea:focus:invalid:focus{border-color:#e74c3c}input[type=checkbox]:focus:invalid:focus,input[type=file]:focus:invalid:focus,input[type=radio]:focus:invalid:focus{outline-color:#e74c3c}input.wy-input-large{padding:12px;font-size:100%}textarea{overflow:auto;vertical-align:top;width:100%;font-family:Lato,proxima-nova,Helvetica Neue,Arial,sans-serif}select,textarea{padding:.5em .625em;display:inline-block;border:1px solid #ccc;font-size:80%;box-shadow:inset 0 1px 3px #ddd;-webkit-transition:border .3s linear;-moz-transition:border .3s linear;transition:border .3s linear}select{border:1px solid #ccc;background-color:#fff}select[multiple]{height:auto}select:focus,textarea:focus{outline:0}input[readonly],select[disabled],select[readonly],textarea[disabled],textarea[readonly]{cursor:not-allowed;background-color:#fafafa}input[type=checkbox][disabled],input[type=radio][disabled]{cursor:not-allowed}.wy-checkbox,.wy-radio{margin:6px 0;color:#404040;display:block}.wy-checkbox input,.wy-radio input{vertical-align:baseline}.wy-form-message-inline{display:inline-block;*display:inline;*zoom:1;vertical-align:middle}.wy-input-prefix,.wy-input-suffix{white-space:nowrap;padding:6px}.wy-input-prefix .wy-input-context,.wy-input-suffix .wy-input-context{line-height:27px;padding:0 8px;display:inline-block;font-size:80%;background-color:#f3f6f6;border:1px solid #ccc;color:#999}.wy-input-suffix .wy-input-context{border-left:0}.wy-input-prefix .wy-input-context{border-right:0}.wy-switch{position:relative;display:block;height:24px;margin-top:12px;cursor:pointer}.wy-switch:before{left:0;top:0;width:36px;height:12px;background:#ccc}.wy-switch:after,.wy-switch:before{position:absolute;content:"";display:block;border-radius:4px;-webkit-transition:all .2s ease-in-out;-moz-transition:all .2s ease-in-out;transition:all .2s ease-in-out}.wy-switch:after{width:18px;height:18px;background:#999;left:-3px;top:-3px}.wy-switch span{position:absolute;left:48px;display:block;font-size:12px;color:#ccc;line-height:1}.wy-switch.active:before{background:#1e8449}.wy-switch.active:after{left:24px;background:#27ae60}.wy-switch.disabled{cursor:not-allowed;opacity:.8}.wy-control-group.wy-control-group-error .wy-form-message,.wy-control-group.wy-control-group-error>label{color:#e74c3c}.wy-control-group.wy-control-group-error input[type=color],.wy-control-group.wy-control-group-error input[type=date],.wy-control-group.wy-control-group-error input[type=datetime-local],.wy-control-group.wy-control-group-error input[type=datetime],.wy-control-group.wy-control-group-error input[type=email],.wy-control-group.wy-control-group-error input[type=month],.wy-control-group.wy-control-group-error input[type=number],.wy-control-group.wy-control-group-error input[type=password],.wy-control-group.wy-control-group-error input[type=search],.wy-control-group.wy-control-group-error input[type=tel],.wy-control-group.wy-control-group-error input[type=text],.wy-control-group.wy-control-group-error input[type=time],.wy-control-group.wy-control-group-error input[type=url],.wy-control-group.wy-control-group-error input[type=week],.wy-control-group.wy-control-group-error textarea{border:1px solid #e74c3c}.wy-inline-validate{white-space:nowrap}.wy-inline-validate .wy-input-context{padding:.5em .625em;display:inline-block;font-size:80%}.wy-inline-validate.wy-inline-validate-success .wy-input-context{color:#27ae60}.wy-inline-validate.wy-inline-validate-danger .wy-input-context{color:#e74c3c}.wy-inline-validate.wy-inline-validate-warning .wy-input-context{color:#e67e22}.wy-inline-validate.wy-inline-validate-info .wy-input-context{color:#2980b9}.rotate-90{-webkit-transform:rotate(90deg);-moz-transform:rotate(90deg);-ms-transform:rotate(90deg);-o-transform:rotate(90deg);transform:rotate(90deg)}.rotate-180{-webkit-transform:rotate(180deg);-moz-transform:rotate(180deg);-ms-transform:rotate(180deg);-o-transform:rotate(180deg);transform:rotate(180deg)}.rotate-270{-webkit-transform:rotate(270deg);-moz-transform:rotate(270deg);-ms-transform:rotate(270deg);-o-transform:rotate(270deg);transform:rotate(270deg)}.mirror{-webkit-transform:scaleX(-1);-moz-transform:scaleX(-1);-ms-transform:scaleX(-1);-o-transform:scaleX(-1);transform:scaleX(-1)}.mirror.rotate-90{-webkit-transform:scaleX(-1) rotate(90deg);-moz-transform:scaleX(-1) rotate(90deg);-ms-transform:scaleX(-1) rotate(90deg);-o-transform:scaleX(-1) rotate(90deg);transform:scaleX(-1) rotate(90deg)}.mirror.rotate-180{-webkit-transform:scaleX(-1) rotate(180deg);-moz-transform:scaleX(-1) rotate(180deg);-ms-transform:scaleX(-1) rotate(180deg);-o-transform:scaleX(-1) rotate(180deg);transform:scaleX(-1) rotate(180deg)}.mirror.rotate-270{-webkit-transform:scaleX(-1) rotate(270deg);-moz-transform:scaleX(-1) rotate(270deg);-ms-transform:scaleX(-1) rotate(270deg);-o-transform:scaleX(-1) rotate(270deg);transform:scaleX(-1) rotate(270deg)}@media only screen and (max-width:480px){.wy-form button[type=submit]{margin:.7em 0 0}.wy-form input[type=color],.wy-form input[type=date],.wy-form input[type=datetime-local],.wy-form input[type=datetime],.wy-form input[type=email],.wy-form input[type=month],.wy-form input[type=number],.wy-form input[type=password],.wy-form input[type=search],.wy-form input[type=tel],.wy-form input[type=text],.wy-form input[type=time],.wy-form input[type=url],.wy-form input[type=week],.wy-form label{margin-bottom:.3em;display:block}.wy-form input[type=color],.wy-form input[type=date],.wy-form input[type=datetime-local],.wy-form input[type=datetime],.wy-form input[type=email],.wy-form input[type=month],.wy-form input[type=number],.wy-form input[type=password],.wy-form input[type=search],.wy-form input[type=tel],.wy-form input[type=time],.wy-form input[type=url],.wy-form input[type=week]{margin-bottom:0}.wy-form-aligned .wy-control-group label{margin-bottom:.3em;text-align:left;display:block;width:100%}.wy-form-aligned .wy-control{margin:1.5em 0 0}.wy-form-message,.wy-form-message-inline,.wy-form .wy-help-inline{display:block;font-size:80%;padding:6px 0}}@media screen and (max-width:768px){.tablet-hide{display:none}}@media screen and (max-width:480px){.mobile-hide{display:none}}.float-left{float:left}.float-right{float:right}.full-width{width:100%}.rst-content table.docutils,.rst-content table.field-list,.wy-table{border-collapse:collapse;border-spacing:0;empty-cells:show;margin-bottom:24px}.rst-content table.docutils caption,.rst-content table.field-list caption,.wy-table caption{color:#000;font:italic 85%/1 arial,sans-serif;padding:1em 0;text-align:center}.rst-content table.docutils td,.rst-content table.docutils th,.rst-content table.field-list td,.rst-content table.field-list th,.wy-table td,.wy-table th{font-size:90%;margin:0;overflow:visible;padding:8px 16px}.rst-content table.docutils td:first-child,.rst-content table.docutils th:first-child,.rst-content table.field-list td:first-child,.rst-content table.field-list th:first-child,.wy-table td:first-child,.wy-table th:first-child{border-left-width:0}.rst-content table.docutils thead,.rst-content table.field-list thead,.wy-table thead{color:#000;text-align:left;vertical-align:bottom;white-space:nowrap}.rst-content table.docutils thead th,.rst-content table.field-list thead th,.wy-table thead th{font-weight:700;border-bottom:2px solid #e1e4e5}.rst-content table.docutils td,.rst-content table.field-list td,.wy-table td{background-color:transparent;vertical-align:middle}.rst-content table.docutils td p,.rst-content table.field-list td p,.wy-table td p{line-height:18px}.rst-content table.docutils td p:last-child,.rst-content table.field-list td p:last-child,.wy-table td p:last-child{margin-bottom:0}.rst-content table.docutils .wy-table-cell-min,.rst-content table.field-list .wy-table-cell-min,.wy-table .wy-table-cell-min{width:1%;padding-right:0}.rst-content table.docutils .wy-table-cell-min input[type=checkbox],.rst-content table.field-list .wy-table-cell-min input[type=checkbox],.wy-table .wy-table-cell-min input[type=checkbox]{margin:0}.wy-table-secondary{color:grey;font-size:90%}.wy-table-tertiary{color:grey;font-size:80%}.rst-content table.docutils:not(.field-list) tr:nth-child(2n-1) td,.wy-table-backed,.wy-table-odd td,.wy-table-striped tr:nth-child(2n-1) td{background-color:#f3f6f6}.rst-content table.docutils,.wy-table-bordered-all{border:1px solid #e1e4e5}.rst-content table.docutils td,.wy-table-bordered-all td{border-bottom:1px solid #e1e4e5;border-left:1px solid #e1e4e5}.rst-content table.docutils tbody>tr:last-child td,.wy-table-bordered-all tbody>tr:last-child td{border-bottom-width:0}.wy-table-bordered{border:1px solid #e1e4e5}.wy-table-bordered-rows td{border-bottom:1px solid #e1e4e5}.wy-table-bordered-rows tbody>tr:last-child td{border-bottom-width:0}.wy-table-horizontal td,.wy-table-horizontal th{border-width:0 0 1px;border-bottom:1px solid #e1e4e5}.wy-table-horizontal tbody>tr:last-child td{border-bottom-width:0}.wy-table-responsive{margin-bottom:24px;max-width:100%;overflow:auto}.wy-table-responsive table{margin-bottom:0!important}.wy-table-responsive table td,.wy-table-responsive table th{white-space:nowrap}a{color:#2980b9;text-decoration:none;cursor:pointer}a:hover{color:#3091d1}a:visited{color:#9b59b6}html{height:100%}body,html{overflow-x:hidden}body{font-family:Lato,proxima-nova,Helvetica Neue,Arial,sans-serif;font-weight:400;color:#404040;min-height:100%;background:#edf0f2}.wy-text-left{text-align:left}.wy-text-center{text-align:center}.wy-text-right{text-align:right}.wy-text-large{font-size:120%}.wy-text-normal{font-size:100%}.wy-text-small,small{font-size:80%}.wy-text-strike{text-decoration:line-through}.wy-text-warning{color:#e67e22!important}a.wy-text-warning:hover{color:#eb9950!important}.wy-text-info{color:#2980b9!important}a.wy-text-info:hover{color:#409ad5!important}.wy-text-success{color:#27ae60!important}a.wy-text-success:hover{color:#36d278!important}.wy-text-danger{color:#e74c3c!important}a.wy-text-danger:hover{color:#ed7669!important}.wy-text-neutral{color:#404040!important}a.wy-text-neutral:hover{color:#595959!important}.rst-content .toctree-wrapper>p.caption,h1,h2,h3,h4,h5,h6,legend{margin-top:0;font-weight:700;font-family:Roboto Slab,ff-tisa-web-pro,Georgia,Arial,sans-serif}p{line-height:24px;font-size:16px;margin:0 0 24px}h1{font-size:175%}.rst-content .toctree-wrapper>p.caption,h2{font-size:150%}h3{font-size:125%}h4{font-size:115%}h5{font-size:110%}h6{font-size:100%}hr{display:block;height:1px;border:0;border-top:1px solid #e1e4e5;margin:24px 0;padding:0}.rst-content code,.rst-content tt,code{white-space:nowrap;max-width:100%;background:#fff;border:1px solid #e1e4e5;font-size:75%;padding:0 5px;font-family:SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,Courier,monospace;color:#e74c3c;overflow-x:auto}.rst-content tt.code-large,code.code-large{font-size:90%}.rst-content .section ul,.rst-content .toctree-wrapper ul,.wy-plain-list-disc,article ul{list-style:disc;line-height:24px;margin-bottom:24px}.rst-content .section ul li,.rst-content .toctree-wrapper ul li,.wy-plain-list-disc li,article ul li{list-style:disc;margin-left:24px}.rst-content .section ul li p:last-child,.rst-content .section ul li ul,.rst-content .toctree-wrapper ul li p:last-child,.rst-content .toctree-wrapper ul li ul,.wy-plain-list-disc li p:last-child,.wy-plain-list-disc li ul,article ul li p:last-child,article ul li ul{margin-bottom:0}.rst-content .section ul li li,.rst-content .toctree-wrapper ul li li,.wy-plain-list-disc li li,article ul li li{list-style:circle}.rst-content .section ul li li li,.rst-content .toctree-wrapper ul li li li,.wy-plain-list-disc li li li,article ul li li li{list-style:square}.rst-content .section ul li ol li,.rst-content .toctree-wrapper ul li ol li,.wy-plain-list-disc li ol li,article ul li ol li{list-style:decimal}.rst-content .section ol,.rst-content ol.arabic,.wy-plain-list-decimal,article ol{list-style:decimal;line-height:24px;margin-bottom:24px}.rst-content .section ol li,.rst-content ol.arabic li,.wy-plain-list-decimal li,article ol li{list-style:decimal;margin-left:24px}.rst-content .section ol li p:last-child,.rst-content .section ol li ul,.rst-content ol.arabic li p:last-child,.rst-content ol.arabic li ul,.wy-plain-list-decimal li p:last-child,.wy-plain-list-decimal li ul,article ol li p:last-child,article ol li ul{margin-bottom:0}.rst-content .section ol li ul li,.rst-content ol.arabic li ul li,.wy-plain-list-decimal li ul li,article ol li ul li{list-style:disc}.wy-breadcrumbs{*zoom:1}.wy-breadcrumbs:after,.wy-breadcrumbs:before{display:table;content:""}.wy-breadcrumbs:after{clear:both}.wy-breadcrumbs li{display:inline-block}.wy-breadcrumbs li.wy-breadcrumbs-aside{float:right}.wy-breadcrumbs li a{display:inline-block;padding:5px}.wy-breadcrumbs li a:first-child{padding-left:0}.rst-content .wy-breadcrumbs li tt,.wy-breadcrumbs li .rst-content tt,.wy-breadcrumbs li code{padding:5px;border:none;background:none}.rst-content .wy-breadcrumbs li tt.literal,.wy-breadcrumbs li .rst-content tt.literal,.wy-breadcrumbs li code.literal{color:#404040}.wy-breadcrumbs-extra{margin-bottom:0;color:#b3b3b3;font-size:80%;display:inline-block}@media screen and (max-width:480px){.wy-breadcrumbs-extra,.wy-breadcrumbs li.wy-breadcrumbs-aside{display:none}}@media print{.wy-breadcrumbs li.wy-breadcrumbs-aside{display:none}}html{font-size:16px}.wy-affix{position:fixed;top:1.618em}.wy-menu a:hover{text-decoration:none}.wy-menu-horiz{*zoom:1}.wy-menu-horiz:after,.wy-menu-horiz:before{display:table;content:""}.wy-menu-horiz:after{clear:both}.wy-menu-horiz li,.wy-menu-horiz ul{display:inline-block}.wy-menu-horiz li:hover{background:hsla(0,0%,100%,.1)}.wy-menu-horiz li.divide-left{border-left:1px solid #404040}.wy-menu-horiz li.divide-right{border-right:1px solid #404040}.wy-menu-horiz a{height:32px;display:inline-block;line-height:32px;padding:0 16px}.wy-menu-vertical{width:300px}.wy-menu-vertical header,.wy-menu-vertical p.caption{color:#55a5d9;height:32px;line-height:32px;padding:0 1.618em;margin:12px 0 0;display:block;font-weight:700;text-transform:uppercase;font-size:85%;white-space:nowrap}.wy-menu-vertical ul{margin-bottom:0}.wy-menu-vertical li.divide-top{border-top:1px solid #404040}.wy-menu-vertical li.divide-bottom{border-bottom:1px solid #404040}.wy-menu-vertical li.current{background:#e3e3e3}.wy-menu-vertical li.current a{color:grey;border-right:1px solid #c9c9c9;padding:.4045em 2.427em}.wy-menu-vertical li.current a:hover{background:#d6d6d6}.rst-content .wy-menu-vertical li tt,.wy-menu-vertical li .rst-content tt,.wy-menu-vertical li code{border:none;background:inherit;color:inherit;padding-left:0;padding-right:0}.wy-menu-vertical li span.toctree-expand{display:block;float:left;margin-left:-1.2em;font-size:.8em;line-height:1.6em;color:#4d4d4d}.wy-menu-vertical li.current>a,.wy-menu-vertical li.on a{color:#404040;font-weight:700;position:relative;background:#fcfcfc;border:none;padding:.4045em 1.618em}.wy-menu-vertical li.current>a:hover,.wy-menu-vertical li.on a:hover{background:#fcfcfc}.wy-menu-vertical li.current>a:hover span.toctree-expand,.wy-menu-vertical li.on a:hover span.toctree-expand{color:grey}.wy-menu-vertical li.current>a span.toctree-expand,.wy-menu-vertical li.on a span.toctree-expand{display:block;font-size:.8em;line-height:1.6em;color:#333}.wy-menu-vertical li.toctree-l1.current>a{border-bottom:1px solid #c9c9c9;border-top:1px solid #c9c9c9}.wy-menu-vertical .toctree-l1.current .toctree-l2>ul,.wy-menu-vertical .toctree-l2.current .toctree-l3>ul,.wy-menu-vertical .toctree-l3.current .toctree-l4>ul,.wy-menu-vertical .toctree-l4.current .toctree-l5>ul,.wy-menu-vertical .toctree-l5.current .toctree-l6>ul,.wy-menu-vertical .toctree-l6.current .toctree-l7>ul,.wy-menu-vertical .toctree-l7.current .toctree-l8>ul,.wy-menu-vertical .toctree-l8.current .toctree-l9>ul,.wy-menu-vertical .toctree-l9.current .toctree-l10>ul,.wy-menu-vertical .toctree-l10.current .toctree-l11>ul{display:none}.wy-menu-vertical .toctree-l1.current .current.toctree-l2>ul,.wy-menu-vertical .toctree-l2.current .current.toctree-l3>ul,.wy-menu-vertical .toctree-l3.current .current.toctree-l4>ul,.wy-menu-vertical .toctree-l4.current .current.toctree-l5>ul,.wy-menu-vertical .toctree-l5.current .current.toctree-l6>ul,.wy-menu-vertical .toctree-l6.current .current.toctree-l7>ul,.wy-menu-vertical .toctree-l7.current .current.toctree-l8>ul,.wy-menu-vertical .toctree-l8.current .current.toctree-l9>ul,.wy-menu-vertical .toctree-l9.current .current.toctree-l10>ul,.wy-menu-vertical .toctree-l10.current .current.toctree-l11>ul{display:block}.wy-menu-vertical li.toctree-l3,.wy-menu-vertical li.toctree-l4{font-size:.9em}.wy-menu-vertical li.toctree-l2 a,.wy-menu-vertical li.toctree-l3 a,.wy-menu-vertical li.toctree-l4 a,.wy-menu-vertical li.toctree-l5 a,.wy-menu-vertical li.toctree-l6 a,.wy-menu-vertical li.toctree-l7 a,.wy-menu-vertical li.toctree-l8 a,.wy-menu-vertical li.toctree-l9 a,.wy-menu-vertical li.toctree-l10 a{color:#404040}.wy-menu-vertical li.toctree-l2 a:hover span.toctree-expand,.wy-menu-vertical li.toctree-l3 a:hover span.toctree-expand,.wy-menu-vertical li.toctree-l4 a:hover span.toctree-expand,.wy-menu-vertical li.toctree-l5 a:hover span.toctree-expand,.wy-menu-vertical li.toctree-l6 a:hover span.toctree-expand,.wy-menu-vertical li.toctree-l7 a:hover span.toctree-expand,.wy-menu-vertical li.toctree-l8 a:hover span.toctree-expand,.wy-menu-vertical li.toctree-l9 a:hover span.toctree-expand,.wy-menu-vertical li.toctree-l10 a:hover span.toctree-expand{color:grey}.wy-menu-vertical li.toctree-l2.current li.toctree-l3>a,.wy-menu-vertical li.toctree-l3.current li.toctree-l4>a,.wy-menu-vertical li.toctree-l4.current li.toctree-l5>a,.wy-menu-vertical li.toctree-l5.current li.toctree-l6>a,.wy-menu-vertical li.toctree-l6.current li.toctree-l7>a,.wy-menu-vertical li.toctree-l7.current li.toctree-l8>a,.wy-menu-vertical li.toctree-l8.current li.toctree-l9>a,.wy-menu-vertical li.toctree-l9.current li.toctree-l10>a,.wy-menu-vertical li.toctree-l10.current li.toctree-l11>a{display:block}.wy-menu-vertical li.toctree-l2.current>a{padding:.4045em 2.427em}.wy-menu-vertical li.toctree-l2.current li.toctree-l3>a,.wy-menu-vertical li.toctree-l3.current>a{padding:.4045em 4.045em}.wy-menu-vertical li.toctree-l3.current li.toctree-l4>a,.wy-menu-vertical li.toctree-l4.current>a{padding:.4045em 5.663em}.wy-menu-vertical li.toctree-l4.current li.toctree-l5>a,.wy-menu-vertical li.toctree-l5.current>a{padding:.4045em 7.281em}.wy-menu-vertical li.toctree-l5.current li.toctree-l6>a,.wy-menu-vertical li.toctree-l6.current>a{padding:.4045em 8.899em}.wy-menu-vertical li.toctree-l6.current li.toctree-l7>a,.wy-menu-vertical li.toctree-l7.current>a{padding:.4045em 10.517em}.wy-menu-vertical li.toctree-l7.current li.toctree-l8>a,.wy-menu-vertical li.toctree-l8.current>a{padding:.4045em 12.135em}.wy-menu-vertical li.toctree-l8.current li.toctree-l9>a,.wy-menu-vertical li.toctree-l9.current>a{padding:.4045em 13.753em}.wy-menu-vertical li.toctree-l9.current li.toctree-l10>a,.wy-menu-vertical li.toctree-l10.current>a{padding:.4045em 15.371em}.wy-menu-vertical li.toctree-l10.current li.toctree-l11>a{padding:.4045em 16.989em}.wy-menu-vertical li.toctree-l2.current>a,.wy-menu-vertical li.toctree-l2.current li.toctree-l3>a{background:#c9c9c9}.wy-menu-vertical li.toctree-l2 span.toctree-expand{color:#a3a3a3}.wy-menu-vertical li.toctree-l3.current>a,.wy-menu-vertical li.toctree-l3.current li.toctree-l4>a{background:#bdbdbd}.wy-menu-vertical li.toctree-l3 span.toctree-expand{color:#969696}.wy-menu-vertical li.current ul{display:block}.wy-menu-vertical li ul{margin-bottom:0;display:none}.wy-menu-vertical li ul li a{margin-bottom:0;color:#d9d9d9;font-weight:400}.wy-menu-vertical a{line-height:18px;padding:.4045em 1.618em;display:block;position:relative;font-size:90%;color:#d9d9d9}.wy-menu-vertical a:hover{background-color:#4e4a4a;cursor:pointer}.wy-menu-vertical a:hover span.toctree-expand{color:#d9d9d9}.wy-menu-vertical a:active{background-color:#2980b9;cursor:pointer;color:#fff}.wy-menu-vertical a:active span.toctree-expand{color:#fff}.wy-side-nav-search{display:block;width:300px;padding:.809em;margin-bottom:.809em;z-index:200;background-color:#2980b9;text-align:center;color:#fcfcfc}.wy-side-nav-search input[type=text]{width:100%;border-radius:50px;padding:6px 12px;border-color:#2472a4}.wy-side-nav-search img{display:block;margin:auto auto .809em;height:45px;width:45px;background-color:#2980b9;padding:5px;border-radius:100%}.wy-side-nav-search .wy-dropdown>a,.wy-side-nav-search>a{color:#fcfcfc;font-size:100%;font-weight:700;display:inline-block;padding:4px 6px;margin-bottom:.809em}.wy-side-nav-search .wy-dropdown>a:hover,.wy-side-nav-search>a:hover{background:hsla(0,0%,100%,.1)}.wy-side-nav-search .wy-dropdown>a img.logo,.wy-side-nav-search>a img.logo{display:block;margin:0 auto;height:auto;width:auto;border-radius:0;max-width:100%;background:transparent}.wy-side-nav-search .wy-dropdown>a.icon img.logo,.wy-side-nav-search>a.icon img.logo{margin-top:.85em}.wy-side-nav-search>div.version{margin-top:-.4045em;margin-bottom:.809em;font-weight:400;color:hsla(0,0%,100%,.3)}.wy-nav .wy-menu-vertical header{color:#2980b9}.wy-nav .wy-menu-vertical a{color:#b3b3b3}.wy-nav .wy-menu-vertical a:hover{background-color:#2980b9;color:#fff}[data-menu-wrap]{-webkit-transition:all .2s ease-in;-moz-transition:all .2s ease-in;transition:all .2s ease-in;position:absolute;opacity:1;width:100%;opacity:0}[data-menu-wrap].move-center{left:0;right:auto;opacity:1}[data-menu-wrap].move-left{right:auto;left:-100%;opacity:0}[data-menu-wrap].move-right{right:-100%;left:auto;opacity:0}.wy-body-for-nav{background:#fcfcfc}.wy-grid-for-nav{position:absolute;width:100%;height:100%}.wy-nav-side{position:fixed;top:0;bottom:0;left:0;padding-bottom:2em;width:300px;overflow-x:hidden;overflow-y:hidden;min-height:100%;color:#9b9b9b;background:#343131;z-index:200}.wy-side-scroll{width:320px;position:relative;overflow-x:hidden;overflow-y:scroll;height:100%}.wy-nav-top{display:none;background:#2980b9;color:#fff;padding:.4045em .809em;position:relative;line-height:50px;text-align:center;font-size:100%;*zoom:1}.wy-nav-top:after,.wy-nav-top:before{display:table;content:""}.wy-nav-top:after{clear:both}.wy-nav-top a{color:#fff;font-weight:700}.wy-nav-top img{margin-right:12px;height:45px;width:45px;background-color:#2980b9;padding:5px;border-radius:100%}.wy-nav-top i{font-size:30px;float:left;cursor:pointer;padding-top:inherit}.wy-nav-content-wrap{margin-left:300px;background:#fcfcfc;min-height:100%}.wy-nav-content{padding:1.618em 3.236em;height:100%;max-width:800px;margin:auto}.wy-body-mask{position:fixed;width:100%;height:100%;background:rgba(0,0,0,.2);display:none;z-index:499}.wy-body-mask.on{display:block}footer{color:grey}footer p{margin-bottom:12px}.rst-content footer span.commit tt,footer span.commit .rst-content tt,footer span.commit code{padding:0;font-family:SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,Courier,monospace;font-size:1em;background:none;border:none;color:grey}.rst-footer-buttons{*zoom:1}.rst-footer-buttons:after,.rst-footer-buttons:before{width:100%;display:table;content:""}.rst-footer-buttons:after{clear:both}.rst-breadcrumbs-buttons{margin-top:12px;*zoom:1}.rst-breadcrumbs-buttons:after,.rst-breadcrumbs-buttons:before{display:table;content:""}.rst-breadcrumbs-buttons:after{clear:both}#search-results .search li{margin-bottom:24px;border-bottom:1px solid #e1e4e5;padding-bottom:24px}#search-results .search li:first-child{border-top:1px solid #e1e4e5;padding-top:24px}#search-results .search li a{font-size:120%;margin-bottom:12px;display:inline-block}#search-results .context{color:grey;font-size:90%}.genindextable li>ul{margin-left:24px}@media screen and (max-width:768px){.wy-body-for-nav{background:#fcfcfc}.wy-nav-top{display:block}.wy-nav-side{left:-300px}.wy-nav-side.shift{width:85%;left:0}.wy-menu.wy-menu-vertical,.wy-side-nav-search,.wy-side-scroll{width:auto}.wy-nav-content-wrap{margin-left:0}.wy-nav-content-wrap .wy-nav-content{padding:1.618em}.wy-nav-content-wrap.shift{position:fixed;min-width:100%;left:85%;top:0;height:100%;overflow:hidden}}@media screen and (min-width:1100px){.wy-nav-content-wrap{background:rgba(0,0,0,.05)}.wy-nav-content{margin:0;background:#fcfcfc}}@media print{.rst-versions,.wy-nav-side,footer{display:none}.wy-nav-content-wrap{margin-left:0}}.rst-versions{position:fixed;bottom:0;left:0;width:300px;color:#fcfcfc;background:#1f1d1d;font-family:Lato,proxima-nova,Helvetica Neue,Arial,sans-serif;z-index:400}.rst-versions a{color:#2980b9;text-decoration:none}.rst-versions .rst-badge-small{display:none}.rst-versions .rst-current-version{padding:12px;background-color:#272525;display:block;text-align:right;font-size:90%;cursor:pointer;color:#27ae60;*zoom:1}.rst-versions .rst-current-version:after,.rst-versions .rst-current-version:before{display:table;content:""}.rst-versions .rst-current-version:after{clear:both}.rst-content .code-block-caption .rst-versions .rst-current-version .headerlink,.rst-content .rst-versions .rst-current-version .admonition-title,.rst-content code.download .rst-versions .rst-current-version span:first-child,.rst-content dl dt .rst-versions .rst-current-version .headerlink,.rst-content h1 .rst-versions .rst-current-version .headerlink,.rst-content h2 .rst-versions .rst-current-version .headerlink,.rst-content h3 .rst-versions .rst-current-version .headerlink,.rst-content h4 .rst-versions .rst-current-version .headerlink,.rst-content h5 .rst-versions .rst-current-version .headerlink,.rst-content h6 .rst-versions .rst-current-version .headerlink,.rst-content p.caption .rst-versions .rst-current-version .headerlink,.rst-content table>caption .rst-versions .rst-current-version .headerlink,.rst-content tt.download .rst-versions .rst-current-version span:first-child,.rst-versions .rst-current-version .fa,.rst-versions .rst-current-version .icon,.rst-versions .rst-current-version .rst-content .admonition-title,.rst-versions .rst-current-version .rst-content .code-block-caption .headerlink,.rst-versions .rst-current-version .rst-content code.download span:first-child,.rst-versions .rst-current-version .rst-content dl dt .headerlink,.rst-versions .rst-current-version .rst-content h1 .headerlink,.rst-versions .rst-current-version .rst-content h2 .headerlink,.rst-versions .rst-current-version .rst-content h3 .headerlink,.rst-versions .rst-current-version .rst-content h4 .headerlink,.rst-versions .rst-current-version .rst-content h5 .headerlink,.rst-versions .rst-current-version .rst-content h6 .headerlink,.rst-versions .rst-current-version .rst-content p.caption .headerlink,.rst-versions .rst-current-version .rst-content table>caption .headerlink,.rst-versions .rst-current-version .rst-content tt.download span:first-child,.rst-versions .rst-current-version .wy-menu-vertical li span.toctree-expand,.wy-menu-vertical li .rst-versions .rst-current-version span.toctree-expand{color:#fcfcfc}.rst-versions .rst-current-version .fa-book,.rst-versions .rst-current-version .icon-book{float:left}.rst-versions .rst-current-version.rst-out-of-date{background-color:#e74c3c;color:#fff}.rst-versions .rst-current-version.rst-active-old-version{background-color:#f1c40f;color:#000}.rst-versions.shift-up{height:auto;max-height:100%;overflow-y:scroll}.rst-versions.shift-up .rst-other-versions{display:block}.rst-versions .rst-other-versions{font-size:90%;padding:12px;color:grey;display:none}.rst-versions .rst-other-versions hr{display:block;height:1px;border:0;margin:20px 0;padding:0;border-top:1px solid #413d3d}.rst-versions .rst-other-versions dd{display:inline-block;margin:0}.rst-versions .rst-other-versions dd a{display:inline-block;padding:6px;color:#fcfcfc}.rst-versions.rst-badge{width:auto;bottom:20px;right:20px;left:auto;border:none;max-width:300px;max-height:90%}.rst-versions.rst-badge .fa-book,.rst-versions.rst-badge .icon-book{float:none;line-height:30px}.rst-versions.rst-badge.shift-up .rst-current-version{text-align:right}.rst-versions.rst-badge.shift-up .rst-current-version .fa-book,.rst-versions.rst-badge.shift-up .rst-current-version .icon-book{float:left}.rst-versions.rst-badge>.rst-current-version{width:auto;height:30px;line-height:30px;padding:0 6px;display:block;text-align:center}@media screen and (max-width:768px){.rst-versions{width:85%;display:none}.rst-versions.shift{display:block}}.rst-content img{max-width:100%;height:auto}.rst-content div.figure{margin-bottom:24px}.rst-content div.figure p.caption{font-style:italic}.rst-content div.figure p:last-child.caption{margin-bottom:0}.rst-content div.figure.align-center{text-align:center}.rst-content .section>a>img,.rst-content .section>img{margin-bottom:24px}.rst-content abbr[title]{text-decoration:none}.rst-content.style-external-links a.reference.external:after{font-family:FontAwesome;content:"\f08e";color:#b3b3b3;vertical-align:super;font-size:60%;margin:0 .2em}.rst-content blockquote{margin-left:24px;line-height:24px;margin-bottom:24px}.rst-content pre.literal-block{white-space:pre;margin:0;padding:12px;font-family:SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,Courier,monospace;display:block;overflow:auto}.rst-content div[class^=highlight],.rst-content pre.literal-block{border:1px solid #e1e4e5;overflow-x:auto;margin:1px 0 24px}.rst-content div[class^=highlight] div[class^=highlight],.rst-content pre.literal-block div[class^=highlight]{padding:0;border:none;margin:0}.rst-content div[class^=highlight] td.code{width:100%}.rst-content .linenodiv pre{border-right:1px solid #e6e9ea;margin:0;padding:12px;font-family:SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,Courier,monospace;user-select:none;pointer-events:none}.rst-content div[class^=highlight] pre{white-space:pre;margin:0;padding:12px;display:block;overflow:auto}.rst-content div[class^=highlight] pre .hll{display:block;margin:0 -12px;padding:0 12px}.rst-content .linenodiv pre,.rst-content div[class^=highlight] pre,.rst-content pre.literal-block{font-family:SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,Courier,monospace;font-size:12px;line-height:1.4}.rst-content div.highlight .gp{user-select:none;pointer-events:none}.rst-content .code-block-caption{font-style:italic;font-size:85%;line-height:1;padding:1em 0;text-align:center}@media print{.rst-content .codeblock,.rst-content div[class^=highlight],.rst-content div[class^=highlight] pre{white-space:pre-wrap}}.rst-content .admonition,.rst-content .admonition-todo,.rst-content .attention,.rst-content .caution,.rst-content .danger,.rst-content .error,.rst-content .hint,.rst-content .important,.rst-content .note,.rst-content .seealso,.rst-content .tip,.rst-content .warning{clear:both}.rst-content .admonition-todo .last,.rst-content .admonition-todo>:last-child,.rst-content .admonition .last,.rst-content .admonition>:last-child,.rst-content .attention .last,.rst-content .attention>:last-child,.rst-content .caution .last,.rst-content .caution>:last-child,.rst-content .danger .last,.rst-content .danger>:last-child,.rst-content .error .last,.rst-content .error>:last-child,.rst-content .hint .last,.rst-content .hint>:last-child,.rst-content .important .last,.rst-content .important>:last-child,.rst-content .note .last,.rst-content .note>:last-child,.rst-content .seealso .last,.rst-content .seealso>:last-child,.rst-content .tip .last,.rst-content .tip>:last-child,.rst-content .warning .last,.rst-content .warning>:last-child{margin-bottom:0}.rst-content .admonition-title:before{margin-right:4px}.rst-content .admonition table{border-color:rgba(0,0,0,.1)}.rst-content .admonition table td,.rst-content .admonition table th{background:transparent!important;border-color:rgba(0,0,0,.1)!important}.rst-content .section ol.loweralpha,.rst-content .section ol.loweralpha>li{list-style:lower-alpha}.rst-content .section ol.upperalpha,.rst-content .section ol.upperalpha>li{list-style:upper-alpha}.rst-content .section ol li>*,.rst-content .section ul li>*{margin-top:12px;margin-bottom:12px}.rst-content .section ol li>:first-child,.rst-content .section ul li>:first-child{margin-top:0}.rst-content .section ol li>p,.rst-content .section ol li>p:last-child,.rst-content .section ul li>p,.rst-content .section ul li>p:last-child{margin-bottom:12px}.rst-content .section ol li>p:only-child,.rst-content .section ol li>p:only-child:last-child,.rst-content .section ul li>p:only-child,.rst-content .section ul li>p:only-child:last-child{margin-bottom:0}.rst-content .section ol li>ol,.rst-content .section ol li>ul,.rst-content .section ul li>ol,.rst-content .section ul li>ul{margin-bottom:12px}.rst-content .section ol.simple li>*,.rst-content .section ol.simple li ol,.rst-content .section ol.simple li ul,.rst-content .section ul.simple li>*,.rst-content .section ul.simple li ol,.rst-content .section ul.simple li ul{margin-top:0;margin-bottom:0}.rst-content .line-block{margin-left:0;margin-bottom:24px;line-height:24px}.rst-content .line-block .line-block{margin-left:24px;margin-bottom:0}.rst-content .topic-title{font-weight:700;margin-bottom:12px}.rst-content .toc-backref{color:#404040}.rst-content .align-right{float:right;margin:0 0 24px 24px}.rst-content .align-left{float:left;margin:0 24px 24px 0}.rst-content .align-center{margin:auto}.rst-content .align-center:not(table){display:block}.rst-content .code-block-caption .headerlink,.rst-content .toctree-wrapper>p.caption .headerlink,.rst-content dl dt .headerlink,.rst-content h1 .headerlink,.rst-content h2 .headerlink,.rst-content h3 .headerlink,.rst-content h4 .headerlink,.rst-content h5 .headerlink,.rst-content h6 .headerlink,.rst-content p.caption .headerlink,.rst-content table>caption .headerlink{visibility:hidden;font-size:14px}.rst-content .code-block-caption .headerlink:after,.rst-content .toctree-wrapper>p.caption .headerlink:after,.rst-content dl dt .headerlink:after,.rst-content h1 .headerlink:after,.rst-content h2 .headerlink:after,.rst-content h3 .headerlink:after,.rst-content h4 .headerlink:after,.rst-content h5 .headerlink:after,.rst-content h6 .headerlink:after,.rst-content p.caption .headerlink:after,.rst-content table>caption .headerlink:after{content:"\f0c1";font-family:FontAwesome}.rst-content .code-block-caption:hover .headerlink:after,.rst-content .toctree-wrapper>p.caption:hover .headerlink:after,.rst-content dl dt:hover .headerlink:after,.rst-content h1:hover .headerlink:after,.rst-content h2:hover .headerlink:after,.rst-content h3:hover .headerlink:after,.rst-content h4:hover .headerlink:after,.rst-content h5:hover .headerlink:after,.rst-content h6:hover .headerlink:after,.rst-content p.caption:hover .headerlink:after,.rst-content table>caption:hover .headerlink:after{visibility:visible}.rst-content table>caption .headerlink:after{font-size:12px}.rst-content .centered{text-align:center}.rst-content .sidebar{float:right;width:40%;display:block;margin:0 0 24px 24px;padding:24px;background:#f3f6f6;border:1px solid #e1e4e5}.rst-content .sidebar dl,.rst-content .sidebar p,.rst-content .sidebar ul{font-size:90%}.rst-content .sidebar .last,.rst-content .sidebar>:last-child{margin-bottom:0}.rst-content .sidebar .sidebar-title{display:block;font-family:Roboto Slab,ff-tisa-web-pro,Georgia,Arial,sans-serif;font-weight:700;background:#e1e4e5;padding:6px 12px;margin:-24px -24px 24px;font-size:100%}.rst-content .highlighted{background:#f1c40f;box-shadow:0 0 0 2px #f1c40f;display:inline;font-weight:700}.rst-content .citation-reference,.rst-content .footnote-reference{vertical-align:baseline;position:relative;top:-.4em;line-height:0;font-size:90%}.rst-content .hlist{width:100%}html.writer-html4 .rst-content table.docutils.citation,html.writer-html4 .rst-content table.docutils.footnote{background:none;border:none}html.writer-html4 .rst-content table.docutils.citation td,html.writer-html4 .rst-content table.docutils.citation tr,html.writer-html4 .rst-content table.docutils.footnote td,html.writer-html4 .rst-content table.docutils.footnote tr{border:none;background-color:transparent!important;white-space:normal}html.writer-html4 .rst-content table.docutils.citation td.label,html.writer-html4 .rst-content table.docutils.footnote td.label{padding-left:0;padding-right:0;vertical-align:top}html.writer-html5 .rst-content dl dt span.classifier:before{content:" : "}html.writer-html5 .rst-content dl.field-list,html.writer-html5 .rst-content dl.footnote{display:grid;grid-template-columns:max-content auto}html.writer-html5 .rst-content dl.field-list>dt,html.writer-html5 .rst-content dl.footnote>dt{padding-left:1rem}html.writer-html5 .rst-content dl.field-list>dt:after,html.writer-html5 .rst-content dl.footnote>dt:after{content:":"}html.writer-html5 .rst-content dl.field-list>dd,html.writer-html5 .rst-content dl.field-list>dt,html.writer-html5 .rst-content dl.footnote>dd,html.writer-html5 .rst-content dl.footnote>dt{margin-bottom:0}html.writer-html5 .rst-content dl.footnote{font-size:.9rem}html.writer-html5 .rst-content dl.footnote>dt{margin:0 .5rem .5rem 0;line-height:1.2rem;word-break:break-all;font-weight:400}html.writer-html5 .rst-content dl.footnote>dt>span.brackets{margin-right:.5rem}html.writer-html5 .rst-content dl.footnote>dt>span.brackets:before{content:"["}html.writer-html5 .rst-content dl.footnote>dt>span.brackets:after{content:"]"}html.writer-html5 .rst-content dl.footnote>dt>span.fn-backref{font-style:italic}html.writer-html5 .rst-content dl.footnote>dd{margin:0 0 .5rem;line-height:1.2rem}html.writer-html5 .rst-content dl.footnote>dd p,html.writer-html5 .rst-content dl.option-list kbd{font-size:.9rem}.rst-content table.docutils.footnote,html.writer-html4 .rst-content table.docutils.citation,html.writer-html5 .rst-content dl.footnote{color:grey}.rst-content table.docutils.footnote code,.rst-content table.docutils.footnote tt,html.writer-html4 .rst-content table.docutils.citation code,html.writer-html4 .rst-content table.docutils.citation tt,html.writer-html5 .rst-content dl.footnote code,html.writer-html5 .rst-content dl.footnote tt{color:#555}.rst-content .wy-table-responsive.citation,.rst-content .wy-table-responsive.footnote{margin-bottom:0}.rst-content .wy-table-responsive.citation+:not(.citation),.rst-content .wy-table-responsive.footnote+:not(.footnote){margin-top:24px}.rst-content .wy-table-responsive.citation:last-child,.rst-content .wy-table-responsive.footnote:last-child{margin-bottom:24px}.rst-content table.docutils th{border-color:#e1e4e5}html.writer-html5 .rst-content table.docutils th{border:1px solid #e1e4e5}html.writer-html5 .rst-content table.docutils td>p,html.writer-html5 .rst-content table.docutils th>p{line-height:1rem;margin-bottom:0;font-size:.9rem}.rst-content table.docutils td .last,.rst-content table.docutils td .last>:last-child{margin-bottom:0}.rst-content table.field-list,.rst-content table.field-list td{border:none}.rst-content table.field-list td p{font-size:inherit;line-height:inherit}.rst-content table.field-list td>strong{display:inline-block}.rst-content table.field-list .field-name{padding-right:10px;text-align:left;white-space:nowrap}.rst-content table.field-list .field-body{text-align:left}.rst-content code,.rst-content tt{color:#000;font-family:SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,Courier,monospace;padding:2px 5px}.rst-content code big,.rst-content code em,.rst-content tt big,.rst-content tt em{font-size:100%!important;line-height:normal}.rst-content code.literal,.rst-content tt.literal{color:#e74c3c}.rst-content code.xref,.rst-content tt.xref,a .rst-content code,a .rst-content tt{font-weight:700;color:#404040}.rst-content kbd,.rst-content pre,.rst-content samp{font-family:SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,Courier,monospace}.rst-content a code,.rst-content a tt{color:#2980b9}.rst-content dl{margin-bottom:24px}.rst-content dl dt{font-weight:700;margin-bottom:12px}.rst-content dl ol,.rst-content dl p,.rst-content dl table,.rst-content dl ul{margin-bottom:12px}.rst-content dl dd{margin:0 0 12px 24px;line-height:24px}html.writer-html4 .rst-content dl:not(.docutils),html.writer-html5 .rst-content dl[class]:not(.option-list):not(.field-list):not(.footnote):not(.glossary):not(.simple){margin-bottom:24px}html.writer-html4 .rst-content dl:not(.docutils)>dt,html.writer-html5 .rst-content dl[class]:not(.option-list):not(.field-list):not(.footnote):not(.glossary):not(.simple)>dt{display:table;margin:6px 0;font-size:90%;line-height:normal;background:#e7f2fa;color:#2980b9;border-top:3px solid #6ab0de;padding:6px;position:relative}html.writer-html4 .rst-content dl:not(.docutils)>dt:before,html.writer-html5 .rst-content dl[class]:not(.option-list):not(.field-list):not(.footnote):not(.glossary):not(.simple)>dt:before{color:#6ab0de}html.writer-html4 .rst-content dl:not(.docutils)>dt .headerlink,html.writer-html5 .rst-content dl[class]:not(.option-list):not(.field-list):not(.footnote):not(.glossary):not(.simple)>dt .headerlink{color:#404040;font-size:100%!important}html.writer-html4 .rst-content dl:not(.docutils) dl:not(.field-list)>dt,html.writer-html5 .rst-content dl[class]:not(.option-list):not(.field-list):not(.footnote):not(.glossary):not(.simple) dl:not(.field-list)>dt{margin-bottom:6px;border:none;border-left:3px solid #ccc;background:#f0f0f0;color:#555}html.writer-html4 .rst-content dl:not(.docutils) dl:not(.field-list)>dt .headerlink,html.writer-html5 .rst-content dl[class]:not(.option-list):not(.field-list):not(.footnote):not(.glossary):not(.simple) dl:not(.field-list)>dt .headerlink{color:#404040;font-size:100%!important}html.writer-html4 .rst-content dl:not(.docutils)>dt:first-child,html.writer-html5 .rst-content dl[class]:not(.option-list):not(.field-list):not(.footnote):not(.glossary):not(.simple)>dt:first-child{margin-top:0}html.writer-html4 .rst-content dl:not(.docutils) code,html.writer-html4 .rst-content dl:not(.docutils) tt,html.writer-html5 .rst-content dl[class]:not(.option-list):not(.field-list):not(.footnote):not(.glossary):not(.simple) code,html.writer-html5 .rst-content dl[class]:not(.option-list):not(.field-list):not(.footnote):not(.glossary):not(.simple) tt{font-weight:700}html.writer-html4 .rst-content dl:not(.docutils) code.descclassname,html.writer-html4 .rst-content dl:not(.docutils) code.descname,html.writer-html4 .rst-content dl:not(.docutils) tt.descclassname,html.writer-html4 .rst-content dl:not(.docutils) tt.descname,html.writer-html5 .rst-content dl[class]:not(.option-list):not(.field-list):not(.footnote):not(.glossary):not(.simple) code.descclassname,html.writer-html5 .rst-content dl[class]:not(.option-list):not(.field-list):not(.footnote):not(.glossary):not(.simple) code.descname,html.writer-html5 .rst-content dl[class]:not(.option-list):not(.field-list):not(.footnote):not(.glossary):not(.simple) tt.descclassname,html.writer-html5 .rst-content dl[class]:not(.option-list):not(.field-list):not(.footnote):not(.glossary):not(.simple) tt.descname{background-color:transparent;border:none;padding:0;font-size:100%!important}html.writer-html4 .rst-content dl:not(.docutils) code.descname,html.writer-html4 .rst-content dl:not(.docutils) tt.descname,html.writer-html5 .rst-content dl[class]:not(.option-list):not(.field-list):not(.footnote):not(.glossary):not(.simple) code.descname,html.writer-html5 .rst-content dl[class]:not(.option-list):not(.field-list):not(.footnote):not(.glossary):not(.simple) tt.descname{font-weight:700}html.writer-html4 .rst-content dl:not(.docutils) .optional,html.writer-html5 .rst-content dl[class]:not(.option-list):not(.field-list):not(.footnote):not(.glossary):not(.simple) .optional{display:inline-block;padding:0 4px;color:#000;font-weight:700}html.writer-html4 .rst-content dl:not(.docutils) .property,html.writer-html5 .rst-content dl[class]:not(.option-list):not(.field-list):not(.footnote):not(.glossary):not(.simple) .property{display:inline-block;padding-right:8px}.rst-content .viewcode-back,.rst-content .viewcode-link{display:inline-block;color:#27ae60;font-size:80%;padding-left:24px}.rst-content .viewcode-back{display:block;float:right}.rst-content p.rubric{margin-bottom:12px;font-weight:700}.rst-content code.download,.rst-content tt.download{background:inherit;padding:inherit;font-weight:400;font-family:inherit;font-size:inherit;color:inherit;border:inherit;white-space:inherit}.rst-content code.download span:first-child,.rst-content tt.download span:first-child{-webkit-font-smoothing:subpixel-antialiased}.rst-content code.download span:first-child:before,.rst-content tt.download span:first-child:before{margin-right:4px}.rst-content .guilabel{border:1px solid #7fbbe3;background:#e7f2fa;font-size:80%;font-weight:700;border-radius:4px;padding:2.4px 6px;margin:auto 2px}.rst-content .versionmodified{font-style:italic}@media screen and (max-width:480px){.rst-content .sidebar{width:100%}}span[id*=MathJax-Span]{color:#404040}.math{text-align:center}@font-face{font-family:Lato;src:url(fonts/lato-normal.woff2?bd03a2cc277bbbc338d464e679fe9942) format("woff2"),url(fonts/lato-normal.woff?27bd77b9162d388cb8d4c4217c7c5e2a) format("woff");font-weight:400;font-style:normal;font-display:block}@font-face{font-family:Lato;src:url(fonts/lato-bold.woff2?cccb897485813c7c256901dbca54ecf2) format("woff2"),url(fonts/lato-bold.woff?d878b6c29b10beca227e9eef4246111b) format("woff");font-weight:700;font-style:normal;font-display:block}@font-face{font-family:Lato;src:url(fonts/lato-bold-italic.woff2?0b6bb6725576b072c5d0b02ecdd1900d) format("woff2"),url(fonts/lato-bold-italic.woff?9c7e4e9eb485b4a121c760e61bc3707c) format("woff");font-weight:700;font-style:italic;font-display:block}@font-face{font-family:Lato;src:url(fonts/lato-normal-italic.woff2?4eb103b4d12be57cb1d040ed5e162e9d) format("woff2"),url(fonts/lato-normal-italic.woff?f28f2d6482446544ef1ea1ccc6dd5892) format("woff");font-weight:400;font-style:italic;font-display:block}@font-face{font-family:Roboto Slab;font-style:normal;font-weight:400;src:url(fonts/Roboto-Slab-Regular.woff2?7abf5b8d04d26a2cafea937019bca958) format("woff2"),url(fonts/Roboto-Slab-Regular.woff?c1be9284088d487c5e3ff0a10a92e58c) format("woff");font-display:block}@font-face{font-family:Roboto Slab;font-style:normal;font-weight:700;src:url(fonts/Roboto-Slab-Bold.woff2?9984f4a9bda09be08e83f2506954adbe) format("woff2"),url(fonts/Roboto-Slab-Bold.woff?bed5564a116b05148e3b3bea6fb1162a) format("woff");font-display:block} \ No newline at end of file diff --git a/_docs_/_static/default.css b/_docs_/_static/default.css new file mode 100644 index 0000000..81b9363 --- /dev/null +++ b/_docs_/_static/default.css @@ -0,0 +1 @@ +@import url("classic.css"); diff --git a/_docs_/_static/doctools.js b/_docs_/_static/doctools.js index 344db17..0398ebb 100644 --- a/_docs_/_static/doctools.js +++ b/_docs_/_static/doctools.js @@ -1,315 +1,149 @@ /* - * doctools.js - * ~~~~~~~~~~~ - * - * Sphinx JavaScript utilities for all documentation. - * - * :copyright: Copyright 2007-2019 by the Sphinx team, see AUTHORS. - * :license: BSD, see LICENSE for details. - * + * Base JavaScript utilities for all Sphinx HTML documentation. */ +"use strict"; -/** - * select a different prefix for underscore - */ -$u = _.noConflict(); +const BLACKLISTED_KEY_CONTROL_ELEMENTS = new Set([ + "TEXTAREA", + "INPUT", + "SELECT", + "BUTTON", +]); -/** - * make the code below compatible with browsers without - * an installed firebug like debugger -if (!window.console || !console.firebug) { - var names = ["log", "debug", "info", "warn", "error", "assert", "dir", - "dirxml", "group", "groupEnd", "time", "timeEnd", "count", "trace", - "profile", "profileEnd"]; - window.console = {}; - for (var i = 0; i < names.length; ++i) - window.console[names[i]] = function() {}; -} - */ - -/** - * small helper function to urldecode strings - */ -jQuery.urldecode = function(x) { - return decodeURIComponent(x).replace(/\+/g, ' '); -}; - -/** - * small helper function to urlencode strings - */ -jQuery.urlencode = encodeURIComponent; - -/** - * This function returns the parsed url parameters of the - * current request. Multiple values per key are supported, - * it will always return arrays of strings for the value parts. - */ -jQuery.getQueryParameters = function(s) { - if (typeof s === 'undefined') - s = document.location.search; - var parts = s.substr(s.indexOf('?') + 1).split('&'); - var result = {}; - for (var i = 0; i < parts.length; i++) { - var tmp = parts[i].split('=', 2); - var key = jQuery.urldecode(tmp[0]); - var value = jQuery.urldecode(tmp[1]); - if (key in result) - result[key].push(value); - else - result[key] = [value]; +const _ready = (callback) => { + if (document.readyState !== "loading") { + callback(); + } else { + document.addEventListener("DOMContentLoaded", callback); } - return result; }; -/** - * highlight a given string on a jquery object by wrapping it in - * span elements with the given class name. - */ -jQuery.fn.highlightText = function(text, className) { - function highlight(node, addItems) { - if (node.nodeType === 3) { - var val = node.nodeValue; - var pos = val.toLowerCase().indexOf(text); - if (pos >= 0 && - !jQuery(node.parentNode).hasClass(className) && - !jQuery(node.parentNode).hasClass("nohighlight")) { - var span; - var isInSVG = jQuery(node).closest("body, svg, foreignObject").is("svg"); - if (isInSVG) { - span = document.createElementNS("http://www.w3.org/2000/svg", "tspan"); - } else { - span = document.createElement("span"); - span.className = className; - } - span.appendChild(document.createTextNode(val.substr(pos, text.length))); - node.parentNode.insertBefore(span, node.parentNode.insertBefore( - document.createTextNode(val.substr(pos + text.length)), - node.nextSibling)); - node.nodeValue = val.substr(0, pos); - if (isInSVG) { - var bbox = span.getBBox(); - var rect = document.createElementNS("http://www.w3.org/2000/svg", "rect"); - rect.x.baseVal.value = bbox.x; - rect.y.baseVal.value = bbox.y; - rect.width.baseVal.value = bbox.width; - rect.height.baseVal.value = bbox.height; - rect.setAttribute('class', className); - var parentOfText = node.parentNode.parentNode; - addItems.push({ - "parent": node.parentNode, - "target": rect}); - } - } - } - else if (!jQuery(node).is("button, select, textarea")) { - jQuery.each(node.childNodes, function() { - highlight(this, addItems); - }); - } - } - var addItems = []; - var result = this.each(function() { - highlight(this, addItems); - }); - for (var i = 0; i < addItems.length; ++i) { - jQuery(addItems[i].parent).before(addItems[i].target); - } - return result; -}; - -/* - * backward compatibility for jQuery.browser - * This will be supported until firefox bug is fixed. - */ -if (!jQuery.browser) { - jQuery.uaMatch = function(ua) { - ua = ua.toLowerCase(); - - var match = /(chrome)[ \/]([\w.]+)/.exec(ua) || - /(webkit)[ \/]([\w.]+)/.exec(ua) || - /(opera)(?:.*version|)[ \/]([\w.]+)/.exec(ua) || - /(msie) ([\w.]+)/.exec(ua) || - ua.indexOf("compatible") < 0 && /(mozilla)(?:.*? rv:([\w.]+)|)/.exec(ua) || - []; - - return { - browser: match[ 1 ] || "", - version: match[ 2 ] || "0" - }; - }; - jQuery.browser = {}; - jQuery.browser[jQuery.uaMatch(navigator.userAgent).browser] = true; -} - /** * Small JavaScript module for the documentation. */ -var Documentation = { - - init : function() { - this.fixFirefoxAnchorBug(); - this.highlightSearchWords(); - this.initIndexTable(); - if (DOCUMENTATION_OPTIONS.NAVIGATION_WITH_KEYS) { - this.initOnKeyListeners(); - } +const Documentation = { + init: () => { + Documentation.initDomainIndexTable(); + Documentation.initOnKeyListeners(); }, /** * i18n support */ - TRANSLATIONS : {}, - PLURAL_EXPR : function(n) { return n === 1 ? 0 : 1; }, - LOCALE : 'unknown', + TRANSLATIONS: {}, + PLURAL_EXPR: (n) => (n === 1 ? 0 : 1), + LOCALE: "unknown", // gettext and ngettext don't access this so that the functions // can safely bound to a different name (_ = Documentation.gettext) - gettext : function(string) { - var translated = Documentation.TRANSLATIONS[string]; - if (typeof translated === 'undefined') - return string; - return (typeof translated === 'string') ? translated : translated[0]; + gettext: (string) => { + const translated = Documentation.TRANSLATIONS[string]; + switch (typeof translated) { + case "undefined": + return string; // no translation + case "string": + return translated; // translation exists + default: + return translated[0]; // (singular, plural) translation tuple exists + } }, - ngettext : function(singular, plural, n) { - var translated = Documentation.TRANSLATIONS[singular]; - if (typeof translated === 'undefined') - return (n == 1) ? singular : plural; - return translated[Documentation.PLURALEXPR(n)]; + ngettext: (singular, plural, n) => { + const translated = Documentation.TRANSLATIONS[singular]; + if (typeof translated !== "undefined") + return translated[Documentation.PLURAL_EXPR(n)]; + return n === 1 ? singular : plural; }, - addTranslations : function(catalog) { - for (var key in catalog.messages) - this.TRANSLATIONS[key] = catalog.messages[key]; - this.PLURAL_EXPR = new Function('n', 'return +(' + catalog.plural_expr + ')'); - this.LOCALE = catalog.locale; + addTranslations: (catalog) => { + Object.assign(Documentation.TRANSLATIONS, catalog.messages); + Documentation.PLURAL_EXPR = new Function( + "n", + `return (${catalog.plural_expr})` + ); + Documentation.LOCALE = catalog.locale; }, /** - * add context elements like header anchor links + * helper function to focus on search bar */ - addContextElements : function() { - $('div[id] > :header:first').each(function() { - $('\u00B6'). - attr('href', '#' + this.id). - attr('title', _('Permalink to this headline')). - appendTo(this); - }); - $('dt[id]').each(function() { - $('\u00B6'). - attr('href', '#' + this.id). - attr('title', _('Permalink to this definition')). - appendTo(this); - }); + focusSearchBar: () => { + document.querySelectorAll("input[name=q]")[0]?.focus(); }, /** - * workaround a firefox stupidity - * see: https://bugzilla.mozilla.org/show_bug.cgi?id=645075 + * Initialise the domain index toggle buttons */ - fixFirefoxAnchorBug : function() { - if (document.location.hash && $.browser.mozilla) - window.setTimeout(function() { - document.location.href += ''; - }, 10); - }, - - /** - * highlight the search words provided in the url in the text - */ - highlightSearchWords : function() { - var params = $.getQueryParameters(); - var terms = (params.highlight) ? params.highlight[0].split(/\s+/) : []; - if (terms.length) { - var body = $('div.body'); - if (!body.length) { - body = $('body'); + initDomainIndexTable: () => { + const toggler = (el) => { + const idNumber = el.id.substr(7); + const toggledRows = document.querySelectorAll(`tr.cg-${idNumber}`); + if (el.src.substr(-9) === "minus.png") { + el.src = `${el.src.substr(0, el.src.length - 9)}plus.png`; + toggledRows.forEach((el) => (el.style.display = "none")); + } else { + el.src = `${el.src.substr(0, el.src.length - 8)}minus.png`; + toggledRows.forEach((el) => (el.style.display = "")); } - window.setTimeout(function() { - $.each(terms, function() { - body.highlightText(this.toLowerCase(), 'highlighted'); - }); - }, 10); - $('') - .appendTo($('#searchbox')); - } + }; + + const togglerElements = document.querySelectorAll("img.toggler"); + togglerElements.forEach((el) => + el.addEventListener("click", (event) => toggler(event.currentTarget)) + ); + togglerElements.forEach((el) => (el.style.display = "")); + if (DOCUMENTATION_OPTIONS.COLLAPSE_INDEX) togglerElements.forEach(toggler); }, - /** - * init the domain index toggle buttons - */ - initIndexTable : function() { - var togglers = $('img.toggler').click(function() { - var src = $(this).attr('src'); - var idnum = $(this).attr('id').substr(7); - $('tr.cg-' + idnum).toggle(); - if (src.substr(-9) === 'minus.png') - $(this).attr('src', src.substr(0, src.length-9) + 'plus.png'); - else - $(this).attr('src', src.substr(0, src.length-8) + 'minus.png'); - }).css('display', ''); - if (DOCUMENTATION_OPTIONS.COLLAPSE_INDEX) { - togglers.click(); - } - }, + initOnKeyListeners: () => { + // only install a listener if it is really needed + if ( + !DOCUMENTATION_OPTIONS.NAVIGATION_WITH_KEYS && + !DOCUMENTATION_OPTIONS.ENABLE_SEARCH_SHORTCUTS + ) + return; - /** - * helper function to hide the search marks again - */ - hideSearchWords : function() { - $('#searchbox .highlight-link').fadeOut(300); - $('span.highlighted').removeClass('highlighted'); - }, + document.addEventListener("keydown", (event) => { + // bail for input elements + if (BLACKLISTED_KEY_CONTROL_ELEMENTS.has(document.activeElement.tagName)) return; + // bail with special keys + if (event.altKey || event.ctrlKey || event.metaKey) return; - /** - * make the url absolute - */ - makeURL : function(relativeURL) { - return DOCUMENTATION_OPTIONS.URL_ROOT + '/' + relativeURL; - }, + if (!event.shiftKey) { + switch (event.key) { + case "ArrowLeft": + if (!DOCUMENTATION_OPTIONS.NAVIGATION_WITH_KEYS) break; - /** - * get the current relative url - */ - getCurrentURL : function() { - var path = document.location.pathname; - var parts = path.split(/\//); - $.each(DOCUMENTATION_OPTIONS.URL_ROOT.split(/\//), function() { - if (this === '..') - parts.pop(); - }); - var url = parts.join('/'); - return path.substring(url.lastIndexOf('/') + 1, path.length - 1); - }, - - initOnKeyListeners: function() { - $(document).keyup(function(event) { - var activeElementType = document.activeElement.tagName; - // don't navigate when in search box or textarea - if (activeElementType !== 'TEXTAREA' && activeElementType !== 'INPUT' && activeElementType !== 'SELECT') { - switch (event.keyCode) { - case 37: // left - var prevHref = $('link[rel="prev"]').prop('href'); - if (prevHref) { - window.location.href = prevHref; - return false; + const prevLink = document.querySelector('link[rel="prev"]'); + if (prevLink && prevLink.href) { + window.location.href = prevLink.href; + event.preventDefault(); } - case 39: // right - var nextHref = $('link[rel="next"]').prop('href'); - if (nextHref) { - window.location.href = nextHref; - return false; + break; + case "ArrowRight": + if (!DOCUMENTATION_OPTIONS.NAVIGATION_WITH_KEYS) break; + + const nextLink = document.querySelector('link[rel="next"]'); + if (nextLink && nextLink.href) { + window.location.href = nextLink.href; + event.preventDefault(); } + break; } } + + // some keyboard layouts may need Shift to get / + switch (event.key) { + case "/": + if (!DOCUMENTATION_OPTIONS.ENABLE_SEARCH_SHORTCUTS) break; + Documentation.focusSearchBar(); + event.preventDefault(); + } }); - } + }, }; // quick alias for translations -_ = Documentation.gettext; +const _ = Documentation.gettext; -$(document).ready(function() { - Documentation.init(); -}); +_ready(Documentation.init); diff --git a/_docs_/_static/documentation_options.js b/_docs_/_static/documentation_options.js index d28647e..7e4c114 100644 --- a/_docs_/_static/documentation_options.js +++ b/_docs_/_static/documentation_options.js @@ -1,10 +1,13 @@ -var DOCUMENTATION_OPTIONS = { - URL_ROOT: document.getElementById("documentation_options").getAttribute('data-url_root'), +const DOCUMENTATION_OPTIONS = { VERSION: '', - LANGUAGE: 'None', + LANGUAGE: 'en', COLLAPSE_INDEX: false, + BUILDER: 'html', FILE_SUFFIX: '.html', + LINK_SUFFIX: '.html', HAS_SOURCE: true, SOURCELINK_SUFFIX: '.txt', NAVIGATION_WITH_KEYS: false, + SHOW_SEARCH_SUMMARY: true, + ENABLE_SEARCH_SHORTCUTS: true, }; \ No newline at end of file diff --git a/_docs_/_static/fonts/FontAwesome.otf b/_docs_/_static/fonts/FontAwesome.otf deleted file mode 100644 index 401ec0f..0000000 Binary files a/_docs_/_static/fonts/FontAwesome.otf and /dev/null differ diff --git a/_docs_/_static/fonts/Lato/lato-bold.eot b/_docs_/_static/fonts/Lato/lato-bold.eot deleted file mode 100644 index 3361183..0000000 Binary files a/_docs_/_static/fonts/Lato/lato-bold.eot and /dev/null differ diff --git a/_docs_/_static/fonts/Lato/lato-bold.ttf b/_docs_/_static/fonts/Lato/lato-bold.ttf deleted file mode 100644 index 29f691d..0000000 Binary files a/_docs_/_static/fonts/Lato/lato-bold.ttf and /dev/null differ diff --git a/_docs_/_static/fonts/Lato/lato-bold.woff b/_docs_/_static/fonts/Lato/lato-bold.woff deleted file mode 100644 index c6dff51..0000000 Binary files a/_docs_/_static/fonts/Lato/lato-bold.woff and /dev/null differ diff --git a/_docs_/_static/fonts/Lato/lato-bold.woff2 b/_docs_/_static/fonts/Lato/lato-bold.woff2 deleted file mode 100644 index bb19504..0000000 Binary files a/_docs_/_static/fonts/Lato/lato-bold.woff2 and /dev/null differ diff --git a/_docs_/_static/fonts/Lato/lato-bolditalic.eot b/_docs_/_static/fonts/Lato/lato-bolditalic.eot deleted file mode 100644 index 3d41549..0000000 Binary files a/_docs_/_static/fonts/Lato/lato-bolditalic.eot and /dev/null differ diff --git a/_docs_/_static/fonts/Lato/lato-bolditalic.ttf b/_docs_/_static/fonts/Lato/lato-bolditalic.ttf deleted file mode 100644 index f402040..0000000 Binary files a/_docs_/_static/fonts/Lato/lato-bolditalic.ttf and /dev/null differ diff --git a/_docs_/_static/fonts/Lato/lato-bolditalic.woff b/_docs_/_static/fonts/Lato/lato-bolditalic.woff deleted file mode 100644 index 88ad05b..0000000 Binary files a/_docs_/_static/fonts/Lato/lato-bolditalic.woff and /dev/null differ diff --git a/_docs_/_static/fonts/Lato/lato-bolditalic.woff2 b/_docs_/_static/fonts/Lato/lato-bolditalic.woff2 deleted file mode 100644 index c4e3d80..0000000 Binary files a/_docs_/_static/fonts/Lato/lato-bolditalic.woff2 and /dev/null differ diff --git a/_docs_/_static/fonts/Lato/lato-italic.eot b/_docs_/_static/fonts/Lato/lato-italic.eot deleted file mode 100644 index 3f82642..0000000 Binary files a/_docs_/_static/fonts/Lato/lato-italic.eot and /dev/null differ diff --git a/_docs_/_static/fonts/Lato/lato-italic.ttf b/_docs_/_static/fonts/Lato/lato-italic.ttf deleted file mode 100644 index b4bfc9b..0000000 Binary files a/_docs_/_static/fonts/Lato/lato-italic.ttf and /dev/null differ diff --git a/_docs_/_static/fonts/Lato/lato-italic.woff b/_docs_/_static/fonts/Lato/lato-italic.woff deleted file mode 100644 index 76114bc..0000000 Binary files a/_docs_/_static/fonts/Lato/lato-italic.woff and /dev/null differ diff --git a/_docs_/_static/fonts/Lato/lato-italic.woff2 b/_docs_/_static/fonts/Lato/lato-italic.woff2 deleted file mode 100644 index 3404f37..0000000 Binary files a/_docs_/_static/fonts/Lato/lato-italic.woff2 and /dev/null differ diff --git a/_docs_/_static/fonts/Lato/lato-regular.eot b/_docs_/_static/fonts/Lato/lato-regular.eot deleted file mode 100644 index 11e3f2a..0000000 Binary files a/_docs_/_static/fonts/Lato/lato-regular.eot and /dev/null differ diff --git a/_docs_/_static/fonts/Lato/lato-regular.ttf b/_docs_/_static/fonts/Lato/lato-regular.ttf deleted file mode 100644 index 74decd9..0000000 Binary files a/_docs_/_static/fonts/Lato/lato-regular.ttf and /dev/null differ diff --git a/_docs_/_static/fonts/Lato/lato-regular.woff b/_docs_/_static/fonts/Lato/lato-regular.woff deleted file mode 100644 index ae1307f..0000000 Binary files a/_docs_/_static/fonts/Lato/lato-regular.woff and /dev/null differ diff --git a/_docs_/_static/fonts/Lato/lato-regular.woff2 b/_docs_/_static/fonts/Lato/lato-regular.woff2 deleted file mode 100644 index 3bf9843..0000000 Binary files a/_docs_/_static/fonts/Lato/lato-regular.woff2 and /dev/null differ diff --git a/_docs_/_static/fonts/Roboto-Slab-Bold.woff b/_docs_/_static/fonts/Roboto-Slab-Bold.woff deleted file mode 100644 index 6cb6000..0000000 Binary files a/_docs_/_static/fonts/Roboto-Slab-Bold.woff and /dev/null differ diff --git a/_docs_/_static/fonts/Roboto-Slab-Bold.woff2 b/_docs_/_static/fonts/Roboto-Slab-Bold.woff2 deleted file mode 100644 index 7059e23..0000000 Binary files a/_docs_/_static/fonts/Roboto-Slab-Bold.woff2 and /dev/null differ diff --git a/_docs_/_static/fonts/Roboto-Slab-Light.woff b/_docs_/_static/fonts/Roboto-Slab-Light.woff deleted file mode 100644 index 337d287..0000000 Binary files a/_docs_/_static/fonts/Roboto-Slab-Light.woff and /dev/null differ diff --git a/_docs_/_static/fonts/Roboto-Slab-Light.woff2 b/_docs_/_static/fonts/Roboto-Slab-Light.woff2 deleted file mode 100644 index 20398af..0000000 Binary files a/_docs_/_static/fonts/Roboto-Slab-Light.woff2 and /dev/null differ diff --git a/_docs_/_static/fonts/Roboto-Slab-Regular.woff b/_docs_/_static/fonts/Roboto-Slab-Regular.woff deleted file mode 100644 index f815f63..0000000 Binary files a/_docs_/_static/fonts/Roboto-Slab-Regular.woff and /dev/null differ diff --git a/_docs_/_static/fonts/Roboto-Slab-Regular.woff2 b/_docs_/_static/fonts/Roboto-Slab-Regular.woff2 deleted file mode 100644 index f2c76e5..0000000 Binary files a/_docs_/_static/fonts/Roboto-Slab-Regular.woff2 and /dev/null differ diff --git a/_docs_/_static/fonts/Roboto-Slab-Thin.woff b/_docs_/_static/fonts/Roboto-Slab-Thin.woff deleted file mode 100644 index 6b30ea6..0000000 Binary files a/_docs_/_static/fonts/Roboto-Slab-Thin.woff and /dev/null differ diff --git a/_docs_/_static/fonts/Roboto-Slab-Thin.woff2 b/_docs_/_static/fonts/Roboto-Slab-Thin.woff2 deleted file mode 100644 index 328f5bb..0000000 Binary files a/_docs_/_static/fonts/Roboto-Slab-Thin.woff2 and /dev/null differ diff --git a/_docs_/_static/fonts/RobotoSlab/roboto-slab-v7-bold.eot b/_docs_/_static/fonts/RobotoSlab/roboto-slab-v7-bold.eot deleted file mode 100644 index 79dc8ef..0000000 Binary files a/_docs_/_static/fonts/RobotoSlab/roboto-slab-v7-bold.eot and /dev/null differ diff --git a/_docs_/_static/fonts/RobotoSlab/roboto-slab-v7-bold.ttf b/_docs_/_static/fonts/RobotoSlab/roboto-slab-v7-bold.ttf deleted file mode 100644 index df5d1df..0000000 Binary files a/_docs_/_static/fonts/RobotoSlab/roboto-slab-v7-bold.ttf and /dev/null differ diff --git a/_docs_/_static/fonts/RobotoSlab/roboto-slab-v7-bold.woff b/_docs_/_static/fonts/RobotoSlab/roboto-slab-v7-bold.woff deleted file mode 100644 index 6cb6000..0000000 Binary files a/_docs_/_static/fonts/RobotoSlab/roboto-slab-v7-bold.woff and /dev/null differ diff --git a/_docs_/_static/fonts/RobotoSlab/roboto-slab-v7-bold.woff2 b/_docs_/_static/fonts/RobotoSlab/roboto-slab-v7-bold.woff2 deleted file mode 100644 index 7059e23..0000000 Binary files a/_docs_/_static/fonts/RobotoSlab/roboto-slab-v7-bold.woff2 and /dev/null differ diff --git a/_docs_/_static/fonts/RobotoSlab/roboto-slab-v7-regular.eot b/_docs_/_static/fonts/RobotoSlab/roboto-slab-v7-regular.eot deleted file mode 100644 index 2f7ca78..0000000 Binary files a/_docs_/_static/fonts/RobotoSlab/roboto-slab-v7-regular.eot and /dev/null differ diff --git a/_docs_/_static/fonts/RobotoSlab/roboto-slab-v7-regular.ttf b/_docs_/_static/fonts/RobotoSlab/roboto-slab-v7-regular.ttf deleted file mode 100644 index eb52a79..0000000 Binary files a/_docs_/_static/fonts/RobotoSlab/roboto-slab-v7-regular.ttf and /dev/null differ diff --git a/_docs_/_static/fonts/RobotoSlab/roboto-slab-v7-regular.woff b/_docs_/_static/fonts/RobotoSlab/roboto-slab-v7-regular.woff deleted file mode 100644 index f815f63..0000000 Binary files a/_docs_/_static/fonts/RobotoSlab/roboto-slab-v7-regular.woff and /dev/null differ diff --git a/_docs_/_static/fonts/RobotoSlab/roboto-slab-v7-regular.woff2 b/_docs_/_static/fonts/RobotoSlab/roboto-slab-v7-regular.woff2 deleted file mode 100644 index f2c76e5..0000000 Binary files a/_docs_/_static/fonts/RobotoSlab/roboto-slab-v7-regular.woff2 and /dev/null differ diff --git a/_docs_/_static/fonts/fontawesome-webfont.eot b/_docs_/_static/fonts/fontawesome-webfont.eot deleted file mode 100644 index e9f60ca..0000000 Binary files a/_docs_/_static/fonts/fontawesome-webfont.eot and /dev/null differ diff --git a/_docs_/_static/fonts/fontawesome-webfont.svg b/_docs_/_static/fonts/fontawesome-webfont.svg deleted file mode 100644 index 855c845..0000000 --- a/_docs_/_static/fonts/fontawesome-webfont.svg +++ /dev/null @@ -1,2671 +0,0 @@ - - - - -Created by FontForge 20120731 at Mon Oct 24 17:37:40 2016 - By ,,, -Copyright Dave Gandy 2016. All rights reserved. - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/_docs_/_static/fonts/fontawesome-webfont.ttf b/_docs_/_static/fonts/fontawesome-webfont.ttf deleted file mode 100644 index 35acda2..0000000 Binary files a/_docs_/_static/fonts/fontawesome-webfont.ttf and /dev/null differ diff --git a/_docs_/_static/fonts/fontawesome-webfont.woff b/_docs_/_static/fonts/fontawesome-webfont.woff deleted file mode 100644 index 400014a..0000000 Binary files a/_docs_/_static/fonts/fontawesome-webfont.woff and /dev/null differ diff --git a/_docs_/_static/fonts/fontawesome-webfont.woff2 b/_docs_/_static/fonts/fontawesome-webfont.woff2 deleted file mode 100644 index 4d13fc6..0000000 Binary files a/_docs_/_static/fonts/fontawesome-webfont.woff2 and /dev/null differ diff --git a/_docs_/_static/fonts/lato-bold-italic.woff b/_docs_/_static/fonts/lato-bold-italic.woff deleted file mode 100644 index 88ad05b..0000000 Binary files a/_docs_/_static/fonts/lato-bold-italic.woff and /dev/null differ diff --git a/_docs_/_static/fonts/lato-bold-italic.woff2 b/_docs_/_static/fonts/lato-bold-italic.woff2 deleted file mode 100644 index c4e3d80..0000000 Binary files a/_docs_/_static/fonts/lato-bold-italic.woff2 and /dev/null differ diff --git a/_docs_/_static/fonts/lato-bold.woff b/_docs_/_static/fonts/lato-bold.woff deleted file mode 100644 index c6dff51..0000000 Binary files a/_docs_/_static/fonts/lato-bold.woff and /dev/null differ diff --git a/_docs_/_static/fonts/lato-bold.woff2 b/_docs_/_static/fonts/lato-bold.woff2 deleted file mode 100644 index bb19504..0000000 Binary files a/_docs_/_static/fonts/lato-bold.woff2 and /dev/null differ diff --git a/_docs_/_static/fonts/lato-normal-italic.woff b/_docs_/_static/fonts/lato-normal-italic.woff deleted file mode 100644 index 76114bc..0000000 Binary files a/_docs_/_static/fonts/lato-normal-italic.woff and /dev/null differ diff --git a/_docs_/_static/fonts/lato-normal-italic.woff2 b/_docs_/_static/fonts/lato-normal-italic.woff2 deleted file mode 100644 index 3404f37..0000000 Binary files a/_docs_/_static/fonts/lato-normal-italic.woff2 and /dev/null differ diff --git a/_docs_/_static/fonts/lato-normal.woff b/_docs_/_static/fonts/lato-normal.woff deleted file mode 100644 index ae1307f..0000000 Binary files a/_docs_/_static/fonts/lato-normal.woff and /dev/null differ diff --git a/_docs_/_static/fonts/lato-normal.woff2 b/_docs_/_static/fonts/lato-normal.woff2 deleted file mode 100644 index 3bf9843..0000000 Binary files a/_docs_/_static/fonts/lato-normal.woff2 and /dev/null differ diff --git a/_docs_/_static/jquery.js b/_docs_/_static/jquery.js deleted file mode 100644 index 7e32910..0000000 --- a/_docs_/_static/jquery.js +++ /dev/null @@ -1,10365 +0,0 @@ -/*! - * jQuery JavaScript Library v3.3.1-dfsg - * https://jquery.com/ - * - * Includes Sizzle.js - * https://sizzlejs.com/ - * - * Copyright JS Foundation and other contributors - * Released under the MIT license - * https://jquery.org/license - * - * Date: 2019-04-19T06:52Z - */ -( function( global, factory ) { - - "use strict"; - - if ( typeof module === "object" && typeof module.exports === "object" ) { - - // For CommonJS and CommonJS-like environments where a proper `window` - // is present, execute the factory and get jQuery. - // For environments that do not have a `window` with a `document` - // (such as Node.js), expose a factory as module.exports. - // This accentuates the need for the creation of a real `window`. - // e.g. var jQuery = require("jquery")(window); - // See ticket #14549 for more info. - module.exports = global.document ? - factory( global, true ) : - function( w ) { - if ( !w.document ) { - throw new Error( "jQuery requires a window with a document" ); - } - return factory( w ); - }; - } else { - factory( global ); - } - -// Pass this if window is not defined yet -} )( typeof window !== "undefined" ? window : this, function( window, noGlobal ) { - -// Edge <= 12 - 13+, Firefox <=18 - 45+, IE 10 - 11, Safari 5.1 - 9+, iOS 6 - 9.1 -// throw exceptions when non-strict code (e.g., ASP.NET 4.5) accesses strict mode -// arguments.callee.caller (trac-13335). But as of jQuery 3.0 (2016), strict mode should be common -// enough that all such attempts are guarded in a try block. - - -var arr = []; - -var document = window.document; - -var getProto = Object.getPrototypeOf; - -var slice = arr.slice; - -var concat = arr.concat; - -var push = arr.push; - -var indexOf = arr.indexOf; - -var class2type = {}; - -var toString = class2type.toString; - -var hasOwn = class2type.hasOwnProperty; - -var fnToString = hasOwn.toString; - -var ObjectFunctionString = fnToString.call( Object ); - -var support = {}; - -var isFunction = function isFunction( obj ) { - - // Support: Chrome <=57, Firefox <=52 - // In some browsers, typeof returns "function" for HTML elements - // (i.e., `typeof document.createElement( "object" ) === "function"`). - // We don't want to classify *any* DOM node as a function. - return typeof obj === "function" && typeof obj.nodeType !== "number"; - }; - - -var isWindow = function isWindow( obj ) { - return obj != null && obj === obj.window; - }; - - - - - var preservedScriptAttributes = { - type: true, - src: true, - noModule: true - }; - - function DOMEval( code, doc, node ) { - doc = doc || document; - - var i, - script = doc.createElement( "script" ); - - script.text = code; - if ( node ) { - for ( i in preservedScriptAttributes ) { - if ( node[ i ] ) { - script[ i ] = node[ i ]; - } - } - } - doc.head.appendChild( script ).parentNode.removeChild( script ); - } - - -function toType( obj ) { - if ( obj == null ) { - return obj + ""; - } - - // Support: Android <=2.3 only (functionish RegExp) - return typeof obj === "object" || typeof obj === "function" ? - class2type[ toString.call( obj ) ] || "object" : - typeof obj; -} -/* global Symbol */ -// Defining this global in .eslintrc.json would create a danger of using the global -// unguarded in another place, it seems safer to define global only for this module - - - -var - version = "3.3.1", - - // Define a local copy of jQuery - jQuery = function( selector, context ) { - - // The jQuery object is actually just the init constructor 'enhanced' - // Need init if jQuery is called (just allow error to be thrown if not included) - return new jQuery.fn.init( selector, context ); - }, - - // Support: Android <=4.0 only - // Make sure we trim BOM and NBSP - rtrim = /^[\s\uFEFF\xA0]+|[\s\uFEFF\xA0]+$/g; - -jQuery.fn = jQuery.prototype = { - - // The current version of jQuery being used - jquery: version, - - constructor: jQuery, - - // The default length of a jQuery object is 0 - length: 0, - - toArray: function() { - return slice.call( this ); - }, - - // Get the Nth element in the matched element set OR - // Get the whole matched element set as a clean array - get: function( num ) { - - // Return all the elements in a clean array - if ( num == null ) { - return slice.call( this ); - } - - // Return just the one element from the set - return num < 0 ? this[ num + this.length ] : this[ num ]; - }, - - // Take an array of elements and push it onto the stack - // (returning the new matched element set) - pushStack: function( elems ) { - - // Build a new jQuery matched element set - var ret = jQuery.merge( this.constructor(), elems ); - - // Add the old object onto the stack (as a reference) - ret.prevObject = this; - - // Return the newly-formed element set - return ret; - }, - - // Execute a callback for every element in the matched set. - each: function( callback ) { - return jQuery.each( this, callback ); - }, - - map: function( callback ) { - return this.pushStack( jQuery.map( this, function( elem, i ) { - return callback.call( elem, i, elem ); - } ) ); - }, - - slice: function() { - return this.pushStack( slice.apply( this, arguments ) ); - }, - - first: function() { - return this.eq( 0 ); - }, - - last: function() { - return this.eq( -1 ); - }, - - eq: function( i ) { - var len = this.length, - j = +i + ( i < 0 ? len : 0 ); - return this.pushStack( j >= 0 && j < len ? [ this[ j ] ] : [] ); - }, - - end: function() { - return this.prevObject || this.constructor(); - }, - - // For internal use only. - // Behaves like an Array's method, not like a jQuery method. - push: push, - sort: arr.sort, - splice: arr.splice -}; - -jQuery.extend = jQuery.fn.extend = function() { - var options, name, src, copy, copyIsArray, clone, - target = arguments[ 0 ] || {}, - i = 1, - length = arguments.length, - deep = false; - - // Handle a deep copy situation - if ( typeof target === "boolean" ) { - deep = target; - - // Skip the boolean and the target - target = arguments[ i ] || {}; - i++; - } - - // Handle case when target is a string or something (possible in deep copy) - if ( typeof target !== "object" && !isFunction( target ) ) { - target = {}; - } - - // Extend jQuery itself if only one argument is passed - if ( i === length ) { - target = this; - i--; - } - - for ( ; i < length; i++ ) { - - // Only deal with non-null/undefined values - if ( ( options = arguments[ i ] ) != null ) { - - // Extend the base object - for ( name in options ) { - src = target[ name ]; - copy = options[ name ]; - - // Prevent Object.prototype pollution - // Prevent never-ending loop - if ( name === "__proto__" || target === copy ) { - continue; - } - - // Recurse if we're merging plain objects or arrays - if ( deep && copy && ( jQuery.isPlainObject( copy ) || - ( copyIsArray = Array.isArray( copy ) ) ) ) { - - if ( copyIsArray ) { - copyIsArray = false; - clone = src && Array.isArray( src ) ? src : []; - - } else { - clone = src && jQuery.isPlainObject( src ) ? src : {}; - } - - // Never move original objects, clone them - target[ name ] = jQuery.extend( deep, clone, copy ); - - // Don't bring in undefined values - } else if ( copy !== undefined ) { - target[ name ] = copy; - } - } - } - } - - // Return the modified object - return target; -}; - -jQuery.extend( { - - // Unique for each copy of jQuery on the page - expando: "jQuery" + ( version + Math.random() ).replace( /\D/g, "" ), - - // Assume jQuery is ready without the ready module - isReady: true, - - error: function( msg ) { - throw new Error( msg ); - }, - - noop: function() {}, - - isPlainObject: function( obj ) { - var proto, Ctor; - - // Detect obvious negatives - // Use toString instead of jQuery.type to catch host objects - if ( !obj || toString.call( obj ) !== "[object Object]" ) { - return false; - } - - proto = getProto( obj ); - - // Objects with no prototype (e.g., `Object.create( null )`) are plain - if ( !proto ) { - return true; - } - - // Objects with prototype are plain iff they were constructed by a global Object function - Ctor = hasOwn.call( proto, "constructor" ) && proto.constructor; - return typeof Ctor === "function" && fnToString.call( Ctor ) === ObjectFunctionString; - }, - - isEmptyObject: function( obj ) { - - /* eslint-disable no-unused-vars */ - // See https://github.com/eslint/eslint/issues/6125 - var name; - - for ( name in obj ) { - return false; - } - return true; - }, - - // Evaluates a script in a global context - globalEval: function( code ) { - DOMEval( code ); - }, - - each: function( obj, callback ) { - var length, i = 0; - - if ( isArrayLike( obj ) ) { - length = obj.length; - for ( ; i < length; i++ ) { - if ( callback.call( obj[ i ], i, obj[ i ] ) === false ) { - break; - } - } - } else { - for ( i in obj ) { - if ( callback.call( obj[ i ], i, obj[ i ] ) === false ) { - break; - } - } - } - - return obj; - }, - - // Support: Android <=4.0 only - trim: function( text ) { - return text == null ? - "" : - ( text + "" ).replace( rtrim, "" ); - }, - - // results is for internal usage only - makeArray: function( arr, results ) { - var ret = results || []; - - if ( arr != null ) { - if ( isArrayLike( Object( arr ) ) ) { - jQuery.merge( ret, - typeof arr === "string" ? - [ arr ] : arr - ); - } else { - push.call( ret, arr ); - } - } - - return ret; - }, - - inArray: function( elem, arr, i ) { - return arr == null ? -1 : indexOf.call( arr, elem, i ); - }, - - // Support: Android <=4.0 only, PhantomJS 1 only - // push.apply(_, arraylike) throws on ancient WebKit - merge: function( first, second ) { - var len = +second.length, - j = 0, - i = first.length; - - for ( ; j < len; j++ ) { - first[ i++ ] = second[ j ]; - } - - first.length = i; - - return first; - }, - - grep: function( elems, callback, invert ) { - var callbackInverse, - matches = [], - i = 0, - length = elems.length, - callbackExpect = !invert; - - // Go through the array, only saving the items - // that pass the validator function - for ( ; i < length; i++ ) { - callbackInverse = !callback( elems[ i ], i ); - if ( callbackInverse !== callbackExpect ) { - matches.push( elems[ i ] ); - } - } - - return matches; - }, - - // arg is for internal usage only - map: function( elems, callback, arg ) { - var length, value, - i = 0, - ret = []; - - // Go through the array, translating each of the items to their new values - if ( isArrayLike( elems ) ) { - length = elems.length; - for ( ; i < length; i++ ) { - value = callback( elems[ i ], i, arg ); - - if ( value != null ) { - ret.push( value ); - } - } - - // Go through every key on the object, - } else { - for ( i in elems ) { - value = callback( elems[ i ], i, arg ); - - if ( value != null ) { - ret.push( value ); - } - } - } - - // Flatten any nested arrays - return concat.apply( [], ret ); - }, - - // A global GUID counter for objects - guid: 1, - - // jQuery.support is not used in Core but other projects attach their - // properties to it so it needs to exist. - support: support -} ); - -if ( typeof Symbol === "function" ) { - jQuery.fn[ Symbol.iterator ] = arr[ Symbol.iterator ]; -} - -// Populate the class2type map -jQuery.each( "Boolean Number String Function Array Date RegExp Object Error Symbol".split( " " ), -function( i, name ) { - class2type[ "[object " + name + "]" ] = name.toLowerCase(); -} ); - -function isArrayLike( obj ) { - - // Support: real iOS 8.2 only (not reproducible in simulator) - // `in` check used to prevent JIT error (gh-2145) - // hasOwn isn't used here due to false negatives - // regarding Nodelist length in IE - var length = !!obj && "length" in obj && obj.length, - type = toType( obj ); - - if ( isFunction( obj ) || isWindow( obj ) ) { - return false; - } - - return type === "array" || length === 0 || - typeof length === "number" && length > 0 && ( length - 1 ) in obj; -} -var Sizzle = -/*! - * Sizzle CSS Selector Engine v2.3.3 - * https://sizzlejs.com/ - * - * Copyright jQuery Foundation and other contributors - * Released under the MIT license - * http://jquery.org/license - * - * Date: 2016-08-08 - */ -(function( window ) { - -var i, - support, - Expr, - getText, - isXML, - tokenize, - compile, - select, - outermostContext, - sortInput, - hasDuplicate, - - // Local document vars - setDocument, - document, - docElem, - documentIsHTML, - rbuggyQSA, - rbuggyMatches, - matches, - contains, - - // Instance-specific data - expando = "sizzle" + 1 * new Date(), - preferredDoc = window.document, - dirruns = 0, - done = 0, - classCache = createCache(), - tokenCache = createCache(), - compilerCache = createCache(), - sortOrder = function( a, b ) { - if ( a === b ) { - hasDuplicate = true; - } - return 0; - }, - - // Instance methods - hasOwn = ({}).hasOwnProperty, - arr = [], - pop = arr.pop, - push_native = arr.push, - push = arr.push, - slice = arr.slice, - // Use a stripped-down indexOf as it's faster than native - // https://jsperf.com/thor-indexof-vs-for/5 - indexOf = function( list, elem ) { - var i = 0, - len = list.length; - for ( ; i < len; i++ ) { - if ( list[i] === elem ) { - return i; - } - } - return -1; - }, - - booleans = "checked|selected|async|autofocus|autoplay|controls|defer|disabled|hidden|ismap|loop|multiple|open|readonly|required|scoped", - - // Regular expressions - - // http://www.w3.org/TR/css3-selectors/#whitespace - whitespace = "[\\x20\\t\\r\\n\\f]", - - // http://www.w3.org/TR/CSS21/syndata.html#value-def-identifier - identifier = "(?:\\\\.|[\\w-]|[^\0-\\xa0])+", - - // Attribute selectors: http://www.w3.org/TR/selectors/#attribute-selectors - attributes = "\\[" + whitespace + "*(" + identifier + ")(?:" + whitespace + - // Operator (capture 2) - "*([*^$|!~]?=)" + whitespace + - // "Attribute values must be CSS identifiers [capture 5] or strings [capture 3 or capture 4]" - "*(?:'((?:\\\\.|[^\\\\'])*)'|\"((?:\\\\.|[^\\\\\"])*)\"|(" + identifier + "))|)" + whitespace + - "*\\]", - - pseudos = ":(" + identifier + ")(?:\\((" + - // To reduce the number of selectors needing tokenize in the preFilter, prefer arguments: - // 1. quoted (capture 3; capture 4 or capture 5) - "('((?:\\\\.|[^\\\\'])*)'|\"((?:\\\\.|[^\\\\\"])*)\")|" + - // 2. simple (capture 6) - "((?:\\\\.|[^\\\\()[\\]]|" + attributes + ")*)|" + - // 3. anything else (capture 2) - ".*" + - ")\\)|)", - - // Leading and non-escaped trailing whitespace, capturing some non-whitespace characters preceding the latter - rwhitespace = new RegExp( whitespace + "+", "g" ), - rtrim = new RegExp( "^" + whitespace + "+|((?:^|[^\\\\])(?:\\\\.)*)" + whitespace + "+$", "g" ), - - rcomma = new RegExp( "^" + whitespace + "*," + whitespace + "*" ), - rcombinators = new RegExp( "^" + whitespace + "*([>+~]|" + whitespace + ")" + whitespace + "*" ), - - rattributeQuotes = new RegExp( "=" + whitespace + "*([^\\]'\"]*?)" + whitespace + "*\\]", "g" ), - - rpseudo = new RegExp( pseudos ), - ridentifier = new RegExp( "^" + identifier + "$" ), - - matchExpr = { - "ID": new RegExp( "^#(" + identifier + ")" ), - "CLASS": new RegExp( "^\\.(" + identifier + ")" ), - "TAG": new RegExp( "^(" + identifier + "|[*])" ), - "ATTR": new RegExp( "^" + attributes ), - "PSEUDO": new RegExp( "^" + pseudos ), - "CHILD": new RegExp( "^:(only|first|last|nth|nth-last)-(child|of-type)(?:\\(" + whitespace + - "*(even|odd|(([+-]|)(\\d*)n|)" + whitespace + "*(?:([+-]|)" + whitespace + - "*(\\d+)|))" + whitespace + "*\\)|)", "i" ), - "bool": new RegExp( "^(?:" + booleans + ")$", "i" ), - // For use in libraries implementing .is() - // We use this for POS matching in `select` - "needsContext": new RegExp( "^" + whitespace + "*[>+~]|:(even|odd|eq|gt|lt|nth|first|last)(?:\\(" + - whitespace + "*((?:-\\d)?\\d*)" + whitespace + "*\\)|)(?=[^-]|$)", "i" ) - }, - - rinputs = /^(?:input|select|textarea|button)$/i, - rheader = /^h\d$/i, - - rnative = /^[^{]+\{\s*\[native \w/, - - // Easily-parseable/retrievable ID or TAG or CLASS selectors - rquickExpr = /^(?:#([\w-]+)|(\w+)|\.([\w-]+))$/, - - rsibling = /[+~]/, - - // CSS escapes - // http://www.w3.org/TR/CSS21/syndata.html#escaped-characters - runescape = new RegExp( "\\\\([\\da-f]{1,6}" + whitespace + "?|(" + whitespace + ")|.)", "ig" ), - funescape = function( _, escaped, escapedWhitespace ) { - var high = "0x" + escaped - 0x10000; - // NaN means non-codepoint - // Support: Firefox<24 - // Workaround erroneous numeric interpretation of +"0x" - return high !== high || escapedWhitespace ? - escaped : - high < 0 ? - // BMP codepoint - String.fromCharCode( high + 0x10000 ) : - // Supplemental Plane codepoint (surrogate pair) - String.fromCharCode( high >> 10 | 0xD800, high & 0x3FF | 0xDC00 ); - }, - - // CSS string/identifier serialization - // https://drafts.csswg.org/cssom/#common-serializing-idioms - rcssescape = /([\0-\x1f\x7f]|^-?\d)|^-$|[^\0-\x1f\x7f-\uFFFF\w-]/g, - fcssescape = function( ch, asCodePoint ) { - if ( asCodePoint ) { - - // U+0000 NULL becomes U+FFFD REPLACEMENT CHARACTER - if ( ch === "\0" ) { - return "\uFFFD"; - } - - // Control characters and (dependent upon position) numbers get escaped as code points - return ch.slice( 0, -1 ) + "\\" + ch.charCodeAt( ch.length - 1 ).toString( 16 ) + " "; - } - - // Other potentially-special ASCII characters get backslash-escaped - return "\\" + ch; - }, - - // Used for iframes - // See setDocument() - // Removing the function wrapper causes a "Permission Denied" - // error in IE - unloadHandler = function() { - setDocument(); - }, - - disabledAncestor = addCombinator( - function( elem ) { - return elem.disabled === true && ("form" in elem || "label" in elem); - }, - { dir: "parentNode", next: "legend" } - ); - -// Optimize for push.apply( _, NodeList ) -try { - push.apply( - (arr = slice.call( preferredDoc.childNodes )), - preferredDoc.childNodes - ); - // Support: Android<4.0 - // Detect silently failing push.apply - arr[ preferredDoc.childNodes.length ].nodeType; -} catch ( e ) { - push = { apply: arr.length ? - - // Leverage slice if possible - function( target, els ) { - push_native.apply( target, slice.call(els) ); - } : - - // Support: IE<9 - // Otherwise append directly - function( target, els ) { - var j = target.length, - i = 0; - // Can't trust NodeList.length - while ( (target[j++] = els[i++]) ) {} - target.length = j - 1; - } - }; -} - -function Sizzle( selector, context, results, seed ) { - var m, i, elem, nid, match, groups, newSelector, - newContext = context && context.ownerDocument, - - // nodeType defaults to 9, since context defaults to document - nodeType = context ? context.nodeType : 9; - - results = results || []; - - // Return early from calls with invalid selector or context - if ( typeof selector !== "string" || !selector || - nodeType !== 1 && nodeType !== 9 && nodeType !== 11 ) { - - return results; - } - - // Try to shortcut find operations (as opposed to filters) in HTML documents - if ( !seed ) { - - if ( ( context ? context.ownerDocument || context : preferredDoc ) !== document ) { - setDocument( context ); - } - context = context || document; - - if ( documentIsHTML ) { - - // If the selector is sufficiently simple, try using a "get*By*" DOM method - // (excepting DocumentFragment context, where the methods don't exist) - if ( nodeType !== 11 && (match = rquickExpr.exec( selector )) ) { - - // ID selector - if ( (m = match[1]) ) { - - // Document context - if ( nodeType === 9 ) { - if ( (elem = context.getElementById( m )) ) { - - // Support: IE, Opera, Webkit - // TODO: identify versions - // getElementById can match elements by name instead of ID - if ( elem.id === m ) { - results.push( elem ); - return results; - } - } else { - return results; - } - - // Element context - } else { - - // Support: IE, Opera, Webkit - // TODO: identify versions - // getElementById can match elements by name instead of ID - if ( newContext && (elem = newContext.getElementById( m )) && - contains( context, elem ) && - elem.id === m ) { - - results.push( elem ); - return results; - } - } - - // Type selector - } else if ( match[2] ) { - push.apply( results, context.getElementsByTagName( selector ) ); - return results; - - // Class selector - } else if ( (m = match[3]) && support.getElementsByClassName && - context.getElementsByClassName ) { - - push.apply( results, context.getElementsByClassName( m ) ); - return results; - } - } - - // Take advantage of querySelectorAll - if ( support.qsa && - !compilerCache[ selector + " " ] && - (!rbuggyQSA || !rbuggyQSA.test( selector )) ) { - - if ( nodeType !== 1 ) { - newContext = context; - newSelector = selector; - - // qSA looks outside Element context, which is not what we want - // Thanks to Andrew Dupont for this workaround technique - // Support: IE <=8 - // Exclude object elements - } else if ( context.nodeName.toLowerCase() !== "object" ) { - - // Capture the context ID, setting it first if necessary - if ( (nid = context.getAttribute( "id" )) ) { - nid = nid.replace( rcssescape, fcssescape ); - } else { - context.setAttribute( "id", (nid = expando) ); - } - - // Prefix every selector in the list - groups = tokenize( selector ); - i = groups.length; - while ( i-- ) { - groups[i] = "#" + nid + " " + toSelector( groups[i] ); - } - newSelector = groups.join( "," ); - - // Expand context for sibling selectors - newContext = rsibling.test( selector ) && testContext( context.parentNode ) || - context; - } - - if ( newSelector ) { - try { - push.apply( results, - newContext.querySelectorAll( newSelector ) - ); - return results; - } catch ( qsaError ) { - } finally { - if ( nid === expando ) { - context.removeAttribute( "id" ); - } - } - } - } - } - } - - // All others - return select( selector.replace( rtrim, "$1" ), context, results, seed ); -} - -/** - * Create key-value caches of limited size - * @returns {function(string, object)} Returns the Object data after storing it on itself with - * property name the (space-suffixed) string and (if the cache is larger than Expr.cacheLength) - * deleting the oldest entry - */ -function createCache() { - var keys = []; - - function cache( key, value ) { - // Use (key + " ") to avoid collision with native prototype properties (see Issue #157) - if ( keys.push( key + " " ) > Expr.cacheLength ) { - // Only keep the most recent entries - delete cache[ keys.shift() ]; - } - return (cache[ key + " " ] = value); - } - return cache; -} - -/** - * Mark a function for special use by Sizzle - * @param {Function} fn The function to mark - */ -function markFunction( fn ) { - fn[ expando ] = true; - return fn; -} - -/** - * Support testing using an element - * @param {Function} fn Passed the created element and returns a boolean result - */ -function assert( fn ) { - var el = document.createElement("fieldset"); - - try { - return !!fn( el ); - } catch (e) { - return false; - } finally { - // Remove from its parent by default - if ( el.parentNode ) { - el.parentNode.removeChild( el ); - } - // release memory in IE - el = null; - } -} - -/** - * Adds the same handler for all of the specified attrs - * @param {String} attrs Pipe-separated list of attributes - * @param {Function} handler The method that will be applied - */ -function addHandle( attrs, handler ) { - var arr = attrs.split("|"), - i = arr.length; - - while ( i-- ) { - Expr.attrHandle[ arr[i] ] = handler; - } -} - -/** - * Checks document order of two siblings - * @param {Element} a - * @param {Element} b - * @returns {Number} Returns less than 0 if a precedes b, greater than 0 if a follows b - */ -function siblingCheck( a, b ) { - var cur = b && a, - diff = cur && a.nodeType === 1 && b.nodeType === 1 && - a.sourceIndex - b.sourceIndex; - - // Use IE sourceIndex if available on both nodes - if ( diff ) { - return diff; - } - - // Check if b follows a - if ( cur ) { - while ( (cur = cur.nextSibling) ) { - if ( cur === b ) { - return -1; - } - } - } - - return a ? 1 : -1; -} - -/** - * Returns a function to use in pseudos for input types - * @param {String} type - */ -function createInputPseudo( type ) { - return function( elem ) { - var name = elem.nodeName.toLowerCase(); - return name === "input" && elem.type === type; - }; -} - -/** - * Returns a function to use in pseudos for buttons - * @param {String} type - */ -function createButtonPseudo( type ) { - return function( elem ) { - var name = elem.nodeName.toLowerCase(); - return (name === "input" || name === "button") && elem.type === type; - }; -} - -/** - * Returns a function to use in pseudos for :enabled/:disabled - * @param {Boolean} disabled true for :disabled; false for :enabled - */ -function createDisabledPseudo( disabled ) { - - // Known :disabled false positives: fieldset[disabled] > legend:nth-of-type(n+2) :can-disable - return function( elem ) { - - // Only certain elements can match :enabled or :disabled - // https://html.spec.whatwg.org/multipage/scripting.html#selector-enabled - // https://html.spec.whatwg.org/multipage/scripting.html#selector-disabled - if ( "form" in elem ) { - - // Check for inherited disabledness on relevant non-disabled elements: - // * listed form-associated elements in a disabled fieldset - // https://html.spec.whatwg.org/multipage/forms.html#category-listed - // https://html.spec.whatwg.org/multipage/forms.html#concept-fe-disabled - // * option elements in a disabled optgroup - // https://html.spec.whatwg.org/multipage/forms.html#concept-option-disabled - // All such elements have a "form" property. - if ( elem.parentNode && elem.disabled === false ) { - - // Option elements defer to a parent optgroup if present - if ( "label" in elem ) { - if ( "label" in elem.parentNode ) { - return elem.parentNode.disabled === disabled; - } else { - return elem.disabled === disabled; - } - } - - // Support: IE 6 - 11 - // Use the isDisabled shortcut property to check for disabled fieldset ancestors - return elem.isDisabled === disabled || - - // Where there is no isDisabled, check manually - /* jshint -W018 */ - elem.isDisabled !== !disabled && - disabledAncestor( elem ) === disabled; - } - - return elem.disabled === disabled; - - // Try to winnow out elements that can't be disabled before trusting the disabled property. - // Some victims get caught in our net (label, legend, menu, track), but it shouldn't - // even exist on them, let alone have a boolean value. - } else if ( "label" in elem ) { - return elem.disabled === disabled; - } - - // Remaining elements are neither :enabled nor :disabled - return false; - }; -} - -/** - * Returns a function to use in pseudos for positionals - * @param {Function} fn - */ -function createPositionalPseudo( fn ) { - return markFunction(function( argument ) { - argument = +argument; - return markFunction(function( seed, matches ) { - var j, - matchIndexes = fn( [], seed.length, argument ), - i = matchIndexes.length; - - // Match elements found at the specified indexes - while ( i-- ) { - if ( seed[ (j = matchIndexes[i]) ] ) { - seed[j] = !(matches[j] = seed[j]); - } - } - }); - }); -} - -/** - * Checks a node for validity as a Sizzle context - * @param {Element|Object=} context - * @returns {Element|Object|Boolean} The input node if acceptable, otherwise a falsy value - */ -function testContext( context ) { - return context && typeof context.getElementsByTagName !== "undefined" && context; -} - -// Expose support vars for convenience -support = Sizzle.support = {}; - -/** - * Detects XML nodes - * @param {Element|Object} elem An element or a document - * @returns {Boolean} True iff elem is a non-HTML XML node - */ -isXML = Sizzle.isXML = function( elem ) { - // documentElement is verified for cases where it doesn't yet exist - // (such as loading iframes in IE - #4833) - var documentElement = elem && (elem.ownerDocument || elem).documentElement; - return documentElement ? documentElement.nodeName !== "HTML" : false; -}; - -/** - * Sets document-related variables once based on the current document - * @param {Element|Object} [doc] An element or document object to use to set the document - * @returns {Object} Returns the current document - */ -setDocument = Sizzle.setDocument = function( node ) { - var hasCompare, subWindow, - doc = node ? node.ownerDocument || node : preferredDoc; - - // Return early if doc is invalid or already selected - if ( doc === document || doc.nodeType !== 9 || !doc.documentElement ) { - return document; - } - - // Update global variables - document = doc; - docElem = document.documentElement; - documentIsHTML = !isXML( document ); - - // Support: IE 9-11, Edge - // Accessing iframe documents after unload throws "permission denied" errors (jQuery #13936) - if ( preferredDoc !== document && - (subWindow = document.defaultView) && subWindow.top !== subWindow ) { - - // Support: IE 11, Edge - if ( subWindow.addEventListener ) { - subWindow.addEventListener( "unload", unloadHandler, false ); - - // Support: IE 9 - 10 only - } else if ( subWindow.attachEvent ) { - subWindow.attachEvent( "onunload", unloadHandler ); - } - } - - /* Attributes - ---------------------------------------------------------------------- */ - - // Support: IE<8 - // Verify that getAttribute really returns attributes and not properties - // (excepting IE8 booleans) - support.attributes = assert(function( el ) { - el.className = "i"; - return !el.getAttribute("className"); - }); - - /* getElement(s)By* - ---------------------------------------------------------------------- */ - - // Check if getElementsByTagName("*") returns only elements - support.getElementsByTagName = assert(function( el ) { - el.appendChild( document.createComment("") ); - return !el.getElementsByTagName("*").length; - }); - - // Support: IE<9 - support.getElementsByClassName = rnative.test( document.getElementsByClassName ); - - // Support: IE<10 - // Check if getElementById returns elements by name - // The broken getElementById methods don't pick up programmatically-set names, - // so use a roundabout getElementsByName test - support.getById = assert(function( el ) { - docElem.appendChild( el ).id = expando; - return !document.getElementsByName || !document.getElementsByName( expando ).length; - }); - - // ID filter and find - if ( support.getById ) { - Expr.filter["ID"] = function( id ) { - var attrId = id.replace( runescape, funescape ); - return function( elem ) { - return elem.getAttribute("id") === attrId; - }; - }; - Expr.find["ID"] = function( id, context ) { - if ( typeof context.getElementById !== "undefined" && documentIsHTML ) { - var elem = context.getElementById( id ); - return elem ? [ elem ] : []; - } - }; - } else { - Expr.filter["ID"] = function( id ) { - var attrId = id.replace( runescape, funescape ); - return function( elem ) { - var node = typeof elem.getAttributeNode !== "undefined" && - elem.getAttributeNode("id"); - return node && node.value === attrId; - }; - }; - - // Support: IE 6 - 7 only - // getElementById is not reliable as a find shortcut - Expr.find["ID"] = function( id, context ) { - if ( typeof context.getElementById !== "undefined" && documentIsHTML ) { - var node, i, elems, - elem = context.getElementById( id ); - - if ( elem ) { - - // Verify the id attribute - node = elem.getAttributeNode("id"); - if ( node && node.value === id ) { - return [ elem ]; - } - - // Fall back on getElementsByName - elems = context.getElementsByName( id ); - i = 0; - while ( (elem = elems[i++]) ) { - node = elem.getAttributeNode("id"); - if ( node && node.value === id ) { - return [ elem ]; - } - } - } - - return []; - } - }; - } - - // Tag - Expr.find["TAG"] = support.getElementsByTagName ? - function( tag, context ) { - if ( typeof context.getElementsByTagName !== "undefined" ) { - return context.getElementsByTagName( tag ); - - // DocumentFragment nodes don't have gEBTN - } else if ( support.qsa ) { - return context.querySelectorAll( tag ); - } - } : - - function( tag, context ) { - var elem, - tmp = [], - i = 0, - // By happy coincidence, a (broken) gEBTN appears on DocumentFragment nodes too - results = context.getElementsByTagName( tag ); - - // Filter out possible comments - if ( tag === "*" ) { - while ( (elem = results[i++]) ) { - if ( elem.nodeType === 1 ) { - tmp.push( elem ); - } - } - - return tmp; - } - return results; - }; - - // Class - Expr.find["CLASS"] = support.getElementsByClassName && function( className, context ) { - if ( typeof context.getElementsByClassName !== "undefined" && documentIsHTML ) { - return context.getElementsByClassName( className ); - } - }; - - /* QSA/matchesSelector - ---------------------------------------------------------------------- */ - - // QSA and matchesSelector support - - // matchesSelector(:active) reports false when true (IE9/Opera 11.5) - rbuggyMatches = []; - - // qSa(:focus) reports false when true (Chrome 21) - // We allow this because of a bug in IE8/9 that throws an error - // whenever `document.activeElement` is accessed on an iframe - // So, we allow :focus to pass through QSA all the time to avoid the IE error - // See https://bugs.jquery.com/ticket/13378 - rbuggyQSA = []; - - if ( (support.qsa = rnative.test( document.querySelectorAll )) ) { - // Build QSA regex - // Regex strategy adopted from Diego Perini - assert(function( el ) { - // Select is set to empty string on purpose - // This is to test IE's treatment of not explicitly - // setting a boolean content attribute, - // since its presence should be enough - // https://bugs.jquery.com/ticket/12359 - docElem.appendChild( el ).innerHTML = "" + - ""; - - // Support: IE8, Opera 11-12.16 - // Nothing should be selected when empty strings follow ^= or $= or *= - // The test attribute must be unknown in Opera but "safe" for WinRT - // https://msdn.microsoft.com/en-us/library/ie/hh465388.aspx#attribute_section - if ( el.querySelectorAll("[msallowcapture^='']").length ) { - rbuggyQSA.push( "[*^$]=" + whitespace + "*(?:''|\"\")" ); - } - - // Support: IE8 - // Boolean attributes and "value" are not treated correctly - if ( !el.querySelectorAll("[selected]").length ) { - rbuggyQSA.push( "\\[" + whitespace + "*(?:value|" + booleans + ")" ); - } - - // Support: Chrome<29, Android<4.4, Safari<7.0+, iOS<7.0+, PhantomJS<1.9.8+ - if ( !el.querySelectorAll( "[id~=" + expando + "-]" ).length ) { - rbuggyQSA.push("~="); - } - - // Webkit/Opera - :checked should return selected option elements - // http://www.w3.org/TR/2011/REC-css3-selectors-20110929/#checked - // IE8 throws error here and will not see later tests - if ( !el.querySelectorAll(":checked").length ) { - rbuggyQSA.push(":checked"); - } - - // Support: Safari 8+, iOS 8+ - // https://bugs.webkit.org/show_bug.cgi?id=136851 - // In-page `selector#id sibling-combinator selector` fails - if ( !el.querySelectorAll( "a#" + expando + "+*" ).length ) { - rbuggyQSA.push(".#.+[+~]"); - } - }); - - assert(function( el ) { - el.innerHTML = "" + - ""; - - // Support: Windows 8 Native Apps - // The type and name attributes are restricted during .innerHTML assignment - var input = document.createElement("input"); - input.setAttribute( "type", "hidden" ); - el.appendChild( input ).setAttribute( "name", "D" ); - - // Support: IE8 - // Enforce case-sensitivity of name attribute - if ( el.querySelectorAll("[name=d]").length ) { - rbuggyQSA.push( "name" + whitespace + "*[*^$|!~]?=" ); - } - - // FF 3.5 - :enabled/:disabled and hidden elements (hidden elements are still enabled) - // IE8 throws error here and will not see later tests - if ( el.querySelectorAll(":enabled").length !== 2 ) { - rbuggyQSA.push( ":enabled", ":disabled" ); - } - - // Support: IE9-11+ - // IE's :disabled selector does not pick up the children of disabled fieldsets - docElem.appendChild( el ).disabled = true; - if ( el.querySelectorAll(":disabled").length !== 2 ) { - rbuggyQSA.push( ":enabled", ":disabled" ); - } - - // Opera 10-11 does not throw on post-comma invalid pseudos - el.querySelectorAll("*,:x"); - rbuggyQSA.push(",.*:"); - }); - } - - if ( (support.matchesSelector = rnative.test( (matches = docElem.matches || - docElem.webkitMatchesSelector || - docElem.mozMatchesSelector || - docElem.oMatchesSelector || - docElem.msMatchesSelector) )) ) { - - assert(function( el ) { - // Check to see if it's possible to do matchesSelector - // on a disconnected node (IE 9) - support.disconnectedMatch = matches.call( el, "*" ); - - // This should fail with an exception - // Gecko does not error, returns false instead - matches.call( el, "[s!='']:x" ); - rbuggyMatches.push( "!=", pseudos ); - }); - } - - rbuggyQSA = rbuggyQSA.length && new RegExp( rbuggyQSA.join("|") ); - rbuggyMatches = rbuggyMatches.length && new RegExp( rbuggyMatches.join("|") ); - - /* Contains - ---------------------------------------------------------------------- */ - hasCompare = rnative.test( docElem.compareDocumentPosition ); - - // Element contains another - // Purposefully self-exclusive - // As in, an element does not contain itself - contains = hasCompare || rnative.test( docElem.contains ) ? - function( a, b ) { - var adown = a.nodeType === 9 ? a.documentElement : a, - bup = b && b.parentNode; - return a === bup || !!( bup && bup.nodeType === 1 && ( - adown.contains ? - adown.contains( bup ) : - a.compareDocumentPosition && a.compareDocumentPosition( bup ) & 16 - )); - } : - function( a, b ) { - if ( b ) { - while ( (b = b.parentNode) ) { - if ( b === a ) { - return true; - } - } - } - return false; - }; - - /* Sorting - ---------------------------------------------------------------------- */ - - // Document order sorting - sortOrder = hasCompare ? - function( a, b ) { - - // Flag for duplicate removal - if ( a === b ) { - hasDuplicate = true; - return 0; - } - - // Sort on method existence if only one input has compareDocumentPosition - var compare = !a.compareDocumentPosition - !b.compareDocumentPosition; - if ( compare ) { - return compare; - } - - // Calculate position if both inputs belong to the same document - compare = ( a.ownerDocument || a ) === ( b.ownerDocument || b ) ? - a.compareDocumentPosition( b ) : - - // Otherwise we know they are disconnected - 1; - - // Disconnected nodes - if ( compare & 1 || - (!support.sortDetached && b.compareDocumentPosition( a ) === compare) ) { - - // Choose the first element that is related to our preferred document - if ( a === document || a.ownerDocument === preferredDoc && contains(preferredDoc, a) ) { - return -1; - } - if ( b === document || b.ownerDocument === preferredDoc && contains(preferredDoc, b) ) { - return 1; - } - - // Maintain original order - return sortInput ? - ( indexOf( sortInput, a ) - indexOf( sortInput, b ) ) : - 0; - } - - return compare & 4 ? -1 : 1; - } : - function( a, b ) { - // Exit early if the nodes are identical - if ( a === b ) { - hasDuplicate = true; - return 0; - } - - var cur, - i = 0, - aup = a.parentNode, - bup = b.parentNode, - ap = [ a ], - bp = [ b ]; - - // Parentless nodes are either documents or disconnected - if ( !aup || !bup ) { - return a === document ? -1 : - b === document ? 1 : - aup ? -1 : - bup ? 1 : - sortInput ? - ( indexOf( sortInput, a ) - indexOf( sortInput, b ) ) : - 0; - - // If the nodes are siblings, we can do a quick check - } else if ( aup === bup ) { - return siblingCheck( a, b ); - } - - // Otherwise we need full lists of their ancestors for comparison - cur = a; - while ( (cur = cur.parentNode) ) { - ap.unshift( cur ); - } - cur = b; - while ( (cur = cur.parentNode) ) { - bp.unshift( cur ); - } - - // Walk down the tree looking for a discrepancy - while ( ap[i] === bp[i] ) { - i++; - } - - return i ? - // Do a sibling check if the nodes have a common ancestor - siblingCheck( ap[i], bp[i] ) : - - // Otherwise nodes in our document sort first - ap[i] === preferredDoc ? -1 : - bp[i] === preferredDoc ? 1 : - 0; - }; - - return document; -}; - -Sizzle.matches = function( expr, elements ) { - return Sizzle( expr, null, null, elements ); -}; - -Sizzle.matchesSelector = function( elem, expr ) { - // Set document vars if needed - if ( ( elem.ownerDocument || elem ) !== document ) { - setDocument( elem ); - } - - // Make sure that attribute selectors are quoted - expr = expr.replace( rattributeQuotes, "='$1']" ); - - if ( support.matchesSelector && documentIsHTML && - !compilerCache[ expr + " " ] && - ( !rbuggyMatches || !rbuggyMatches.test( expr ) ) && - ( !rbuggyQSA || !rbuggyQSA.test( expr ) ) ) { - - try { - var ret = matches.call( elem, expr ); - - // IE 9's matchesSelector returns false on disconnected nodes - if ( ret || support.disconnectedMatch || - // As well, disconnected nodes are said to be in a document - // fragment in IE 9 - elem.document && elem.document.nodeType !== 11 ) { - return ret; - } - } catch (e) {} - } - - return Sizzle( expr, document, null, [ elem ] ).length > 0; -}; - -Sizzle.contains = function( context, elem ) { - // Set document vars if needed - if ( ( context.ownerDocument || context ) !== document ) { - setDocument( context ); - } - return contains( context, elem ); -}; - -Sizzle.attr = function( elem, name ) { - // Set document vars if needed - if ( ( elem.ownerDocument || elem ) !== document ) { - setDocument( elem ); - } - - var fn = Expr.attrHandle[ name.toLowerCase() ], - // Don't get fooled by Object.prototype properties (jQuery #13807) - val = fn && hasOwn.call( Expr.attrHandle, name.toLowerCase() ) ? - fn( elem, name, !documentIsHTML ) : - undefined; - - return val !== undefined ? - val : - support.attributes || !documentIsHTML ? - elem.getAttribute( name ) : - (val = elem.getAttributeNode(name)) && val.specified ? - val.value : - null; -}; - -Sizzle.escape = function( sel ) { - return (sel + "").replace( rcssescape, fcssescape ); -}; - -Sizzle.error = function( msg ) { - throw new Error( "Syntax error, unrecognized expression: " + msg ); -}; - -/** - * Document sorting and removing duplicates - * @param {ArrayLike} results - */ -Sizzle.uniqueSort = function( results ) { - var elem, - duplicates = [], - j = 0, - i = 0; - - // Unless we *know* we can detect duplicates, assume their presence - hasDuplicate = !support.detectDuplicates; - sortInput = !support.sortStable && results.slice( 0 ); - results.sort( sortOrder ); - - if ( hasDuplicate ) { - while ( (elem = results[i++]) ) { - if ( elem === results[ i ] ) { - j = duplicates.push( i ); - } - } - while ( j-- ) { - results.splice( duplicates[ j ], 1 ); - } - } - - // Clear input after sorting to release objects - // See https://github.com/jquery/sizzle/pull/225 - sortInput = null; - - return results; -}; - -/** - * Utility function for retrieving the text value of an array of DOM nodes - * @param {Array|Element} elem - */ -getText = Sizzle.getText = function( elem ) { - var node, - ret = "", - i = 0, - nodeType = elem.nodeType; - - if ( !nodeType ) { - // If no nodeType, this is expected to be an array - while ( (node = elem[i++]) ) { - // Do not traverse comment nodes - ret += getText( node ); - } - } else if ( nodeType === 1 || nodeType === 9 || nodeType === 11 ) { - // Use textContent for elements - // innerText usage removed for consistency of new lines (jQuery #11153) - if ( typeof elem.textContent === "string" ) { - return elem.textContent; - } else { - // Traverse its children - for ( elem = elem.firstChild; elem; elem = elem.nextSibling ) { - ret += getText( elem ); - } - } - } else if ( nodeType === 3 || nodeType === 4 ) { - return elem.nodeValue; - } - // Do not include comment or processing instruction nodes - - return ret; -}; - -Expr = Sizzle.selectors = { - - // Can be adjusted by the user - cacheLength: 50, - - createPseudo: markFunction, - - match: matchExpr, - - attrHandle: {}, - - find: {}, - - relative: { - ">": { dir: "parentNode", first: true }, - " ": { dir: "parentNode" }, - "+": { dir: "previousSibling", first: true }, - "~": { dir: "previousSibling" } - }, - - preFilter: { - "ATTR": function( match ) { - match[1] = match[1].replace( runescape, funescape ); - - // Move the given value to match[3] whether quoted or unquoted - match[3] = ( match[3] || match[4] || match[5] || "" ).replace( runescape, funescape ); - - if ( match[2] === "~=" ) { - match[3] = " " + match[3] + " "; - } - - return match.slice( 0, 4 ); - }, - - "CHILD": function( match ) { - /* matches from matchExpr["CHILD"] - 1 type (only|nth|...) - 2 what (child|of-type) - 3 argument (even|odd|\d*|\d*n([+-]\d+)?|...) - 4 xn-component of xn+y argument ([+-]?\d*n|) - 5 sign of xn-component - 6 x of xn-component - 7 sign of y-component - 8 y of y-component - */ - match[1] = match[1].toLowerCase(); - - if ( match[1].slice( 0, 3 ) === "nth" ) { - // nth-* requires argument - if ( !match[3] ) { - Sizzle.error( match[0] ); - } - - // numeric x and y parameters for Expr.filter.CHILD - // remember that false/true cast respectively to 0/1 - match[4] = +( match[4] ? match[5] + (match[6] || 1) : 2 * ( match[3] === "even" || match[3] === "odd" ) ); - match[5] = +( ( match[7] + match[8] ) || match[3] === "odd" ); - - // other types prohibit arguments - } else if ( match[3] ) { - Sizzle.error( match[0] ); - } - - return match; - }, - - "PSEUDO": function( match ) { - var excess, - unquoted = !match[6] && match[2]; - - if ( matchExpr["CHILD"].test( match[0] ) ) { - return null; - } - - // Accept quoted arguments as-is - if ( match[3] ) { - match[2] = match[4] || match[5] || ""; - - // Strip excess characters from unquoted arguments - } else if ( unquoted && rpseudo.test( unquoted ) && - // Get excess from tokenize (recursively) - (excess = tokenize( unquoted, true )) && - // advance to the next closing parenthesis - (excess = unquoted.indexOf( ")", unquoted.length - excess ) - unquoted.length) ) { - - // excess is a negative index - match[0] = match[0].slice( 0, excess ); - match[2] = unquoted.slice( 0, excess ); - } - - // Return only captures needed by the pseudo filter method (type and argument) - return match.slice( 0, 3 ); - } - }, - - filter: { - - "TAG": function( nodeNameSelector ) { - var nodeName = nodeNameSelector.replace( runescape, funescape ).toLowerCase(); - return nodeNameSelector === "*" ? - function() { return true; } : - function( elem ) { - return elem.nodeName && elem.nodeName.toLowerCase() === nodeName; - }; - }, - - "CLASS": function( className ) { - var pattern = classCache[ className + " " ]; - - return pattern || - (pattern = new RegExp( "(^|" + whitespace + ")" + className + "(" + whitespace + "|$)" )) && - classCache( className, function( elem ) { - return pattern.test( typeof elem.className === "string" && elem.className || typeof elem.getAttribute !== "undefined" && elem.getAttribute("class") || "" ); - }); - }, - - "ATTR": function( name, operator, check ) { - return function( elem ) { - var result = Sizzle.attr( elem, name ); - - if ( result == null ) { - return operator === "!="; - } - if ( !operator ) { - return true; - } - - result += ""; - - return operator === "=" ? result === check : - operator === "!=" ? result !== check : - operator === "^=" ? check && result.indexOf( check ) === 0 : - operator === "*=" ? check && result.indexOf( check ) > -1 : - operator === "$=" ? check && result.slice( -check.length ) === check : - operator === "~=" ? ( " " + result.replace( rwhitespace, " " ) + " " ).indexOf( check ) > -1 : - operator === "|=" ? result === check || result.slice( 0, check.length + 1 ) === check + "-" : - false; - }; - }, - - "CHILD": function( type, what, argument, first, last ) { - var simple = type.slice( 0, 3 ) !== "nth", - forward = type.slice( -4 ) !== "last", - ofType = what === "of-type"; - - return first === 1 && last === 0 ? - - // Shortcut for :nth-*(n) - function( elem ) { - return !!elem.parentNode; - } : - - function( elem, context, xml ) { - var cache, uniqueCache, outerCache, node, nodeIndex, start, - dir = simple !== forward ? "nextSibling" : "previousSibling", - parent = elem.parentNode, - name = ofType && elem.nodeName.toLowerCase(), - useCache = !xml && !ofType, - diff = false; - - if ( parent ) { - - // :(first|last|only)-(child|of-type) - if ( simple ) { - while ( dir ) { - node = elem; - while ( (node = node[ dir ]) ) { - if ( ofType ? - node.nodeName.toLowerCase() === name : - node.nodeType === 1 ) { - - return false; - } - } - // Reverse direction for :only-* (if we haven't yet done so) - start = dir = type === "only" && !start && "nextSibling"; - } - return true; - } - - start = [ forward ? parent.firstChild : parent.lastChild ]; - - // non-xml :nth-child(...) stores cache data on `parent` - if ( forward && useCache ) { - - // Seek `elem` from a previously-cached index - - // ...in a gzip-friendly way - node = parent; - outerCache = node[ expando ] || (node[ expando ] = {}); - - // Support: IE <9 only - // Defend against cloned attroperties (jQuery gh-1709) - uniqueCache = outerCache[ node.uniqueID ] || - (outerCache[ node.uniqueID ] = {}); - - cache = uniqueCache[ type ] || []; - nodeIndex = cache[ 0 ] === dirruns && cache[ 1 ]; - diff = nodeIndex && cache[ 2 ]; - node = nodeIndex && parent.childNodes[ nodeIndex ]; - - while ( (node = ++nodeIndex && node && node[ dir ] || - - // Fallback to seeking `elem` from the start - (diff = nodeIndex = 0) || start.pop()) ) { - - // When found, cache indexes on `parent` and break - if ( node.nodeType === 1 && ++diff && node === elem ) { - uniqueCache[ type ] = [ dirruns, nodeIndex, diff ]; - break; - } - } - - } else { - // Use previously-cached element index if available - if ( useCache ) { - // ...in a gzip-friendly way - node = elem; - outerCache = node[ expando ] || (node[ expando ] = {}); - - // Support: IE <9 only - // Defend against cloned attroperties (jQuery gh-1709) - uniqueCache = outerCache[ node.uniqueID ] || - (outerCache[ node.uniqueID ] = {}); - - cache = uniqueCache[ type ] || []; - nodeIndex = cache[ 0 ] === dirruns && cache[ 1 ]; - diff = nodeIndex; - } - - // xml :nth-child(...) - // or :nth-last-child(...) or :nth(-last)?-of-type(...) - if ( diff === false ) { - // Use the same loop as above to seek `elem` from the start - while ( (node = ++nodeIndex && node && node[ dir ] || - (diff = nodeIndex = 0) || start.pop()) ) { - - if ( ( ofType ? - node.nodeName.toLowerCase() === name : - node.nodeType === 1 ) && - ++diff ) { - - // Cache the index of each encountered element - if ( useCache ) { - outerCache = node[ expando ] || (node[ expando ] = {}); - - // Support: IE <9 only - // Defend against cloned attroperties (jQuery gh-1709) - uniqueCache = outerCache[ node.uniqueID ] || - (outerCache[ node.uniqueID ] = {}); - - uniqueCache[ type ] = [ dirruns, diff ]; - } - - if ( node === elem ) { - break; - } - } - } - } - } - - // Incorporate the offset, then check against cycle size - diff -= last; - return diff === first || ( diff % first === 0 && diff / first >= 0 ); - } - }; - }, - - "PSEUDO": function( pseudo, argument ) { - // pseudo-class names are case-insensitive - // http://www.w3.org/TR/selectors/#pseudo-classes - // Prioritize by case sensitivity in case custom pseudos are added with uppercase letters - // Remember that setFilters inherits from pseudos - var args, - fn = Expr.pseudos[ pseudo ] || Expr.setFilters[ pseudo.toLowerCase() ] || - Sizzle.error( "unsupported pseudo: " + pseudo ); - - // The user may use createPseudo to indicate that - // arguments are needed to create the filter function - // just as Sizzle does - if ( fn[ expando ] ) { - return fn( argument ); - } - - // But maintain support for old signatures - if ( fn.length > 1 ) { - args = [ pseudo, pseudo, "", argument ]; - return Expr.setFilters.hasOwnProperty( pseudo.toLowerCase() ) ? - markFunction(function( seed, matches ) { - var idx, - matched = fn( seed, argument ), - i = matched.length; - while ( i-- ) { - idx = indexOf( seed, matched[i] ); - seed[ idx ] = !( matches[ idx ] = matched[i] ); - } - }) : - function( elem ) { - return fn( elem, 0, args ); - }; - } - - return fn; - } - }, - - pseudos: { - // Potentially complex pseudos - "not": markFunction(function( selector ) { - // Trim the selector passed to compile - // to avoid treating leading and trailing - // spaces as combinators - var input = [], - results = [], - matcher = compile( selector.replace( rtrim, "$1" ) ); - - return matcher[ expando ] ? - markFunction(function( seed, matches, context, xml ) { - var elem, - unmatched = matcher( seed, null, xml, [] ), - i = seed.length; - - // Match elements unmatched by `matcher` - while ( i-- ) { - if ( (elem = unmatched[i]) ) { - seed[i] = !(matches[i] = elem); - } - } - }) : - function( elem, context, xml ) { - input[0] = elem; - matcher( input, null, xml, results ); - // Don't keep the element (issue #299) - input[0] = null; - return !results.pop(); - }; - }), - - "has": markFunction(function( selector ) { - return function( elem ) { - return Sizzle( selector, elem ).length > 0; - }; - }), - - "contains": markFunction(function( text ) { - text = text.replace( runescape, funescape ); - return function( elem ) { - return ( elem.textContent || elem.innerText || getText( elem ) ).indexOf( text ) > -1; - }; - }), - - // "Whether an element is represented by a :lang() selector - // is based solely on the element's language value - // being equal to the identifier C, - // or beginning with the identifier C immediately followed by "-". - // The matching of C against the element's language value is performed case-insensitively. - // The identifier C does not have to be a valid language name." - // http://www.w3.org/TR/selectors/#lang-pseudo - "lang": markFunction( function( lang ) { - // lang value must be a valid identifier - if ( !ridentifier.test(lang || "") ) { - Sizzle.error( "unsupported lang: " + lang ); - } - lang = lang.replace( runescape, funescape ).toLowerCase(); - return function( elem ) { - var elemLang; - do { - if ( (elemLang = documentIsHTML ? - elem.lang : - elem.getAttribute("xml:lang") || elem.getAttribute("lang")) ) { - - elemLang = elemLang.toLowerCase(); - return elemLang === lang || elemLang.indexOf( lang + "-" ) === 0; - } - } while ( (elem = elem.parentNode) && elem.nodeType === 1 ); - return false; - }; - }), - - // Miscellaneous - "target": function( elem ) { - var hash = window.location && window.location.hash; - return hash && hash.slice( 1 ) === elem.id; - }, - - "root": function( elem ) { - return elem === docElem; - }, - - "focus": function( elem ) { - return elem === document.activeElement && (!document.hasFocus || document.hasFocus()) && !!(elem.type || elem.href || ~elem.tabIndex); - }, - - // Boolean properties - "enabled": createDisabledPseudo( false ), - "disabled": createDisabledPseudo( true ), - - "checked": function( elem ) { - // In CSS3, :checked should return both checked and selected elements - // http://www.w3.org/TR/2011/REC-css3-selectors-20110929/#checked - var nodeName = elem.nodeName.toLowerCase(); - return (nodeName === "input" && !!elem.checked) || (nodeName === "option" && !!elem.selected); - }, - - "selected": function( elem ) { - // Accessing this property makes selected-by-default - // options in Safari work properly - if ( elem.parentNode ) { - elem.parentNode.selectedIndex; - } - - return elem.selected === true; - }, - - // Contents - "empty": function( elem ) { - // http://www.w3.org/TR/selectors/#empty-pseudo - // :empty is negated by element (1) or content nodes (text: 3; cdata: 4; entity ref: 5), - // but not by others (comment: 8; processing instruction: 7; etc.) - // nodeType < 6 works because attributes (2) do not appear as children - for ( elem = elem.firstChild; elem; elem = elem.nextSibling ) { - if ( elem.nodeType < 6 ) { - return false; - } - } - return true; - }, - - "parent": function( elem ) { - return !Expr.pseudos["empty"]( elem ); - }, - - // Element/input types - "header": function( elem ) { - return rheader.test( elem.nodeName ); - }, - - "input": function( elem ) { - return rinputs.test( elem.nodeName ); - }, - - "button": function( elem ) { - var name = elem.nodeName.toLowerCase(); - return name === "input" && elem.type === "button" || name === "button"; - }, - - "text": function( elem ) { - var attr; - return elem.nodeName.toLowerCase() === "input" && - elem.type === "text" && - - // Support: IE<8 - // New HTML5 attribute values (e.g., "search") appear with elem.type === "text" - ( (attr = elem.getAttribute("type")) == null || attr.toLowerCase() === "text" ); - }, - - // Position-in-collection - "first": createPositionalPseudo(function() { - return [ 0 ]; - }), - - "last": createPositionalPseudo(function( matchIndexes, length ) { - return [ length - 1 ]; - }), - - "eq": createPositionalPseudo(function( matchIndexes, length, argument ) { - return [ argument < 0 ? argument + length : argument ]; - }), - - "even": createPositionalPseudo(function( matchIndexes, length ) { - var i = 0; - for ( ; i < length; i += 2 ) { - matchIndexes.push( i ); - } - return matchIndexes; - }), - - "odd": createPositionalPseudo(function( matchIndexes, length ) { - var i = 1; - for ( ; i < length; i += 2 ) { - matchIndexes.push( i ); - } - return matchIndexes; - }), - - "lt": createPositionalPseudo(function( matchIndexes, length, argument ) { - var i = argument < 0 ? argument + length : argument; - for ( ; --i >= 0; ) { - matchIndexes.push( i ); - } - return matchIndexes; - }), - - "gt": createPositionalPseudo(function( matchIndexes, length, argument ) { - var i = argument < 0 ? argument + length : argument; - for ( ; ++i < length; ) { - matchIndexes.push( i ); - } - return matchIndexes; - }) - } -}; - -Expr.pseudos["nth"] = Expr.pseudos["eq"]; - -// Add button/input type pseudos -for ( i in { radio: true, checkbox: true, file: true, password: true, image: true } ) { - Expr.pseudos[ i ] = createInputPseudo( i ); -} -for ( i in { submit: true, reset: true } ) { - Expr.pseudos[ i ] = createButtonPseudo( i ); -} - -// Easy API for creating new setFilters -function setFilters() {} -setFilters.prototype = Expr.filters = Expr.pseudos; -Expr.setFilters = new setFilters(); - -tokenize = Sizzle.tokenize = function( selector, parseOnly ) { - var matched, match, tokens, type, - soFar, groups, preFilters, - cached = tokenCache[ selector + " " ]; - - if ( cached ) { - return parseOnly ? 0 : cached.slice( 0 ); - } - - soFar = selector; - groups = []; - preFilters = Expr.preFilter; - - while ( soFar ) { - - // Comma and first run - if ( !matched || (match = rcomma.exec( soFar )) ) { - if ( match ) { - // Don't consume trailing commas as valid - soFar = soFar.slice( match[0].length ) || soFar; - } - groups.push( (tokens = []) ); - } - - matched = false; - - // Combinators - if ( (match = rcombinators.exec( soFar )) ) { - matched = match.shift(); - tokens.push({ - value: matched, - // Cast descendant combinators to space - type: match[0].replace( rtrim, " " ) - }); - soFar = soFar.slice( matched.length ); - } - - // Filters - for ( type in Expr.filter ) { - if ( (match = matchExpr[ type ].exec( soFar )) && (!preFilters[ type ] || - (match = preFilters[ type ]( match ))) ) { - matched = match.shift(); - tokens.push({ - value: matched, - type: type, - matches: match - }); - soFar = soFar.slice( matched.length ); - } - } - - if ( !matched ) { - break; - } - } - - // Return the length of the invalid excess - // if we're just parsing - // Otherwise, throw an error or return tokens - return parseOnly ? - soFar.length : - soFar ? - Sizzle.error( selector ) : - // Cache the tokens - tokenCache( selector, groups ).slice( 0 ); -}; - -function toSelector( tokens ) { - var i = 0, - len = tokens.length, - selector = ""; - for ( ; i < len; i++ ) { - selector += tokens[i].value; - } - return selector; -} - -function addCombinator( matcher, combinator, base ) { - var dir = combinator.dir, - skip = combinator.next, - key = skip || dir, - checkNonElements = base && key === "parentNode", - doneName = done++; - - return combinator.first ? - // Check against closest ancestor/preceding element - function( elem, context, xml ) { - while ( (elem = elem[ dir ]) ) { - if ( elem.nodeType === 1 || checkNonElements ) { - return matcher( elem, context, xml ); - } - } - return false; - } : - - // Check against all ancestor/preceding elements - function( elem, context, xml ) { - var oldCache, uniqueCache, outerCache, - newCache = [ dirruns, doneName ]; - - // We can't set arbitrary data on XML nodes, so they don't benefit from combinator caching - if ( xml ) { - while ( (elem = elem[ dir ]) ) { - if ( elem.nodeType === 1 || checkNonElements ) { - if ( matcher( elem, context, xml ) ) { - return true; - } - } - } - } else { - while ( (elem = elem[ dir ]) ) { - if ( elem.nodeType === 1 || checkNonElements ) { - outerCache = elem[ expando ] || (elem[ expando ] = {}); - - // Support: IE <9 only - // Defend against cloned attroperties (jQuery gh-1709) - uniqueCache = outerCache[ elem.uniqueID ] || (outerCache[ elem.uniqueID ] = {}); - - if ( skip && skip === elem.nodeName.toLowerCase() ) { - elem = elem[ dir ] || elem; - } else if ( (oldCache = uniqueCache[ key ]) && - oldCache[ 0 ] === dirruns && oldCache[ 1 ] === doneName ) { - - // Assign to newCache so results back-propagate to previous elements - return (newCache[ 2 ] = oldCache[ 2 ]); - } else { - // Reuse newcache so results back-propagate to previous elements - uniqueCache[ key ] = newCache; - - // A match means we're done; a fail means we have to keep checking - if ( (newCache[ 2 ] = matcher( elem, context, xml )) ) { - return true; - } - } - } - } - } - return false; - }; -} - -function elementMatcher( matchers ) { - return matchers.length > 1 ? - function( elem, context, xml ) { - var i = matchers.length; - while ( i-- ) { - if ( !matchers[i]( elem, context, xml ) ) { - return false; - } - } - return true; - } : - matchers[0]; -} - -function multipleContexts( selector, contexts, results ) { - var i = 0, - len = contexts.length; - for ( ; i < len; i++ ) { - Sizzle( selector, contexts[i], results ); - } - return results; -} - -function condense( unmatched, map, filter, context, xml ) { - var elem, - newUnmatched = [], - i = 0, - len = unmatched.length, - mapped = map != null; - - for ( ; i < len; i++ ) { - if ( (elem = unmatched[i]) ) { - if ( !filter || filter( elem, context, xml ) ) { - newUnmatched.push( elem ); - if ( mapped ) { - map.push( i ); - } - } - } - } - - return newUnmatched; -} - -function setMatcher( preFilter, selector, matcher, postFilter, postFinder, postSelector ) { - if ( postFilter && !postFilter[ expando ] ) { - postFilter = setMatcher( postFilter ); - } - if ( postFinder && !postFinder[ expando ] ) { - postFinder = setMatcher( postFinder, postSelector ); - } - return markFunction(function( seed, results, context, xml ) { - var temp, i, elem, - preMap = [], - postMap = [], - preexisting = results.length, - - // Get initial elements from seed or context - elems = seed || multipleContexts( selector || "*", context.nodeType ? [ context ] : context, [] ), - - // Prefilter to get matcher input, preserving a map for seed-results synchronization - matcherIn = preFilter && ( seed || !selector ) ? - condense( elems, preMap, preFilter, context, xml ) : - elems, - - matcherOut = matcher ? - // If we have a postFinder, or filtered seed, or non-seed postFilter or preexisting results, - postFinder || ( seed ? preFilter : preexisting || postFilter ) ? - - // ...intermediate processing is necessary - [] : - - // ...otherwise use results directly - results : - matcherIn; - - // Find primary matches - if ( matcher ) { - matcher( matcherIn, matcherOut, context, xml ); - } - - // Apply postFilter - if ( postFilter ) { - temp = condense( matcherOut, postMap ); - postFilter( temp, [], context, xml ); - - // Un-match failing elements by moving them back to matcherIn - i = temp.length; - while ( i-- ) { - if ( (elem = temp[i]) ) { - matcherOut[ postMap[i] ] = !(matcherIn[ postMap[i] ] = elem); - } - } - } - - if ( seed ) { - if ( postFinder || preFilter ) { - if ( postFinder ) { - // Get the final matcherOut by condensing this intermediate into postFinder contexts - temp = []; - i = matcherOut.length; - while ( i-- ) { - if ( (elem = matcherOut[i]) ) { - // Restore matcherIn since elem is not yet a final match - temp.push( (matcherIn[i] = elem) ); - } - } - postFinder( null, (matcherOut = []), temp, xml ); - } - - // Move matched elements from seed to results to keep them synchronized - i = matcherOut.length; - while ( i-- ) { - if ( (elem = matcherOut[i]) && - (temp = postFinder ? indexOf( seed, elem ) : preMap[i]) > -1 ) { - - seed[temp] = !(results[temp] = elem); - } - } - } - - // Add elements to results, through postFinder if defined - } else { - matcherOut = condense( - matcherOut === results ? - matcherOut.splice( preexisting, matcherOut.length ) : - matcherOut - ); - if ( postFinder ) { - postFinder( null, results, matcherOut, xml ); - } else { - push.apply( results, matcherOut ); - } - } - }); -} - -function matcherFromTokens( tokens ) { - var checkContext, matcher, j, - len = tokens.length, - leadingRelative = Expr.relative[ tokens[0].type ], - implicitRelative = leadingRelative || Expr.relative[" "], - i = leadingRelative ? 1 : 0, - - // The foundational matcher ensures that elements are reachable from top-level context(s) - matchContext = addCombinator( function( elem ) { - return elem === checkContext; - }, implicitRelative, true ), - matchAnyContext = addCombinator( function( elem ) { - return indexOf( checkContext, elem ) > -1; - }, implicitRelative, true ), - matchers = [ function( elem, context, xml ) { - var ret = ( !leadingRelative && ( xml || context !== outermostContext ) ) || ( - (checkContext = context).nodeType ? - matchContext( elem, context, xml ) : - matchAnyContext( elem, context, xml ) ); - // Avoid hanging onto element (issue #299) - checkContext = null; - return ret; - } ]; - - for ( ; i < len; i++ ) { - if ( (matcher = Expr.relative[ tokens[i].type ]) ) { - matchers = [ addCombinator(elementMatcher( matchers ), matcher) ]; - } else { - matcher = Expr.filter[ tokens[i].type ].apply( null, tokens[i].matches ); - - // Return special upon seeing a positional matcher - if ( matcher[ expando ] ) { - // Find the next relative operator (if any) for proper handling - j = ++i; - for ( ; j < len; j++ ) { - if ( Expr.relative[ tokens[j].type ] ) { - break; - } - } - return setMatcher( - i > 1 && elementMatcher( matchers ), - i > 1 && toSelector( - // If the preceding token was a descendant combinator, insert an implicit any-element `*` - tokens.slice( 0, i - 1 ).concat({ value: tokens[ i - 2 ].type === " " ? "*" : "" }) - ).replace( rtrim, "$1" ), - matcher, - i < j && matcherFromTokens( tokens.slice( i, j ) ), - j < len && matcherFromTokens( (tokens = tokens.slice( j )) ), - j < len && toSelector( tokens ) - ); - } - matchers.push( matcher ); - } - } - - return elementMatcher( matchers ); -} - -function matcherFromGroupMatchers( elementMatchers, setMatchers ) { - var bySet = setMatchers.length > 0, - byElement = elementMatchers.length > 0, - superMatcher = function( seed, context, xml, results, outermost ) { - var elem, j, matcher, - matchedCount = 0, - i = "0", - unmatched = seed && [], - setMatched = [], - contextBackup = outermostContext, - // We must always have either seed elements or outermost context - elems = seed || byElement && Expr.find["TAG"]( "*", outermost ), - // Use integer dirruns iff this is the outermost matcher - dirrunsUnique = (dirruns += contextBackup == null ? 1 : Math.random() || 0.1), - len = elems.length; - - if ( outermost ) { - outermostContext = context === document || context || outermost; - } - - // Add elements passing elementMatchers directly to results - // Support: IE<9, Safari - // Tolerate NodeList properties (IE: "length"; Safari: ) matching elements by id - for ( ; i !== len && (elem = elems[i]) != null; i++ ) { - if ( byElement && elem ) { - j = 0; - if ( !context && elem.ownerDocument !== document ) { - setDocument( elem ); - xml = !documentIsHTML; - } - while ( (matcher = elementMatchers[j++]) ) { - if ( matcher( elem, context || document, xml) ) { - results.push( elem ); - break; - } - } - if ( outermost ) { - dirruns = dirrunsUnique; - } - } - - // Track unmatched elements for set filters - if ( bySet ) { - // They will have gone through all possible matchers - if ( (elem = !matcher && elem) ) { - matchedCount--; - } - - // Lengthen the array for every element, matched or not - if ( seed ) { - unmatched.push( elem ); - } - } - } - - // `i` is now the count of elements visited above, and adding it to `matchedCount` - // makes the latter nonnegative. - matchedCount += i; - - // Apply set filters to unmatched elements - // NOTE: This can be skipped if there are no unmatched elements (i.e., `matchedCount` - // equals `i`), unless we didn't visit _any_ elements in the above loop because we have - // no element matchers and no seed. - // Incrementing an initially-string "0" `i` allows `i` to remain a string only in that - // case, which will result in a "00" `matchedCount` that differs from `i` but is also - // numerically zero. - if ( bySet && i !== matchedCount ) { - j = 0; - while ( (matcher = setMatchers[j++]) ) { - matcher( unmatched, setMatched, context, xml ); - } - - if ( seed ) { - // Reintegrate element matches to eliminate the need for sorting - if ( matchedCount > 0 ) { - while ( i-- ) { - if ( !(unmatched[i] || setMatched[i]) ) { - setMatched[i] = pop.call( results ); - } - } - } - - // Discard index placeholder values to get only actual matches - setMatched = condense( setMatched ); - } - - // Add matches to results - push.apply( results, setMatched ); - - // Seedless set matches succeeding multiple successful matchers stipulate sorting - if ( outermost && !seed && setMatched.length > 0 && - ( matchedCount + setMatchers.length ) > 1 ) { - - Sizzle.uniqueSort( results ); - } - } - - // Override manipulation of globals by nested matchers - if ( outermost ) { - dirruns = dirrunsUnique; - outermostContext = contextBackup; - } - - return unmatched; - }; - - return bySet ? - markFunction( superMatcher ) : - superMatcher; -} - -compile = Sizzle.compile = function( selector, match /* Internal Use Only */ ) { - var i, - setMatchers = [], - elementMatchers = [], - cached = compilerCache[ selector + " " ]; - - if ( !cached ) { - // Generate a function of recursive functions that can be used to check each element - if ( !match ) { - match = tokenize( selector ); - } - i = match.length; - while ( i-- ) { - cached = matcherFromTokens( match[i] ); - if ( cached[ expando ] ) { - setMatchers.push( cached ); - } else { - elementMatchers.push( cached ); - } - } - - // Cache the compiled function - cached = compilerCache( selector, matcherFromGroupMatchers( elementMatchers, setMatchers ) ); - - // Save selector and tokenization - cached.selector = selector; - } - return cached; -}; - -/** - * A low-level selection function that works with Sizzle's compiled - * selector functions - * @param {String|Function} selector A selector or a pre-compiled - * selector function built with Sizzle.compile - * @param {Element} context - * @param {Array} [results] - * @param {Array} [seed] A set of elements to match against - */ -select = Sizzle.select = function( selector, context, results, seed ) { - var i, tokens, token, type, find, - compiled = typeof selector === "function" && selector, - match = !seed && tokenize( (selector = compiled.selector || selector) ); - - results = results || []; - - // Try to minimize operations if there is only one selector in the list and no seed - // (the latter of which guarantees us context) - if ( match.length === 1 ) { - - // Reduce context if the leading compound selector is an ID - tokens = match[0] = match[0].slice( 0 ); - if ( tokens.length > 2 && (token = tokens[0]).type === "ID" && - context.nodeType === 9 && documentIsHTML && Expr.relative[ tokens[1].type ] ) { - - context = ( Expr.find["ID"]( token.matches[0].replace(runescape, funescape), context ) || [] )[0]; - if ( !context ) { - return results; - - // Precompiled matchers will still verify ancestry, so step up a level - } else if ( compiled ) { - context = context.parentNode; - } - - selector = selector.slice( tokens.shift().value.length ); - } - - // Fetch a seed set for right-to-left matching - i = matchExpr["needsContext"].test( selector ) ? 0 : tokens.length; - while ( i-- ) { - token = tokens[i]; - - // Abort if we hit a combinator - if ( Expr.relative[ (type = token.type) ] ) { - break; - } - if ( (find = Expr.find[ type ]) ) { - // Search, expanding context for leading sibling combinators - if ( (seed = find( - token.matches[0].replace( runescape, funescape ), - rsibling.test( tokens[0].type ) && testContext( context.parentNode ) || context - )) ) { - - // If seed is empty or no tokens remain, we can return early - tokens.splice( i, 1 ); - selector = seed.length && toSelector( tokens ); - if ( !selector ) { - push.apply( results, seed ); - return results; - } - - break; - } - } - } - } - - // Compile and execute a filtering function if one is not provided - // Provide `match` to avoid retokenization if we modified the selector above - ( compiled || compile( selector, match ) )( - seed, - context, - !documentIsHTML, - results, - !context || rsibling.test( selector ) && testContext( context.parentNode ) || context - ); - return results; -}; - -// One-time assignments - -// Sort stability -support.sortStable = expando.split("").sort( sortOrder ).join("") === expando; - -// Support: Chrome 14-35+ -// Always assume duplicates if they aren't passed to the comparison function -support.detectDuplicates = !!hasDuplicate; - -// Initialize against the default document -setDocument(); - -// Support: Webkit<537.32 - Safari 6.0.3/Chrome 25 (fixed in Chrome 27) -// Detached nodes confoundingly follow *each other* -support.sortDetached = assert(function( el ) { - // Should return 1, but returns 4 (following) - return el.compareDocumentPosition( document.createElement("fieldset") ) & 1; -}); - -// Support: IE<8 -// Prevent attribute/property "interpolation" -// https://msdn.microsoft.com/en-us/library/ms536429%28VS.85%29.aspx -if ( !assert(function( el ) { - el.innerHTML = ""; - return el.firstChild.getAttribute("href") === "#" ; -}) ) { - addHandle( "type|href|height|width", function( elem, name, isXML ) { - if ( !isXML ) { - return elem.getAttribute( name, name.toLowerCase() === "type" ? 1 : 2 ); - } - }); -} - -// Support: IE<9 -// Use defaultValue in place of getAttribute("value") -if ( !support.attributes || !assert(function( el ) { - el.innerHTML = ""; - el.firstChild.setAttribute( "value", "" ); - return el.firstChild.getAttribute( "value" ) === ""; -}) ) { - addHandle( "value", function( elem, name, isXML ) { - if ( !isXML && elem.nodeName.toLowerCase() === "input" ) { - return elem.defaultValue; - } - }); -} - -// Support: IE<9 -// Use getAttributeNode to fetch booleans when getAttribute lies -if ( !assert(function( el ) { - return el.getAttribute("disabled") == null; -}) ) { - addHandle( booleans, function( elem, name, isXML ) { - var val; - if ( !isXML ) { - return elem[ name ] === true ? name.toLowerCase() : - (val = elem.getAttributeNode( name )) && val.specified ? - val.value : - null; - } - }); -} - -return Sizzle; - -})( window ); - - - -jQuery.find = Sizzle; -jQuery.expr = Sizzle.selectors; - -// Deprecated -jQuery.expr[ ":" ] = jQuery.expr.pseudos; -jQuery.uniqueSort = jQuery.unique = Sizzle.uniqueSort; -jQuery.text = Sizzle.getText; -jQuery.isXMLDoc = Sizzle.isXML; -jQuery.contains = Sizzle.contains; -jQuery.escapeSelector = Sizzle.escape; - - - - -var dir = function( elem, dir, until ) { - var matched = [], - truncate = until !== undefined; - - while ( ( elem = elem[ dir ] ) && elem.nodeType !== 9 ) { - if ( elem.nodeType === 1 ) { - if ( truncate && jQuery( elem ).is( until ) ) { - break; - } - matched.push( elem ); - } - } - return matched; -}; - - -var siblings = function( n, elem ) { - var matched = []; - - for ( ; n; n = n.nextSibling ) { - if ( n.nodeType === 1 && n !== elem ) { - matched.push( n ); - } - } - - return matched; -}; - - -var rneedsContext = jQuery.expr.match.needsContext; - - - -function nodeName( elem, name ) { - - return elem.nodeName && elem.nodeName.toLowerCase() === name.toLowerCase(); - -}; -var rsingleTag = ( /^<([a-z][^\/\0>:\x20\t\r\n\f]*)[\x20\t\r\n\f]*\/?>(?:<\/\1>|)$/i ); - - - -// Implement the identical functionality for filter and not -function winnow( elements, qualifier, not ) { - if ( isFunction( qualifier ) ) { - return jQuery.grep( elements, function( elem, i ) { - return !!qualifier.call( elem, i, elem ) !== not; - } ); - } - - // Single element - if ( qualifier.nodeType ) { - return jQuery.grep( elements, function( elem ) { - return ( elem === qualifier ) !== not; - } ); - } - - // Arraylike of elements (jQuery, arguments, Array) - if ( typeof qualifier !== "string" ) { - return jQuery.grep( elements, function( elem ) { - return ( indexOf.call( qualifier, elem ) > -1 ) !== not; - } ); - } - - // Filtered directly for both simple and complex selectors - return jQuery.filter( qualifier, elements, not ); -} - -jQuery.filter = function( expr, elems, not ) { - var elem = elems[ 0 ]; - - if ( not ) { - expr = ":not(" + expr + ")"; - } - - if ( elems.length === 1 && elem.nodeType === 1 ) { - return jQuery.find.matchesSelector( elem, expr ) ? [ elem ] : []; - } - - return jQuery.find.matches( expr, jQuery.grep( elems, function( elem ) { - return elem.nodeType === 1; - } ) ); -}; - -jQuery.fn.extend( { - find: function( selector ) { - var i, ret, - len = this.length, - self = this; - - if ( typeof selector !== "string" ) { - return this.pushStack( jQuery( selector ).filter( function() { - for ( i = 0; i < len; i++ ) { - if ( jQuery.contains( self[ i ], this ) ) { - return true; - } - } - } ) ); - } - - ret = this.pushStack( [] ); - - for ( i = 0; i < len; i++ ) { - jQuery.find( selector, self[ i ], ret ); - } - - return len > 1 ? jQuery.uniqueSort( ret ) : ret; - }, - filter: function( selector ) { - return this.pushStack( winnow( this, selector || [], false ) ); - }, - not: function( selector ) { - return this.pushStack( winnow( this, selector || [], true ) ); - }, - is: function( selector ) { - return !!winnow( - this, - - // If this is a positional/relative selector, check membership in the returned set - // so $("p:first").is("p:last") won't return true for a doc with two "p". - typeof selector === "string" && rneedsContext.test( selector ) ? - jQuery( selector ) : - selector || [], - false - ).length; - } -} ); - - -// Initialize a jQuery object - - -// A central reference to the root jQuery(document) -var rootjQuery, - - // A simple way to check for HTML strings - // Prioritize #id over to avoid XSS via location.hash (#9521) - // Strict HTML recognition (#11290: must start with <) - // Shortcut simple #id case for speed - rquickExpr = /^(?:\s*(<[\w\W]+>)[^>]*|#([\w-]+))$/, - - init = jQuery.fn.init = function( selector, context, root ) { - var match, elem; - - // HANDLE: $(""), $(null), $(undefined), $(false) - if ( !selector ) { - return this; - } - - // Method init() accepts an alternate rootjQuery - // so migrate can support jQuery.sub (gh-2101) - root = root || rootjQuery; - - // Handle HTML strings - if ( typeof selector === "string" ) { - if ( selector[ 0 ] === "<" && - selector[ selector.length - 1 ] === ">" && - selector.length >= 3 ) { - - // Assume that strings that start and end with <> are HTML and skip the regex check - match = [ null, selector, null ]; - - } else { - match = rquickExpr.exec( selector ); - } - - // Match html or make sure no context is specified for #id - if ( match && ( match[ 1 ] || !context ) ) { - - // HANDLE: $(html) -> $(array) - if ( match[ 1 ] ) { - context = context instanceof jQuery ? context[ 0 ] : context; - - // Option to run scripts is true for back-compat - // Intentionally let the error be thrown if parseHTML is not present - jQuery.merge( this, jQuery.parseHTML( - match[ 1 ], - context && context.nodeType ? context.ownerDocument || context : document, - true - ) ); - - // HANDLE: $(html, props) - if ( rsingleTag.test( match[ 1 ] ) && jQuery.isPlainObject( context ) ) { - for ( match in context ) { - - // Properties of context are called as methods if possible - if ( isFunction( this[ match ] ) ) { - this[ match ]( context[ match ] ); - - // ...and otherwise set as attributes - } else { - this.attr( match, context[ match ] ); - } - } - } - - return this; - - // HANDLE: $(#id) - } else { - elem = document.getElementById( match[ 2 ] ); - - if ( elem ) { - - // Inject the element directly into the jQuery object - this[ 0 ] = elem; - this.length = 1; - } - return this; - } - - // HANDLE: $(expr, $(...)) - } else if ( !context || context.jquery ) { - return ( context || root ).find( selector ); - - // HANDLE: $(expr, context) - // (which is just equivalent to: $(context).find(expr) - } else { - return this.constructor( context ).find( selector ); - } - - // HANDLE: $(DOMElement) - } else if ( selector.nodeType ) { - this[ 0 ] = selector; - this.length = 1; - return this; - - // HANDLE: $(function) - // Shortcut for document ready - } else if ( isFunction( selector ) ) { - return root.ready !== undefined ? - root.ready( selector ) : - - // Execute immediately if ready is not present - selector( jQuery ); - } - - return jQuery.makeArray( selector, this ); - }; - -// Give the init function the jQuery prototype for later instantiation -init.prototype = jQuery.fn; - -// Initialize central reference -rootjQuery = jQuery( document ); - - -var rparentsprev = /^(?:parents|prev(?:Until|All))/, - - // Methods guaranteed to produce a unique set when starting from a unique set - guaranteedUnique = { - children: true, - contents: true, - next: true, - prev: true - }; - -jQuery.fn.extend( { - has: function( target ) { - var targets = jQuery( target, this ), - l = targets.length; - - return this.filter( function() { - var i = 0; - for ( ; i < l; i++ ) { - if ( jQuery.contains( this, targets[ i ] ) ) { - return true; - } - } - } ); - }, - - closest: function( selectors, context ) { - var cur, - i = 0, - l = this.length, - matched = [], - targets = typeof selectors !== "string" && jQuery( selectors ); - - // Positional selectors never match, since there's no _selection_ context - if ( !rneedsContext.test( selectors ) ) { - for ( ; i < l; i++ ) { - for ( cur = this[ i ]; cur && cur !== context; cur = cur.parentNode ) { - - // Always skip document fragments - if ( cur.nodeType < 11 && ( targets ? - targets.index( cur ) > -1 : - - // Don't pass non-elements to Sizzle - cur.nodeType === 1 && - jQuery.find.matchesSelector( cur, selectors ) ) ) { - - matched.push( cur ); - break; - } - } - } - } - - return this.pushStack( matched.length > 1 ? jQuery.uniqueSort( matched ) : matched ); - }, - - // Determine the position of an element within the set - index: function( elem ) { - - // No argument, return index in parent - if ( !elem ) { - return ( this[ 0 ] && this[ 0 ].parentNode ) ? this.first().prevAll().length : -1; - } - - // Index in selector - if ( typeof elem === "string" ) { - return indexOf.call( jQuery( elem ), this[ 0 ] ); - } - - // Locate the position of the desired element - return indexOf.call( this, - - // If it receives a jQuery object, the first element is used - elem.jquery ? elem[ 0 ] : elem - ); - }, - - add: function( selector, context ) { - return this.pushStack( - jQuery.uniqueSort( - jQuery.merge( this.get(), jQuery( selector, context ) ) - ) - ); - }, - - addBack: function( selector ) { - return this.add( selector == null ? - this.prevObject : this.prevObject.filter( selector ) - ); - } -} ); - -function sibling( cur, dir ) { - while ( ( cur = cur[ dir ] ) && cur.nodeType !== 1 ) {} - return cur; -} - -jQuery.each( { - parent: function( elem ) { - var parent = elem.parentNode; - return parent && parent.nodeType !== 11 ? parent : null; - }, - parents: function( elem ) { - return dir( elem, "parentNode" ); - }, - parentsUntil: function( elem, i, until ) { - return dir( elem, "parentNode", until ); - }, - next: function( elem ) { - return sibling( elem, "nextSibling" ); - }, - prev: function( elem ) { - return sibling( elem, "previousSibling" ); - }, - nextAll: function( elem ) { - return dir( elem, "nextSibling" ); - }, - prevAll: function( elem ) { - return dir( elem, "previousSibling" ); - }, - nextUntil: function( elem, i, until ) { - return dir( elem, "nextSibling", until ); - }, - prevUntil: function( elem, i, until ) { - return dir( elem, "previousSibling", until ); - }, - siblings: function( elem ) { - return siblings( ( elem.parentNode || {} ).firstChild, elem ); - }, - children: function( elem ) { - return siblings( elem.firstChild ); - }, - contents: function( elem ) { - if ( nodeName( elem, "iframe" ) ) { - return elem.contentDocument; - } - - // Support: IE 9 - 11 only, iOS 7 only, Android Browser <=4.3 only - // Treat the template element as a regular one in browsers that - // don't support it. - if ( nodeName( elem, "template" ) ) { - elem = elem.content || elem; - } - - return jQuery.merge( [], elem.childNodes ); - } -}, function( name, fn ) { - jQuery.fn[ name ] = function( until, selector ) { - var matched = jQuery.map( this, fn, until ); - - if ( name.slice( -5 ) !== "Until" ) { - selector = until; - } - - if ( selector && typeof selector === "string" ) { - matched = jQuery.filter( selector, matched ); - } - - if ( this.length > 1 ) { - - // Remove duplicates - if ( !guaranteedUnique[ name ] ) { - jQuery.uniqueSort( matched ); - } - - // Reverse order for parents* and prev-derivatives - if ( rparentsprev.test( name ) ) { - matched.reverse(); - } - } - - return this.pushStack( matched ); - }; -} ); -var rnothtmlwhite = ( /[^\x20\t\r\n\f]+/g ); - - - -// Convert String-formatted options into Object-formatted ones -function createOptions( options ) { - var object = {}; - jQuery.each( options.match( rnothtmlwhite ) || [], function( _, flag ) { - object[ flag ] = true; - } ); - return object; -} - -/* - * Create a callback list using the following parameters: - * - * options: an optional list of space-separated options that will change how - * the callback list behaves or a more traditional option object - * - * By default a callback list will act like an event callback list and can be - * "fired" multiple times. - * - * Possible options: - * - * once: will ensure the callback list can only be fired once (like a Deferred) - * - * memory: will keep track of previous values and will call any callback added - * after the list has been fired right away with the latest "memorized" - * values (like a Deferred) - * - * unique: will ensure a callback can only be added once (no duplicate in the list) - * - * stopOnFalse: interrupt callings when a callback returns false - * - */ -jQuery.Callbacks = function( options ) { - - // Convert options from String-formatted to Object-formatted if needed - // (we check in cache first) - options = typeof options === "string" ? - createOptions( options ) : - jQuery.extend( {}, options ); - - var // Flag to know if list is currently firing - firing, - - // Last fire value for non-forgettable lists - memory, - - // Flag to know if list was already fired - fired, - - // Flag to prevent firing - locked, - - // Actual callback list - list = [], - - // Queue of execution data for repeatable lists - queue = [], - - // Index of currently firing callback (modified by add/remove as needed) - firingIndex = -1, - - // Fire callbacks - fire = function() { - - // Enforce single-firing - locked = locked || options.once; - - // Execute callbacks for all pending executions, - // respecting firingIndex overrides and runtime changes - fired = firing = true; - for ( ; queue.length; firingIndex = -1 ) { - memory = queue.shift(); - while ( ++firingIndex < list.length ) { - - // Run callback and check for early termination - if ( list[ firingIndex ].apply( memory[ 0 ], memory[ 1 ] ) === false && - options.stopOnFalse ) { - - // Jump to end and forget the data so .add doesn't re-fire - firingIndex = list.length; - memory = false; - } - } - } - - // Forget the data if we're done with it - if ( !options.memory ) { - memory = false; - } - - firing = false; - - // Clean up if we're done firing for good - if ( locked ) { - - // Keep an empty list if we have data for future add calls - if ( memory ) { - list = []; - - // Otherwise, this object is spent - } else { - list = ""; - } - } - }, - - // Actual Callbacks object - self = { - - // Add a callback or a collection of callbacks to the list - add: function() { - if ( list ) { - - // If we have memory from a past run, we should fire after adding - if ( memory && !firing ) { - firingIndex = list.length - 1; - queue.push( memory ); - } - - ( function add( args ) { - jQuery.each( args, function( _, arg ) { - if ( isFunction( arg ) ) { - if ( !options.unique || !self.has( arg ) ) { - list.push( arg ); - } - } else if ( arg && arg.length && toType( arg ) !== "string" ) { - - // Inspect recursively - add( arg ); - } - } ); - } )( arguments ); - - if ( memory && !firing ) { - fire(); - } - } - return this; - }, - - // Remove a callback from the list - remove: function() { - jQuery.each( arguments, function( _, arg ) { - var index; - while ( ( index = jQuery.inArray( arg, list, index ) ) > -1 ) { - list.splice( index, 1 ); - - // Handle firing indexes - if ( index <= firingIndex ) { - firingIndex--; - } - } - } ); - return this; - }, - - // Check if a given callback is in the list. - // If no argument is given, return whether or not list has callbacks attached. - has: function( fn ) { - return fn ? - jQuery.inArray( fn, list ) > -1 : - list.length > 0; - }, - - // Remove all callbacks from the list - empty: function() { - if ( list ) { - list = []; - } - return this; - }, - - // Disable .fire and .add - // Abort any current/pending executions - // Clear all callbacks and values - disable: function() { - locked = queue = []; - list = memory = ""; - return this; - }, - disabled: function() { - return !list; - }, - - // Disable .fire - // Also disable .add unless we have memory (since it would have no effect) - // Abort any pending executions - lock: function() { - locked = queue = []; - if ( !memory && !firing ) { - list = memory = ""; - } - return this; - }, - locked: function() { - return !!locked; - }, - - // Call all callbacks with the given context and arguments - fireWith: function( context, args ) { - if ( !locked ) { - args = args || []; - args = [ context, args.slice ? args.slice() : args ]; - queue.push( args ); - if ( !firing ) { - fire(); - } - } - return this; - }, - - // Call all the callbacks with the given arguments - fire: function() { - self.fireWith( this, arguments ); - return this; - }, - - // To know if the callbacks have already been called at least once - fired: function() { - return !!fired; - } - }; - - return self; -}; - - -function Identity( v ) { - return v; -} -function Thrower( ex ) { - throw ex; -} - -function adoptValue( value, resolve, reject, noValue ) { - var method; - - try { - - // Check for promise aspect first to privilege synchronous behavior - if ( value && isFunction( ( method = value.promise ) ) ) { - method.call( value ).done( resolve ).fail( reject ); - - // Other thenables - } else if ( value && isFunction( ( method = value.then ) ) ) { - method.call( value, resolve, reject ); - - // Other non-thenables - } else { - - // Control `resolve` arguments by letting Array#slice cast boolean `noValue` to integer: - // * false: [ value ].slice( 0 ) => resolve( value ) - // * true: [ value ].slice( 1 ) => resolve() - resolve.apply( undefined, [ value ].slice( noValue ) ); - } - - // For Promises/A+, convert exceptions into rejections - // Since jQuery.when doesn't unwrap thenables, we can skip the extra checks appearing in - // Deferred#then to conditionally suppress rejection. - } catch ( value ) { - - // Support: Android 4.0 only - // Strict mode functions invoked without .call/.apply get global-object context - reject.apply( undefined, [ value ] ); - } -} - -jQuery.extend( { - - Deferred: function( func ) { - var tuples = [ - - // action, add listener, callbacks, - // ... .then handlers, argument index, [final state] - [ "notify", "progress", jQuery.Callbacks( "memory" ), - jQuery.Callbacks( "memory" ), 2 ], - [ "resolve", "done", jQuery.Callbacks( "once memory" ), - jQuery.Callbacks( "once memory" ), 0, "resolved" ], - [ "reject", "fail", jQuery.Callbacks( "once memory" ), - jQuery.Callbacks( "once memory" ), 1, "rejected" ] - ], - state = "pending", - promise = { - state: function() { - return state; - }, - always: function() { - deferred.done( arguments ).fail( arguments ); - return this; - }, - "catch": function( fn ) { - return promise.then( null, fn ); - }, - - // Keep pipe for back-compat - pipe: function( /* fnDone, fnFail, fnProgress */ ) { - var fns = arguments; - - return jQuery.Deferred( function( newDefer ) { - jQuery.each( tuples, function( i, tuple ) { - - // Map tuples (progress, done, fail) to arguments (done, fail, progress) - var fn = isFunction( fns[ tuple[ 4 ] ] ) && fns[ tuple[ 4 ] ]; - - // deferred.progress(function() { bind to newDefer or newDefer.notify }) - // deferred.done(function() { bind to newDefer or newDefer.resolve }) - // deferred.fail(function() { bind to newDefer or newDefer.reject }) - deferred[ tuple[ 1 ] ]( function() { - var returned = fn && fn.apply( this, arguments ); - if ( returned && isFunction( returned.promise ) ) { - returned.promise() - .progress( newDefer.notify ) - .done( newDefer.resolve ) - .fail( newDefer.reject ); - } else { - newDefer[ tuple[ 0 ] + "With" ]( - this, - fn ? [ returned ] : arguments - ); - } - } ); - } ); - fns = null; - } ).promise(); - }, - then: function( onFulfilled, onRejected, onProgress ) { - var maxDepth = 0; - function resolve( depth, deferred, handler, special ) { - return function() { - var that = this, - args = arguments, - mightThrow = function() { - var returned, then; - - // Support: Promises/A+ section 2.3.3.3.3 - // https://promisesaplus.com/#point-59 - // Ignore double-resolution attempts - if ( depth < maxDepth ) { - return; - } - - returned = handler.apply( that, args ); - - // Support: Promises/A+ section 2.3.1 - // https://promisesaplus.com/#point-48 - if ( returned === deferred.promise() ) { - throw new TypeError( "Thenable self-resolution" ); - } - - // Support: Promises/A+ sections 2.3.3.1, 3.5 - // https://promisesaplus.com/#point-54 - // https://promisesaplus.com/#point-75 - // Retrieve `then` only once - then = returned && - - // Support: Promises/A+ section 2.3.4 - // https://promisesaplus.com/#point-64 - // Only check objects and functions for thenability - ( typeof returned === "object" || - typeof returned === "function" ) && - returned.then; - - // Handle a returned thenable - if ( isFunction( then ) ) { - - // Special processors (notify) just wait for resolution - if ( special ) { - then.call( - returned, - resolve( maxDepth, deferred, Identity, special ), - resolve( maxDepth, deferred, Thrower, special ) - ); - - // Normal processors (resolve) also hook into progress - } else { - - // ...and disregard older resolution values - maxDepth++; - - then.call( - returned, - resolve( maxDepth, deferred, Identity, special ), - resolve( maxDepth, deferred, Thrower, special ), - resolve( maxDepth, deferred, Identity, - deferred.notifyWith ) - ); - } - - // Handle all other returned values - } else { - - // Only substitute handlers pass on context - // and multiple values (non-spec behavior) - if ( handler !== Identity ) { - that = undefined; - args = [ returned ]; - } - - // Process the value(s) - // Default process is resolve - ( special || deferred.resolveWith )( that, args ); - } - }, - - // Only normal processors (resolve) catch and reject exceptions - process = special ? - mightThrow : - function() { - try { - mightThrow(); - } catch ( e ) { - - if ( jQuery.Deferred.exceptionHook ) { - jQuery.Deferred.exceptionHook( e, - process.stackTrace ); - } - - // Support: Promises/A+ section 2.3.3.3.4.1 - // https://promisesaplus.com/#point-61 - // Ignore post-resolution exceptions - if ( depth + 1 >= maxDepth ) { - - // Only substitute handlers pass on context - // and multiple values (non-spec behavior) - if ( handler !== Thrower ) { - that = undefined; - args = [ e ]; - } - - deferred.rejectWith( that, args ); - } - } - }; - - // Support: Promises/A+ section 2.3.3.3.1 - // https://promisesaplus.com/#point-57 - // Re-resolve promises immediately to dodge false rejection from - // subsequent errors - if ( depth ) { - process(); - } else { - - // Call an optional hook to record the stack, in case of exception - // since it's otherwise lost when execution goes async - if ( jQuery.Deferred.getStackHook ) { - process.stackTrace = jQuery.Deferred.getStackHook(); - } - window.setTimeout( process ); - } - }; - } - - return jQuery.Deferred( function( newDefer ) { - - // progress_handlers.add( ... ) - tuples[ 0 ][ 3 ].add( - resolve( - 0, - newDefer, - isFunction( onProgress ) ? - onProgress : - Identity, - newDefer.notifyWith - ) - ); - - // fulfilled_handlers.add( ... ) - tuples[ 1 ][ 3 ].add( - resolve( - 0, - newDefer, - isFunction( onFulfilled ) ? - onFulfilled : - Identity - ) - ); - - // rejected_handlers.add( ... ) - tuples[ 2 ][ 3 ].add( - resolve( - 0, - newDefer, - isFunction( onRejected ) ? - onRejected : - Thrower - ) - ); - } ).promise(); - }, - - // Get a promise for this deferred - // If obj is provided, the promise aspect is added to the object - promise: function( obj ) { - return obj != null ? jQuery.extend( obj, promise ) : promise; - } - }, - deferred = {}; - - // Add list-specific methods - jQuery.each( tuples, function( i, tuple ) { - var list = tuple[ 2 ], - stateString = tuple[ 5 ]; - - // promise.progress = list.add - // promise.done = list.add - // promise.fail = list.add - promise[ tuple[ 1 ] ] = list.add; - - // Handle state - if ( stateString ) { - list.add( - function() { - - // state = "resolved" (i.e., fulfilled) - // state = "rejected" - state = stateString; - }, - - // rejected_callbacks.disable - // fulfilled_callbacks.disable - tuples[ 3 - i ][ 2 ].disable, - - // rejected_handlers.disable - // fulfilled_handlers.disable - tuples[ 3 - i ][ 3 ].disable, - - // progress_callbacks.lock - tuples[ 0 ][ 2 ].lock, - - // progress_handlers.lock - tuples[ 0 ][ 3 ].lock - ); - } - - // progress_handlers.fire - // fulfilled_handlers.fire - // rejected_handlers.fire - list.add( tuple[ 3 ].fire ); - - // deferred.notify = function() { deferred.notifyWith(...) } - // deferred.resolve = function() { deferred.resolveWith(...) } - // deferred.reject = function() { deferred.rejectWith(...) } - deferred[ tuple[ 0 ] ] = function() { - deferred[ tuple[ 0 ] + "With" ]( this === deferred ? undefined : this, arguments ); - return this; - }; - - // deferred.notifyWith = list.fireWith - // deferred.resolveWith = list.fireWith - // deferred.rejectWith = list.fireWith - deferred[ tuple[ 0 ] + "With" ] = list.fireWith; - } ); - - // Make the deferred a promise - promise.promise( deferred ); - - // Call given func if any - if ( func ) { - func.call( deferred, deferred ); - } - - // All done! - return deferred; - }, - - // Deferred helper - when: function( singleValue ) { - var - - // count of uncompleted subordinates - remaining = arguments.length, - - // count of unprocessed arguments - i = remaining, - - // subordinate fulfillment data - resolveContexts = Array( i ), - resolveValues = slice.call( arguments ), - - // the master Deferred - master = jQuery.Deferred(), - - // subordinate callback factory - updateFunc = function( i ) { - return function( value ) { - resolveContexts[ i ] = this; - resolveValues[ i ] = arguments.length > 1 ? slice.call( arguments ) : value; - if ( !( --remaining ) ) { - master.resolveWith( resolveContexts, resolveValues ); - } - }; - }; - - // Single- and empty arguments are adopted like Promise.resolve - if ( remaining <= 1 ) { - adoptValue( singleValue, master.done( updateFunc( i ) ).resolve, master.reject, - !remaining ); - - // Use .then() to unwrap secondary thenables (cf. gh-3000) - if ( master.state() === "pending" || - isFunction( resolveValues[ i ] && resolveValues[ i ].then ) ) { - - return master.then(); - } - } - - // Multiple arguments are aggregated like Promise.all array elements - while ( i-- ) { - adoptValue( resolveValues[ i ], updateFunc( i ), master.reject ); - } - - return master.promise(); - } -} ); - - -// These usually indicate a programmer mistake during development, -// warn about them ASAP rather than swallowing them by default. -var rerrorNames = /^(Eval|Internal|Range|Reference|Syntax|Type|URI)Error$/; - -jQuery.Deferred.exceptionHook = function( error, stack ) { - - // Support: IE 8 - 9 only - // Console exists when dev tools are open, which can happen at any time - if ( window.console && window.console.warn && error && rerrorNames.test( error.name ) ) { - window.console.warn( "jQuery.Deferred exception: " + error.message, error.stack, stack ); - } -}; - - - - -jQuery.readyException = function( error ) { - window.setTimeout( function() { - throw error; - } ); -}; - - - - -// The deferred used on DOM ready -var readyList = jQuery.Deferred(); - -jQuery.fn.ready = function( fn ) { - - readyList - .then( fn ) - - // Wrap jQuery.readyException in a function so that the lookup - // happens at the time of error handling instead of callback - // registration. - .catch( function( error ) { - jQuery.readyException( error ); - } ); - - return this; -}; - -jQuery.extend( { - - // Is the DOM ready to be used? Set to true once it occurs. - isReady: false, - - // A counter to track how many items to wait for before - // the ready event fires. See #6781 - readyWait: 1, - - // Handle when the DOM is ready - ready: function( wait ) { - - // Abort if there are pending holds or we're already ready - if ( wait === true ? --jQuery.readyWait : jQuery.isReady ) { - return; - } - - // Remember that the DOM is ready - jQuery.isReady = true; - - // If a normal DOM Ready event fired, decrement, and wait if need be - if ( wait !== true && --jQuery.readyWait > 0 ) { - return; - } - - // If there are functions bound, to execute - readyList.resolveWith( document, [ jQuery ] ); - } -} ); - -jQuery.ready.then = readyList.then; - -// The ready event handler and self cleanup method -function completed() { - document.removeEventListener( "DOMContentLoaded", completed ); - window.removeEventListener( "load", completed ); - jQuery.ready(); -} - -// Catch cases where $(document).ready() is called -// after the browser event has already occurred. -// Support: IE <=9 - 10 only -// Older IE sometimes signals "interactive" too soon -if ( document.readyState === "complete" || - ( document.readyState !== "loading" && !document.documentElement.doScroll ) ) { - - // Handle it asynchronously to allow scripts the opportunity to delay ready - window.setTimeout( jQuery.ready ); - -} else { - - // Use the handy event callback - document.addEventListener( "DOMContentLoaded", completed ); - - // A fallback to window.onload, that will always work - window.addEventListener( "load", completed ); -} - - - - -// Multifunctional method to get and set values of a collection -// The value/s can optionally be executed if it's a function -var access = function( elems, fn, key, value, chainable, emptyGet, raw ) { - var i = 0, - len = elems.length, - bulk = key == null; - - // Sets many values - if ( toType( key ) === "object" ) { - chainable = true; - for ( i in key ) { - access( elems, fn, i, key[ i ], true, emptyGet, raw ); - } - - // Sets one value - } else if ( value !== undefined ) { - chainable = true; - - if ( !isFunction( value ) ) { - raw = true; - } - - if ( bulk ) { - - // Bulk operations run against the entire set - if ( raw ) { - fn.call( elems, value ); - fn = null; - - // ...except when executing function values - } else { - bulk = fn; - fn = function( elem, key, value ) { - return bulk.call( jQuery( elem ), value ); - }; - } - } - - if ( fn ) { - for ( ; i < len; i++ ) { - fn( - elems[ i ], key, raw ? - value : - value.call( elems[ i ], i, fn( elems[ i ], key ) ) - ); - } - } - } - - if ( chainable ) { - return elems; - } - - // Gets - if ( bulk ) { - return fn.call( elems ); - } - - return len ? fn( elems[ 0 ], key ) : emptyGet; -}; - - -// Matches dashed string for camelizing -var rmsPrefix = /^-ms-/, - rdashAlpha = /-([a-z])/g; - -// Used by camelCase as callback to replace() -function fcamelCase( all, letter ) { - return letter.toUpperCase(); -} - -// Convert dashed to camelCase; used by the css and data modules -// Support: IE <=9 - 11, Edge 12 - 15 -// Microsoft forgot to hump their vendor prefix (#9572) -function camelCase( string ) { - return string.replace( rmsPrefix, "ms-" ).replace( rdashAlpha, fcamelCase ); -} -var acceptData = function( owner ) { - - // Accepts only: - // - Node - // - Node.ELEMENT_NODE - // - Node.DOCUMENT_NODE - // - Object - // - Any - return owner.nodeType === 1 || owner.nodeType === 9 || !( +owner.nodeType ); -}; - - - - -function Data() { - this.expando = jQuery.expando + Data.uid++; -} - -Data.uid = 1; - -Data.prototype = { - - cache: function( owner ) { - - // Check if the owner object already has a cache - var value = owner[ this.expando ]; - - // If not, create one - if ( !value ) { - value = {}; - - // We can accept data for non-element nodes in modern browsers, - // but we should not, see #8335. - // Always return an empty object. - if ( acceptData( owner ) ) { - - // If it is a node unlikely to be stringify-ed or looped over - // use plain assignment - if ( owner.nodeType ) { - owner[ this.expando ] = value; - - // Otherwise secure it in a non-enumerable property - // configurable must be true to allow the property to be - // deleted when data is removed - } else { - Object.defineProperty( owner, this.expando, { - value: value, - configurable: true - } ); - } - } - } - - return value; - }, - set: function( owner, data, value ) { - var prop, - cache = this.cache( owner ); - - // Handle: [ owner, key, value ] args - // Always use camelCase key (gh-2257) - if ( typeof data === "string" ) { - cache[ camelCase( data ) ] = value; - - // Handle: [ owner, { properties } ] args - } else { - - // Copy the properties one-by-one to the cache object - for ( prop in data ) { - cache[ camelCase( prop ) ] = data[ prop ]; - } - } - return cache; - }, - get: function( owner, key ) { - return key === undefined ? - this.cache( owner ) : - - // Always use camelCase key (gh-2257) - owner[ this.expando ] && owner[ this.expando ][ camelCase( key ) ]; - }, - access: function( owner, key, value ) { - - // In cases where either: - // - // 1. No key was specified - // 2. A string key was specified, but no value provided - // - // Take the "read" path and allow the get method to determine - // which value to return, respectively either: - // - // 1. The entire cache object - // 2. The data stored at the key - // - if ( key === undefined || - ( ( key && typeof key === "string" ) && value === undefined ) ) { - - return this.get( owner, key ); - } - - // When the key is not a string, or both a key and value - // are specified, set or extend (existing objects) with either: - // - // 1. An object of properties - // 2. A key and value - // - this.set( owner, key, value ); - - // Since the "set" path can have two possible entry points - // return the expected data based on which path was taken[*] - return value !== undefined ? value : key; - }, - remove: function( owner, key ) { - var i, - cache = owner[ this.expando ]; - - if ( cache === undefined ) { - return; - } - - if ( key !== undefined ) { - - // Support array or space separated string of keys - if ( Array.isArray( key ) ) { - - // If key is an array of keys... - // We always set camelCase keys, so remove that. - key = key.map( camelCase ); - } else { - key = camelCase( key ); - - // If a key with the spaces exists, use it. - // Otherwise, create an array by matching non-whitespace - key = key in cache ? - [ key ] : - ( key.match( rnothtmlwhite ) || [] ); - } - - i = key.length; - - while ( i-- ) { - delete cache[ key[ i ] ]; - } - } - - // Remove the expando if there's no more data - if ( key === undefined || jQuery.isEmptyObject( cache ) ) { - - // Support: Chrome <=35 - 45 - // Webkit & Blink performance suffers when deleting properties - // from DOM nodes, so set to undefined instead - // https://bugs.chromium.org/p/chromium/issues/detail?id=378607 (bug restricted) - if ( owner.nodeType ) { - owner[ this.expando ] = undefined; - } else { - delete owner[ this.expando ]; - } - } - }, - hasData: function( owner ) { - var cache = owner[ this.expando ]; - return cache !== undefined && !jQuery.isEmptyObject( cache ); - } -}; -var dataPriv = new Data(); - -var dataUser = new Data(); - - - -// Implementation Summary -// -// 1. Enforce API surface and semantic compatibility with 1.9.x branch -// 2. Improve the module's maintainability by reducing the storage -// paths to a single mechanism. -// 3. Use the same single mechanism to support "private" and "user" data. -// 4. _Never_ expose "private" data to user code (TODO: Drop _data, _removeData) -// 5. Avoid exposing implementation details on user objects (eg. expando properties) -// 6. Provide a clear path for implementation upgrade to WeakMap in 2014 - -var rbrace = /^(?:\{[\w\W]*\}|\[[\w\W]*\])$/, - rmultiDash = /[A-Z]/g; - -function getData( data ) { - if ( data === "true" ) { - return true; - } - - if ( data === "false" ) { - return false; - } - - if ( data === "null" ) { - return null; - } - - // Only convert to a number if it doesn't change the string - if ( data === +data + "" ) { - return +data; - } - - if ( rbrace.test( data ) ) { - return JSON.parse( data ); - } - - return data; -} - -function dataAttr( elem, key, data ) { - var name; - - // If nothing was found internally, try to fetch any - // data from the HTML5 data-* attribute - if ( data === undefined && elem.nodeType === 1 ) { - name = "data-" + key.replace( rmultiDash, "-$&" ).toLowerCase(); - data = elem.getAttribute( name ); - - if ( typeof data === "string" ) { - try { - data = getData( data ); - } catch ( e ) {} - - // Make sure we set the data so it isn't changed later - dataUser.set( elem, key, data ); - } else { - data = undefined; - } - } - return data; -} - -jQuery.extend( { - hasData: function( elem ) { - return dataUser.hasData( elem ) || dataPriv.hasData( elem ); - }, - - data: function( elem, name, data ) { - return dataUser.access( elem, name, data ); - }, - - removeData: function( elem, name ) { - dataUser.remove( elem, name ); - }, - - // TODO: Now that all calls to _data and _removeData have been replaced - // with direct calls to dataPriv methods, these can be deprecated. - _data: function( elem, name, data ) { - return dataPriv.access( elem, name, data ); - }, - - _removeData: function( elem, name ) { - dataPriv.remove( elem, name ); - } -} ); - -jQuery.fn.extend( { - data: function( key, value ) { - var i, name, data, - elem = this[ 0 ], - attrs = elem && elem.attributes; - - // Gets all values - if ( key === undefined ) { - if ( this.length ) { - data = dataUser.get( elem ); - - if ( elem.nodeType === 1 && !dataPriv.get( elem, "hasDataAttrs" ) ) { - i = attrs.length; - while ( i-- ) { - - // Support: IE 11 only - // The attrs elements can be null (#14894) - if ( attrs[ i ] ) { - name = attrs[ i ].name; - if ( name.indexOf( "data-" ) === 0 ) { - name = camelCase( name.slice( 5 ) ); - dataAttr( elem, name, data[ name ] ); - } - } - } - dataPriv.set( elem, "hasDataAttrs", true ); - } - } - - return data; - } - - // Sets multiple values - if ( typeof key === "object" ) { - return this.each( function() { - dataUser.set( this, key ); - } ); - } - - return access( this, function( value ) { - var data; - - // The calling jQuery object (element matches) is not empty - // (and therefore has an element appears at this[ 0 ]) and the - // `value` parameter was not undefined. An empty jQuery object - // will result in `undefined` for elem = this[ 0 ] which will - // throw an exception if an attempt to read a data cache is made. - if ( elem && value === undefined ) { - - // Attempt to get data from the cache - // The key will always be camelCased in Data - data = dataUser.get( elem, key ); - if ( data !== undefined ) { - return data; - } - - // Attempt to "discover" the data in - // HTML5 custom data-* attrs - data = dataAttr( elem, key ); - if ( data !== undefined ) { - return data; - } - - // We tried really hard, but the data doesn't exist. - return; - } - - // Set the data... - this.each( function() { - - // We always store the camelCased key - dataUser.set( this, key, value ); - } ); - }, null, value, arguments.length > 1, null, true ); - }, - - removeData: function( key ) { - return this.each( function() { - dataUser.remove( this, key ); - } ); - } -} ); - - -jQuery.extend( { - queue: function( elem, type, data ) { - var queue; - - if ( elem ) { - type = ( type || "fx" ) + "queue"; - queue = dataPriv.get( elem, type ); - - // Speed up dequeue by getting out quickly if this is just a lookup - if ( data ) { - if ( !queue || Array.isArray( data ) ) { - queue = dataPriv.access( elem, type, jQuery.makeArray( data ) ); - } else { - queue.push( data ); - } - } - return queue || []; - } - }, - - dequeue: function( elem, type ) { - type = type || "fx"; - - var queue = jQuery.queue( elem, type ), - startLength = queue.length, - fn = queue.shift(), - hooks = jQuery._queueHooks( elem, type ), - next = function() { - jQuery.dequeue( elem, type ); - }; - - // If the fx queue is dequeued, always remove the progress sentinel - if ( fn === "inprogress" ) { - fn = queue.shift(); - startLength--; - } - - if ( fn ) { - - // Add a progress sentinel to prevent the fx queue from being - // automatically dequeued - if ( type === "fx" ) { - queue.unshift( "inprogress" ); - } - - // Clear up the last queue stop function - delete hooks.stop; - fn.call( elem, next, hooks ); - } - - if ( !startLength && hooks ) { - hooks.empty.fire(); - } - }, - - // Not public - generate a queueHooks object, or return the current one - _queueHooks: function( elem, type ) { - var key = type + "queueHooks"; - return dataPriv.get( elem, key ) || dataPriv.access( elem, key, { - empty: jQuery.Callbacks( "once memory" ).add( function() { - dataPriv.remove( elem, [ type + "queue", key ] ); - } ) - } ); - } -} ); - -jQuery.fn.extend( { - queue: function( type, data ) { - var setter = 2; - - if ( typeof type !== "string" ) { - data = type; - type = "fx"; - setter--; - } - - if ( arguments.length < setter ) { - return jQuery.queue( this[ 0 ], type ); - } - - return data === undefined ? - this : - this.each( function() { - var queue = jQuery.queue( this, type, data ); - - // Ensure a hooks for this queue - jQuery._queueHooks( this, type ); - - if ( type === "fx" && queue[ 0 ] !== "inprogress" ) { - jQuery.dequeue( this, type ); - } - } ); - }, - dequeue: function( type ) { - return this.each( function() { - jQuery.dequeue( this, type ); - } ); - }, - clearQueue: function( type ) { - return this.queue( type || "fx", [] ); - }, - - // Get a promise resolved when queues of a certain type - // are emptied (fx is the type by default) - promise: function( type, obj ) { - var tmp, - count = 1, - defer = jQuery.Deferred(), - elements = this, - i = this.length, - resolve = function() { - if ( !( --count ) ) { - defer.resolveWith( elements, [ elements ] ); - } - }; - - if ( typeof type !== "string" ) { - obj = type; - type = undefined; - } - type = type || "fx"; - - while ( i-- ) { - tmp = dataPriv.get( elements[ i ], type + "queueHooks" ); - if ( tmp && tmp.empty ) { - count++; - tmp.empty.add( resolve ); - } - } - resolve(); - return defer.promise( obj ); - } -} ); -var pnum = ( /[+-]?(?:\d*\.|)\d+(?:[eE][+-]?\d+|)/ ).source; - -var rcssNum = new RegExp( "^(?:([+-])=|)(" + pnum + ")([a-z%]*)$", "i" ); - - -var cssExpand = [ "Top", "Right", "Bottom", "Left" ]; - -var isHiddenWithinTree = function( elem, el ) { - - // isHiddenWithinTree might be called from jQuery#filter function; - // in that case, element will be second argument - elem = el || elem; - - // Inline style trumps all - return elem.style.display === "none" || - elem.style.display === "" && - - // Otherwise, check computed style - // Support: Firefox <=43 - 45 - // Disconnected elements can have computed display: none, so first confirm that elem is - // in the document. - jQuery.contains( elem.ownerDocument, elem ) && - - jQuery.css( elem, "display" ) === "none"; - }; - -var swap = function( elem, options, callback, args ) { - var ret, name, - old = {}; - - // Remember the old values, and insert the new ones - for ( name in options ) { - old[ name ] = elem.style[ name ]; - elem.style[ name ] = options[ name ]; - } - - ret = callback.apply( elem, args || [] ); - - // Revert the old values - for ( name in options ) { - elem.style[ name ] = old[ name ]; - } - - return ret; -}; - - - - -function adjustCSS( elem, prop, valueParts, tween ) { - var adjusted, scale, - maxIterations = 20, - currentValue = tween ? - function() { - return tween.cur(); - } : - function() { - return jQuery.css( elem, prop, "" ); - }, - initial = currentValue(), - unit = valueParts && valueParts[ 3 ] || ( jQuery.cssNumber[ prop ] ? "" : "px" ), - - // Starting value computation is required for potential unit mismatches - initialInUnit = ( jQuery.cssNumber[ prop ] || unit !== "px" && +initial ) && - rcssNum.exec( jQuery.css( elem, prop ) ); - - if ( initialInUnit && initialInUnit[ 3 ] !== unit ) { - - // Support: Firefox <=54 - // Halve the iteration target value to prevent interference from CSS upper bounds (gh-2144) - initial = initial / 2; - - // Trust units reported by jQuery.css - unit = unit || initialInUnit[ 3 ]; - - // Iteratively approximate from a nonzero starting point - initialInUnit = +initial || 1; - - while ( maxIterations-- ) { - - // Evaluate and update our best guess (doubling guesses that zero out). - // Finish if the scale equals or crosses 1 (making the old*new product non-positive). - jQuery.style( elem, prop, initialInUnit + unit ); - if ( ( 1 - scale ) * ( 1 - ( scale = currentValue() / initial || 0.5 ) ) <= 0 ) { - maxIterations = 0; - } - initialInUnit = initialInUnit / scale; - - } - - initialInUnit = initialInUnit * 2; - jQuery.style( elem, prop, initialInUnit + unit ); - - // Make sure we update the tween properties later on - valueParts = valueParts || []; - } - - if ( valueParts ) { - initialInUnit = +initialInUnit || +initial || 0; - - // Apply relative offset (+=/-=) if specified - adjusted = valueParts[ 1 ] ? - initialInUnit + ( valueParts[ 1 ] + 1 ) * valueParts[ 2 ] : - +valueParts[ 2 ]; - if ( tween ) { - tween.unit = unit; - tween.start = initialInUnit; - tween.end = adjusted; - } - } - return adjusted; -} - - -var defaultDisplayMap = {}; - -function getDefaultDisplay( elem ) { - var temp, - doc = elem.ownerDocument, - nodeName = elem.nodeName, - display = defaultDisplayMap[ nodeName ]; - - if ( display ) { - return display; - } - - temp = doc.body.appendChild( doc.createElement( nodeName ) ); - display = jQuery.css( temp, "display" ); - - temp.parentNode.removeChild( temp ); - - if ( display === "none" ) { - display = "block"; - } - defaultDisplayMap[ nodeName ] = display; - - return display; -} - -function showHide( elements, show ) { - var display, elem, - values = [], - index = 0, - length = elements.length; - - // Determine new display value for elements that need to change - for ( ; index < length; index++ ) { - elem = elements[ index ]; - if ( !elem.style ) { - continue; - } - - display = elem.style.display; - if ( show ) { - - // Since we force visibility upon cascade-hidden elements, an immediate (and slow) - // check is required in this first loop unless we have a nonempty display value (either - // inline or about-to-be-restored) - if ( display === "none" ) { - values[ index ] = dataPriv.get( elem, "display" ) || null; - if ( !values[ index ] ) { - elem.style.display = ""; - } - } - if ( elem.style.display === "" && isHiddenWithinTree( elem ) ) { - values[ index ] = getDefaultDisplay( elem ); - } - } else { - if ( display !== "none" ) { - values[ index ] = "none"; - - // Remember what we're overwriting - dataPriv.set( elem, "display", display ); - } - } - } - - // Set the display of the elements in a second loop to avoid constant reflow - for ( index = 0; index < length; index++ ) { - if ( values[ index ] != null ) { - elements[ index ].style.display = values[ index ]; - } - } - - return elements; -} - -jQuery.fn.extend( { - show: function() { - return showHide( this, true ); - }, - hide: function() { - return showHide( this ); - }, - toggle: function( state ) { - if ( typeof state === "boolean" ) { - return state ? this.show() : this.hide(); - } - - return this.each( function() { - if ( isHiddenWithinTree( this ) ) { - jQuery( this ).show(); - } else { - jQuery( this ).hide(); - } - } ); - } -} ); -var rcheckableType = ( /^(?:checkbox|radio)$/i ); - -var rtagName = ( /<([a-z][^\/\0>\x20\t\r\n\f]+)/i ); - -var rscriptType = ( /^$|^module$|\/(?:java|ecma)script/i ); - - - -// We have to close these tags to support XHTML (#13200) -var wrapMap = { - - // Support: IE <=9 only - option: [ 1, "" ], - - // XHTML parsers do not magically insert elements in the - // same way that tag soup parsers do. So we cannot shorten - // this by omitting or other required elements. - thead: [ 1, "", "
" ], - col: [ 2, "", "
" ], - tr: [ 2, "", "
" ], - td: [ 3, "", "
" ], - - _default: [ 0, "", "" ] -}; - -// Support: IE <=9 only -wrapMap.optgroup = wrapMap.option; - -wrapMap.tbody = wrapMap.tfoot = wrapMap.colgroup = wrapMap.caption = wrapMap.thead; -wrapMap.th = wrapMap.td; - - -function getAll( context, tag ) { - - // Support: IE <=9 - 11 only - // Use typeof to avoid zero-argument method invocation on host objects (#15151) - var ret; - - if ( typeof context.getElementsByTagName !== "undefined" ) { - ret = context.getElementsByTagName( tag || "*" ); - - } else if ( typeof context.querySelectorAll !== "undefined" ) { - ret = context.querySelectorAll( tag || "*" ); - - } else { - ret = []; - } - - if ( tag === undefined || tag && nodeName( context, tag ) ) { - return jQuery.merge( [ context ], ret ); - } - - return ret; -} - - -// Mark scripts as having already been evaluated -function setGlobalEval( elems, refElements ) { - var i = 0, - l = elems.length; - - for ( ; i < l; i++ ) { - dataPriv.set( - elems[ i ], - "globalEval", - !refElements || dataPriv.get( refElements[ i ], "globalEval" ) - ); - } -} - - -var rhtml = /<|&#?\w+;/; - -function buildFragment( elems, context, scripts, selection, ignored ) { - var elem, tmp, tag, wrap, contains, j, - fragment = context.createDocumentFragment(), - nodes = [], - i = 0, - l = elems.length; - - for ( ; i < l; i++ ) { - elem = elems[ i ]; - - if ( elem || elem === 0 ) { - - // Add nodes directly - if ( toType( elem ) === "object" ) { - - // Support: Android <=4.0 only, PhantomJS 1 only - // push.apply(_, arraylike) throws on ancient WebKit - jQuery.merge( nodes, elem.nodeType ? [ elem ] : elem ); - - // Convert non-html into a text node - } else if ( !rhtml.test( elem ) ) { - nodes.push( context.createTextNode( elem ) ); - - // Convert html into DOM nodes - } else { - tmp = tmp || fragment.appendChild( context.createElement( "div" ) ); - - // Deserialize a standard representation - tag = ( rtagName.exec( elem ) || [ "", "" ] )[ 1 ].toLowerCase(); - wrap = wrapMap[ tag ] || wrapMap._default; - tmp.innerHTML = wrap[ 1 ] + jQuery.htmlPrefilter( elem ) + wrap[ 2 ]; - - // Descend through wrappers to the right content - j = wrap[ 0 ]; - while ( j-- ) { - tmp = tmp.lastChild; - } - - // Support: Android <=4.0 only, PhantomJS 1 only - // push.apply(_, arraylike) throws on ancient WebKit - jQuery.merge( nodes, tmp.childNodes ); - - // Remember the top-level container - tmp = fragment.firstChild; - - // Ensure the created nodes are orphaned (#12392) - tmp.textContent = ""; - } - } - } - - // Remove wrapper from fragment - fragment.textContent = ""; - - i = 0; - while ( ( elem = nodes[ i++ ] ) ) { - - // Skip elements already in the context collection (trac-4087) - if ( selection && jQuery.inArray( elem, selection ) > -1 ) { - if ( ignored ) { - ignored.push( elem ); - } - continue; - } - - contains = jQuery.contains( elem.ownerDocument, elem ); - - // Append to fragment - tmp = getAll( fragment.appendChild( elem ), "script" ); - - // Preserve script evaluation history - if ( contains ) { - setGlobalEval( tmp ); - } - - // Capture executables - if ( scripts ) { - j = 0; - while ( ( elem = tmp[ j++ ] ) ) { - if ( rscriptType.test( elem.type || "" ) ) { - scripts.push( elem ); - } - } - } - } - - return fragment; -} - - -( function() { - var fragment = document.createDocumentFragment(), - div = fragment.appendChild( document.createElement( "div" ) ), - input = document.createElement( "input" ); - - // Support: Android 4.0 - 4.3 only - // Check state lost if the name is set (#11217) - // Support: Windows Web Apps (WWA) - // `name` and `type` must use .setAttribute for WWA (#14901) - input.setAttribute( "type", "radio" ); - input.setAttribute( "checked", "checked" ); - input.setAttribute( "name", "t" ); - - div.appendChild( input ); - - // Support: Android <=4.1 only - // Older WebKit doesn't clone checked state correctly in fragments - support.checkClone = div.cloneNode( true ).cloneNode( true ).lastChild.checked; - - // Support: IE <=11 only - // Make sure textarea (and checkbox) defaultValue is properly cloned - div.innerHTML = ""; - support.noCloneChecked = !!div.cloneNode( true ).lastChild.defaultValue; -} )(); -var documentElement = document.documentElement; - - - -var - rkeyEvent = /^key/, - rmouseEvent = /^(?:mouse|pointer|contextmenu|drag|drop)|click/, - rtypenamespace = /^([^.]*)(?:\.(.+)|)/; - -function returnTrue() { - return true; -} - -function returnFalse() { - return false; -} - -// Support: IE <=9 only -// See #13393 for more info -function safeActiveElement() { - try { - return document.activeElement; - } catch ( err ) { } -} - -function on( elem, types, selector, data, fn, one ) { - var origFn, type; - - // Types can be a map of types/handlers - if ( typeof types === "object" ) { - - // ( types-Object, selector, data ) - if ( typeof selector !== "string" ) { - - // ( types-Object, data ) - data = data || selector; - selector = undefined; - } - for ( type in types ) { - on( elem, type, selector, data, types[ type ], one ); - } - return elem; - } - - if ( data == null && fn == null ) { - - // ( types, fn ) - fn = selector; - data = selector = undefined; - } else if ( fn == null ) { - if ( typeof selector === "string" ) { - - // ( types, selector, fn ) - fn = data; - data = undefined; - } else { - - // ( types, data, fn ) - fn = data; - data = selector; - selector = undefined; - } - } - if ( fn === false ) { - fn = returnFalse; - } else if ( !fn ) { - return elem; - } - - if ( one === 1 ) { - origFn = fn; - fn = function( event ) { - - // Can use an empty set, since event contains the info - jQuery().off( event ); - return origFn.apply( this, arguments ); - }; - - // Use same guid so caller can remove using origFn - fn.guid = origFn.guid || ( origFn.guid = jQuery.guid++ ); - } - return elem.each( function() { - jQuery.event.add( this, types, fn, data, selector ); - } ); -} - -/* - * Helper functions for managing events -- not part of the public interface. - * Props to Dean Edwards' addEvent library for many of the ideas. - */ -jQuery.event = { - - global: {}, - - add: function( elem, types, handler, data, selector ) { - - var handleObjIn, eventHandle, tmp, - events, t, handleObj, - special, handlers, type, namespaces, origType, - elemData = dataPriv.get( elem ); - - // Don't attach events to noData or text/comment nodes (but allow plain objects) - if ( !elemData ) { - return; - } - - // Caller can pass in an object of custom data in lieu of the handler - if ( handler.handler ) { - handleObjIn = handler; - handler = handleObjIn.handler; - selector = handleObjIn.selector; - } - - // Ensure that invalid selectors throw exceptions at attach time - // Evaluate against documentElement in case elem is a non-element node (e.g., document) - if ( selector ) { - jQuery.find.matchesSelector( documentElement, selector ); - } - - // Make sure that the handler has a unique ID, used to find/remove it later - if ( !handler.guid ) { - handler.guid = jQuery.guid++; - } - - // Init the element's event structure and main handler, if this is the first - if ( !( events = elemData.events ) ) { - events = elemData.events = {}; - } - if ( !( eventHandle = elemData.handle ) ) { - eventHandle = elemData.handle = function( e ) { - - // Discard the second event of a jQuery.event.trigger() and - // when an event is called after a page has unloaded - return typeof jQuery !== "undefined" && jQuery.event.triggered !== e.type ? - jQuery.event.dispatch.apply( elem, arguments ) : undefined; - }; - } - - // Handle multiple events separated by a space - types = ( types || "" ).match( rnothtmlwhite ) || [ "" ]; - t = types.length; - while ( t-- ) { - tmp = rtypenamespace.exec( types[ t ] ) || []; - type = origType = tmp[ 1 ]; - namespaces = ( tmp[ 2 ] || "" ).split( "." ).sort(); - - // There *must* be a type, no attaching namespace-only handlers - if ( !type ) { - continue; - } - - // If event changes its type, use the special event handlers for the changed type - special = jQuery.event.special[ type ] || {}; - - // If selector defined, determine special event api type, otherwise given type - type = ( selector ? special.delegateType : special.bindType ) || type; - - // Update special based on newly reset type - special = jQuery.event.special[ type ] || {}; - - // handleObj is passed to all event handlers - handleObj = jQuery.extend( { - type: type, - origType: origType, - data: data, - handler: handler, - guid: handler.guid, - selector: selector, - needsContext: selector && jQuery.expr.match.needsContext.test( selector ), - namespace: namespaces.join( "." ) - }, handleObjIn ); - - // Init the event handler queue if we're the first - if ( !( handlers = events[ type ] ) ) { - handlers = events[ type ] = []; - handlers.delegateCount = 0; - - // Only use addEventListener if the special events handler returns false - if ( !special.setup || - special.setup.call( elem, data, namespaces, eventHandle ) === false ) { - - if ( elem.addEventListener ) { - elem.addEventListener( type, eventHandle ); - } - } - } - - if ( special.add ) { - special.add.call( elem, handleObj ); - - if ( !handleObj.handler.guid ) { - handleObj.handler.guid = handler.guid; - } - } - - // Add to the element's handler list, delegates in front - if ( selector ) { - handlers.splice( handlers.delegateCount++, 0, handleObj ); - } else { - handlers.push( handleObj ); - } - - // Keep track of which events have ever been used, for event optimization - jQuery.event.global[ type ] = true; - } - - }, - - // Detach an event or set of events from an element - remove: function( elem, types, handler, selector, mappedTypes ) { - - var j, origCount, tmp, - events, t, handleObj, - special, handlers, type, namespaces, origType, - elemData = dataPriv.hasData( elem ) && dataPriv.get( elem ); - - if ( !elemData || !( events = elemData.events ) ) { - return; - } - - // Once for each type.namespace in types; type may be omitted - types = ( types || "" ).match( rnothtmlwhite ) || [ "" ]; - t = types.length; - while ( t-- ) { - tmp = rtypenamespace.exec( types[ t ] ) || []; - type = origType = tmp[ 1 ]; - namespaces = ( tmp[ 2 ] || "" ).split( "." ).sort(); - - // Unbind all events (on this namespace, if provided) for the element - if ( !type ) { - for ( type in events ) { - jQuery.event.remove( elem, type + types[ t ], handler, selector, true ); - } - continue; - } - - special = jQuery.event.special[ type ] || {}; - type = ( selector ? special.delegateType : special.bindType ) || type; - handlers = events[ type ] || []; - tmp = tmp[ 2 ] && - new RegExp( "(^|\\.)" + namespaces.join( "\\.(?:.*\\.|)" ) + "(\\.|$)" ); - - // Remove matching events - origCount = j = handlers.length; - while ( j-- ) { - handleObj = handlers[ j ]; - - if ( ( mappedTypes || origType === handleObj.origType ) && - ( !handler || handler.guid === handleObj.guid ) && - ( !tmp || tmp.test( handleObj.namespace ) ) && - ( !selector || selector === handleObj.selector || - selector === "**" && handleObj.selector ) ) { - handlers.splice( j, 1 ); - - if ( handleObj.selector ) { - handlers.delegateCount--; - } - if ( special.remove ) { - special.remove.call( elem, handleObj ); - } - } - } - - // Remove generic event handler if we removed something and no more handlers exist - // (avoids potential for endless recursion during removal of special event handlers) - if ( origCount && !handlers.length ) { - if ( !special.teardown || - special.teardown.call( elem, namespaces, elemData.handle ) === false ) { - - jQuery.removeEvent( elem, type, elemData.handle ); - } - - delete events[ type ]; - } - } - - // Remove data and the expando if it's no longer used - if ( jQuery.isEmptyObject( events ) ) { - dataPriv.remove( elem, "handle events" ); - } - }, - - dispatch: function( nativeEvent ) { - - // Make a writable jQuery.Event from the native event object - var event = jQuery.event.fix( nativeEvent ); - - var i, j, ret, matched, handleObj, handlerQueue, - args = new Array( arguments.length ), - handlers = ( dataPriv.get( this, "events" ) || {} )[ event.type ] || [], - special = jQuery.event.special[ event.type ] || {}; - - // Use the fix-ed jQuery.Event rather than the (read-only) native event - args[ 0 ] = event; - - for ( i = 1; i < arguments.length; i++ ) { - args[ i ] = arguments[ i ]; - } - - event.delegateTarget = this; - - // Call the preDispatch hook for the mapped type, and let it bail if desired - if ( special.preDispatch && special.preDispatch.call( this, event ) === false ) { - return; - } - - // Determine handlers - handlerQueue = jQuery.event.handlers.call( this, event, handlers ); - - // Run delegates first; they may want to stop propagation beneath us - i = 0; - while ( ( matched = handlerQueue[ i++ ] ) && !event.isPropagationStopped() ) { - event.currentTarget = matched.elem; - - j = 0; - while ( ( handleObj = matched.handlers[ j++ ] ) && - !event.isImmediatePropagationStopped() ) { - - // Triggered event must either 1) have no namespace, or 2) have namespace(s) - // a subset or equal to those in the bound event (both can have no namespace). - if ( !event.rnamespace || event.rnamespace.test( handleObj.namespace ) ) { - - event.handleObj = handleObj; - event.data = handleObj.data; - - ret = ( ( jQuery.event.special[ handleObj.origType ] || {} ).handle || - handleObj.handler ).apply( matched.elem, args ); - - if ( ret !== undefined ) { - if ( ( event.result = ret ) === false ) { - event.preventDefault(); - event.stopPropagation(); - } - } - } - } - } - - // Call the postDispatch hook for the mapped type - if ( special.postDispatch ) { - special.postDispatch.call( this, event ); - } - - return event.result; - }, - - handlers: function( event, handlers ) { - var i, handleObj, sel, matchedHandlers, matchedSelectors, - handlerQueue = [], - delegateCount = handlers.delegateCount, - cur = event.target; - - // Find delegate handlers - if ( delegateCount && - - // Support: IE <=9 - // Black-hole SVG instance trees (trac-13180) - cur.nodeType && - - // Support: Firefox <=42 - // Suppress spec-violating clicks indicating a non-primary pointer button (trac-3861) - // https://www.w3.org/TR/DOM-Level-3-Events/#event-type-click - // Support: IE 11 only - // ...but not arrow key "clicks" of radio inputs, which can have `button` -1 (gh-2343) - !( event.type === "click" && event.button >= 1 ) ) { - - for ( ; cur !== this; cur = cur.parentNode || this ) { - - // Don't check non-elements (#13208) - // Don't process clicks on disabled elements (#6911, #8165, #11382, #11764) - if ( cur.nodeType === 1 && !( event.type === "click" && cur.disabled === true ) ) { - matchedHandlers = []; - matchedSelectors = {}; - for ( i = 0; i < delegateCount; i++ ) { - handleObj = handlers[ i ]; - - // Don't conflict with Object.prototype properties (#13203) - sel = handleObj.selector + " "; - - if ( matchedSelectors[ sel ] === undefined ) { - matchedSelectors[ sel ] = handleObj.needsContext ? - jQuery( sel, this ).index( cur ) > -1 : - jQuery.find( sel, this, null, [ cur ] ).length; - } - if ( matchedSelectors[ sel ] ) { - matchedHandlers.push( handleObj ); - } - } - if ( matchedHandlers.length ) { - handlerQueue.push( { elem: cur, handlers: matchedHandlers } ); - } - } - } - } - - // Add the remaining (directly-bound) handlers - cur = this; - if ( delegateCount < handlers.length ) { - handlerQueue.push( { elem: cur, handlers: handlers.slice( delegateCount ) } ); - } - - return handlerQueue; - }, - - addProp: function( name, hook ) { - Object.defineProperty( jQuery.Event.prototype, name, { - enumerable: true, - configurable: true, - - get: isFunction( hook ) ? - function() { - if ( this.originalEvent ) { - return hook( this.originalEvent ); - } - } : - function() { - if ( this.originalEvent ) { - return this.originalEvent[ name ]; - } - }, - - set: function( value ) { - Object.defineProperty( this, name, { - enumerable: true, - configurable: true, - writable: true, - value: value - } ); - } - } ); - }, - - fix: function( originalEvent ) { - return originalEvent[ jQuery.expando ] ? - originalEvent : - new jQuery.Event( originalEvent ); - }, - - special: { - load: { - - // Prevent triggered image.load events from bubbling to window.load - noBubble: true - }, - focus: { - - // Fire native event if possible so blur/focus sequence is correct - trigger: function() { - if ( this !== safeActiveElement() && this.focus ) { - this.focus(); - return false; - } - }, - delegateType: "focusin" - }, - blur: { - trigger: function() { - if ( this === safeActiveElement() && this.blur ) { - this.blur(); - return false; - } - }, - delegateType: "focusout" - }, - click: { - - // For checkbox, fire native event so checked state will be right - trigger: function() { - if ( this.type === "checkbox" && this.click && nodeName( this, "input" ) ) { - this.click(); - return false; - } - }, - - // For cross-browser consistency, don't fire native .click() on links - _default: function( event ) { - return nodeName( event.target, "a" ); - } - }, - - beforeunload: { - postDispatch: function( event ) { - - // Support: Firefox 20+ - // Firefox doesn't alert if the returnValue field is not set. - if ( event.result !== undefined && event.originalEvent ) { - event.originalEvent.returnValue = event.result; - } - } - } - } -}; - -jQuery.removeEvent = function( elem, type, handle ) { - - // This "if" is needed for plain objects - if ( elem.removeEventListener ) { - elem.removeEventListener( type, handle ); - } -}; - -jQuery.Event = function( src, props ) { - - // Allow instantiation without the 'new' keyword - if ( !( this instanceof jQuery.Event ) ) { - return new jQuery.Event( src, props ); - } - - // Event object - if ( src && src.type ) { - this.originalEvent = src; - this.type = src.type; - - // Events bubbling up the document may have been marked as prevented - // by a handler lower down the tree; reflect the correct value. - this.isDefaultPrevented = src.defaultPrevented || - src.defaultPrevented === undefined && - - // Support: Android <=2.3 only - src.returnValue === false ? - returnTrue : - returnFalse; - - // Create target properties - // Support: Safari <=6 - 7 only - // Target should not be a text node (#504, #13143) - this.target = ( src.target && src.target.nodeType === 3 ) ? - src.target.parentNode : - src.target; - - this.currentTarget = src.currentTarget; - this.relatedTarget = src.relatedTarget; - - // Event type - } else { - this.type = src; - } - - // Put explicitly provided properties onto the event object - if ( props ) { - jQuery.extend( this, props ); - } - - // Create a timestamp if incoming event doesn't have one - this.timeStamp = src && src.timeStamp || Date.now(); - - // Mark it as fixed - this[ jQuery.expando ] = true; -}; - -// jQuery.Event is based on DOM3 Events as specified by the ECMAScript Language Binding -// https://www.w3.org/TR/2003/WD-DOM-Level-3-Events-20030331/ecma-script-binding.html -jQuery.Event.prototype = { - constructor: jQuery.Event, - isDefaultPrevented: returnFalse, - isPropagationStopped: returnFalse, - isImmediatePropagationStopped: returnFalse, - isSimulated: false, - - preventDefault: function() { - var e = this.originalEvent; - - this.isDefaultPrevented = returnTrue; - - if ( e && !this.isSimulated ) { - e.preventDefault(); - } - }, - stopPropagation: function() { - var e = this.originalEvent; - - this.isPropagationStopped = returnTrue; - - if ( e && !this.isSimulated ) { - e.stopPropagation(); - } - }, - stopImmediatePropagation: function() { - var e = this.originalEvent; - - this.isImmediatePropagationStopped = returnTrue; - - if ( e && !this.isSimulated ) { - e.stopImmediatePropagation(); - } - - this.stopPropagation(); - } -}; - -// Includes all common event props including KeyEvent and MouseEvent specific props -jQuery.each( { - altKey: true, - bubbles: true, - cancelable: true, - changedTouches: true, - ctrlKey: true, - detail: true, - eventPhase: true, - metaKey: true, - pageX: true, - pageY: true, - shiftKey: true, - view: true, - "char": true, - charCode: true, - key: true, - keyCode: true, - button: true, - buttons: true, - clientX: true, - clientY: true, - offsetX: true, - offsetY: true, - pointerId: true, - pointerType: true, - screenX: true, - screenY: true, - targetTouches: true, - toElement: true, - touches: true, - - which: function( event ) { - var button = event.button; - - // Add which for key events - if ( event.which == null && rkeyEvent.test( event.type ) ) { - return event.charCode != null ? event.charCode : event.keyCode; - } - - // Add which for click: 1 === left; 2 === middle; 3 === right - if ( !event.which && button !== undefined && rmouseEvent.test( event.type ) ) { - if ( button & 1 ) { - return 1; - } - - if ( button & 2 ) { - return 3; - } - - if ( button & 4 ) { - return 2; - } - - return 0; - } - - return event.which; - } -}, jQuery.event.addProp ); - -// Create mouseenter/leave events using mouseover/out and event-time checks -// so that event delegation works in jQuery. -// Do the same for pointerenter/pointerleave and pointerover/pointerout -// -// Support: Safari 7 only -// Safari sends mouseenter too often; see: -// https://bugs.chromium.org/p/chromium/issues/detail?id=470258 -// for the description of the bug (it existed in older Chrome versions as well). -jQuery.each( { - mouseenter: "mouseover", - mouseleave: "mouseout", - pointerenter: "pointerover", - pointerleave: "pointerout" -}, function( orig, fix ) { - jQuery.event.special[ orig ] = { - delegateType: fix, - bindType: fix, - - handle: function( event ) { - var ret, - target = this, - related = event.relatedTarget, - handleObj = event.handleObj; - - // For mouseenter/leave call the handler if related is outside the target. - // NB: No relatedTarget if the mouse left/entered the browser window - if ( !related || ( related !== target && !jQuery.contains( target, related ) ) ) { - event.type = handleObj.origType; - ret = handleObj.handler.apply( this, arguments ); - event.type = fix; - } - return ret; - } - }; -} ); - -jQuery.fn.extend( { - - on: function( types, selector, data, fn ) { - return on( this, types, selector, data, fn ); - }, - one: function( types, selector, data, fn ) { - return on( this, types, selector, data, fn, 1 ); - }, - off: function( types, selector, fn ) { - var handleObj, type; - if ( types && types.preventDefault && types.handleObj ) { - - // ( event ) dispatched jQuery.Event - handleObj = types.handleObj; - jQuery( types.delegateTarget ).off( - handleObj.namespace ? - handleObj.origType + "." + handleObj.namespace : - handleObj.origType, - handleObj.selector, - handleObj.handler - ); - return this; - } - if ( typeof types === "object" ) { - - // ( types-object [, selector] ) - for ( type in types ) { - this.off( type, selector, types[ type ] ); - } - return this; - } - if ( selector === false || typeof selector === "function" ) { - - // ( types [, fn] ) - fn = selector; - selector = undefined; - } - if ( fn === false ) { - fn = returnFalse; - } - return this.each( function() { - jQuery.event.remove( this, types, fn, selector ); - } ); - } -} ); - - -var - - /* eslint-disable max-len */ - - // See https://github.com/eslint/eslint/issues/3229 - rxhtmlTag = /<(?!area|br|col|embed|hr|img|input|link|meta|param)(([a-z][^\/\0>\x20\t\r\n\f]*)[^>]*)\/>/gi, - - /* eslint-enable */ - - // Support: IE <=10 - 11, Edge 12 - 13 only - // In IE/Edge using regex groups here causes severe slowdowns. - // See https://connect.microsoft.com/IE/feedback/details/1736512/ - rnoInnerhtml = /\s*$/g; - -// Prefer a tbody over its parent table for containing new rows -function manipulationTarget( elem, content ) { - if ( nodeName( elem, "table" ) && - nodeName( content.nodeType !== 11 ? content : content.firstChild, "tr" ) ) { - - return jQuery( elem ).children( "tbody" )[ 0 ] || elem; - } - - return elem; -} - -// Replace/restore the type attribute of script elements for safe DOM manipulation -function disableScript( elem ) { - elem.type = ( elem.getAttribute( "type" ) !== null ) + "/" + elem.type; - return elem; -} -function restoreScript( elem ) { - if ( ( elem.type || "" ).slice( 0, 5 ) === "true/" ) { - elem.type = elem.type.slice( 5 ); - } else { - elem.removeAttribute( "type" ); - } - - return elem; -} - -function cloneCopyEvent( src, dest ) { - var i, l, type, pdataOld, pdataCur, udataOld, udataCur, events; - - if ( dest.nodeType !== 1 ) { - return; - } - - // 1. Copy private data: events, handlers, etc. - if ( dataPriv.hasData( src ) ) { - pdataOld = dataPriv.access( src ); - pdataCur = dataPriv.set( dest, pdataOld ); - events = pdataOld.events; - - if ( events ) { - delete pdataCur.handle; - pdataCur.events = {}; - - for ( type in events ) { - for ( i = 0, l = events[ type ].length; i < l; i++ ) { - jQuery.event.add( dest, type, events[ type ][ i ] ); - } - } - } - } - - // 2. Copy user data - if ( dataUser.hasData( src ) ) { - udataOld = dataUser.access( src ); - udataCur = jQuery.extend( {}, udataOld ); - - dataUser.set( dest, udataCur ); - } -} - -// Fix IE bugs, see support tests -function fixInput( src, dest ) { - var nodeName = dest.nodeName.toLowerCase(); - - // Fails to persist the checked state of a cloned checkbox or radio button. - if ( nodeName === "input" && rcheckableType.test( src.type ) ) { - dest.checked = src.checked; - - // Fails to return the selected option to the default selected state when cloning options - } else if ( nodeName === "input" || nodeName === "textarea" ) { - dest.defaultValue = src.defaultValue; - } -} - -function domManip( collection, args, callback, ignored ) { - - // Flatten any nested arrays - args = concat.apply( [], args ); - - var fragment, first, scripts, hasScripts, node, doc, - i = 0, - l = collection.length, - iNoClone = l - 1, - value = args[ 0 ], - valueIsFunction = isFunction( value ); - - // We can't cloneNode fragments that contain checked, in WebKit - if ( valueIsFunction || - ( l > 1 && typeof value === "string" && - !support.checkClone && rchecked.test( value ) ) ) { - return collection.each( function( index ) { - var self = collection.eq( index ); - if ( valueIsFunction ) { - args[ 0 ] = value.call( this, index, self.html() ); - } - domManip( self, args, callback, ignored ); - } ); - } - - if ( l ) { - fragment = buildFragment( args, collection[ 0 ].ownerDocument, false, collection, ignored ); - first = fragment.firstChild; - - if ( fragment.childNodes.length === 1 ) { - fragment = first; - } - - // Require either new content or an interest in ignored elements to invoke the callback - if ( first || ignored ) { - scripts = jQuery.map( getAll( fragment, "script" ), disableScript ); - hasScripts = scripts.length; - - // Use the original fragment for the last item - // instead of the first because it can end up - // being emptied incorrectly in certain situations (#8070). - for ( ; i < l; i++ ) { - node = fragment; - - if ( i !== iNoClone ) { - node = jQuery.clone( node, true, true ); - - // Keep references to cloned scripts for later restoration - if ( hasScripts ) { - - // Support: Android <=4.0 only, PhantomJS 1 only - // push.apply(_, arraylike) throws on ancient WebKit - jQuery.merge( scripts, getAll( node, "script" ) ); - } - } - - callback.call( collection[ i ], node, i ); - } - - if ( hasScripts ) { - doc = scripts[ scripts.length - 1 ].ownerDocument; - - // Reenable scripts - jQuery.map( scripts, restoreScript ); - - // Evaluate executable scripts on first document insertion - for ( i = 0; i < hasScripts; i++ ) { - node = scripts[ i ]; - if ( rscriptType.test( node.type || "" ) && - !dataPriv.access( node, "globalEval" ) && - jQuery.contains( doc, node ) ) { - - if ( node.src && ( node.type || "" ).toLowerCase() !== "module" ) { - - // Optional AJAX dependency, but won't run scripts if not present - if ( jQuery._evalUrl ) { - jQuery._evalUrl( node.src ); - } - } else { - DOMEval( node.textContent.replace( rcleanScript, "" ), doc, node ); - } - } - } - } - } - } - - return collection; -} - -function remove( elem, selector, keepData ) { - var node, - nodes = selector ? jQuery.filter( selector, elem ) : elem, - i = 0; - - for ( ; ( node = nodes[ i ] ) != null; i++ ) { - if ( !keepData && node.nodeType === 1 ) { - jQuery.cleanData( getAll( node ) ); - } - - if ( node.parentNode ) { - if ( keepData && jQuery.contains( node.ownerDocument, node ) ) { - setGlobalEval( getAll( node, "script" ) ); - } - node.parentNode.removeChild( node ); - } - } - - return elem; -} - -jQuery.extend( { - htmlPrefilter: function( html ) { - return html.replace( rxhtmlTag, "<$1>" ); - }, - - clone: function( elem, dataAndEvents, deepDataAndEvents ) { - var i, l, srcElements, destElements, - clone = elem.cloneNode( true ), - inPage = jQuery.contains( elem.ownerDocument, elem ); - - // Fix IE cloning issues - if ( !support.noCloneChecked && ( elem.nodeType === 1 || elem.nodeType === 11 ) && - !jQuery.isXMLDoc( elem ) ) { - - // We eschew Sizzle here for performance reasons: https://jsperf.com/getall-vs-sizzle/2 - destElements = getAll( clone ); - srcElements = getAll( elem ); - - for ( i = 0, l = srcElements.length; i < l; i++ ) { - fixInput( srcElements[ i ], destElements[ i ] ); - } - } - - // Copy the events from the original to the clone - if ( dataAndEvents ) { - if ( deepDataAndEvents ) { - srcElements = srcElements || getAll( elem ); - destElements = destElements || getAll( clone ); - - for ( i = 0, l = srcElements.length; i < l; i++ ) { - cloneCopyEvent( srcElements[ i ], destElements[ i ] ); - } - } else { - cloneCopyEvent( elem, clone ); - } - } - - // Preserve script evaluation history - destElements = getAll( clone, "script" ); - if ( destElements.length > 0 ) { - setGlobalEval( destElements, !inPage && getAll( elem, "script" ) ); - } - - // Return the cloned set - return clone; - }, - - cleanData: function( elems ) { - var data, elem, type, - special = jQuery.event.special, - i = 0; - - for ( ; ( elem = elems[ i ] ) !== undefined; i++ ) { - if ( acceptData( elem ) ) { - if ( ( data = elem[ dataPriv.expando ] ) ) { - if ( data.events ) { - for ( type in data.events ) { - if ( special[ type ] ) { - jQuery.event.remove( elem, type ); - - // This is a shortcut to avoid jQuery.event.remove's overhead - } else { - jQuery.removeEvent( elem, type, data.handle ); - } - } - } - - // Support: Chrome <=35 - 45+ - // Assign undefined instead of using delete, see Data#remove - elem[ dataPriv.expando ] = undefined; - } - if ( elem[ dataUser.expando ] ) { - - // Support: Chrome <=35 - 45+ - // Assign undefined instead of using delete, see Data#remove - elem[ dataUser.expando ] = undefined; - } - } - } - } -} ); - -jQuery.fn.extend( { - detach: function( selector ) { - return remove( this, selector, true ); - }, - - remove: function( selector ) { - return remove( this, selector ); - }, - - text: function( value ) { - return access( this, function( value ) { - return value === undefined ? - jQuery.text( this ) : - this.empty().each( function() { - if ( this.nodeType === 1 || this.nodeType === 11 || this.nodeType === 9 ) { - this.textContent = value; - } - } ); - }, null, value, arguments.length ); - }, - - append: function() { - return domManip( this, arguments, function( elem ) { - if ( this.nodeType === 1 || this.nodeType === 11 || this.nodeType === 9 ) { - var target = manipulationTarget( this, elem ); - target.appendChild( elem ); - } - } ); - }, - - prepend: function() { - return domManip( this, arguments, function( elem ) { - if ( this.nodeType === 1 || this.nodeType === 11 || this.nodeType === 9 ) { - var target = manipulationTarget( this, elem ); - target.insertBefore( elem, target.firstChild ); - } - } ); - }, - - before: function() { - return domManip( this, arguments, function( elem ) { - if ( this.parentNode ) { - this.parentNode.insertBefore( elem, this ); - } - } ); - }, - - after: function() { - return domManip( this, arguments, function( elem ) { - if ( this.parentNode ) { - this.parentNode.insertBefore( elem, this.nextSibling ); - } - } ); - }, - - empty: function() { - var elem, - i = 0; - - for ( ; ( elem = this[ i ] ) != null; i++ ) { - if ( elem.nodeType === 1 ) { - - // Prevent memory leaks - jQuery.cleanData( getAll( elem, false ) ); - - // Remove any remaining nodes - elem.textContent = ""; - } - } - - return this; - }, - - clone: function( dataAndEvents, deepDataAndEvents ) { - dataAndEvents = dataAndEvents == null ? false : dataAndEvents; - deepDataAndEvents = deepDataAndEvents == null ? dataAndEvents : deepDataAndEvents; - - return this.map( function() { - return jQuery.clone( this, dataAndEvents, deepDataAndEvents ); - } ); - }, - - html: function( value ) { - return access( this, function( value ) { - var elem = this[ 0 ] || {}, - i = 0, - l = this.length; - - if ( value === undefined && elem.nodeType === 1 ) { - return elem.innerHTML; - } - - // See if we can take a shortcut and just use innerHTML - if ( typeof value === "string" && !rnoInnerhtml.test( value ) && - !wrapMap[ ( rtagName.exec( value ) || [ "", "" ] )[ 1 ].toLowerCase() ] ) { - - value = jQuery.htmlPrefilter( value ); - - try { - for ( ; i < l; i++ ) { - elem = this[ i ] || {}; - - // Remove element nodes and prevent memory leaks - if ( elem.nodeType === 1 ) { - jQuery.cleanData( getAll( elem, false ) ); - elem.innerHTML = value; - } - } - - elem = 0; - - // If using innerHTML throws an exception, use the fallback method - } catch ( e ) {} - } - - if ( elem ) { - this.empty().append( value ); - } - }, null, value, arguments.length ); - }, - - replaceWith: function() { - var ignored = []; - - // Make the changes, replacing each non-ignored context element with the new content - return domManip( this, arguments, function( elem ) { - var parent = this.parentNode; - - if ( jQuery.inArray( this, ignored ) < 0 ) { - jQuery.cleanData( getAll( this ) ); - if ( parent ) { - parent.replaceChild( elem, this ); - } - } - - // Force callback invocation - }, ignored ); - } -} ); - -jQuery.each( { - appendTo: "append", - prependTo: "prepend", - insertBefore: "before", - insertAfter: "after", - replaceAll: "replaceWith" -}, function( name, original ) { - jQuery.fn[ name ] = function( selector ) { - var elems, - ret = [], - insert = jQuery( selector ), - last = insert.length - 1, - i = 0; - - for ( ; i <= last; i++ ) { - elems = i === last ? this : this.clone( true ); - jQuery( insert[ i ] )[ original ]( elems ); - - // Support: Android <=4.0 only, PhantomJS 1 only - // .get() because push.apply(_, arraylike) throws on ancient WebKit - push.apply( ret, elems.get() ); - } - - return this.pushStack( ret ); - }; -} ); -var rnumnonpx = new RegExp( "^(" + pnum + ")(?!px)[a-z%]+$", "i" ); - -var getStyles = function( elem ) { - - // Support: IE <=11 only, Firefox <=30 (#15098, #14150) - // IE throws on elements created in popups - // FF meanwhile throws on frame elements through "defaultView.getComputedStyle" - var view = elem.ownerDocument.defaultView; - - if ( !view || !view.opener ) { - view = window; - } - - return view.getComputedStyle( elem ); - }; - -var rboxStyle = new RegExp( cssExpand.join( "|" ), "i" ); - - - -( function() { - - // Executing both pixelPosition & boxSizingReliable tests require only one layout - // so they're executed at the same time to save the second computation. - function computeStyleTests() { - - // This is a singleton, we need to execute it only once - if ( !div ) { - return; - } - - container.style.cssText = "position:absolute;left:-11111px;width:60px;" + - "margin-top:1px;padding:0;border:0"; - div.style.cssText = - "position:relative;display:block;box-sizing:border-box;overflow:scroll;" + - "margin:auto;border:1px;padding:1px;" + - "width:60%;top:1%"; - documentElement.appendChild( container ).appendChild( div ); - - var divStyle = window.getComputedStyle( div ); - pixelPositionVal = divStyle.top !== "1%"; - - // Support: Android 4.0 - 4.3 only, Firefox <=3 - 44 - reliableMarginLeftVal = roundPixelMeasures( divStyle.marginLeft ) === 12; - - // Support: Android 4.0 - 4.3 only, Safari <=9.1 - 10.1, iOS <=7.0 - 9.3 - // Some styles come back with percentage values, even though they shouldn't - div.style.right = "60%"; - pixelBoxStylesVal = roundPixelMeasures( divStyle.right ) === 36; - - // Support: IE 9 - 11 only - // Detect misreporting of content dimensions for box-sizing:border-box elements - boxSizingReliableVal = roundPixelMeasures( divStyle.width ) === 36; - - // Support: IE 9 only - // Detect overflow:scroll screwiness (gh-3699) - div.style.position = "absolute"; - scrollboxSizeVal = div.offsetWidth === 36 || "absolute"; - - documentElement.removeChild( container ); - - // Nullify the div so it wouldn't be stored in the memory and - // it will also be a sign that checks already performed - div = null; - } - - function roundPixelMeasures( measure ) { - return Math.round( parseFloat( measure ) ); - } - - var pixelPositionVal, boxSizingReliableVal, scrollboxSizeVal, pixelBoxStylesVal, - reliableMarginLeftVal, - container = document.createElement( "div" ), - div = document.createElement( "div" ); - - // Finish early in limited (non-browser) environments - if ( !div.style ) { - return; - } - - // Support: IE <=9 - 11 only - // Style of cloned element affects source element cloned (#8908) - div.style.backgroundClip = "content-box"; - div.cloneNode( true ).style.backgroundClip = ""; - support.clearCloneStyle = div.style.backgroundClip === "content-box"; - - jQuery.extend( support, { - boxSizingReliable: function() { - computeStyleTests(); - return boxSizingReliableVal; - }, - pixelBoxStyles: function() { - computeStyleTests(); - return pixelBoxStylesVal; - }, - pixelPosition: function() { - computeStyleTests(); - return pixelPositionVal; - }, - reliableMarginLeft: function() { - computeStyleTests(); - return reliableMarginLeftVal; - }, - scrollboxSize: function() { - computeStyleTests(); - return scrollboxSizeVal; - } - } ); -} )(); - - -function curCSS( elem, name, computed ) { - var width, minWidth, maxWidth, ret, - - // Support: Firefox 51+ - // Retrieving style before computed somehow - // fixes an issue with getting wrong values - // on detached elements - style = elem.style; - - computed = computed || getStyles( elem ); - - // getPropertyValue is needed for: - // .css('filter') (IE 9 only, #12537) - // .css('--customProperty) (#3144) - if ( computed ) { - ret = computed.getPropertyValue( name ) || computed[ name ]; - - if ( ret === "" && !jQuery.contains( elem.ownerDocument, elem ) ) { - ret = jQuery.style( elem, name ); - } - - // A tribute to the "awesome hack by Dean Edwards" - // Android Browser returns percentage for some values, - // but width seems to be reliably pixels. - // This is against the CSSOM draft spec: - // https://drafts.csswg.org/cssom/#resolved-values - if ( !support.pixelBoxStyles() && rnumnonpx.test( ret ) && rboxStyle.test( name ) ) { - - // Remember the original values - width = style.width; - minWidth = style.minWidth; - maxWidth = style.maxWidth; - - // Put in the new values to get a computed value out - style.minWidth = style.maxWidth = style.width = ret; - ret = computed.width; - - // Revert the changed values - style.width = width; - style.minWidth = minWidth; - style.maxWidth = maxWidth; - } - } - - return ret !== undefined ? - - // Support: IE <=9 - 11 only - // IE returns zIndex value as an integer. - ret + "" : - ret; -} - - -function addGetHookIf( conditionFn, hookFn ) { - - // Define the hook, we'll check on the first run if it's really needed. - return { - get: function() { - if ( conditionFn() ) { - - // Hook not needed (or it's not possible to use it due - // to missing dependency), remove it. - delete this.get; - return; - } - - // Hook needed; redefine it so that the support test is not executed again. - return ( this.get = hookFn ).apply( this, arguments ); - } - }; -} - - -var - - // Swappable if display is none or starts with table - // except "table", "table-cell", or "table-caption" - // See here for display values: https://developer.mozilla.org/en-US/docs/CSS/display - rdisplayswap = /^(none|table(?!-c[ea]).+)/, - rcustomProp = /^--/, - cssShow = { position: "absolute", visibility: "hidden", display: "block" }, - cssNormalTransform = { - letterSpacing: "0", - fontWeight: "400" - }, - - cssPrefixes = [ "Webkit", "Moz", "ms" ], - emptyStyle = document.createElement( "div" ).style; - -// Return a css property mapped to a potentially vendor prefixed property -function vendorPropName( name ) { - - // Shortcut for names that are not vendor prefixed - if ( name in emptyStyle ) { - return name; - } - - // Check for vendor prefixed names - var capName = name[ 0 ].toUpperCase() + name.slice( 1 ), - i = cssPrefixes.length; - - while ( i-- ) { - name = cssPrefixes[ i ] + capName; - if ( name in emptyStyle ) { - return name; - } - } -} - -// Return a property mapped along what jQuery.cssProps suggests or to -// a vendor prefixed property. -function finalPropName( name ) { - var ret = jQuery.cssProps[ name ]; - if ( !ret ) { - ret = jQuery.cssProps[ name ] = vendorPropName( name ) || name; - } - return ret; -} - -function setPositiveNumber( elem, value, subtract ) { - - // Any relative (+/-) values have already been - // normalized at this point - var matches = rcssNum.exec( value ); - return matches ? - - // Guard against undefined "subtract", e.g., when used as in cssHooks - Math.max( 0, matches[ 2 ] - ( subtract || 0 ) ) + ( matches[ 3 ] || "px" ) : - value; -} - -function boxModelAdjustment( elem, dimension, box, isBorderBox, styles, computedVal ) { - var i = dimension === "width" ? 1 : 0, - extra = 0, - delta = 0; - - // Adjustment may not be necessary - if ( box === ( isBorderBox ? "border" : "content" ) ) { - return 0; - } - - for ( ; i < 4; i += 2 ) { - - // Both box models exclude margin - if ( box === "margin" ) { - delta += jQuery.css( elem, box + cssExpand[ i ], true, styles ); - } - - // If we get here with a content-box, we're seeking "padding" or "border" or "margin" - if ( !isBorderBox ) { - - // Add padding - delta += jQuery.css( elem, "padding" + cssExpand[ i ], true, styles ); - - // For "border" or "margin", add border - if ( box !== "padding" ) { - delta += jQuery.css( elem, "border" + cssExpand[ i ] + "Width", true, styles ); - - // But still keep track of it otherwise - } else { - extra += jQuery.css( elem, "border" + cssExpand[ i ] + "Width", true, styles ); - } - - // If we get here with a border-box (content + padding + border), we're seeking "content" or - // "padding" or "margin" - } else { - - // For "content", subtract padding - if ( box === "content" ) { - delta -= jQuery.css( elem, "padding" + cssExpand[ i ], true, styles ); - } - - // For "content" or "padding", subtract border - if ( box !== "margin" ) { - delta -= jQuery.css( elem, "border" + cssExpand[ i ] + "Width", true, styles ); - } - } - } - - // Account for positive content-box scroll gutter when requested by providing computedVal - if ( !isBorderBox && computedVal >= 0 ) { - - // offsetWidth/offsetHeight is a rounded sum of content, padding, scroll gutter, and border - // Assuming integer scroll gutter, subtract the rest and round down - delta += Math.max( 0, Math.ceil( - elem[ "offset" + dimension[ 0 ].toUpperCase() + dimension.slice( 1 ) ] - - computedVal - - delta - - extra - - 0.5 - ) ); - } - - return delta; -} - -function getWidthOrHeight( elem, dimension, extra ) { - - // Start with computed style - var styles = getStyles( elem ), - val = curCSS( elem, dimension, styles ), - isBorderBox = jQuery.css( elem, "boxSizing", false, styles ) === "border-box", - valueIsBorderBox = isBorderBox; - - // Support: Firefox <=54 - // Return a confounding non-pixel value or feign ignorance, as appropriate. - if ( rnumnonpx.test( val ) ) { - if ( !extra ) { - return val; - } - val = "auto"; - } - - // Check for style in case a browser which returns unreliable values - // for getComputedStyle silently falls back to the reliable elem.style - valueIsBorderBox = valueIsBorderBox && - ( support.boxSizingReliable() || val === elem.style[ dimension ] ); - - // Fall back to offsetWidth/offsetHeight when value is "auto" - // This happens for inline elements with no explicit setting (gh-3571) - // Support: Android <=4.1 - 4.3 only - // Also use offsetWidth/offsetHeight for misreported inline dimensions (gh-3602) - if ( val === "auto" || - !parseFloat( val ) && jQuery.css( elem, "display", false, styles ) === "inline" ) { - - val = elem[ "offset" + dimension[ 0 ].toUpperCase() + dimension.slice( 1 ) ]; - - // offsetWidth/offsetHeight provide border-box values - valueIsBorderBox = true; - } - - // Normalize "" and auto - val = parseFloat( val ) || 0; - - // Adjust for the element's box model - return ( val + - boxModelAdjustment( - elem, - dimension, - extra || ( isBorderBox ? "border" : "content" ), - valueIsBorderBox, - styles, - - // Provide the current computed size to request scroll gutter calculation (gh-3589) - val - ) - ) + "px"; -} - -jQuery.extend( { - - // Add in style property hooks for overriding the default - // behavior of getting and setting a style property - cssHooks: { - opacity: { - get: function( elem, computed ) { - if ( computed ) { - - // We should always get a number back from opacity - var ret = curCSS( elem, "opacity" ); - return ret === "" ? "1" : ret; - } - } - } - }, - - // Don't automatically add "px" to these possibly-unitless properties - cssNumber: { - "animationIterationCount": true, - "columnCount": true, - "fillOpacity": true, - "flexGrow": true, - "flexShrink": true, - "fontWeight": true, - "lineHeight": true, - "opacity": true, - "order": true, - "orphans": true, - "widows": true, - "zIndex": true, - "zoom": true - }, - - // Add in properties whose names you wish to fix before - // setting or getting the value - cssProps: {}, - - // Get and set the style property on a DOM Node - style: function( elem, name, value, extra ) { - - // Don't set styles on text and comment nodes - if ( !elem || elem.nodeType === 3 || elem.nodeType === 8 || !elem.style ) { - return; - } - - // Make sure that we're working with the right name - var ret, type, hooks, - origName = camelCase( name ), - isCustomProp = rcustomProp.test( name ), - style = elem.style; - - // Make sure that we're working with the right name. We don't - // want to query the value if it is a CSS custom property - // since they are user-defined. - if ( !isCustomProp ) { - name = finalPropName( origName ); - } - - // Gets hook for the prefixed version, then unprefixed version - hooks = jQuery.cssHooks[ name ] || jQuery.cssHooks[ origName ]; - - // Check if we're setting a value - if ( value !== undefined ) { - type = typeof value; - - // Convert "+=" or "-=" to relative numbers (#7345) - if ( type === "string" && ( ret = rcssNum.exec( value ) ) && ret[ 1 ] ) { - value = adjustCSS( elem, name, ret ); - - // Fixes bug #9237 - type = "number"; - } - - // Make sure that null and NaN values aren't set (#7116) - if ( value == null || value !== value ) { - return; - } - - // If a number was passed in, add the unit (except for certain CSS properties) - if ( type === "number" ) { - value += ret && ret[ 3 ] || ( jQuery.cssNumber[ origName ] ? "" : "px" ); - } - - // background-* props affect original clone's values - if ( !support.clearCloneStyle && value === "" && name.indexOf( "background" ) === 0 ) { - style[ name ] = "inherit"; - } - - // If a hook was provided, use that value, otherwise just set the specified value - if ( !hooks || !( "set" in hooks ) || - ( value = hooks.set( elem, value, extra ) ) !== undefined ) { - - if ( isCustomProp ) { - style.setProperty( name, value ); - } else { - style[ name ] = value; - } - } - - } else { - - // If a hook was provided get the non-computed value from there - if ( hooks && "get" in hooks && - ( ret = hooks.get( elem, false, extra ) ) !== undefined ) { - - return ret; - } - - // Otherwise just get the value from the style object - return style[ name ]; - } - }, - - css: function( elem, name, extra, styles ) { - var val, num, hooks, - origName = camelCase( name ), - isCustomProp = rcustomProp.test( name ); - - // Make sure that we're working with the right name. We don't - // want to modify the value if it is a CSS custom property - // since they are user-defined. - if ( !isCustomProp ) { - name = finalPropName( origName ); - } - - // Try prefixed name followed by the unprefixed name - hooks = jQuery.cssHooks[ name ] || jQuery.cssHooks[ origName ]; - - // If a hook was provided get the computed value from there - if ( hooks && "get" in hooks ) { - val = hooks.get( elem, true, extra ); - } - - // Otherwise, if a way to get the computed value exists, use that - if ( val === undefined ) { - val = curCSS( elem, name, styles ); - } - - // Convert "normal" to computed value - if ( val === "normal" && name in cssNormalTransform ) { - val = cssNormalTransform[ name ]; - } - - // Make numeric if forced or a qualifier was provided and val looks numeric - if ( extra === "" || extra ) { - num = parseFloat( val ); - return extra === true || isFinite( num ) ? num || 0 : val; - } - - return val; - } -} ); - -jQuery.each( [ "height", "width" ], function( i, dimension ) { - jQuery.cssHooks[ dimension ] = { - get: function( elem, computed, extra ) { - if ( computed ) { - - // Certain elements can have dimension info if we invisibly show them - // but it must have a current display style that would benefit - return rdisplayswap.test( jQuery.css( elem, "display" ) ) && - - // Support: Safari 8+ - // Table columns in Safari have non-zero offsetWidth & zero - // getBoundingClientRect().width unless display is changed. - // Support: IE <=11 only - // Running getBoundingClientRect on a disconnected node - // in IE throws an error. - ( !elem.getClientRects().length || !elem.getBoundingClientRect().width ) ? - swap( elem, cssShow, function() { - return getWidthOrHeight( elem, dimension, extra ); - } ) : - getWidthOrHeight( elem, dimension, extra ); - } - }, - - set: function( elem, value, extra ) { - var matches, - styles = getStyles( elem ), - isBorderBox = jQuery.css( elem, "boxSizing", false, styles ) === "border-box", - subtract = extra && boxModelAdjustment( - elem, - dimension, - extra, - isBorderBox, - styles - ); - - // Account for unreliable border-box dimensions by comparing offset* to computed and - // faking a content-box to get border and padding (gh-3699) - if ( isBorderBox && support.scrollboxSize() === styles.position ) { - subtract -= Math.ceil( - elem[ "offset" + dimension[ 0 ].toUpperCase() + dimension.slice( 1 ) ] - - parseFloat( styles[ dimension ] ) - - boxModelAdjustment( elem, dimension, "border", false, styles ) - - 0.5 - ); - } - - // Convert to pixels if value adjustment is needed - if ( subtract && ( matches = rcssNum.exec( value ) ) && - ( matches[ 3 ] || "px" ) !== "px" ) { - - elem.style[ dimension ] = value; - value = jQuery.css( elem, dimension ); - } - - return setPositiveNumber( elem, value, subtract ); - } - }; -} ); - -jQuery.cssHooks.marginLeft = addGetHookIf( support.reliableMarginLeft, - function( elem, computed ) { - if ( computed ) { - return ( parseFloat( curCSS( elem, "marginLeft" ) ) || - elem.getBoundingClientRect().left - - swap( elem, { marginLeft: 0 }, function() { - return elem.getBoundingClientRect().left; - } ) - ) + "px"; - } - } -); - -// These hooks are used by animate to expand properties -jQuery.each( { - margin: "", - padding: "", - border: "Width" -}, function( prefix, suffix ) { - jQuery.cssHooks[ prefix + suffix ] = { - expand: function( value ) { - var i = 0, - expanded = {}, - - // Assumes a single number if not a string - parts = typeof value === "string" ? value.split( " " ) : [ value ]; - - for ( ; i < 4; i++ ) { - expanded[ prefix + cssExpand[ i ] + suffix ] = - parts[ i ] || parts[ i - 2 ] || parts[ 0 ]; - } - - return expanded; - } - }; - - if ( prefix !== "margin" ) { - jQuery.cssHooks[ prefix + suffix ].set = setPositiveNumber; - } -} ); - -jQuery.fn.extend( { - css: function( name, value ) { - return access( this, function( elem, name, value ) { - var styles, len, - map = {}, - i = 0; - - if ( Array.isArray( name ) ) { - styles = getStyles( elem ); - len = name.length; - - for ( ; i < len; i++ ) { - map[ name[ i ] ] = jQuery.css( elem, name[ i ], false, styles ); - } - - return map; - } - - return value !== undefined ? - jQuery.style( elem, name, value ) : - jQuery.css( elem, name ); - }, name, value, arguments.length > 1 ); - } -} ); - - -function Tween( elem, options, prop, end, easing ) { - return new Tween.prototype.init( elem, options, prop, end, easing ); -} -jQuery.Tween = Tween; - -Tween.prototype = { - constructor: Tween, - init: function( elem, options, prop, end, easing, unit ) { - this.elem = elem; - this.prop = prop; - this.easing = easing || jQuery.easing._default; - this.options = options; - this.start = this.now = this.cur(); - this.end = end; - this.unit = unit || ( jQuery.cssNumber[ prop ] ? "" : "px" ); - }, - cur: function() { - var hooks = Tween.propHooks[ this.prop ]; - - return hooks && hooks.get ? - hooks.get( this ) : - Tween.propHooks._default.get( this ); - }, - run: function( percent ) { - var eased, - hooks = Tween.propHooks[ this.prop ]; - - if ( this.options.duration ) { - this.pos = eased = jQuery.easing[ this.easing ]( - percent, this.options.duration * percent, 0, 1, this.options.duration - ); - } else { - this.pos = eased = percent; - } - this.now = ( this.end - this.start ) * eased + this.start; - - if ( this.options.step ) { - this.options.step.call( this.elem, this.now, this ); - } - - if ( hooks && hooks.set ) { - hooks.set( this ); - } else { - Tween.propHooks._default.set( this ); - } - return this; - } -}; - -Tween.prototype.init.prototype = Tween.prototype; - -Tween.propHooks = { - _default: { - get: function( tween ) { - var result; - - // Use a property on the element directly when it is not a DOM element, - // or when there is no matching style property that exists. - if ( tween.elem.nodeType !== 1 || - tween.elem[ tween.prop ] != null && tween.elem.style[ tween.prop ] == null ) { - return tween.elem[ tween.prop ]; - } - - // Passing an empty string as a 3rd parameter to .css will automatically - // attempt a parseFloat and fallback to a string if the parse fails. - // Simple values such as "10px" are parsed to Float; - // complex values such as "rotate(1rad)" are returned as-is. - result = jQuery.css( tween.elem, tween.prop, "" ); - - // Empty strings, null, undefined and "auto" are converted to 0. - return !result || result === "auto" ? 0 : result; - }, - set: function( tween ) { - - // Use step hook for back compat. - // Use cssHook if its there. - // Use .style if available and use plain properties where available. - if ( jQuery.fx.step[ tween.prop ] ) { - jQuery.fx.step[ tween.prop ]( tween ); - } else if ( tween.elem.nodeType === 1 && - ( tween.elem.style[ jQuery.cssProps[ tween.prop ] ] != null || - jQuery.cssHooks[ tween.prop ] ) ) { - jQuery.style( tween.elem, tween.prop, tween.now + tween.unit ); - } else { - tween.elem[ tween.prop ] = tween.now; - } - } - } -}; - -// Support: IE <=9 only -// Panic based approach to setting things on disconnected nodes -Tween.propHooks.scrollTop = Tween.propHooks.scrollLeft = { - set: function( tween ) { - if ( tween.elem.nodeType && tween.elem.parentNode ) { - tween.elem[ tween.prop ] = tween.now; - } - } -}; - -jQuery.easing = { - linear: function( p ) { - return p; - }, - swing: function( p ) { - return 0.5 - Math.cos( p * Math.PI ) / 2; - }, - _default: "swing" -}; - -jQuery.fx = Tween.prototype.init; - -// Back compat <1.8 extension point -jQuery.fx.step = {}; - - - - -var - fxNow, inProgress, - rfxtypes = /^(?:toggle|show|hide)$/, - rrun = /queueHooks$/; - -function schedule() { - if ( inProgress ) { - if ( document.hidden === false && window.requestAnimationFrame ) { - window.requestAnimationFrame( schedule ); - } else { - window.setTimeout( schedule, jQuery.fx.interval ); - } - - jQuery.fx.tick(); - } -} - -// Animations created synchronously will run synchronously -function createFxNow() { - window.setTimeout( function() { - fxNow = undefined; - } ); - return ( fxNow = Date.now() ); -} - -// Generate parameters to create a standard animation -function genFx( type, includeWidth ) { - var which, - i = 0, - attrs = { height: type }; - - // If we include width, step value is 1 to do all cssExpand values, - // otherwise step value is 2 to skip over Left and Right - includeWidth = includeWidth ? 1 : 0; - for ( ; i < 4; i += 2 - includeWidth ) { - which = cssExpand[ i ]; - attrs[ "margin" + which ] = attrs[ "padding" + which ] = type; - } - - if ( includeWidth ) { - attrs.opacity = attrs.width = type; - } - - return attrs; -} - -function createTween( value, prop, animation ) { - var tween, - collection = ( Animation.tweeners[ prop ] || [] ).concat( Animation.tweeners[ "*" ] ), - index = 0, - length = collection.length; - for ( ; index < length; index++ ) { - if ( ( tween = collection[ index ].call( animation, prop, value ) ) ) { - - // We're done with this property - return tween; - } - } -} - -function defaultPrefilter( elem, props, opts ) { - var prop, value, toggle, hooks, oldfire, propTween, restoreDisplay, display, - isBox = "width" in props || "height" in props, - anim = this, - orig = {}, - style = elem.style, - hidden = elem.nodeType && isHiddenWithinTree( elem ), - dataShow = dataPriv.get( elem, "fxshow" ); - - // Queue-skipping animations hijack the fx hooks - if ( !opts.queue ) { - hooks = jQuery._queueHooks( elem, "fx" ); - if ( hooks.unqueued == null ) { - hooks.unqueued = 0; - oldfire = hooks.empty.fire; - hooks.empty.fire = function() { - if ( !hooks.unqueued ) { - oldfire(); - } - }; - } - hooks.unqueued++; - - anim.always( function() { - - // Ensure the complete handler is called before this completes - anim.always( function() { - hooks.unqueued--; - if ( !jQuery.queue( elem, "fx" ).length ) { - hooks.empty.fire(); - } - } ); - } ); - } - - // Detect show/hide animations - for ( prop in props ) { - value = props[ prop ]; - if ( rfxtypes.test( value ) ) { - delete props[ prop ]; - toggle = toggle || value === "toggle"; - if ( value === ( hidden ? "hide" : "show" ) ) { - - // Pretend to be hidden if this is a "show" and - // there is still data from a stopped show/hide - if ( value === "show" && dataShow && dataShow[ prop ] !== undefined ) { - hidden = true; - - // Ignore all other no-op show/hide data - } else { - continue; - } - } - orig[ prop ] = dataShow && dataShow[ prop ] || jQuery.style( elem, prop ); - } - } - - // Bail out if this is a no-op like .hide().hide() - propTween = !jQuery.isEmptyObject( props ); - if ( !propTween && jQuery.isEmptyObject( orig ) ) { - return; - } - - // Restrict "overflow" and "display" styles during box animations - if ( isBox && elem.nodeType === 1 ) { - - // Support: IE <=9 - 11, Edge 12 - 15 - // Record all 3 overflow attributes because IE does not infer the shorthand - // from identically-valued overflowX and overflowY and Edge just mirrors - // the overflowX value there. - opts.overflow = [ style.overflow, style.overflowX, style.overflowY ]; - - // Identify a display type, preferring old show/hide data over the CSS cascade - restoreDisplay = dataShow && dataShow.display; - if ( restoreDisplay == null ) { - restoreDisplay = dataPriv.get( elem, "display" ); - } - display = jQuery.css( elem, "display" ); - if ( display === "none" ) { - if ( restoreDisplay ) { - display = restoreDisplay; - } else { - - // Get nonempty value(s) by temporarily forcing visibility - showHide( [ elem ], true ); - restoreDisplay = elem.style.display || restoreDisplay; - display = jQuery.css( elem, "display" ); - showHide( [ elem ] ); - } - } - - // Animate inline elements as inline-block - if ( display === "inline" || display === "inline-block" && restoreDisplay != null ) { - if ( jQuery.css( elem, "float" ) === "none" ) { - - // Restore the original display value at the end of pure show/hide animations - if ( !propTween ) { - anim.done( function() { - style.display = restoreDisplay; - } ); - if ( restoreDisplay == null ) { - display = style.display; - restoreDisplay = display === "none" ? "" : display; - } - } - style.display = "inline-block"; - } - } - } - - if ( opts.overflow ) { - style.overflow = "hidden"; - anim.always( function() { - style.overflow = opts.overflow[ 0 ]; - style.overflowX = opts.overflow[ 1 ]; - style.overflowY = opts.overflow[ 2 ]; - } ); - } - - // Implement show/hide animations - propTween = false; - for ( prop in orig ) { - - // General show/hide setup for this element animation - if ( !propTween ) { - if ( dataShow ) { - if ( "hidden" in dataShow ) { - hidden = dataShow.hidden; - } - } else { - dataShow = dataPriv.access( elem, "fxshow", { display: restoreDisplay } ); - } - - // Store hidden/visible for toggle so `.stop().toggle()` "reverses" - if ( toggle ) { - dataShow.hidden = !hidden; - } - - // Show elements before animating them - if ( hidden ) { - showHide( [ elem ], true ); - } - - /* eslint-disable no-loop-func */ - - anim.done( function() { - - /* eslint-enable no-loop-func */ - - // The final step of a "hide" animation is actually hiding the element - if ( !hidden ) { - showHide( [ elem ] ); - } - dataPriv.remove( elem, "fxshow" ); - for ( prop in orig ) { - jQuery.style( elem, prop, orig[ prop ] ); - } - } ); - } - - // Per-property setup - propTween = createTween( hidden ? dataShow[ prop ] : 0, prop, anim ); - if ( !( prop in dataShow ) ) { - dataShow[ prop ] = propTween.start; - if ( hidden ) { - propTween.end = propTween.start; - propTween.start = 0; - } - } - } -} - -function propFilter( props, specialEasing ) { - var index, name, easing, value, hooks; - - // camelCase, specialEasing and expand cssHook pass - for ( index in props ) { - name = camelCase( index ); - easing = specialEasing[ name ]; - value = props[ index ]; - if ( Array.isArray( value ) ) { - easing = value[ 1 ]; - value = props[ index ] = value[ 0 ]; - } - - if ( index !== name ) { - props[ name ] = value; - delete props[ index ]; - } - - hooks = jQuery.cssHooks[ name ]; - if ( hooks && "expand" in hooks ) { - value = hooks.expand( value ); - delete props[ name ]; - - // Not quite $.extend, this won't overwrite existing keys. - // Reusing 'index' because we have the correct "name" - for ( index in value ) { - if ( !( index in props ) ) { - props[ index ] = value[ index ]; - specialEasing[ index ] = easing; - } - } - } else { - specialEasing[ name ] = easing; - } - } -} - -function Animation( elem, properties, options ) { - var result, - stopped, - index = 0, - length = Animation.prefilters.length, - deferred = jQuery.Deferred().always( function() { - - // Don't match elem in the :animated selector - delete tick.elem; - } ), - tick = function() { - if ( stopped ) { - return false; - } - var currentTime = fxNow || createFxNow(), - remaining = Math.max( 0, animation.startTime + animation.duration - currentTime ), - - // Support: Android 2.3 only - // Archaic crash bug won't allow us to use `1 - ( 0.5 || 0 )` (#12497) - temp = remaining / animation.duration || 0, - percent = 1 - temp, - index = 0, - length = animation.tweens.length; - - for ( ; index < length; index++ ) { - animation.tweens[ index ].run( percent ); - } - - deferred.notifyWith( elem, [ animation, percent, remaining ] ); - - // If there's more to do, yield - if ( percent < 1 && length ) { - return remaining; - } - - // If this was an empty animation, synthesize a final progress notification - if ( !length ) { - deferred.notifyWith( elem, [ animation, 1, 0 ] ); - } - - // Resolve the animation and report its conclusion - deferred.resolveWith( elem, [ animation ] ); - return false; - }, - animation = deferred.promise( { - elem: elem, - props: jQuery.extend( {}, properties ), - opts: jQuery.extend( true, { - specialEasing: {}, - easing: jQuery.easing._default - }, options ), - originalProperties: properties, - originalOptions: options, - startTime: fxNow || createFxNow(), - duration: options.duration, - tweens: [], - createTween: function( prop, end ) { - var tween = jQuery.Tween( elem, animation.opts, prop, end, - animation.opts.specialEasing[ prop ] || animation.opts.easing ); - animation.tweens.push( tween ); - return tween; - }, - stop: function( gotoEnd ) { - var index = 0, - - // If we are going to the end, we want to run all the tweens - // otherwise we skip this part - length = gotoEnd ? animation.tweens.length : 0; - if ( stopped ) { - return this; - } - stopped = true; - for ( ; index < length; index++ ) { - animation.tweens[ index ].run( 1 ); - } - - // Resolve when we played the last frame; otherwise, reject - if ( gotoEnd ) { - deferred.notifyWith( elem, [ animation, 1, 0 ] ); - deferred.resolveWith( elem, [ animation, gotoEnd ] ); - } else { - deferred.rejectWith( elem, [ animation, gotoEnd ] ); - } - return this; - } - } ), - props = animation.props; - - propFilter( props, animation.opts.specialEasing ); - - for ( ; index < length; index++ ) { - result = Animation.prefilters[ index ].call( animation, elem, props, animation.opts ); - if ( result ) { - if ( isFunction( result.stop ) ) { - jQuery._queueHooks( animation.elem, animation.opts.queue ).stop = - result.stop.bind( result ); - } - return result; - } - } - - jQuery.map( props, createTween, animation ); - - if ( isFunction( animation.opts.start ) ) { - animation.opts.start.call( elem, animation ); - } - - // Attach callbacks from options - animation - .progress( animation.opts.progress ) - .done( animation.opts.done, animation.opts.complete ) - .fail( animation.opts.fail ) - .always( animation.opts.always ); - - jQuery.fx.timer( - jQuery.extend( tick, { - elem: elem, - anim: animation, - queue: animation.opts.queue - } ) - ); - - return animation; -} - -jQuery.Animation = jQuery.extend( Animation, { - - tweeners: { - "*": [ function( prop, value ) { - var tween = this.createTween( prop, value ); - adjustCSS( tween.elem, prop, rcssNum.exec( value ), tween ); - return tween; - } ] - }, - - tweener: function( props, callback ) { - if ( isFunction( props ) ) { - callback = props; - props = [ "*" ]; - } else { - props = props.match( rnothtmlwhite ); - } - - var prop, - index = 0, - length = props.length; - - for ( ; index < length; index++ ) { - prop = props[ index ]; - Animation.tweeners[ prop ] = Animation.tweeners[ prop ] || []; - Animation.tweeners[ prop ].unshift( callback ); - } - }, - - prefilters: [ defaultPrefilter ], - - prefilter: function( callback, prepend ) { - if ( prepend ) { - Animation.prefilters.unshift( callback ); - } else { - Animation.prefilters.push( callback ); - } - } -} ); - -jQuery.speed = function( speed, easing, fn ) { - var opt = speed && typeof speed === "object" ? jQuery.extend( {}, speed ) : { - complete: fn || !fn && easing || - isFunction( speed ) && speed, - duration: speed, - easing: fn && easing || easing && !isFunction( easing ) && easing - }; - - // Go to the end state if fx are off - if ( jQuery.fx.off ) { - opt.duration = 0; - - } else { - if ( typeof opt.duration !== "number" ) { - if ( opt.duration in jQuery.fx.speeds ) { - opt.duration = jQuery.fx.speeds[ opt.duration ]; - - } else { - opt.duration = jQuery.fx.speeds._default; - } - } - } - - // Normalize opt.queue - true/undefined/null -> "fx" - if ( opt.queue == null || opt.queue === true ) { - opt.queue = "fx"; - } - - // Queueing - opt.old = opt.complete; - - opt.complete = function() { - if ( isFunction( opt.old ) ) { - opt.old.call( this ); - } - - if ( opt.queue ) { - jQuery.dequeue( this, opt.queue ); - } - }; - - return opt; -}; - -jQuery.fn.extend( { - fadeTo: function( speed, to, easing, callback ) { - - // Show any hidden elements after setting opacity to 0 - return this.filter( isHiddenWithinTree ).css( "opacity", 0 ).show() - - // Animate to the value specified - .end().animate( { opacity: to }, speed, easing, callback ); - }, - animate: function( prop, speed, easing, callback ) { - var empty = jQuery.isEmptyObject( prop ), - optall = jQuery.speed( speed, easing, callback ), - doAnimation = function() { - - // Operate on a copy of prop so per-property easing won't be lost - var anim = Animation( this, jQuery.extend( {}, prop ), optall ); - - // Empty animations, or finishing resolves immediately - if ( empty || dataPriv.get( this, "finish" ) ) { - anim.stop( true ); - } - }; - doAnimation.finish = doAnimation; - - return empty || optall.queue === false ? - this.each( doAnimation ) : - this.queue( optall.queue, doAnimation ); - }, - stop: function( type, clearQueue, gotoEnd ) { - var stopQueue = function( hooks ) { - var stop = hooks.stop; - delete hooks.stop; - stop( gotoEnd ); - }; - - if ( typeof type !== "string" ) { - gotoEnd = clearQueue; - clearQueue = type; - type = undefined; - } - if ( clearQueue && type !== false ) { - this.queue( type || "fx", [] ); - } - - return this.each( function() { - var dequeue = true, - index = type != null && type + "queueHooks", - timers = jQuery.timers, - data = dataPriv.get( this ); - - if ( index ) { - if ( data[ index ] && data[ index ].stop ) { - stopQueue( data[ index ] ); - } - } else { - for ( index in data ) { - if ( data[ index ] && data[ index ].stop && rrun.test( index ) ) { - stopQueue( data[ index ] ); - } - } - } - - for ( index = timers.length; index--; ) { - if ( timers[ index ].elem === this && - ( type == null || timers[ index ].queue === type ) ) { - - timers[ index ].anim.stop( gotoEnd ); - dequeue = false; - timers.splice( index, 1 ); - } - } - - // Start the next in the queue if the last step wasn't forced. - // Timers currently will call their complete callbacks, which - // will dequeue but only if they were gotoEnd. - if ( dequeue || !gotoEnd ) { - jQuery.dequeue( this, type ); - } - } ); - }, - finish: function( type ) { - if ( type !== false ) { - type = type || "fx"; - } - return this.each( function() { - var index, - data = dataPriv.get( this ), - queue = data[ type + "queue" ], - hooks = data[ type + "queueHooks" ], - timers = jQuery.timers, - length = queue ? queue.length : 0; - - // Enable finishing flag on private data - data.finish = true; - - // Empty the queue first - jQuery.queue( this, type, [] ); - - if ( hooks && hooks.stop ) { - hooks.stop.call( this, true ); - } - - // Look for any active animations, and finish them - for ( index = timers.length; index--; ) { - if ( timers[ index ].elem === this && timers[ index ].queue === type ) { - timers[ index ].anim.stop( true ); - timers.splice( index, 1 ); - } - } - - // Look for any animations in the old queue and finish them - for ( index = 0; index < length; index++ ) { - if ( queue[ index ] && queue[ index ].finish ) { - queue[ index ].finish.call( this ); - } - } - - // Turn off finishing flag - delete data.finish; - } ); - } -} ); - -jQuery.each( [ "toggle", "show", "hide" ], function( i, name ) { - var cssFn = jQuery.fn[ name ]; - jQuery.fn[ name ] = function( speed, easing, callback ) { - return speed == null || typeof speed === "boolean" ? - cssFn.apply( this, arguments ) : - this.animate( genFx( name, true ), speed, easing, callback ); - }; -} ); - -// Generate shortcuts for custom animations -jQuery.each( { - slideDown: genFx( "show" ), - slideUp: genFx( "hide" ), - slideToggle: genFx( "toggle" ), - fadeIn: { opacity: "show" }, - fadeOut: { opacity: "hide" }, - fadeToggle: { opacity: "toggle" } -}, function( name, props ) { - jQuery.fn[ name ] = function( speed, easing, callback ) { - return this.animate( props, speed, easing, callback ); - }; -} ); - -jQuery.timers = []; -jQuery.fx.tick = function() { - var timer, - i = 0, - timers = jQuery.timers; - - fxNow = Date.now(); - - for ( ; i < timers.length; i++ ) { - timer = timers[ i ]; - - // Run the timer and safely remove it when done (allowing for external removal) - if ( !timer() && timers[ i ] === timer ) { - timers.splice( i--, 1 ); - } - } - - if ( !timers.length ) { - jQuery.fx.stop(); - } - fxNow = undefined; -}; - -jQuery.fx.timer = function( timer ) { - jQuery.timers.push( timer ); - jQuery.fx.start(); -}; - -jQuery.fx.interval = 13; -jQuery.fx.start = function() { - if ( inProgress ) { - return; - } - - inProgress = true; - schedule(); -}; - -jQuery.fx.stop = function() { - inProgress = null; -}; - -jQuery.fx.speeds = { - slow: 600, - fast: 200, - - // Default speed - _default: 400 -}; - - -// Based off of the plugin by Clint Helfers, with permission. -// https://web.archive.org/web/20100324014747/http://blindsignals.com/index.php/2009/07/jquery-delay/ -jQuery.fn.delay = function( time, type ) { - time = jQuery.fx ? jQuery.fx.speeds[ time ] || time : time; - type = type || "fx"; - - return this.queue( type, function( next, hooks ) { - var timeout = window.setTimeout( next, time ); - hooks.stop = function() { - window.clearTimeout( timeout ); - }; - } ); -}; - - -( function() { - var input = document.createElement( "input" ), - select = document.createElement( "select" ), - opt = select.appendChild( document.createElement( "option" ) ); - - input.type = "checkbox"; - - // Support: Android <=4.3 only - // Default value for a checkbox should be "on" - support.checkOn = input.value !== ""; - - // Support: IE <=11 only - // Must access selectedIndex to make default options select - support.optSelected = opt.selected; - - // Support: IE <=11 only - // An input loses its value after becoming a radio - input = document.createElement( "input" ); - input.value = "t"; - input.type = "radio"; - support.radioValue = input.value === "t"; -} )(); - - -var boolHook, - attrHandle = jQuery.expr.attrHandle; - -jQuery.fn.extend( { - attr: function( name, value ) { - return access( this, jQuery.attr, name, value, arguments.length > 1 ); - }, - - removeAttr: function( name ) { - return this.each( function() { - jQuery.removeAttr( this, name ); - } ); - } -} ); - -jQuery.extend( { - attr: function( elem, name, value ) { - var ret, hooks, - nType = elem.nodeType; - - // Don't get/set attributes on text, comment and attribute nodes - if ( nType === 3 || nType === 8 || nType === 2 ) { - return; - } - - // Fallback to prop when attributes are not supported - if ( typeof elem.getAttribute === "undefined" ) { - return jQuery.prop( elem, name, value ); - } - - // Attribute hooks are determined by the lowercase version - // Grab necessary hook if one is defined - if ( nType !== 1 || !jQuery.isXMLDoc( elem ) ) { - hooks = jQuery.attrHooks[ name.toLowerCase() ] || - ( jQuery.expr.match.bool.test( name ) ? boolHook : undefined ); - } - - if ( value !== undefined ) { - if ( value === null ) { - jQuery.removeAttr( elem, name ); - return; - } - - if ( hooks && "set" in hooks && - ( ret = hooks.set( elem, value, name ) ) !== undefined ) { - return ret; - } - - elem.setAttribute( name, value + "" ); - return value; - } - - if ( hooks && "get" in hooks && ( ret = hooks.get( elem, name ) ) !== null ) { - return ret; - } - - ret = jQuery.find.attr( elem, name ); - - // Non-existent attributes return null, we normalize to undefined - return ret == null ? undefined : ret; - }, - - attrHooks: { - type: { - set: function( elem, value ) { - if ( !support.radioValue && value === "radio" && - nodeName( elem, "input" ) ) { - var val = elem.value; - elem.setAttribute( "type", value ); - if ( val ) { - elem.value = val; - } - return value; - } - } - } - }, - - removeAttr: function( elem, value ) { - var name, - i = 0, - - // Attribute names can contain non-HTML whitespace characters - // https://html.spec.whatwg.org/multipage/syntax.html#attributes-2 - attrNames = value && value.match( rnothtmlwhite ); - - if ( attrNames && elem.nodeType === 1 ) { - while ( ( name = attrNames[ i++ ] ) ) { - elem.removeAttribute( name ); - } - } - } -} ); - -// Hooks for boolean attributes -boolHook = { - set: function( elem, value, name ) { - if ( value === false ) { - - // Remove boolean attributes when set to false - jQuery.removeAttr( elem, name ); - } else { - elem.setAttribute( name, name ); - } - return name; - } -}; - -jQuery.each( jQuery.expr.match.bool.source.match( /\w+/g ), function( i, name ) { - var getter = attrHandle[ name ] || jQuery.find.attr; - - attrHandle[ name ] = function( elem, name, isXML ) { - var ret, handle, - lowercaseName = name.toLowerCase(); - - if ( !isXML ) { - - // Avoid an infinite loop by temporarily removing this function from the getter - handle = attrHandle[ lowercaseName ]; - attrHandle[ lowercaseName ] = ret; - ret = getter( elem, name, isXML ) != null ? - lowercaseName : - null; - attrHandle[ lowercaseName ] = handle; - } - return ret; - }; -} ); - - - - -var rfocusable = /^(?:input|select|textarea|button)$/i, - rclickable = /^(?:a|area)$/i; - -jQuery.fn.extend( { - prop: function( name, value ) { - return access( this, jQuery.prop, name, value, arguments.length > 1 ); - }, - - removeProp: function( name ) { - return this.each( function() { - delete this[ jQuery.propFix[ name ] || name ]; - } ); - } -} ); - -jQuery.extend( { - prop: function( elem, name, value ) { - var ret, hooks, - nType = elem.nodeType; - - // Don't get/set properties on text, comment and attribute nodes - if ( nType === 3 || nType === 8 || nType === 2 ) { - return; - } - - if ( nType !== 1 || !jQuery.isXMLDoc( elem ) ) { - - // Fix name and attach hooks - name = jQuery.propFix[ name ] || name; - hooks = jQuery.propHooks[ name ]; - } - - if ( value !== undefined ) { - if ( hooks && "set" in hooks && - ( ret = hooks.set( elem, value, name ) ) !== undefined ) { - return ret; - } - - return ( elem[ name ] = value ); - } - - if ( hooks && "get" in hooks && ( ret = hooks.get( elem, name ) ) !== null ) { - return ret; - } - - return elem[ name ]; - }, - - propHooks: { - tabIndex: { - get: function( elem ) { - - // Support: IE <=9 - 11 only - // elem.tabIndex doesn't always return the - // correct value when it hasn't been explicitly set - // https://web.archive.org/web/20141116233347/http://fluidproject.org/blog/2008/01/09/getting-setting-and-removing-tabindex-values-with-javascript/ - // Use proper attribute retrieval(#12072) - var tabindex = jQuery.find.attr( elem, "tabindex" ); - - if ( tabindex ) { - return parseInt( tabindex, 10 ); - } - - if ( - rfocusable.test( elem.nodeName ) || - rclickable.test( elem.nodeName ) && - elem.href - ) { - return 0; - } - - return -1; - } - } - }, - - propFix: { - "for": "htmlFor", - "class": "className" - } -} ); - -// Support: IE <=11 only -// Accessing the selectedIndex property -// forces the browser to respect setting selected -// on the option -// The getter ensures a default option is selected -// when in an optgroup -// eslint rule "no-unused-expressions" is disabled for this code -// since it considers such accessions noop -if ( !support.optSelected ) { - jQuery.propHooks.selected = { - get: function( elem ) { - - /* eslint no-unused-expressions: "off" */ - - var parent = elem.parentNode; - if ( parent && parent.parentNode ) { - parent.parentNode.selectedIndex; - } - return null; - }, - set: function( elem ) { - - /* eslint no-unused-expressions: "off" */ - - var parent = elem.parentNode; - if ( parent ) { - parent.selectedIndex; - - if ( parent.parentNode ) { - parent.parentNode.selectedIndex; - } - } - } - }; -} - -jQuery.each( [ - "tabIndex", - "readOnly", - "maxLength", - "cellSpacing", - "cellPadding", - "rowSpan", - "colSpan", - "useMap", - "frameBorder", - "contentEditable" -], function() { - jQuery.propFix[ this.toLowerCase() ] = this; -} ); - - - - - // Strip and collapse whitespace according to HTML spec - // https://infra.spec.whatwg.org/#strip-and-collapse-ascii-whitespace - function stripAndCollapse( value ) { - var tokens = value.match( rnothtmlwhite ) || []; - return tokens.join( " " ); - } - - -function getClass( elem ) { - return elem.getAttribute && elem.getAttribute( "class" ) || ""; -} - -function classesToArray( value ) { - if ( Array.isArray( value ) ) { - return value; - } - if ( typeof value === "string" ) { - return value.match( rnothtmlwhite ) || []; - } - return []; -} - -jQuery.fn.extend( { - addClass: function( value ) { - var classes, elem, cur, curValue, clazz, j, finalValue, - i = 0; - - if ( isFunction( value ) ) { - return this.each( function( j ) { - jQuery( this ).addClass( value.call( this, j, getClass( this ) ) ); - } ); - } - - classes = classesToArray( value ); - - if ( classes.length ) { - while ( ( elem = this[ i++ ] ) ) { - curValue = getClass( elem ); - cur = elem.nodeType === 1 && ( " " + stripAndCollapse( curValue ) + " " ); - - if ( cur ) { - j = 0; - while ( ( clazz = classes[ j++ ] ) ) { - if ( cur.indexOf( " " + clazz + " " ) < 0 ) { - cur += clazz + " "; - } - } - - // Only assign if different to avoid unneeded rendering. - finalValue = stripAndCollapse( cur ); - if ( curValue !== finalValue ) { - elem.setAttribute( "class", finalValue ); - } - } - } - } - - return this; - }, - - removeClass: function( value ) { - var classes, elem, cur, curValue, clazz, j, finalValue, - i = 0; - - if ( isFunction( value ) ) { - return this.each( function( j ) { - jQuery( this ).removeClass( value.call( this, j, getClass( this ) ) ); - } ); - } - - if ( !arguments.length ) { - return this.attr( "class", "" ); - } - - classes = classesToArray( value ); - - if ( classes.length ) { - while ( ( elem = this[ i++ ] ) ) { - curValue = getClass( elem ); - - // This expression is here for better compressibility (see addClass) - cur = elem.nodeType === 1 && ( " " + stripAndCollapse( curValue ) + " " ); - - if ( cur ) { - j = 0; - while ( ( clazz = classes[ j++ ] ) ) { - - // Remove *all* instances - while ( cur.indexOf( " " + clazz + " " ) > -1 ) { - cur = cur.replace( " " + clazz + " ", " " ); - } - } - - // Only assign if different to avoid unneeded rendering. - finalValue = stripAndCollapse( cur ); - if ( curValue !== finalValue ) { - elem.setAttribute( "class", finalValue ); - } - } - } - } - - return this; - }, - - toggleClass: function( value, stateVal ) { - var type = typeof value, - isValidValue = type === "string" || Array.isArray( value ); - - if ( typeof stateVal === "boolean" && isValidValue ) { - return stateVal ? this.addClass( value ) : this.removeClass( value ); - } - - if ( isFunction( value ) ) { - return this.each( function( i ) { - jQuery( this ).toggleClass( - value.call( this, i, getClass( this ), stateVal ), - stateVal - ); - } ); - } - - return this.each( function() { - var className, i, self, classNames; - - if ( isValidValue ) { - - // Toggle individual class names - i = 0; - self = jQuery( this ); - classNames = classesToArray( value ); - - while ( ( className = classNames[ i++ ] ) ) { - - // Check each className given, space separated list - if ( self.hasClass( className ) ) { - self.removeClass( className ); - } else { - self.addClass( className ); - } - } - - // Toggle whole class name - } else if ( value === undefined || type === "boolean" ) { - className = getClass( this ); - if ( className ) { - - // Store className if set - dataPriv.set( this, "__className__", className ); - } - - // If the element has a class name or if we're passed `false`, - // then remove the whole classname (if there was one, the above saved it). - // Otherwise bring back whatever was previously saved (if anything), - // falling back to the empty string if nothing was stored. - if ( this.setAttribute ) { - this.setAttribute( "class", - className || value === false ? - "" : - dataPriv.get( this, "__className__" ) || "" - ); - } - } - } ); - }, - - hasClass: function( selector ) { - var className, elem, - i = 0; - - className = " " + selector + " "; - while ( ( elem = this[ i++ ] ) ) { - if ( elem.nodeType === 1 && - ( " " + stripAndCollapse( getClass( elem ) ) + " " ).indexOf( className ) > -1 ) { - return true; - } - } - - return false; - } -} ); - - - - -var rreturn = /\r/g; - -jQuery.fn.extend( { - val: function( value ) { - var hooks, ret, valueIsFunction, - elem = this[ 0 ]; - - if ( !arguments.length ) { - if ( elem ) { - hooks = jQuery.valHooks[ elem.type ] || - jQuery.valHooks[ elem.nodeName.toLowerCase() ]; - - if ( hooks && - "get" in hooks && - ( ret = hooks.get( elem, "value" ) ) !== undefined - ) { - return ret; - } - - ret = elem.value; - - // Handle most common string cases - if ( typeof ret === "string" ) { - return ret.replace( rreturn, "" ); - } - - // Handle cases where value is null/undef or number - return ret == null ? "" : ret; - } - - return; - } - - valueIsFunction = isFunction( value ); - - return this.each( function( i ) { - var val; - - if ( this.nodeType !== 1 ) { - return; - } - - if ( valueIsFunction ) { - val = value.call( this, i, jQuery( this ).val() ); - } else { - val = value; - } - - // Treat null/undefined as ""; convert numbers to string - if ( val == null ) { - val = ""; - - } else if ( typeof val === "number" ) { - val += ""; - - } else if ( Array.isArray( val ) ) { - val = jQuery.map( val, function( value ) { - return value == null ? "" : value + ""; - } ); - } - - hooks = jQuery.valHooks[ this.type ] || jQuery.valHooks[ this.nodeName.toLowerCase() ]; - - // If set returns undefined, fall back to normal setting - if ( !hooks || !( "set" in hooks ) || hooks.set( this, val, "value" ) === undefined ) { - this.value = val; - } - } ); - } -} ); - -jQuery.extend( { - valHooks: { - option: { - get: function( elem ) { - - var val = jQuery.find.attr( elem, "value" ); - return val != null ? - val : - - // Support: IE <=10 - 11 only - // option.text throws exceptions (#14686, #14858) - // Strip and collapse whitespace - // https://html.spec.whatwg.org/#strip-and-collapse-whitespace - stripAndCollapse( jQuery.text( elem ) ); - } - }, - select: { - get: function( elem ) { - var value, option, i, - options = elem.options, - index = elem.selectedIndex, - one = elem.type === "select-one", - values = one ? null : [], - max = one ? index + 1 : options.length; - - if ( index < 0 ) { - i = max; - - } else { - i = one ? index : 0; - } - - // Loop through all the selected options - for ( ; i < max; i++ ) { - option = options[ i ]; - - // Support: IE <=9 only - // IE8-9 doesn't update selected after form reset (#2551) - if ( ( option.selected || i === index ) && - - // Don't return options that are disabled or in a disabled optgroup - !option.disabled && - ( !option.parentNode.disabled || - !nodeName( option.parentNode, "optgroup" ) ) ) { - - // Get the specific value for the option - value = jQuery( option ).val(); - - // We don't need an array for one selects - if ( one ) { - return value; - } - - // Multi-Selects return an array - values.push( value ); - } - } - - return values; - }, - - set: function( elem, value ) { - var optionSet, option, - options = elem.options, - values = jQuery.makeArray( value ), - i = options.length; - - while ( i-- ) { - option = options[ i ]; - - /* eslint-disable no-cond-assign */ - - if ( option.selected = - jQuery.inArray( jQuery.valHooks.option.get( option ), values ) > -1 - ) { - optionSet = true; - } - - /* eslint-enable no-cond-assign */ - } - - // Force browsers to behave consistently when non-matching value is set - if ( !optionSet ) { - elem.selectedIndex = -1; - } - return values; - } - } - } -} ); - -// Radios and checkboxes getter/setter -jQuery.each( [ "radio", "checkbox" ], function() { - jQuery.valHooks[ this ] = { - set: function( elem, value ) { - if ( Array.isArray( value ) ) { - return ( elem.checked = jQuery.inArray( jQuery( elem ).val(), value ) > -1 ); - } - } - }; - if ( !support.checkOn ) { - jQuery.valHooks[ this ].get = function( elem ) { - return elem.getAttribute( "value" ) === null ? "on" : elem.value; - }; - } -} ); - - - - -// Return jQuery for attributes-only inclusion - - -support.focusin = "onfocusin" in window; - - -var rfocusMorph = /^(?:focusinfocus|focusoutblur)$/, - stopPropagationCallback = function( e ) { - e.stopPropagation(); - }; - -jQuery.extend( jQuery.event, { - - trigger: function( event, data, elem, onlyHandlers ) { - - var i, cur, tmp, bubbleType, ontype, handle, special, lastElement, - eventPath = [ elem || document ], - type = hasOwn.call( event, "type" ) ? event.type : event, - namespaces = hasOwn.call( event, "namespace" ) ? event.namespace.split( "." ) : []; - - cur = lastElement = tmp = elem = elem || document; - - // Don't do events on text and comment nodes - if ( elem.nodeType === 3 || elem.nodeType === 8 ) { - return; - } - - // focus/blur morphs to focusin/out; ensure we're not firing them right now - if ( rfocusMorph.test( type + jQuery.event.triggered ) ) { - return; - } - - if ( type.indexOf( "." ) > -1 ) { - - // Namespaced trigger; create a regexp to match event type in handle() - namespaces = type.split( "." ); - type = namespaces.shift(); - namespaces.sort(); - } - ontype = type.indexOf( ":" ) < 0 && "on" + type; - - // Caller can pass in a jQuery.Event object, Object, or just an event type string - event = event[ jQuery.expando ] ? - event : - new jQuery.Event( type, typeof event === "object" && event ); - - // Trigger bitmask: & 1 for native handlers; & 2 for jQuery (always true) - event.isTrigger = onlyHandlers ? 2 : 3; - event.namespace = namespaces.join( "." ); - event.rnamespace = event.namespace ? - new RegExp( "(^|\\.)" + namespaces.join( "\\.(?:.*\\.|)" ) + "(\\.|$)" ) : - null; - - // Clean up the event in case it is being reused - event.result = undefined; - if ( !event.target ) { - event.target = elem; - } - - // Clone any incoming data and prepend the event, creating the handler arg list - data = data == null ? - [ event ] : - jQuery.makeArray( data, [ event ] ); - - // Allow special events to draw outside the lines - special = jQuery.event.special[ type ] || {}; - if ( !onlyHandlers && special.trigger && special.trigger.apply( elem, data ) === false ) { - return; - } - - // Determine event propagation path in advance, per W3C events spec (#9951) - // Bubble up to document, then to window; watch for a global ownerDocument var (#9724) - if ( !onlyHandlers && !special.noBubble && !isWindow( elem ) ) { - - bubbleType = special.delegateType || type; - if ( !rfocusMorph.test( bubbleType + type ) ) { - cur = cur.parentNode; - } - for ( ; cur; cur = cur.parentNode ) { - eventPath.push( cur ); - tmp = cur; - } - - // Only add window if we got to document (e.g., not plain obj or detached DOM) - if ( tmp === ( elem.ownerDocument || document ) ) { - eventPath.push( tmp.defaultView || tmp.parentWindow || window ); - } - } - - // Fire handlers on the event path - i = 0; - while ( ( cur = eventPath[ i++ ] ) && !event.isPropagationStopped() ) { - lastElement = cur; - event.type = i > 1 ? - bubbleType : - special.bindType || type; - - // jQuery handler - handle = ( dataPriv.get( cur, "events" ) || {} )[ event.type ] && - dataPriv.get( cur, "handle" ); - if ( handle ) { - handle.apply( cur, data ); - } - - // Native handler - handle = ontype && cur[ ontype ]; - if ( handle && handle.apply && acceptData( cur ) ) { - event.result = handle.apply( cur, data ); - if ( event.result === false ) { - event.preventDefault(); - } - } - } - event.type = type; - - // If nobody prevented the default action, do it now - if ( !onlyHandlers && !event.isDefaultPrevented() ) { - - if ( ( !special._default || - special._default.apply( eventPath.pop(), data ) === false ) && - acceptData( elem ) ) { - - // Call a native DOM method on the target with the same name as the event. - // Don't do default actions on window, that's where global variables be (#6170) - if ( ontype && isFunction( elem[ type ] ) && !isWindow( elem ) ) { - - // Don't re-trigger an onFOO event when we call its FOO() method - tmp = elem[ ontype ]; - - if ( tmp ) { - elem[ ontype ] = null; - } - - // Prevent re-triggering of the same event, since we already bubbled it above - jQuery.event.triggered = type; - - if ( event.isPropagationStopped() ) { - lastElement.addEventListener( type, stopPropagationCallback ); - } - - elem[ type ](); - - if ( event.isPropagationStopped() ) { - lastElement.removeEventListener( type, stopPropagationCallback ); - } - - jQuery.event.triggered = undefined; - - if ( tmp ) { - elem[ ontype ] = tmp; - } - } - } - } - - return event.result; - }, - - // Piggyback on a donor event to simulate a different one - // Used only for `focus(in | out)` events - simulate: function( type, elem, event ) { - var e = jQuery.extend( - new jQuery.Event(), - event, - { - type: type, - isSimulated: true - } - ); - - jQuery.event.trigger( e, null, elem ); - } - -} ); - -jQuery.fn.extend( { - - trigger: function( type, data ) { - return this.each( function() { - jQuery.event.trigger( type, data, this ); - } ); - }, - triggerHandler: function( type, data ) { - var elem = this[ 0 ]; - if ( elem ) { - return jQuery.event.trigger( type, data, elem, true ); - } - } -} ); - - -// Support: Firefox <=44 -// Firefox doesn't have focus(in | out) events -// Related ticket - https://bugzilla.mozilla.org/show_bug.cgi?id=687787 -// -// Support: Chrome <=48 - 49, Safari <=9.0 - 9.1 -// focus(in | out) events fire after focus & blur events, -// which is spec violation - http://www.w3.org/TR/DOM-Level-3-Events/#events-focusevent-event-order -// Related ticket - https://bugs.chromium.org/p/chromium/issues/detail?id=449857 -if ( !support.focusin ) { - jQuery.each( { focus: "focusin", blur: "focusout" }, function( orig, fix ) { - - // Attach a single capturing handler on the document while someone wants focusin/focusout - var handler = function( event ) { - jQuery.event.simulate( fix, event.target, jQuery.event.fix( event ) ); - }; - - jQuery.event.special[ fix ] = { - setup: function() { - var doc = this.ownerDocument || this, - attaches = dataPriv.access( doc, fix ); - - if ( !attaches ) { - doc.addEventListener( orig, handler, true ); - } - dataPriv.access( doc, fix, ( attaches || 0 ) + 1 ); - }, - teardown: function() { - var doc = this.ownerDocument || this, - attaches = dataPriv.access( doc, fix ) - 1; - - if ( !attaches ) { - doc.removeEventListener( orig, handler, true ); - dataPriv.remove( doc, fix ); - - } else { - dataPriv.access( doc, fix, attaches ); - } - } - }; - } ); -} -var location = window.location; - -var nonce = Date.now(); - -var rquery = ( /\?/ ); - - - -// Cross-browser xml parsing -jQuery.parseXML = function( data ) { - var xml; - if ( !data || typeof data !== "string" ) { - return null; - } - - // Support: IE 9 - 11 only - // IE throws on parseFromString with invalid input. - try { - xml = ( new window.DOMParser() ).parseFromString( data, "text/xml" ); - } catch ( e ) { - xml = undefined; - } - - if ( !xml || xml.getElementsByTagName( "parsererror" ).length ) { - jQuery.error( "Invalid XML: " + data ); - } - return xml; -}; - - -var - rbracket = /\[\]$/, - rCRLF = /\r?\n/g, - rsubmitterTypes = /^(?:submit|button|image|reset|file)$/i, - rsubmittable = /^(?:input|select|textarea|keygen)/i; - -function buildParams( prefix, obj, traditional, add ) { - var name; - - if ( Array.isArray( obj ) ) { - - // Serialize array item. - jQuery.each( obj, function( i, v ) { - if ( traditional || rbracket.test( prefix ) ) { - - // Treat each array item as a scalar. - add( prefix, v ); - - } else { - - // Item is non-scalar (array or object), encode its numeric index. - buildParams( - prefix + "[" + ( typeof v === "object" && v != null ? i : "" ) + "]", - v, - traditional, - add - ); - } - } ); - - } else if ( !traditional && toType( obj ) === "object" ) { - - // Serialize object item. - for ( name in obj ) { - buildParams( prefix + "[" + name + "]", obj[ name ], traditional, add ); - } - - } else { - - // Serialize scalar item. - add( prefix, obj ); - } -} - -// Serialize an array of form elements or a set of -// key/values into a query string -jQuery.param = function( a, traditional ) { - var prefix, - s = [], - add = function( key, valueOrFunction ) { - - // If value is a function, invoke it and use its return value - var value = isFunction( valueOrFunction ) ? - valueOrFunction() : - valueOrFunction; - - s[ s.length ] = encodeURIComponent( key ) + "=" + - encodeURIComponent( value == null ? "" : value ); - }; - - // If an array was passed in, assume that it is an array of form elements. - if ( Array.isArray( a ) || ( a.jquery && !jQuery.isPlainObject( a ) ) ) { - - // Serialize the form elements - jQuery.each( a, function() { - add( this.name, this.value ); - } ); - - } else { - - // If traditional, encode the "old" way (the way 1.3.2 or older - // did it), otherwise encode params recursively. - for ( prefix in a ) { - buildParams( prefix, a[ prefix ], traditional, add ); - } - } - - // Return the resulting serialization - return s.join( "&" ); -}; - -jQuery.fn.extend( { - serialize: function() { - return jQuery.param( this.serializeArray() ); - }, - serializeArray: function() { - return this.map( function() { - - // Can add propHook for "elements" to filter or add form elements - var elements = jQuery.prop( this, "elements" ); - return elements ? jQuery.makeArray( elements ) : this; - } ) - .filter( function() { - var type = this.type; - - // Use .is( ":disabled" ) so that fieldset[disabled] works - return this.name && !jQuery( this ).is( ":disabled" ) && - rsubmittable.test( this.nodeName ) && !rsubmitterTypes.test( type ) && - ( this.checked || !rcheckableType.test( type ) ); - } ) - .map( function( i, elem ) { - var val = jQuery( this ).val(); - - if ( val == null ) { - return null; - } - - if ( Array.isArray( val ) ) { - return jQuery.map( val, function( val ) { - return { name: elem.name, value: val.replace( rCRLF, "\r\n" ) }; - } ); - } - - return { name: elem.name, value: val.replace( rCRLF, "\r\n" ) }; - } ).get(); - } -} ); - - -var - r20 = /%20/g, - rhash = /#.*$/, - rantiCache = /([?&])_=[^&]*/, - rheaders = /^(.*?):[ \t]*([^\r\n]*)$/mg, - - // #7653, #8125, #8152: local protocol detection - rlocalProtocol = /^(?:about|app|app-storage|.+-extension|file|res|widget):$/, - rnoContent = /^(?:GET|HEAD)$/, - rprotocol = /^\/\//, - - /* Prefilters - * 1) They are useful to introduce custom dataTypes (see ajax/jsonp.js for an example) - * 2) These are called: - * - BEFORE asking for a transport - * - AFTER param serialization (s.data is a string if s.processData is true) - * 3) key is the dataType - * 4) the catchall symbol "*" can be used - * 5) execution will start with transport dataType and THEN continue down to "*" if needed - */ - prefilters = {}, - - /* Transports bindings - * 1) key is the dataType - * 2) the catchall symbol "*" can be used - * 3) selection will start with transport dataType and THEN go to "*" if needed - */ - transports = {}, - - // Avoid comment-prolog char sequence (#10098); must appease lint and evade compression - allTypes = "*/".concat( "*" ), - - // Anchor tag for parsing the document origin - originAnchor = document.createElement( "a" ); - originAnchor.href = location.href; - -// Base "constructor" for jQuery.ajaxPrefilter and jQuery.ajaxTransport -function addToPrefiltersOrTransports( structure ) { - - // dataTypeExpression is optional and defaults to "*" - return function( dataTypeExpression, func ) { - - if ( typeof dataTypeExpression !== "string" ) { - func = dataTypeExpression; - dataTypeExpression = "*"; - } - - var dataType, - i = 0, - dataTypes = dataTypeExpression.toLowerCase().match( rnothtmlwhite ) || []; - - if ( isFunction( func ) ) { - - // For each dataType in the dataTypeExpression - while ( ( dataType = dataTypes[ i++ ] ) ) { - - // Prepend if requested - if ( dataType[ 0 ] === "+" ) { - dataType = dataType.slice( 1 ) || "*"; - ( structure[ dataType ] = structure[ dataType ] || [] ).unshift( func ); - - // Otherwise append - } else { - ( structure[ dataType ] = structure[ dataType ] || [] ).push( func ); - } - } - } - }; -} - -// Base inspection function for prefilters and transports -function inspectPrefiltersOrTransports( structure, options, originalOptions, jqXHR ) { - - var inspected = {}, - seekingTransport = ( structure === transports ); - - function inspect( dataType ) { - var selected; - inspected[ dataType ] = true; - jQuery.each( structure[ dataType ] || [], function( _, prefilterOrFactory ) { - var dataTypeOrTransport = prefilterOrFactory( options, originalOptions, jqXHR ); - if ( typeof dataTypeOrTransport === "string" && - !seekingTransport && !inspected[ dataTypeOrTransport ] ) { - - options.dataTypes.unshift( dataTypeOrTransport ); - inspect( dataTypeOrTransport ); - return false; - } else if ( seekingTransport ) { - return !( selected = dataTypeOrTransport ); - } - } ); - return selected; - } - - return inspect( options.dataTypes[ 0 ] ) || !inspected[ "*" ] && inspect( "*" ); -} - -// A special extend for ajax options -// that takes "flat" options (not to be deep extended) -// Fixes #9887 -function ajaxExtend( target, src ) { - var key, deep, - flatOptions = jQuery.ajaxSettings.flatOptions || {}; - - for ( key in src ) { - if ( src[ key ] !== undefined ) { - ( flatOptions[ key ] ? target : ( deep || ( deep = {} ) ) )[ key ] = src[ key ]; - } - } - if ( deep ) { - jQuery.extend( true, target, deep ); - } - - return target; -} - -/* Handles responses to an ajax request: - * - finds the right dataType (mediates between content-type and expected dataType) - * - returns the corresponding response - */ -function ajaxHandleResponses( s, jqXHR, responses ) { - - var ct, type, finalDataType, firstDataType, - contents = s.contents, - dataTypes = s.dataTypes; - - // Remove auto dataType and get content-type in the process - while ( dataTypes[ 0 ] === "*" ) { - dataTypes.shift(); - if ( ct === undefined ) { - ct = s.mimeType || jqXHR.getResponseHeader( "Content-Type" ); - } - } - - // Check if we're dealing with a known content-type - if ( ct ) { - for ( type in contents ) { - if ( contents[ type ] && contents[ type ].test( ct ) ) { - dataTypes.unshift( type ); - break; - } - } - } - - // Check to see if we have a response for the expected dataType - if ( dataTypes[ 0 ] in responses ) { - finalDataType = dataTypes[ 0 ]; - } else { - - // Try convertible dataTypes - for ( type in responses ) { - if ( !dataTypes[ 0 ] || s.converters[ type + " " + dataTypes[ 0 ] ] ) { - finalDataType = type; - break; - } - if ( !firstDataType ) { - firstDataType = type; - } - } - - // Or just use first one - finalDataType = finalDataType || firstDataType; - } - - // If we found a dataType - // We add the dataType to the list if needed - // and return the corresponding response - if ( finalDataType ) { - if ( finalDataType !== dataTypes[ 0 ] ) { - dataTypes.unshift( finalDataType ); - } - return responses[ finalDataType ]; - } -} - -/* Chain conversions given the request and the original response - * Also sets the responseXXX fields on the jqXHR instance - */ -function ajaxConvert( s, response, jqXHR, isSuccess ) { - var conv2, current, conv, tmp, prev, - converters = {}, - - // Work with a copy of dataTypes in case we need to modify it for conversion - dataTypes = s.dataTypes.slice(); - - // Create converters map with lowercased keys - if ( dataTypes[ 1 ] ) { - for ( conv in s.converters ) { - converters[ conv.toLowerCase() ] = s.converters[ conv ]; - } - } - - current = dataTypes.shift(); - - // Convert to each sequential dataType - while ( current ) { - - if ( s.responseFields[ current ] ) { - jqXHR[ s.responseFields[ current ] ] = response; - } - - // Apply the dataFilter if provided - if ( !prev && isSuccess && s.dataFilter ) { - response = s.dataFilter( response, s.dataType ); - } - - prev = current; - current = dataTypes.shift(); - - if ( current ) { - - // There's only work to do if current dataType is non-auto - if ( current === "*" ) { - - current = prev; - - // Convert response if prev dataType is non-auto and differs from current - } else if ( prev !== "*" && prev !== current ) { - - // Seek a direct converter - conv = converters[ prev + " " + current ] || converters[ "* " + current ]; - - // If none found, seek a pair - if ( !conv ) { - for ( conv2 in converters ) { - - // If conv2 outputs current - tmp = conv2.split( " " ); - if ( tmp[ 1 ] === current ) { - - // If prev can be converted to accepted input - conv = converters[ prev + " " + tmp[ 0 ] ] || - converters[ "* " + tmp[ 0 ] ]; - if ( conv ) { - - // Condense equivalence converters - if ( conv === true ) { - conv = converters[ conv2 ]; - - // Otherwise, insert the intermediate dataType - } else if ( converters[ conv2 ] !== true ) { - current = tmp[ 0 ]; - dataTypes.unshift( tmp[ 1 ] ); - } - break; - } - } - } - } - - // Apply converter (if not an equivalence) - if ( conv !== true ) { - - // Unless errors are allowed to bubble, catch and return them - if ( conv && s.throws ) { - response = conv( response ); - } else { - try { - response = conv( response ); - } catch ( e ) { - return { - state: "parsererror", - error: conv ? e : "No conversion from " + prev + " to " + current - }; - } - } - } - } - } - } - - return { state: "success", data: response }; -} - -jQuery.extend( { - - // Counter for holding the number of active queries - active: 0, - - // Last-Modified header cache for next request - lastModified: {}, - etag: {}, - - ajaxSettings: { - url: location.href, - type: "GET", - isLocal: rlocalProtocol.test( location.protocol ), - global: true, - processData: true, - async: true, - contentType: "application/x-www-form-urlencoded; charset=UTF-8", - - /* - timeout: 0, - data: null, - dataType: null, - username: null, - password: null, - cache: null, - throws: false, - traditional: false, - headers: {}, - */ - - accepts: { - "*": allTypes, - text: "text/plain", - html: "text/html", - xml: "application/xml, text/xml", - json: "application/json, text/javascript" - }, - - contents: { - xml: /\bxml\b/, - html: /\bhtml/, - json: /\bjson\b/ - }, - - responseFields: { - xml: "responseXML", - text: "responseText", - json: "responseJSON" - }, - - // Data converters - // Keys separate source (or catchall "*") and destination types with a single space - converters: { - - // Convert anything to text - "* text": String, - - // Text to html (true = no transformation) - "text html": true, - - // Evaluate text as a json expression - "text json": JSON.parse, - - // Parse text as xml - "text xml": jQuery.parseXML - }, - - // For options that shouldn't be deep extended: - // you can add your own custom options here if - // and when you create one that shouldn't be - // deep extended (see ajaxExtend) - flatOptions: { - url: true, - context: true - } - }, - - // Creates a full fledged settings object into target - // with both ajaxSettings and settings fields. - // If target is omitted, writes into ajaxSettings. - ajaxSetup: function( target, settings ) { - return settings ? - - // Building a settings object - ajaxExtend( ajaxExtend( target, jQuery.ajaxSettings ), settings ) : - - // Extending ajaxSettings - ajaxExtend( jQuery.ajaxSettings, target ); - }, - - ajaxPrefilter: addToPrefiltersOrTransports( prefilters ), - ajaxTransport: addToPrefiltersOrTransports( transports ), - - // Main method - ajax: function( url, options ) { - - // If url is an object, simulate pre-1.5 signature - if ( typeof url === "object" ) { - options = url; - url = undefined; - } - - // Force options to be an object - options = options || {}; - - var transport, - - // URL without anti-cache param - cacheURL, - - // Response headers - responseHeadersString, - responseHeaders, - - // timeout handle - timeoutTimer, - - // Url cleanup var - urlAnchor, - - // Request state (becomes false upon send and true upon completion) - completed, - - // To know if global events are to be dispatched - fireGlobals, - - // Loop variable - i, - - // uncached part of the url - uncached, - - // Create the final options object - s = jQuery.ajaxSetup( {}, options ), - - // Callbacks context - callbackContext = s.context || s, - - // Context for global events is callbackContext if it is a DOM node or jQuery collection - globalEventContext = s.context && - ( callbackContext.nodeType || callbackContext.jquery ) ? - jQuery( callbackContext ) : - jQuery.event, - - // Deferreds - deferred = jQuery.Deferred(), - completeDeferred = jQuery.Callbacks( "once memory" ), - - // Status-dependent callbacks - statusCode = s.statusCode || {}, - - // Headers (they are sent all at once) - requestHeaders = {}, - requestHeadersNames = {}, - - // Default abort message - strAbort = "canceled", - - // Fake xhr - jqXHR = { - readyState: 0, - - // Builds headers hashtable if needed - getResponseHeader: function( key ) { - var match; - if ( completed ) { - if ( !responseHeaders ) { - responseHeaders = {}; - while ( ( match = rheaders.exec( responseHeadersString ) ) ) { - responseHeaders[ match[ 1 ].toLowerCase() ] = match[ 2 ]; - } - } - match = responseHeaders[ key.toLowerCase() ]; - } - return match == null ? null : match; - }, - - // Raw string - getAllResponseHeaders: function() { - return completed ? responseHeadersString : null; - }, - - // Caches the header - setRequestHeader: function( name, value ) { - if ( completed == null ) { - name = requestHeadersNames[ name.toLowerCase() ] = - requestHeadersNames[ name.toLowerCase() ] || name; - requestHeaders[ name ] = value; - } - return this; - }, - - // Overrides response content-type header - overrideMimeType: function( type ) { - if ( completed == null ) { - s.mimeType = type; - } - return this; - }, - - // Status-dependent callbacks - statusCode: function( map ) { - var code; - if ( map ) { - if ( completed ) { - - // Execute the appropriate callbacks - jqXHR.always( map[ jqXHR.status ] ); - } else { - - // Lazy-add the new callbacks in a way that preserves old ones - for ( code in map ) { - statusCode[ code ] = [ statusCode[ code ], map[ code ] ]; - } - } - } - return this; - }, - - // Cancel the request - abort: function( statusText ) { - var finalText = statusText || strAbort; - if ( transport ) { - transport.abort( finalText ); - } - done( 0, finalText ); - return this; - } - }; - - // Attach deferreds - deferred.promise( jqXHR ); - - // Add protocol if not provided (prefilters might expect it) - // Handle falsy url in the settings object (#10093: consistency with old signature) - // We also use the url parameter if available - s.url = ( ( url || s.url || location.href ) + "" ) - .replace( rprotocol, location.protocol + "//" ); - - // Alias method option to type as per ticket #12004 - s.type = options.method || options.type || s.method || s.type; - - // Extract dataTypes list - s.dataTypes = ( s.dataType || "*" ).toLowerCase().match( rnothtmlwhite ) || [ "" ]; - - // A cross-domain request is in order when the origin doesn't match the current origin. - if ( s.crossDomain == null ) { - urlAnchor = document.createElement( "a" ); - - // Support: IE <=8 - 11, Edge 12 - 15 - // IE throws exception on accessing the href property if url is malformed, - // e.g. http://example.com:80x/ - try { - urlAnchor.href = s.url; - - // Support: IE <=8 - 11 only - // Anchor's host property isn't correctly set when s.url is relative - urlAnchor.href = urlAnchor.href; - s.crossDomain = originAnchor.protocol + "//" + originAnchor.host !== - urlAnchor.protocol + "//" + urlAnchor.host; - } catch ( e ) { - - // If there is an error parsing the URL, assume it is crossDomain, - // it can be rejected by the transport if it is invalid - s.crossDomain = true; - } - } - - // Convert data if not already a string - if ( s.data && s.processData && typeof s.data !== "string" ) { - s.data = jQuery.param( s.data, s.traditional ); - } - - // Apply prefilters - inspectPrefiltersOrTransports( prefilters, s, options, jqXHR ); - - // If request was aborted inside a prefilter, stop there - if ( completed ) { - return jqXHR; - } - - // We can fire global events as of now if asked to - // Don't fire events if jQuery.event is undefined in an AMD-usage scenario (#15118) - fireGlobals = jQuery.event && s.global; - - // Watch for a new set of requests - if ( fireGlobals && jQuery.active++ === 0 ) { - jQuery.event.trigger( "ajaxStart" ); - } - - // Uppercase the type - s.type = s.type.toUpperCase(); - - // Determine if request has content - s.hasContent = !rnoContent.test( s.type ); - - // Save the URL in case we're toying with the If-Modified-Since - // and/or If-None-Match header later on - // Remove hash to simplify url manipulation - cacheURL = s.url.replace( rhash, "" ); - - // More options handling for requests with no content - if ( !s.hasContent ) { - - // Remember the hash so we can put it back - uncached = s.url.slice( cacheURL.length ); - - // If data is available and should be processed, append data to url - if ( s.data && ( s.processData || typeof s.data === "string" ) ) { - cacheURL += ( rquery.test( cacheURL ) ? "&" : "?" ) + s.data; - - // #9682: remove data so that it's not used in an eventual retry - delete s.data; - } - - // Add or update anti-cache param if needed - if ( s.cache === false ) { - cacheURL = cacheURL.replace( rantiCache, "$1" ); - uncached = ( rquery.test( cacheURL ) ? "&" : "?" ) + "_=" + ( nonce++ ) + uncached; - } - - // Put hash and anti-cache on the URL that will be requested (gh-1732) - s.url = cacheURL + uncached; - - // Change '%20' to '+' if this is encoded form body content (gh-2658) - } else if ( s.data && s.processData && - ( s.contentType || "" ).indexOf( "application/x-www-form-urlencoded" ) === 0 ) { - s.data = s.data.replace( r20, "+" ); - } - - // Set the If-Modified-Since and/or If-None-Match header, if in ifModified mode. - if ( s.ifModified ) { - if ( jQuery.lastModified[ cacheURL ] ) { - jqXHR.setRequestHeader( "If-Modified-Since", jQuery.lastModified[ cacheURL ] ); - } - if ( jQuery.etag[ cacheURL ] ) { - jqXHR.setRequestHeader( "If-None-Match", jQuery.etag[ cacheURL ] ); - } - } - - // Set the correct header, if data is being sent - if ( s.data && s.hasContent && s.contentType !== false || options.contentType ) { - jqXHR.setRequestHeader( "Content-Type", s.contentType ); - } - - // Set the Accepts header for the server, depending on the dataType - jqXHR.setRequestHeader( - "Accept", - s.dataTypes[ 0 ] && s.accepts[ s.dataTypes[ 0 ] ] ? - s.accepts[ s.dataTypes[ 0 ] ] + - ( s.dataTypes[ 0 ] !== "*" ? ", " + allTypes + "; q=0.01" : "" ) : - s.accepts[ "*" ] - ); - - // Check for headers option - for ( i in s.headers ) { - jqXHR.setRequestHeader( i, s.headers[ i ] ); - } - - // Allow custom headers/mimetypes and early abort - if ( s.beforeSend && - ( s.beforeSend.call( callbackContext, jqXHR, s ) === false || completed ) ) { - - // Abort if not done already and return - return jqXHR.abort(); - } - - // Aborting is no longer a cancellation - strAbort = "abort"; - - // Install callbacks on deferreds - completeDeferred.add( s.complete ); - jqXHR.done( s.success ); - jqXHR.fail( s.error ); - - // Get transport - transport = inspectPrefiltersOrTransports( transports, s, options, jqXHR ); - - // If no transport, we auto-abort - if ( !transport ) { - done( -1, "No Transport" ); - } else { - jqXHR.readyState = 1; - - // Send global event - if ( fireGlobals ) { - globalEventContext.trigger( "ajaxSend", [ jqXHR, s ] ); - } - - // If request was aborted inside ajaxSend, stop there - if ( completed ) { - return jqXHR; - } - - // Timeout - if ( s.async && s.timeout > 0 ) { - timeoutTimer = window.setTimeout( function() { - jqXHR.abort( "timeout" ); - }, s.timeout ); - } - - try { - completed = false; - transport.send( requestHeaders, done ); - } catch ( e ) { - - // Rethrow post-completion exceptions - if ( completed ) { - throw e; - } - - // Propagate others as results - done( -1, e ); - } - } - - // Callback for when everything is done - function done( status, nativeStatusText, responses, headers ) { - var isSuccess, success, error, response, modified, - statusText = nativeStatusText; - - // Ignore repeat invocations - if ( completed ) { - return; - } - - completed = true; - - // Clear timeout if it exists - if ( timeoutTimer ) { - window.clearTimeout( timeoutTimer ); - } - - // Dereference transport for early garbage collection - // (no matter how long the jqXHR object will be used) - transport = undefined; - - // Cache response headers - responseHeadersString = headers || ""; - - // Set readyState - jqXHR.readyState = status > 0 ? 4 : 0; - - // Determine if successful - isSuccess = status >= 200 && status < 300 || status === 304; - - // Get response data - if ( responses ) { - response = ajaxHandleResponses( s, jqXHR, responses ); - } - - // Convert no matter what (that way responseXXX fields are always set) - response = ajaxConvert( s, response, jqXHR, isSuccess ); - - // If successful, handle type chaining - if ( isSuccess ) { - - // Set the If-Modified-Since and/or If-None-Match header, if in ifModified mode. - if ( s.ifModified ) { - modified = jqXHR.getResponseHeader( "Last-Modified" ); - if ( modified ) { - jQuery.lastModified[ cacheURL ] = modified; - } - modified = jqXHR.getResponseHeader( "etag" ); - if ( modified ) { - jQuery.etag[ cacheURL ] = modified; - } - } - - // if no content - if ( status === 204 || s.type === "HEAD" ) { - statusText = "nocontent"; - - // if not modified - } else if ( status === 304 ) { - statusText = "notmodified"; - - // If we have data, let's convert it - } else { - statusText = response.state; - success = response.data; - error = response.error; - isSuccess = !error; - } - } else { - - // Extract error from statusText and normalize for non-aborts - error = statusText; - if ( status || !statusText ) { - statusText = "error"; - if ( status < 0 ) { - status = 0; - } - } - } - - // Set data for the fake xhr object - jqXHR.status = status; - jqXHR.statusText = ( nativeStatusText || statusText ) + ""; - - // Success/Error - if ( isSuccess ) { - deferred.resolveWith( callbackContext, [ success, statusText, jqXHR ] ); - } else { - deferred.rejectWith( callbackContext, [ jqXHR, statusText, error ] ); - } - - // Status-dependent callbacks - jqXHR.statusCode( statusCode ); - statusCode = undefined; - - if ( fireGlobals ) { - globalEventContext.trigger( isSuccess ? "ajaxSuccess" : "ajaxError", - [ jqXHR, s, isSuccess ? success : error ] ); - } - - // Complete - completeDeferred.fireWith( callbackContext, [ jqXHR, statusText ] ); - - if ( fireGlobals ) { - globalEventContext.trigger( "ajaxComplete", [ jqXHR, s ] ); - - // Handle the global AJAX counter - if ( !( --jQuery.active ) ) { - jQuery.event.trigger( "ajaxStop" ); - } - } - } - - return jqXHR; - }, - - getJSON: function( url, data, callback ) { - return jQuery.get( url, data, callback, "json" ); - }, - - getScript: function( url, callback ) { - return jQuery.get( url, undefined, callback, "script" ); - } -} ); - -jQuery.each( [ "get", "post" ], function( i, method ) { - jQuery[ method ] = function( url, data, callback, type ) { - - // Shift arguments if data argument was omitted - if ( isFunction( data ) ) { - type = type || callback; - callback = data; - data = undefined; - } - - // The url can be an options object (which then must have .url) - return jQuery.ajax( jQuery.extend( { - url: url, - type: method, - dataType: type, - data: data, - success: callback - }, jQuery.isPlainObject( url ) && url ) ); - }; -} ); - - -jQuery._evalUrl = function( url ) { - return jQuery.ajax( { - url: url, - - // Make this explicit, since user can override this through ajaxSetup (#11264) - type: "GET", - dataType: "script", - cache: true, - async: false, - global: false, - "throws": true - } ); -}; - - -jQuery.fn.extend( { - wrapAll: function( html ) { - var wrap; - - if ( this[ 0 ] ) { - if ( isFunction( html ) ) { - html = html.call( this[ 0 ] ); - } - - // The elements to wrap the target around - wrap = jQuery( html, this[ 0 ].ownerDocument ).eq( 0 ).clone( true ); - - if ( this[ 0 ].parentNode ) { - wrap.insertBefore( this[ 0 ] ); - } - - wrap.map( function() { - var elem = this; - - while ( elem.firstElementChild ) { - elem = elem.firstElementChild; - } - - return elem; - } ).append( this ); - } - - return this; - }, - - wrapInner: function( html ) { - if ( isFunction( html ) ) { - return this.each( function( i ) { - jQuery( this ).wrapInner( html.call( this, i ) ); - } ); - } - - return this.each( function() { - var self = jQuery( this ), - contents = self.contents(); - - if ( contents.length ) { - contents.wrapAll( html ); - - } else { - self.append( html ); - } - } ); - }, - - wrap: function( html ) { - var htmlIsFunction = isFunction( html ); - - return this.each( function( i ) { - jQuery( this ).wrapAll( htmlIsFunction ? html.call( this, i ) : html ); - } ); - }, - - unwrap: function( selector ) { - this.parent( selector ).not( "body" ).each( function() { - jQuery( this ).replaceWith( this.childNodes ); - } ); - return this; - } -} ); - - -jQuery.expr.pseudos.hidden = function( elem ) { - return !jQuery.expr.pseudos.visible( elem ); -}; -jQuery.expr.pseudos.visible = function( elem ) { - return !!( elem.offsetWidth || elem.offsetHeight || elem.getClientRects().length ); -}; - - - - -jQuery.ajaxSettings.xhr = function() { - try { - return new window.XMLHttpRequest(); - } catch ( e ) {} -}; - -var xhrSuccessStatus = { - - // File protocol always yields status code 0, assume 200 - 0: 200, - - // Support: IE <=9 only - // #1450: sometimes IE returns 1223 when it should be 204 - 1223: 204 - }, - xhrSupported = jQuery.ajaxSettings.xhr(); - -support.cors = !!xhrSupported && ( "withCredentials" in xhrSupported ); -support.ajax = xhrSupported = !!xhrSupported; - -jQuery.ajaxTransport( function( options ) { - var callback, errorCallback; - - // Cross domain only allowed if supported through XMLHttpRequest - if ( support.cors || xhrSupported && !options.crossDomain ) { - return { - send: function( headers, complete ) { - var i, - xhr = options.xhr(); - - xhr.open( - options.type, - options.url, - options.async, - options.username, - options.password - ); - - // Apply custom fields if provided - if ( options.xhrFields ) { - for ( i in options.xhrFields ) { - xhr[ i ] = options.xhrFields[ i ]; - } - } - - // Override mime type if needed - if ( options.mimeType && xhr.overrideMimeType ) { - xhr.overrideMimeType( options.mimeType ); - } - - // X-Requested-With header - // For cross-domain requests, seeing as conditions for a preflight are - // akin to a jigsaw puzzle, we simply never set it to be sure. - // (it can always be set on a per-request basis or even using ajaxSetup) - // For same-domain requests, won't change header if already provided. - if ( !options.crossDomain && !headers[ "X-Requested-With" ] ) { - headers[ "X-Requested-With" ] = "XMLHttpRequest"; - } - - // Set headers - for ( i in headers ) { - xhr.setRequestHeader( i, headers[ i ] ); - } - - // Callback - callback = function( type ) { - return function() { - if ( callback ) { - callback = errorCallback = xhr.onload = - xhr.onerror = xhr.onabort = xhr.ontimeout = - xhr.onreadystatechange = null; - - if ( type === "abort" ) { - xhr.abort(); - } else if ( type === "error" ) { - - // Support: IE <=9 only - // On a manual native abort, IE9 throws - // errors on any property access that is not readyState - if ( typeof xhr.status !== "number" ) { - complete( 0, "error" ); - } else { - complete( - - // File: protocol always yields status 0; see #8605, #14207 - xhr.status, - xhr.statusText - ); - } - } else { - complete( - xhrSuccessStatus[ xhr.status ] || xhr.status, - xhr.statusText, - - // Support: IE <=9 only - // IE9 has no XHR2 but throws on binary (trac-11426) - // For XHR2 non-text, let the caller handle it (gh-2498) - ( xhr.responseType || "text" ) !== "text" || - typeof xhr.responseText !== "string" ? - { binary: xhr.response } : - { text: xhr.responseText }, - xhr.getAllResponseHeaders() - ); - } - } - }; - }; - - // Listen to events - xhr.onload = callback(); - errorCallback = xhr.onerror = xhr.ontimeout = callback( "error" ); - - // Support: IE 9 only - // Use onreadystatechange to replace onabort - // to handle uncaught aborts - if ( xhr.onabort !== undefined ) { - xhr.onabort = errorCallback; - } else { - xhr.onreadystatechange = function() { - - // Check readyState before timeout as it changes - if ( xhr.readyState === 4 ) { - - // Allow onerror to be called first, - // but that will not handle a native abort - // Also, save errorCallback to a variable - // as xhr.onerror cannot be accessed - window.setTimeout( function() { - if ( callback ) { - errorCallback(); - } - } ); - } - }; - } - - // Create the abort callback - callback = callback( "abort" ); - - try { - - // Do send the request (this may raise an exception) - xhr.send( options.hasContent && options.data || null ); - } catch ( e ) { - - // #14683: Only rethrow if this hasn't been notified as an error yet - if ( callback ) { - throw e; - } - } - }, - - abort: function() { - if ( callback ) { - callback(); - } - } - }; - } -} ); - - - - -// Prevent auto-execution of scripts when no explicit dataType was provided (See gh-2432) -jQuery.ajaxPrefilter( function( s ) { - if ( s.crossDomain ) { - s.contents.script = false; - } -} ); - -// Install script dataType -jQuery.ajaxSetup( { - accepts: { - script: "text/javascript, application/javascript, " + - "application/ecmascript, application/x-ecmascript" - }, - contents: { - script: /\b(?:java|ecma)script\b/ - }, - converters: { - "text script": function( text ) { - jQuery.globalEval( text ); - return text; - } - } -} ); - -// Handle cache's special case and crossDomain -jQuery.ajaxPrefilter( "script", function( s ) { - if ( s.cache === undefined ) { - s.cache = false; - } - if ( s.crossDomain ) { - s.type = "GET"; - } -} ); - -// Bind script tag hack transport -jQuery.ajaxTransport( "script", function( s ) { - - // This transport only deals with cross domain requests - if ( s.crossDomain ) { - var script, callback; - return { - send: function( _, complete ) { - script = jQuery( " - - - - + + + + - - + + + - - - - - - -
- - +
-
-
+ + + +
+
+
+

Index

@@ -153,6 +130,7 @@ | D | G | I + | M | P | R | S @@ -240,6 +218,19 @@ +

M

+ + +
+

P

- +
+ + + + \ No newline at end of file diff --git a/_docs_/index.html b/_docs_/index.html index 8a067d7..65bd380 100644 --- a/_docs_/index.html +++ b/_docs_/index.html @@ -1,510 +1,514 @@ - - - - - - - - - Welcome to socket_protocol’s documentation! — socket_protocol documentation - - - - + + + + - - - - - - - - + Welcome to socket_protocol’s documentation! — socket_protocol documentation - - - - - + + + + - - + + + - - - - - - -
- - +
- - - - - - - -
- - - - - -
- -
- - - - - - - - - - - - - - - - - -
- -
    - -
  • »
  • - -
  • Welcome to socket_protocol’s documentation!
  • - - -
  • - - - View page source - - -
  • - -
- -
-
-
-
+ + +
+
+
+
+ +
+

Welcome to socket_protocol’s documentation!

+
+

socket_protocol (Socket Protocol)

Author:

Description:

-
This Module supports point to point communication for client-server issues.
+

This Module supports point to point communication for client-server issues.

+

Submodules:

Unittest:

-
See also the unittest documentation.
+

See also the unittest documentation.

+

Module Documentation:

-
-
-socket_protocol.AUTH_STATE_KEY_TRANSFERRED = 3
+
+
+
+socket_protocol.AUTH_STATE_KEY_TRANSFERRED = 3

Authentification Status for ‘Key has been sent’

-
-
-socket_protocol.AUTH_STATE_SEED_REQUESTED = 1
+
+
+socket_protocol.AUTH_STATE_SEED_REQUESTED = 1

Authentification Status for ‘Seed was requested’

-
-
-socket_protocol.AUTH_STATE_SEED_TRANSFERRED = 2
+
+
+socket_protocol.AUTH_STATE_SEED_TRANSFERRED = 2

Authentification Status for ‘Seed has been sent’

-
-
-socket_protocol.AUTH_STATE_TRUSTED_CONNECTION = 4
+
+
+socket_protocol.AUTH_STATE_TRUSTED_CONNECTION = 4

Authentification Status for a ‘Trusted Connection’

-
-
-socket_protocol.AUTH_STATE_UNTRUSTED_CONNECTION = 0
+
+
+socket_protocol.AUTH_STATE_UNTRUSTED_CONNECTION = 0

Authentification Status for an ‘Untrusted Connection’

-
-
-socket_protocol.AUTH_STATE__NAMES = {0: 'Untrusted Connection', 1: 'Seed was requested', 2: 'Seed has been sent', 3: 'Key has been sent', 4: 'Trusted Connection'}
+
+
+socket_protocol.AUTH_STATE__NAMES = {0: 'Untrusted Connection', 1: 'Seed was requested', 2: 'Seed has been sent', 3: 'Key has been sent', 4: 'Trusted Connection'}

Authentification Status names for previous defined authentification states

-
-
-socket_protocol.DID_AUTH_KEY = 1
+
+
+socket_protocol.DID_AUTH_KEY = 1

DID for authentification (key)

-
-
-socket_protocol.DID_AUTH_SEED = 0
+
+
+socket_protocol.DID_AUTH_SEED = 0

DID for authentification (seed)

-
-
-socket_protocol.DID_CHANNEL_NAME = 0
+
+
+socket_protocol.DID_CHANNEL_NAME = 0

DID for channel name

-
-
-exception socket_protocol.RequestSidExistsError
+
+
+exception socket_protocol.RequestSidExistsError
-
-
-exception socket_protocol.ResponseSidExistsError
+
+
+exception socket_protocol.ResponseSidExistsError
-
-
-socket_protocol.SID_AUTH_REQUEST = 0
+
+
+socket_protocol.SID_AUTH_REQUEST = 0

SID for authentification request

-
-
-socket_protocol.SID_AUTH_RESPONSE = 1
+
+
+socket_protocol.SID_AUTH_RESPONSE = 1

SID for authentification response

-
-
-socket_protocol.SID_CHANNEL_NAME_REQUEST = 8
+
+
+socket_protocol.SID_CHANNEL_NAME_REQUEST = 8

SID for channel name exchange request

-
-
-socket_protocol.SID_CHANNEL_NAME_RESPONSE = 9
+
+
+socket_protocol.SID_CHANNEL_NAME_RESPONSE = 9

SID for channel name exchange response

-
-
-socket_protocol.SID_EXECUTE_REQUEST = 30
+
+
+socket_protocol.SID_EXECUTE_REQUEST = 30

SID for a execute request

-
-
-socket_protocol.SID_EXECUTE_RESPONSE = 31
+
+
+socket_protocol.SID_EXECUTE_RESPONSE = 31

SID for a execute response

-
-
-socket_protocol.SID_READ_REQUEST = 10
+
+
+socket_protocol.SID_READ_REQUEST = 10

SID for a read data request

-
-
-socket_protocol.SID_READ_RESPONSE = 11
+
+
+socket_protocol.SID_READ_RESPONSE = 11

SID for read data response

-
-
-socket_protocol.SID_WRITE_REQUEST = 20
+
+
+socket_protocol.SID_WRITE_REQUEST = 20

SID for a write data request

-
-
-socket_protocol.SID_WRITE_RESPONSE = 21
+
+
+socket_protocol.SID_WRITE_RESPONSE = 21

SID for a write data response

-
-
-socket_protocol.STATUS_AUTH_REQUIRED = 3
+
+
+socket_protocol.STATUS_AUTH_REQUIRED = 3

Status for ‘authentification is required’

-
-
-socket_protocol.STATUS_BUFFERING_UNHANDLED_REQUEST = 1
+
+
+socket_protocol.STATUS_BUFFERING_UNHANDLED_REQUEST = 1

Status for ‘unhandled request’

-
-
-socket_protocol.STATUS_CALLBACK_ERROR = 2
+
+
+socket_protocol.STATUS_CALLBACK_ERROR = 2

Status for ‘callback errors’

-
-
-socket_protocol.STATUS_CHECKSUM_ERROR = 5
+
+
+socket_protocol.STATUS_CHECKSUM_ERROR = 5

Status for ‘checksum error’

-
-
-socket_protocol.STATUS_LOG_LVL = {0: 20, 1: 30, 2: 40, 3: 30, 4: 40, 5: 40, 6: 30}
+
+
+socket_protocol.STATUS_LOG_LVL = {0: 20, 1: 30, 2: 40, 3: 30, 4: 40, 5: 40, 6: 30}

Status depending log level for messages

-
-
-socket_protocol.STATUS_OKAY = 0
+
+
+socket_protocol.STATUS_OKAY = 0

Status for ‘okay’

-
-
-socket_protocol.STATUS_OPERATION_NOT_PERMITTED = 6
+
+
+socket_protocol.STATUS_OPERATION_NOT_PERMITTED = 6

Status for ‘operation not permitted’

-
-
-socket_protocol.STATUS_SERVICE_OR_DATA_UNKNOWN = 4
+
+
+socket_protocol.STATUS_SERVICE_OR_DATA_UNKNOWN = 4

Status for ‘service or data unknown’

-
-
-class socket_protocol.data_storage(*args, **kwargs)
+
+
+class socket_protocol.data_storage(*args, **kwargs)

This is a storage object for socket_protocol messages.

- --- - - - -
Parameters:
    -
  • status (int) – The message status.
  • -
  • service_id (int) – The Service-ID.
  • -
  • data_id (int) – The Data-ID.
  • -
  • data (any) – The transfered data.
  • +
    +
    Parameters:
    +
      +
    • status (int) – The message status.

    • +
    • service_id (int) – The Service-ID.

    • +
    • data_id (int) – The Data-ID.

    • +
    • data (any) – The transfered data.

    -
-
-
-get_data(default=None)
+
+
+
+
+get_data(default=None)

This Method returns the message data.

- --- - - - -
Parameters:default – The default value, if no data is available.
+
+
Parameters:
+

default – The default value, if no data is available.

+
+
-
-
-get_data_id(default=None)
+
+
+get_data_id(default=None)

This Method returns the message Data-ID.

- --- - - - -
Parameters:default – The default value, if no data is available.
+
+
Parameters:
+

default – The default value, if no data is available.

+
+
-
-
-get_service_id(default=None)
+
+
+get_service_id(default=None)

This Method returns the message Service-ID.

- --- - - - -
Parameters:default – The default value, if no data is available.
+
+
Parameters:
+

default – The default value, if no data is available.

+
+
-
-
-get_status(default=None)
+
+
+get_status(default=None)

This Method returns the message status.

- --- - - - -
Parameters:default – The default value, if no data is available.
+
+
Parameters:
+

default – The default value, if no data is available.

+
+
-
-
-class socket_protocol.pure_json_protocol(comm_instance, secret=None, auto_auth=False, channel_name=None)
+
+
+class socket_protocol.pure_json_protocol(comm_instance, secret=None, auto_auth=False, channel_name=None)

This class supports to transfer a message and it’s data.

- --- - - - -
Parameters:
    -
  • comm_instance (instance) – A communication instance.
  • -
  • secret (str) – An optinal secret (e.g. created by binascii.hexlify(os.urandom(24))).
  • -
  • auto_auth (bool) – An optional parameter to enable (True) automatic authentification, otherwise you need to do it manually, if needed.
  • -
  • channel_name (str) – An optional parameter to set a channel name for logging of the communication.
  • +
    +
    Parameters:
    +
      +
    • comm_instance (instance) – A communication instance.

    • +
    • secret (str) – An optinal secret (e.g. created by binascii.hexlify(os.urandom(24))).

    • +
    • auto_auth (bool) – An optional parameter to enable (True) automatic authentification, otherwise you need to do it manually, if needed.

    • +
    • channel_name (str) – An optional parameter to set a channel name for logging of the communication.

    -
+
+
-

Hint

-
    -
  • The Service-ID is designed to identify the type of the communication (e.g. READ_REQUEST, WRITE_REQUEST, READ_RESPONSE, WRITE_RESPONSE, …)
  • -
  • The Data-ID is designed to identify the requests / responses using the same Service_ID.
  • +

    Hint

    +
      +
    • The Service-ID is designed to identify the type of the communication (e.g. READ_REQUEST, WRITE_REQUEST, READ_RESPONSE, WRITE_RESPONSE, …)

    • +
    • The Data-ID is designed to identify the requests / responses using the same Service_ID.

-

Note

+

Note

The comm_instance needs to have at least the following interface:

-
    -
  • A Method comm_instance.init_channel_name() to set the channel name.
  • -
  • A Constant comm_instance.IS_CLIENT to identify that the comm_instance is a client (True) or a server (False).
  • -
  • A Method comm_instance.is_connected() to identify if the instance is connected (True) or not (False).
  • -
  • A Method comm_instance.reconnect() to initiate a reconnect.
  • -
  • A Method comm_instance.register_callback() to register a data available callback.
  • -
  • A Method comm_instance.register_connect_callback() to register a connect callback.
  • -
  • A Method comm_instance.register_disconnect_callback() to register a disconnect callback.
  • -
  • A Method comm_instance.send() to send data via the comm_instance.
  • +
      +
    • A Method comm_instance.init_channel_name() to set the channel name.

    • +
    • A Constant comm_instance.IS_CLIENT to identify that the comm_instance is a client (True) or a server (False).

    • +
    • A Method comm_instance.is_connected() to identify if the instance is connected (True) or not (False).

    • +
    • A Method comm_instance.reconnect() to initiate a reconnect.

    • +
    • A Method comm_instance.register_callback() to register a data available callback.

    • +
    • A Method comm_instance.register_connect_callback() to register a connect callback.

    • +
    • A Method comm_instance.register_disconnect_callback() to register a disconnect callback.

    • +
    • A Method comm_instance.send() to send data via the comm_instance.

-

Note

-

The parameter auto_auth is only relevant, if a secret is given and the comm_instance is a client. The authentification is initiated directly after the connection is established.

+

Note

+

The parameter auto_auth is only relevant, if a secret is given and the comm_instance is a client. The authentification is initiated directly after the connection is established.

-

Note

+

Note

The channel_name-exchange will be initiated by the client directly after the the connection is established.

-
    -
  • If a channel_name is given at both communication sides and they are different, the client name is taken over and the server will log a warning message.
  • +
      +
    • If a channel_name is given at both communication sides and they are different, the client name is taken over and the server will log a warning message.

Example:

-
import sys
-sys.path.append('../..')
+
import sys                  # nopep8
+sys.path.append('../..')    # nopep8
 
-
-import report
-import socket_protocol
-from socket_protocol_server import example_protocol, DID_ASC_TIME
-import tcp_socket
-import time
-
-if __name__ == '__main__':
-    report.stdoutLoggingConfigure(log_name_lvl=[('root', 'INFO'), ])
-    c = tcp_socket.tcp_client_stp('127.0.0.1', 17017)
-    sp = example_protocol(c, channel_name='example_client')
-    sp.send(socket_protocol.SID_READ_REQUEST, DID_ASC_TIME, None)
-    print('The Client received: %s' % repr(sp.receive(socket_protocol.SID_READ_RESPONSE, 0).get_data()))
-
-
-

and

-
import sys
-sys.path.append('../..')
-
-import report
-import socket_protocol
-import tcp_socket
-import time
+import time
+import tcp_socket
+import socket_protocol
+import report
 
 
 DID_ASC_TIME = 0
 
 
-class example_protocol(socket_protocol.pure_json_protocol):
-    def __init__(self, *args, **kwargs):
+class example_protocol(socket_protocol.pure_json_protocol):
+    def __init__(self, *args, **kwargs):
         socket_protocol.pure_json_protocol.__init__(self, *args, **kwargs)
         #
         self.add_data((socket_protocol.SID_READ_REQUEST, socket_protocol.SID_READ_RESPONSE), DID_ASC_TIME, 'asc_time')
@@ -512,7 +516,7 @@
         if not self.__comm_inst__.IS_CLIENT:
             self.register_callback(socket_protocol.SID_READ_REQUEST, 0, self.time_callback)
 
-    def time_callback(self, msg):
+    def time_callback(self, msg):
         if msg.get_status() == socket_protocol.STATUS_OKAY:
             return socket_protocol.STATUS_OKAY, time.asctime()
         else:
@@ -520,363 +524,558 @@
 
 
 if __name__ == '__main__':
-    report.stdoutLoggingConfigure(log_name_lvl=[('root', 'INFO'), ])
+    report.default_logging_config()
+
+    # Start server
     s = tcp_socket.tcp_server_stp('127.0.0.1', 17017)
-    sp = example_protocol(s, channel_name='example_server')
+    sps = example_protocol(s, channel_name='example_server')
 
-    i = 0
-    while not s.is_connected() and i <= 20:
-        i += 1
-        time.sleep(.1)  # wait for a connection
-
-    i = 0
-    while s.is_connected() and i <= 20:
-        i += 1
-        time.sleep(.1)  # wait for disconnect
+    # Start client
+    c = tcp_socket.tcp_client_stp('127.0.0.1', 17017)
+    spc = example_protocol(c, channel_name='example_client')
+    spc.send(socket_protocol.SID_READ_REQUEST, DID_ASC_TIME, None)
+    print('The Client received: %s' % repr(spc.receive(socket_protocol.SID_READ_RESPONSE, 0).get_data()))
 

Will result to the following output:

-
2021-01-12 09:13:30,657: root.socket_protocol.example_client - INFO - prot-client: Resetting authentification state to AUTH_STATE_UNTRUSTED_CONNECTION
-2021-01-12 09:13:30,657: root.socket_protocol - INFO - prot-client: Initialisation finished.
-2021-01-12 09:13:30,657: root.socket_protocol.example_client - INFO - prot-client: TX -> service: read data request, data_id: asc_time, status: okay, data: "None"
-2021-01-12 09:13:30,708: root.tcp_socket.example_client - INFO - comm-client: Connection established... (to 127.0.0.1:17017)
-2021-01-12 09:13:30,708: root.socket_protocol.example_client - INFO - prot-client: TX -> service: channel name request, data_id: name, status: okay, data: "'example_client'"
-2021-01-12 09:13:30,708: root.tcp_socket.example_client - INFO - comm-client: TX -> "(74): 7b 22 64 61 74 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 65 78 61 6d 70 6c 65 5f 63 6c 69 65 6e 74 22 7d f5 cd dd e7"
-2021-01-12 09:13:30,758: root.tcp_socket.example_client - INFO - comm-client: TX -> "(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 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 45 05 7b b4"
-2021-01-12 09:13:30,759: root.stringtools.stp - INFO - 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
-2021-01-12 09:13:30,760: root.tcp_socket.example_client - INFO - comm-client: RX  <- "(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"
-2021-01-12 09:13:30,760: root.socket_protocol.example_client - INFO - prot-client: RX <- service: channel name response, data_id: name, status: okay, data: "None"
-2021-01-12 09:13:30,811: root.stringtools.stp - INFO - STP: message identified - (85): 7b 22 64 61 74 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 22 54 75 65 20 4a 61 6e 20 31 32 20 30 39 3a 31 33 3a 33 30 20 32 30 32 31 22 7d 2b b5 b2 77
-2021-01-12 09:13:30,812: root.tcp_socket.example_client - INFO - comm-client: RX  <- "(85): 7b 22 64 61 74 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 22 54 75 65 20 4a 61 6e 20 31 32 20 30 39 3a 31 33 3a 33 30 20 32 30 32 31 22 7d 2b b5 b2 77"
-2021-01-12 09:13:30,812: root.socket_protocol.example_client - INFO - prot-client: RX <- service: read data response, data_id: asc_time, status: okay, data: "'Tue Jan 12 09:13:30 2021'"
-The Client received: 'Tue Jan 12 09:13:30 2021'
+
   DEBUG - tcp_socket.all_others - comm-server: Cleaning up receive-buffer
+   DEBUG - socket_protocol.example_server - prot-server: Cleaning up receive-buffer
+   DEBUG - socket_protocol.example_server - prot-server: Adding Service with Request=authentification request and Response=authentification response
+   DEBUG - socket_protocol.example_server - prot-server: Adding Message (service: authentification request, data_id: seed) to the authentification whitelist
+   DEBUG - socket_protocol.example_server - prot-server: Adding Message (service: authentification response, data_id: seed) to the authentification whitelist
+   DEBUG - socket_protocol.example_server - prot-server: Adding Message (service: authentification request, data_id: key) to the authentification whitelist
+   DEBUG - socket_protocol.example_server - prot-server: Adding Message (service: authentification response, data_id: key) to the authentification whitelist
+   DEBUG - socket_protocol.example_server - prot-server: Adding callback '__authentificate_create_seed__' for SID=0 and DID=0
+   DEBUG - socket_protocol.example_server - prot-server: Adding callback '__authentificate_create_key__' for SID=1 and DID=0
+   DEBUG - socket_protocol.example_server - prot-server: Adding callback '__authentificate_check_key__' for SID=0 and DID=1
+   DEBUG - socket_protocol.example_server - prot-server: Adding callback '__authentificate_process_feedback__' for SID=1 and DID=1
+    INFO - socket_protocol.example_server - prot-server: Resetting authentification state to AUTH_STATE_UNTRUSTED_CONNECTION
+   DEBUG - socket_protocol.example_server - prot-server: Adding Service with Request=channel name request and Response=channel name response
+   DEBUG - socket_protocol.example_server - prot-server: Adding Message (service: channel name request, data_id: name) to the authentification whitelist
+   DEBUG - socket_protocol.example_server - prot-server: Adding Message (service: channel name response, data_id: name) to the authentification whitelist
+   DEBUG - socket_protocol.example_server - prot-server: Adding callback '__channel_name_request__' for SID=8 and DID=0
+   DEBUG - socket_protocol.example_server - prot-server: Adding callback '__channel_name_response__' for SID=9 and DID=0
+   DEBUG - socket_protocol.example_server - prot-server: Adding Service with Request=read data request and Response=read data response
+   DEBUG - socket_protocol.example_server - prot-server: Adding Service with Request=write data request and Response=write data response
+   DEBUG - socket_protocol.example_server - prot-server: Adding Service with Request=execute request and Response=execute response
+    INFO - socket_protocol.example_server - prot-server: Initialisation finished.
+   DEBUG - socket_protocol.example_server - prot-server: Adding callback 'time_callback' for SID=10 and DID=0
+   DEBUG - tcp_socket.all_others - comm-client: Cleaning up receive-buffer
+    INFO - tcp_socket.example_server - comm-server: Server listening to 127.0.0.1:17017
+   DEBUG - socket_protocol.example_client - prot-client: Cleaning up receive-buffer
+   DEBUG - socket_protocol.example_client - prot-client: Adding Service with Request=authentification request and Response=authentification response
+   DEBUG - socket_protocol.example_client - prot-client: Adding Message (service: authentification request, data_id: seed) to the authentification whitelist
+   DEBUG - socket_protocol.example_client - prot-client: Adding Message (service: authentification response, data_id: seed) to the authentification whitelist
+   DEBUG - socket_protocol.example_client - prot-client: Adding Message (service: authentification request, data_id: key) to the authentification whitelist
+   DEBUG - socket_protocol.example_client - prot-client: Adding Message (service: authentification response, data_id: key) to the authentification whitelist
+   DEBUG - socket_protocol.example_client - prot-client: Adding callback '__authentificate_create_seed__' for SID=0 and DID=0
+   DEBUG - socket_protocol.example_client - prot-client: Adding callback '__authentificate_create_key__' for SID=1 and DID=0
+   DEBUG - socket_protocol.example_client - prot-client: Adding callback '__authentificate_check_key__' for SID=0 and DID=1
+   DEBUG - socket_protocol.example_client - prot-client: Adding callback '__authentificate_process_feedback__' for SID=1 and DID=1
+    INFO - socket_protocol.example_client - prot-client: Resetting authentification state to AUTH_STATE_UNTRUSTED_CONNECTION
+   DEBUG - socket_protocol.example_client - prot-client: Adding Service with Request=channel name request and Response=channel name response
+   DEBUG - socket_protocol.example_client - prot-client: Adding Message (service: channel name request, data_id: name) to the authentification whitelist
+   DEBUG - socket_protocol.example_client - prot-client: Adding Message (service: channel name response, data_id: name) to the authentification whitelist
+   DEBUG - socket_protocol.example_client - prot-client: Adding callback '__channel_name_request__' for SID=8 and DID=0
+   DEBUG - socket_protocol.example_client - prot-client: Adding callback '__channel_name_response__' for SID=9 and DID=0
+   DEBUG - socket_protocol.example_client - prot-client: Adding Service with Request=read data request and Response=read data response
+   DEBUG - socket_protocol.example_client - prot-client: Adding Service with Request=write data request and Response=write data response
+   DEBUG - socket_protocol.example_client - prot-client: Adding Service with Request=execute request and Response=execute response
+    INFO - socket_protocol.example_client - prot-client: Initialisation finished.
+    INFO - socket_protocol.example_client - prot-client: TX -> service: read data request, data_id: asc_time, status: okay, data: "None"
+    INFO - tcp_socket.example_server - comm-server: Connection established... (from 127.0.0.1:17017)
+   DEBUG - tcp_socket.example_server - comm-server: Cleaning up receive-buffer
+   DEBUG - socket_protocol.example_server - prot-server: Cleaning up receive-buffer
+    INFO - tcp_socket.example_client - comm-client: Connection established... (to 127.0.0.1:17017)
+   DEBUG - tcp_socket.example_client - comm-client: Cleaning up receive-buffer
+   DEBUG - socket_protocol.example_client - prot-client: Cleaning up receive-buffer
+    INFO - socket_protocol.example_client - prot-client: TX -> service: channel name request, data_id: name, status: okay, data: "'example_client'"
+   DEBUG - tcp_socket.example_client - comm-client: TX -> "(82): 3a 3c 7b 22 64 61 74 61 5f 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 65 78 61 6d 70 6c 65 5f 63 6c 69 65 6e 74 22 7d f5 cd dd e7 3a 3e"
+    INFO - tcp_socket.example_client - comm-client: TX -> "(74): 7b 22 64 61 74 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 65 78 61 6d 70 6c 65 5f 63 6c 69 65 6e 74 22 7d f5 cd dd e7"
+   DEBUG - tcp_socket.example_client - comm-client: TX -> "(71): 3a 3c 7b 22 64 61 74 61 5f 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 6e 75 6c 6c 7d 45 05 7b b4 3a 3e"
+    INFO - tcp_socket.example_client - comm-client: TX -> "(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 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 45 05 7b b4"
+   DEBUG - tcp_socket.example_server - comm-server: RX <- "(153): 3a 3c 7b 22 64 61 74 61 5f 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 65 78 61 6d 70 6c 65 5f 63 6c 69 65 6e 74 22 7d f5 cd dd e7 3a 3e 3a 3c 7b 22 64 61 74 61 5f 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 6e 75 6c 6c 7d 45 05 7b b4 3a 3e"
+   DEBUG - stringtools.stp - STP: data sync (3a) received => changing state STP_STATE_IDLE -> STP_STATE_ESCAPE_1
+   DEBUG - stringtools.stp - STP: start pattern (3a 3c) received => changing state STP_STATE_ESCAPE_1 -> STP_STATE_STORE_DATA
+   DEBUG - stringtools.stp - STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2
+   DEBUG - stringtools.stp - STP: store sync pattern (3a 3d) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA
+   DEBUG - stringtools.stp - STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2
+   DEBUG - stringtools.stp - STP: store sync pattern (3a 3d) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA
+   DEBUG - stringtools.stp - STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2
+   DEBUG - stringtools.stp - STP: store sync pattern (3a 3d) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA
+   DEBUG - stringtools.stp - STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2
+   DEBUG - stringtools.stp - STP: store sync pattern (3a 3d) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA
+   DEBUG - stringtools.stp - STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2
+   DEBUG - stringtools.stp - STP: end pattern (3a 3e) received => storing message and changing state STP_STATE_ESCAPE_2 -> STP_STATE_IDLE
+   DEBUG - stringtools.stp - STP: data sync (3a) received => changing state STP_STATE_IDLE -> STP_STATE_ESCAPE_1
+   DEBUG - stringtools.stp - STP: start pattern (3a 3c) received => changing state STP_STATE_ESCAPE_1 -> STP_STATE_STORE_DATA
+   DEBUG - stringtools.stp - STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2
+   DEBUG - stringtools.stp - STP: store sync pattern (3a 3d) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA
+   DEBUG - stringtools.stp - STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2
+   DEBUG - stringtools.stp - STP: store sync pattern (3a 3d) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA
+   DEBUG - stringtools.stp - STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2
+   DEBUG - stringtools.stp - STP: store sync pattern (3a 3d) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA
+   DEBUG - stringtools.stp - STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2
+   DEBUG - stringtools.stp - STP: store sync pattern (3a 3d) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA
+   DEBUG - stringtools.stp - STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2
+   DEBUG - stringtools.stp - STP: end pattern (3a 3e) received => storing message and changing state STP_STATE_ESCAPE_2 -> STP_STATE_IDLE
+    INFO - stringtools.stp - STP: message identified - (74): 7b 22 64 61 74 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 65 78 61 6d 70 6c 65 5f 63 6c 69 65 6e 74 22 7d f5 cd dd e7
+    INFO - stringtools.stp - 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 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 45 05 7b b4
+    INFO - tcp_socket.example_server - comm-server: RX  <- "(74): 7b 22 64 61 74 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 65 78 61 6d 70 6c 65 5f 63 6c 69 65 6e 74 22 7d f5 cd dd e7"
+    INFO - tcp_socket.example_server - comm-server: RX  <- "(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 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 45 05 7b b4"
+    INFO - socket_protocol.example_server - prot-server: RX <- service: channel name request, data_id: name, status: okay, data: "'example_client'"
+   DEBUG - socket_protocol.example_server - prot-server: Executing callback __channel_name_request__ to process received data
+ WARNING - socket_protocol.example_client - prot-server: overwriting user defined channel name from 'example_server' to 'example_client'
+    INFO - socket_protocol.example_client - prot-server: TX -> service: channel name response, data_id: name, status: okay, data: "None"
+   DEBUG - tcp_socket.example_client - comm-client: RX <- "(70): 3a 3c 7b 22 64 61 74 61 5f 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 30 59 be 2f 3a 3e"
+   DEBUG - stringtools.stp - STP: data sync (3a) received => changing state STP_STATE_IDLE -> STP_STATE_ESCAPE_1
+   DEBUG - stringtools.stp - STP: start pattern (3a 3c) received => changing state STP_STATE_ESCAPE_1 -> STP_STATE_STORE_DATA
+   DEBUG - stringtools.stp - STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2
+   DEBUG - stringtools.stp - STP: store sync pattern (3a 3d) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA
+   DEBUG - tcp_socket.example_client - comm-server: TX -> "(70): 3a 3c 7b 22 64 61 74 61 5f 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 30 59 be 2f 3a 3e"
+   DEBUG - stringtools.stp - STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2
+   DEBUG - stringtools.stp - STP: store sync pattern (3a 3d) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA
+    INFO - tcp_socket.example_client - comm-server: TX -> "(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"
+   DEBUG - stringtools.stp - STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2
+   DEBUG - stringtools.stp - STP: store sync pattern (3a 3d) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA
+   DEBUG - stringtools.stp - STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2
+   DEBUG - stringtools.stp - STP: store sync pattern (3a 3d) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA
+   DEBUG - stringtools.stp - STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2
+   DEBUG - stringtools.stp - STP: end pattern (3a 3e) received => storing message and changing state STP_STATE_ESCAPE_2 -> STP_STATE_IDLE
+    INFO - stringtools.stp - 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
+    INFO - tcp_socket.example_client - comm-client: RX  <- "(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"
+    INFO - socket_protocol.example_client - prot-client: RX <- service: channel name response, data_id: name, status: okay, data: "None"
+   DEBUG - socket_protocol.example_client - prot-client: Executing callback __channel_name_response__ to process received data
+    INFO - socket_protocol.example_client - prot-server: RX <- service: read data request, data_id: asc_time, status: okay, data: "None"
+   DEBUG - socket_protocol.example_client - prot-server: Executing callback time_callback to process received data
+    INFO - socket_protocol.example_client - prot-server: TX -> service: read data response, data_id: asc_time, status: okay, data: "'Fri Aug 15 21:39:31 2025'"
+   DEBUG - tcp_socket.example_client - comm-client: RX <- "(95): 3a 3c 7b 22 64 61 74 61 5f 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 22 46 72 69 20 41 75 67 20 31 35 20 32 31 3a 3d 33 39 3a 3d 33 31 20 32 30 32 35 22 7d be 16 31 7f 3a 3e"
+   DEBUG - stringtools.stp - STP: data sync (3a) received => changing state STP_STATE_IDLE -> STP_STATE_ESCAPE_1
+   DEBUG - stringtools.stp - STP: start pattern (3a 3c) received => changing state STP_STATE_ESCAPE_1 -> STP_STATE_STORE_DATA
+   DEBUG - stringtools.stp - STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2
+   DEBUG - stringtools.stp - STP: store sync pattern (3a 3d) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA
+   DEBUG - stringtools.stp - STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2
+   DEBUG - stringtools.stp - STP: store sync pattern (3a 3d) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA
+   DEBUG - stringtools.stp - STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2
+   DEBUG - stringtools.stp - STP: store sync pattern (3a 3d) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA
+   DEBUG - stringtools.stp - STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2
+   DEBUG - stringtools.stp - STP: store sync pattern (3a 3d) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA
+   DEBUG - stringtools.stp - STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2
+   DEBUG - stringtools.stp - STP: store sync pattern (3a 3d) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA
+   DEBUG - stringtools.stp - STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2
+   DEBUG - stringtools.stp - STP: store sync pattern (3a 3d) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA
+   DEBUG - stringtools.stp - STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2
+   DEBUG - stringtools.stp - STP: end pattern (3a 3e) received => storing message and changing state STP_STATE_ESCAPE_2 -> STP_STATE_IDLE
+    INFO - stringtools.stp - STP: message identified - (85): 7b 22 64 61 74 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 22 46 72 69 20 41 75 67 20 31 35 20 32 31 3a 33 39 3a 33 31 20 32 30 32 35 22 7d be 16 31 7f
+    INFO - tcp_socket.example_client - comm-client: RX  <- "(85): 7b 22 64 61 74 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 22 46 72 69 20 41 75 67 20 31 35 20 32 31 3a 33 39 3a 33 31 20 32 30 32 35 22 7d be 16 31 7f"
+    INFO - socket_protocol.example_client - prot-client: RX <- service: read data response, data_id: asc_time, status: okay, data: "'Fri Aug 15 21:39:31 2025'"
+   DEBUG - tcp_socket.example_client - comm-server: TX -> "(95): 3a 3c 7b 22 64 61 74 61 5f 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 22 46 72 69 20 41 75 67 20 31 35 20 32 31 3a 3d 33 39 3a 3d 33 31 20 32 30 32 35 22 7d be 16 31 7f 3a 3e"
+   DEBUG - socket_protocol.example_client - prot-client: Message data is stored in buffer and is now ready to be retrieved by receive method
+    INFO - tcp_socket.example_client - comm-server: TX -> "(85): 7b 22 64 61 74 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 22 46 72 69 20 41 75 67 20 31 35 20 32 31 3a 33 39 3a 33 31 20 32 30 32 35 22 7d be 16 31 7f"
+The Client received: 'Fri Aug 15 21:39:31 2025'
 
-
-
-add_data(service_id, data_id, name)
+
+
+add_data(service_id, data_id, name)

Method to add a name for a specific message.

- --- - - - -
Parameters:
    -
  • service_id (int or list of ints) – The Service-ID of the message. See class definitions starting with SID_.
  • -
  • data_id (int) – The Data-ID of the message.
  • -
  • name (str) – The Name for the transfered message.
  • +
    +
    Parameters:
    +
      +
    • service_id (int or list of ints) – The Service-ID of the message. See class definitions starting with SID_.

    • +
    • data_id (int) – The Data-ID of the message.

    • +
    • name (str) – The Name for the transfered message.

    -
+
+
-
-
-add_msg_to_auth_whitelist_(service_id, data_id)
+
+
+add_msg_to_auth_whitelist_(service_id, data_id)

Method to add a specific message to the list, where no authentification is required.

- --- - - - -
Parameters:
    -
  • service_id (int) – The Service-ID of the message. See class definitions starting with SID_.
  • -
  • data_id (int) – The Data-ID of the message.
  • +
    +
    Parameters:
    +
      +
    • service_id (int) – The Service-ID of the message. See class definitions starting with SID_.

    • +
    • data_id (int) – The Data-ID of the message.

    -
+
+
-
-
-add_service(req_sid, resp_sid, req_name=None, resp_name=None)
+
+
+add_service(req_sid, resp_sid, req_name=None, resp_name=None)

Method to add a Service defined by Request- and Response Serivce-ID.

- --- - - - -
Parameters:
    -
  • req_sid (int) – The Request Service-ID.
  • -
  • resp_sid (int) – The Response Service-ID.
  • +
    +
    Parameters:
    +
      +
    • req_sid (int) – The Request Service-ID.

    • +
    • resp_sid (int) – The Response Service-ID.

    -
+
+
-
-
-add_status(status, name)
+
+
+add_status(status, name)

Method to add a name for a status.

- --- - - - -
Parameters:
    -
  • status (int) – The Status. See class definitions starting with STATUS_.
  • -
  • name (str) – The Name for the Status.
  • +
    +
    Parameters:
    +
      +
    • status (int) – The Status. See class definitions starting with STATUS_.

    • +
    • name (str) – The Name for the Status.

    -
+
+
-
-
-authentificate(timeout=2)
+
+
+authentificate(timeout=2)

This method authetificates the client at the server.

- --- - - - - - - - -
Parameters:timeout (float) – The timeout for the authentification (requesting seed, sending key and getting authentification_feedback).
Returns:True, if authentification was successfull; False, if not.
Return type:bool
+
+
Parameters:
+

timeout (float) – The timeout for the authentification (requesting seed, sending key and getting authentification_feedback).

+
+
Returns:
+

True, if authentification was successfull; False, if not.

+
+
Return type:
+

bool

+
+
-

Note

-

An authentification will only processed, if a secret had been given on initialisation.

+

Note

+

An authentification will only processed, if a secret had been given on initialisation.

-

Note

-

Client and Server needs to use the same secret.

+

Note

+

Client and Server needs to use the same secret.

-
-
-check_authentification_state()
+
+
+check_authentification_state()

This Method return the Authitification State as boolean value.

- --- - - - - - -
Returns:True, if authentification state is okay, otherwise False
Return type:bool
+
+
Returns:
+

True, if authentification state is okay, otherwise False

+
+
Return type:
+

bool

+
+
-
-
-connection_established()
+
+
+connection_established()

This Method returns the Connection state including authentification as a boolean value.

- --- - - - - - -
Returns:True, if the connection is established (incl. authentification, if a secret has been given)
Return type:bool
+
+
Returns:
+

True, if the connection is established (incl. authentification, if a secret has been given)

+
+
Return type:
+

bool

+
+
-
-
-is_connected()
+
+
+is_connected()

This Methods returns Connection state of the Communication Instance comm_instance.is_connected().

- --- - - - - - -
Returns:True if the comm_instance is connected, otherwise False..
Return type:bool
+
+
Returns:
+

True if the comm_instance is connected, otherwise False..

+
+
Return type:
+

bool

+
+
-
-
-receive(service_id, data_id, timeout=1)
+
+
+receive(service_id, data_id, timeout=1)

This Method returns a message object for a defined message or None, if this message is not available after the given timout.

- --- - - - - - - - -
Parameters:
    -
  • service_id (int) – The Service-ID for the message. See class definitions starting with SID_.
  • -
  • data_id (int) – The Data-ID for the message.
  • -
  • timeout (float) – The timeout for receiving.
  • +
    +
    Parameters:
    +
      +
    • service_id (int) – The Service-ID for the message. See class definitions starting with SID_.

    • +
    • data_id (int) – The Data-ID for the message.

    • +
    • timeout (float) – The timeout for receiving.

    -
Returns:

The received data storage object or None, if no data was received.

-
Return type:

data_storage

-
+
+
Returns:
+

The received data storage object or None, if no data was received.

+
+
Return type:
+

data_storage

+
+
-
-
-reconnect()
+
+
+reconnect()

This methods initiates a reconnect by calling comm_instance.reconnect().

-
-
-register_callback(service_id, data_id, callback, *args, **kwargs)
+
+
+register_callback(service_id, data_id, callback, *args, **kwargs)

This method registers a callback for the given parameters. Giving None means, that all Service-IDs or all Data-IDs are used. If a message hitting these parameters has been received, the callback will be executed.

- --- - - - -
Parameters:
    -
  • service_id (int) – The Service-ID for the message. See class definitions starting with SID_.
  • -
  • data_id (int) – The Data-ID for the message.
  • +
    +
    Parameters:
    +
      +
    • service_id (int) – The Service-ID for the message. See class definitions starting with SID_.

    • +
    • data_id (int) – The Data-ID for the message.

    -
+
+
-

Note

+

Note

The callback() is priorised in the following order:

-
    -
  • Callbacks with defined Service-ID and Data-ID.
  • -
  • Callbacks with a defined Service-ID and all Data-IDs.
  • -
  • Callbacks with a defined Data-ID and all Service-IDs.
  • -
  • Unspecific Callbacks.
  • +
      +
    • Callbacks with defined Service-ID and Data-ID.

    • +
    • Callbacks with a defined Service-ID and all Data-IDs.

    • +
    • Callbacks with a defined Data-ID and all Service-IDs.

    • +
    • Unspecific Callbacks.

-

Note

+

Note

The callback() is executed with these arguments:

Parameters given at the callback call:

    -
  • The first Arguments is the received message as data_storage object.
  • -
  • Further arguments given at registration.
  • -
  • Further keyword arguments given at registration.
  • +
  • The first Arguments is the received message as data_storage object.

  • +
  • Further arguments given at registration.

  • +
  • Further keyword arguments given at registration.

Return value of the callback:

If the Callback is a Request Callback for a registered Service, the return value has to be a tuple or list with

-
    -
  • response_status: The response status (see class definitions starting with STA_*.
  • -
  • response_data: A JSON iterable object to be used as data for the response.
  • +
      +
    • response_status: The response status (see class definitions starting with STA_*.

    • +
    • response_data: A JSON iterable object to be used as data for the response.

-

Note

-

Only registered services will respond via the callbacks return values with the same data_id.

+

Note

+

Only registered services will respond via the callbacks return values with the same data_id.

-
-
-send(service_id, data_id, data, status=0, timeout=2)
+
+
+send(service_id, data_id, data, status=0, timeout=2)

This methods sends out a message with the given content.

- --- - - - - - - - -
Parameters:
    -
  • service_id (int) – The Service-ID for the message. See class definitions starting with SERVICE_.
  • -
  • data_id (int) – The Data-ID for the message.
  • -
  • data (str) – The data to be transfered. The data needs to be json compatible.
  • -
  • status (int) – The Status for the message. All requests should have STATUS_OKAY.
  • -
  • timeout (float) – The timeout for sending data (e.g. time to establish new connection).
  • +
    +
    Parameters:
    +
      +
    • service_id (int) – The Service-ID for the message. See class definitions starting with SERVICE_.

    • +
    • data_id (int) – The Data-ID for the message.

    • +
    • data (str) – The data to be transfered. The data needs to be json compatible.

    • +
    • status (int) – The Status for the message. All requests should have STATUS_OKAY.

    • +
    • timeout (float) – The timeout for sending data (e.g. time to establish new connection).

    -
Returns:

True if data had been sent, otherwise False.

-
Return type:

bool

-
+
+
Returns:
+

True if data had been sent, otherwise False.

+
+
Return type:
+

bool

+
+
-
-
-class socket_protocol.struct_json_protocol(*args, **kwargs)
+
+
+class socket_protocol.struct_json_protocol(*args, **kwargs)

This Class has the same functionality like pure_json_protocol. The message length is less than for pure_json_protocol, but the functionality and compatibility is reduced. See also parent pure_json_protocol.

-

Note

-

This class is depreceated and here for compatibility reasons (to support old clients or servers). Usage of pure_json_protocol is recommended.

+

Note

+

This class is depreceated and here for compatibility reasons (to support old clients or servers). Usage of pure_json_protocol is recommended.

-
-
-
-

Indices and tables

+
+
+

Indices and tables

-
+
- - +
-
- - -
- -
-

- - © Copyright 2021, Dirk Alders - -

-
- - - - Built with Sphinx using a - - theme - - provided by Read the Docs. - -
- - - + +
+ + + + + \ No newline at end of file diff --git a/_docs_/objects.inv b/_docs_/objects.inv index 1d105c9..a261ea5 100644 Binary files a/_docs_/objects.inv and b/_docs_/objects.inv differ diff --git a/_docs_/py-modindex.html b/_docs_/py-modindex.html index af93fd8..feb93f3 100644 --- a/_docs_/py-modindex.html +++ b/_docs_/py-modindex.html @@ -1,152 +1,132 @@ - - - - - - - - - Python Module Index — socket_protocol documentation - - - - - - - - - - - - - + + + + + Python Module Index — socket_protocol documentation - - - - - + + + + - - + + + - + + + + + + - - - - - - -
- -
-
- +
-
- - -
- -
-

- - © Copyright 2021, Dirk Alders - -

-
- - - - Built with Sphinx using a - - theme - - provided by Read the Docs. - -
-
+ +
+
+ - - - - - - + + | + +
  • + |
  • + + +
    + + + \ No newline at end of file diff --git a/_docs_/search.html b/_docs_/search.html index 8e7ccc0..76892ab 100644 --- a/_docs_/search.html +++ b/_docs_/search.html @@ -1,214 +1,198 @@ - - - - - - - - - Search — socket_protocol documentation - - - - - - - - - - - + + + + + Search — socket_protocol documentation - - + + + + - - - - - - - + + + - + + - - + + + + + + + + + - - - -
    - - +
    -
    -
    + + + +
    +
    +
    +
    + +

    Search

    +
    -
    - - -
    - -
    -

    - - © Copyright 2021, Dirk Alders - -

    -
    - - - - Built with Sphinx using a - - theme - - provided by Read the Docs. - -
    -
    - - - -
    - - - - - - + +
    +
    + + + + \ No newline at end of file diff --git a/_docs_/searchindex.js b/_docs_/searchindex.js index fb715fb..c3ffe6f 100644 --- a/_docs_/searchindex.js +++ b/_docs_/searchindex.js @@ -1 +1 @@ -Search.setIndex({docnames:["index"],envversion:{"sphinx.domains.c":1,"sphinx.domains.changeset":1,"sphinx.domains.cpp":1,"sphinx.domains.javascript":1,"sphinx.domains.math":2,"sphinx.domains.python":1,"sphinx.domains.rst":1,"sphinx.domains.std":1,sphinx:55},filenames:["index.rst"],objects:{"":{socket_protocol:[0,0,0,"-"]},"socket_protocol.data_storage":{get_data:[0,4,1,""],get_data_id:[0,4,1,""],get_service_id:[0,4,1,""],get_status:[0,4,1,""]},"socket_protocol.pure_json_protocol":{add_data:[0,4,1,""],add_msg_to_auth_whitelist_:[0,4,1,""],add_service:[0,4,1,""],add_status:[0,4,1,""],authentificate:[0,4,1,""],check_authentification_state:[0,4,1,""],connection_established:[0,4,1,""],is_connected:[0,4,1,""],receive:[0,4,1,""],reconnect:[0,4,1,""],register_callback:[0,4,1,""],send:[0,4,1,""]},socket_protocol:{AUTH_STATE_KEY_TRANSFERRED:[0,1,1,""],AUTH_STATE_SEED_REQUESTED:[0,1,1,""],AUTH_STATE_SEED_TRANSFERRED:[0,1,1,""],AUTH_STATE_TRUSTED_CONNECTION:[0,1,1,""],AUTH_STATE_UNTRUSTED_CONNECTION:[0,1,1,""],AUTH_STATE__NAMES:[0,1,1,""],DID_AUTH_KEY:[0,1,1,""],DID_AUTH_SEED:[0,1,1,""],DID_CHANNEL_NAME:[0,1,1,""],RequestSidExistsError:[0,2,1,""],ResponseSidExistsError:[0,2,1,""],SID_AUTH_REQUEST:[0,1,1,""],SID_AUTH_RESPONSE:[0,1,1,""],SID_CHANNEL_NAME_REQUEST:[0,1,1,""],SID_CHANNEL_NAME_RESPONSE:[0,1,1,""],SID_EXECUTE_REQUEST:[0,1,1,""],SID_EXECUTE_RESPONSE:[0,1,1,""],SID_READ_REQUEST:[0,1,1,""],SID_READ_RESPONSE:[0,1,1,""],SID_WRITE_REQUEST:[0,1,1,""],SID_WRITE_RESPONSE:[0,1,1,""],STATUS_AUTH_REQUIRED:[0,1,1,""],STATUS_BUFFERING_UNHANDLED_REQUEST:[0,1,1,""],STATUS_CALLBACK_ERROR:[0,1,1,""],STATUS_CHECKSUM_ERROR:[0,1,1,""],STATUS_LOG_LVL:[0,1,1,""],STATUS_OKAY:[0,1,1,""],STATUS_OPERATION_NOT_PERMITTED:[0,1,1,""],STATUS_SERVICE_OR_DATA_UNKNOWN:[0,1,1,""],data_storage:[0,3,1,""],pure_json_protocol:[0,3,1,""],struct_json_protocol:[0,3,1,""]}},objnames:{"0":["py","module","Python module"],"1":["py","data","Python data"],"2":["py","exception","Python exception"],"3":["py","class","Python class"],"4":["py","method","Python method"]},objtypes:{"0":"py:module","1":"py:data","2":"py:exception","3":"py:class","4":"py:method"},terms:{"boolean":0,"class":0,"default":0,"float":0,"function":0,"import":0,"int":0,"new":0,"return":0,"true":0,"while":0,IDs:0,The:0,Will:0,__comm_inst__:0,__init__:0,__main__:0,__name__:0,add:0,add_data:0,add_msg_to_auth_whitelist_:0,add_servic:0,add_statu:0,after:0,alder:0,all:0,also:0,ani:0,append:0,arg:0,argument:0,asc_tim:0,asctim:0,auth_state__nam:0,auth_state_key_transf:0,auth_state_seed_request:0,auth_state_seed_transf:0,auth_state_trusted_connect:0,auth_state_untrusted_connect:0,authentif:0,authentification_feedback:0,authetif:0,authitif:0,author:0,auto_auth:0,automat:0,avail:0,been:0,binascii:0,bool:0,both:0,call:0,callback:0,channel:0,channel_nam:0,check_authentification_st:0,checksum:0,client:0,comm:0,comm_inst:0,commun:0,compat:0,connect:0,connection_establish:0,constant:0,content:0,creat:0,data:0,data_id:0,data_storag:0,def:0,defin:0,definit:0,depend:0,deprec:0,descript:0,design:0,did:0,did_asc_tim:0,did_auth_kei:0,did_auth_se:0,did_channel_nam:0,differ:0,directli:0,dirk:0,disconnect:0,els:0,enabl:0,error:0,establish:0,exampl:0,example_cli:0,example_protocol:0,example_serv:0,except:0,exchang:0,execut:0,fals:0,finish:0,first:0,follow:0,from:0,further:0,get:0,get_data:0,get_data_id:0,get_service_id:0,get_statu:0,give:0,given:0,had:0,has:0,have:0,here:0,hexlifi:0,hit:0,identifi:0,incl:0,includ:0,index:0,info:0,init_channel_nam:0,initi:0,initialis:0,instanc:0,interfac:0,is_client:0,is_connect:0,issu:0,iter:0,jan:0,json:0,kei:0,keyword:0,kwarg:0,least:0,length:0,less:0,level:0,like:0,list:0,log:0,log_name_lvl:0,manual:0,mean:0,messag:0,method:0,mockeri:0,modul:0,mount:0,msg:0,name:0,need:0,none:0,object:0,okai:0,old:0,onli:0,oper:0,optin:0,option:0,order:0,otherwis:0,out:0,output:0,over:0,page:0,paramet:0,parent:0,path:0,permit:0,point:0,previou:0,print:0,prioris:0,process:0,prot:0,pure_json_protocol:0,read:0,read_request:0,read_respons:0,reason:0,receiv:0,recommend:0,reconnect:0,reduc:0,regist:0,register_callback:0,register_connect_callback:0,register_disconnect_callback:0,registr:0,relev:0,report:0,repr:0,req_nam:0,req_sid:0,request:0,requestsidexistserror:0,requir:0,reset:0,resp_nam:0,resp_sid:0,respond:0,respons:0,response_data:0,response_statu:0,responsesidexistserror:0,result:0,root:0,same:0,search:0,secret:0,see:0,seed:0,self:0,send:0,sent:0,serivc:0,server:0,servic:0,service_:0,service_id:0,set:0,should:0,sid:0,sid_:0,sid_auth_request:0,sid_auth_respons:0,sid_channel_name_request:0,sid_channel_name_respons:0,sid_execute_request:0,sid_execute_respons:0,sid_read_request:0,sid_read_respons:0,sid_write_request:0,sid_write_respons:0,side:0,sleep:0,socket_protocol_serv:0,specif:0,sta_:0,start:0,state:0,statu:0,status_:0,status_auth_requir:0,status_buffering_unhandled_request:0,status_callback_error:0,status_checksum_error:0,status_log_lvl:0,status_okai:0,status_operation_not_permit:0,status_service_or_data_unknown:0,stdoutloggingconfigur:0,storag:0,stp:0,str:0,stringtool:0,struct_json_protocol:0,submodul:0,successful:0,sudo:0,support:0,sys:0,taken:0,tcp_client_stp:0,tcp_server_stp:0,tcp_socket:0,than:0,thei:0,thi:0,time:0,time_callback:0,timeout:0,timout:0,transfer:0,trust:0,tue:0,tupl:0,type:0,unhandl:0,unittest:0,unknown:0,unspecif:0,untrust:0,urandom:0,usag:0,use:0,used:0,using:0,valu:0,via:0,wait:0,warn:0,where:0,write:0,write_request:0,write_respons:0,you:0},titles:["Welcome to socket_protocol\u2019s documentation!"],titleterms:{document:0,indic:0,protocol:0,socket:0,socket_protocol:0,tabl:0,welcom:0}}) \ No newline at end of file +Search.setIndex({"alltitles":{"1. Copyright and Related Rights.":[[3,"copyright-and-related-rights"],[10,"copyright-and-related-rights"]],"2. Waiver.":[[3,"waiver"],[10,"waiver"]],"3. Public License Fallback.":[[3,"public-license-fallback"],[10,"public-license-fallback"]],"4. Limitations and Disclaimers.":[[3,"limitations-and-disclaimers"],[10,"limitations-and-disclaimers"]],"CC0 1.0 Universal licence":[[3,"cc0-1-0-universal-licence"],[10,"cc0-1-0-universal-licence"]],"Indices and tables":[[0,"indices-and-tables"]],"Licence":[[3,null],[10,null]],"License for Sphinx":[[4,null],[11,null]],"Statement of Purpose":[[3,"statement-of-purpose"],[10,"statement-of-purpose"]],"The MIT License (MIT)":[[2,null],[9,null]],"Welcome to socket_protocol\u2019s documentation!":[[0,null]],"Zero-Clause BSD Licence":[[3,"zero-clause-bsd-licence"],[10,"zero-clause-bsd-licence"]],"socket_protocol (Socket Protocol)":[[0,"socket-protocol-socket-protocol"]]},"docnames":["index","venv/lib/python3.13/site-packages/alabaster-1.0.0.dist-info/LICENSE","venv/lib/python3.13/site-packages/imagesize-1.4.1.dist-info/LICENSE","venv/lib/python3.13/site-packages/roman_numerals_py-3.1.0.dist-info/licenses/LICENCE","venv/lib/python3.13/site-packages/sphinx-8.2.3.dist-info/licenses/LICENSE","venv/lib/python3.13/site-packages/sphinx/ext/autosummary/templates/autosummary/base","venv/lib/python3.13/site-packages/sphinx/ext/autosummary/templates/autosummary/class","venv/lib/python3.13/site-packages/sphinx/ext/autosummary/templates/autosummary/module","venv/lib64/python3.13/site-packages/alabaster-1.0.0.dist-info/LICENSE","venv/lib64/python3.13/site-packages/imagesize-1.4.1.dist-info/LICENSE","venv/lib64/python3.13/site-packages/roman_numerals_py-3.1.0.dist-info/licenses/LICENCE","venv/lib64/python3.13/site-packages/sphinx-8.2.3.dist-info/licenses/LICENSE","venv/lib64/python3.13/site-packages/sphinx/ext/autosummary/templates/autosummary/base","venv/lib64/python3.13/site-packages/sphinx/ext/autosummary/templates/autosummary/class","venv/lib64/python3.13/site-packages/sphinx/ext/autosummary/templates/autosummary/module"],"envversion":{"sphinx":65,"sphinx.domains.c":3,"sphinx.domains.changeset":1,"sphinx.domains.citation":1,"sphinx.domains.cpp":9,"sphinx.domains.index":1,"sphinx.domains.javascript":3,"sphinx.domains.math":2,"sphinx.domains.python":4,"sphinx.domains.rst":2,"sphinx.domains.std":2},"filenames":["index.rst","venv/lib/python3.13/site-packages/alabaster-1.0.0.dist-info/LICENSE.rst","venv/lib/python3.13/site-packages/imagesize-1.4.1.dist-info/LICENSE.rst","venv/lib/python3.13/site-packages/roman_numerals_py-3.1.0.dist-info/licenses/LICENCE.rst","venv/lib/python3.13/site-packages/sphinx-8.2.3.dist-info/licenses/LICENSE.rst","venv/lib/python3.13/site-packages/sphinx/ext/autosummary/templates/autosummary/base.rst","venv/lib/python3.13/site-packages/sphinx/ext/autosummary/templates/autosummary/class.rst","venv/lib/python3.13/site-packages/sphinx/ext/autosummary/templates/autosummary/module.rst","venv/lib64/python3.13/site-packages/alabaster-1.0.0.dist-info/LICENSE.rst","venv/lib64/python3.13/site-packages/imagesize-1.4.1.dist-info/LICENSE.rst","venv/lib64/python3.13/site-packages/roman_numerals_py-3.1.0.dist-info/licenses/LICENCE.rst","venv/lib64/python3.13/site-packages/sphinx-8.2.3.dist-info/licenses/LICENSE.rst","venv/lib64/python3.13/site-packages/sphinx/ext/autosummary/templates/autosummary/base.rst","venv/lib64/python3.13/site-packages/sphinx/ext/autosummary/templates/autosummary/class.rst","venv/lib64/python3.13/site-packages/sphinx/ext/autosummary/templates/autosummary/module.rst"],"indexentries":{"add_data() (socket_protocol.pure_json_protocol method)":[[0,"socket_protocol.pure_json_protocol.add_data",false]],"add_msg_to_auth_whitelist_() (socket_protocol.pure_json_protocol method)":[[0,"socket_protocol.pure_json_protocol.add_msg_to_auth_whitelist_",false]],"add_service() (socket_protocol.pure_json_protocol method)":[[0,"socket_protocol.pure_json_protocol.add_service",false]],"add_status() (socket_protocol.pure_json_protocol method)":[[0,"socket_protocol.pure_json_protocol.add_status",false]],"auth_state__names (in module socket_protocol)":[[0,"socket_protocol.AUTH_STATE__NAMES",false]],"auth_state_key_transferred (in module socket_protocol)":[[0,"socket_protocol.AUTH_STATE_KEY_TRANSFERRED",false]],"auth_state_seed_requested (in module socket_protocol)":[[0,"socket_protocol.AUTH_STATE_SEED_REQUESTED",false]],"auth_state_seed_transferred (in module socket_protocol)":[[0,"socket_protocol.AUTH_STATE_SEED_TRANSFERRED",false]],"auth_state_trusted_connection (in module socket_protocol)":[[0,"socket_protocol.AUTH_STATE_TRUSTED_CONNECTION",false]],"auth_state_untrusted_connection (in module socket_protocol)":[[0,"socket_protocol.AUTH_STATE_UNTRUSTED_CONNECTION",false]],"authentificate() (socket_protocol.pure_json_protocol method)":[[0,"socket_protocol.pure_json_protocol.authentificate",false]],"check_authentification_state() (socket_protocol.pure_json_protocol method)":[[0,"socket_protocol.pure_json_protocol.check_authentification_state",false]],"connection_established() (socket_protocol.pure_json_protocol method)":[[0,"socket_protocol.pure_json_protocol.connection_established",false]],"data_storage (class in socket_protocol)":[[0,"socket_protocol.data_storage",false]],"did_auth_key (in module socket_protocol)":[[0,"socket_protocol.DID_AUTH_KEY",false]],"did_auth_seed (in module socket_protocol)":[[0,"socket_protocol.DID_AUTH_SEED",false]],"did_channel_name (in module socket_protocol)":[[0,"socket_protocol.DID_CHANNEL_NAME",false]],"get_data() (socket_protocol.data_storage method)":[[0,"socket_protocol.data_storage.get_data",false]],"get_data_id() (socket_protocol.data_storage method)":[[0,"socket_protocol.data_storage.get_data_id",false]],"get_service_id() (socket_protocol.data_storage method)":[[0,"socket_protocol.data_storage.get_service_id",false]],"get_status() (socket_protocol.data_storage method)":[[0,"socket_protocol.data_storage.get_status",false]],"is_connected() (socket_protocol.pure_json_protocol method)":[[0,"socket_protocol.pure_json_protocol.is_connected",false]],"module":[[0,"module-socket_protocol",false]],"pure_json_protocol (class in socket_protocol)":[[0,"socket_protocol.pure_json_protocol",false]],"receive() (socket_protocol.pure_json_protocol method)":[[0,"socket_protocol.pure_json_protocol.receive",false]],"reconnect() (socket_protocol.pure_json_protocol method)":[[0,"socket_protocol.pure_json_protocol.reconnect",false]],"register_callback() (socket_protocol.pure_json_protocol method)":[[0,"socket_protocol.pure_json_protocol.register_callback",false]],"requestsidexistserror":[[0,"socket_protocol.RequestSidExistsError",false]],"responsesidexistserror":[[0,"socket_protocol.ResponseSidExistsError",false]],"send() (socket_protocol.pure_json_protocol method)":[[0,"socket_protocol.pure_json_protocol.send",false]],"sid_auth_request (in module socket_protocol)":[[0,"socket_protocol.SID_AUTH_REQUEST",false]],"sid_auth_response (in module socket_protocol)":[[0,"socket_protocol.SID_AUTH_RESPONSE",false]],"sid_channel_name_request (in module socket_protocol)":[[0,"socket_protocol.SID_CHANNEL_NAME_REQUEST",false]],"sid_channel_name_response (in module socket_protocol)":[[0,"socket_protocol.SID_CHANNEL_NAME_RESPONSE",false]],"sid_execute_request (in module socket_protocol)":[[0,"socket_protocol.SID_EXECUTE_REQUEST",false]],"sid_execute_response (in module socket_protocol)":[[0,"socket_protocol.SID_EXECUTE_RESPONSE",false]],"sid_read_request (in module socket_protocol)":[[0,"socket_protocol.SID_READ_REQUEST",false]],"sid_read_response (in module socket_protocol)":[[0,"socket_protocol.SID_READ_RESPONSE",false]],"sid_write_request (in module socket_protocol)":[[0,"socket_protocol.SID_WRITE_REQUEST",false]],"sid_write_response (in module socket_protocol)":[[0,"socket_protocol.SID_WRITE_RESPONSE",false]],"socket_protocol":[[0,"module-socket_protocol",false]],"status_auth_required (in module socket_protocol)":[[0,"socket_protocol.STATUS_AUTH_REQUIRED",false]],"status_buffering_unhandled_request (in module socket_protocol)":[[0,"socket_protocol.STATUS_BUFFERING_UNHANDLED_REQUEST",false]],"status_callback_error (in module socket_protocol)":[[0,"socket_protocol.STATUS_CALLBACK_ERROR",false]],"status_checksum_error (in module socket_protocol)":[[0,"socket_protocol.STATUS_CHECKSUM_ERROR",false]],"status_log_lvl (in module socket_protocol)":[[0,"socket_protocol.STATUS_LOG_LVL",false]],"status_okay (in module socket_protocol)":[[0,"socket_protocol.STATUS_OKAY",false]],"status_operation_not_permitted (in module socket_protocol)":[[0,"socket_protocol.STATUS_OPERATION_NOT_PERMITTED",false]],"status_service_or_data_unknown (in module socket_protocol)":[[0,"socket_protocol.STATUS_SERVICE_OR_DATA_UNKNOWN",false]],"struct_json_protocol (class in socket_protocol)":[[0,"socket_protocol.struct_json_protocol",false]]},"objects":{"":[[0,0,0,"-","socket_protocol"]],"socket_protocol":[[0,1,1,"","AUTH_STATE_KEY_TRANSFERRED"],[0,1,1,"","AUTH_STATE_SEED_REQUESTED"],[0,1,1,"","AUTH_STATE_SEED_TRANSFERRED"],[0,1,1,"","AUTH_STATE_TRUSTED_CONNECTION"],[0,1,1,"","AUTH_STATE_UNTRUSTED_CONNECTION"],[0,1,1,"","AUTH_STATE__NAMES"],[0,1,1,"","DID_AUTH_KEY"],[0,1,1,"","DID_AUTH_SEED"],[0,1,1,"","DID_CHANNEL_NAME"],[0,2,1,"","RequestSidExistsError"],[0,2,1,"","ResponseSidExistsError"],[0,1,1,"","SID_AUTH_REQUEST"],[0,1,1,"","SID_AUTH_RESPONSE"],[0,1,1,"","SID_CHANNEL_NAME_REQUEST"],[0,1,1,"","SID_CHANNEL_NAME_RESPONSE"],[0,1,1,"","SID_EXECUTE_REQUEST"],[0,1,1,"","SID_EXECUTE_RESPONSE"],[0,1,1,"","SID_READ_REQUEST"],[0,1,1,"","SID_READ_RESPONSE"],[0,1,1,"","SID_WRITE_REQUEST"],[0,1,1,"","SID_WRITE_RESPONSE"],[0,1,1,"","STATUS_AUTH_REQUIRED"],[0,1,1,"","STATUS_BUFFERING_UNHANDLED_REQUEST"],[0,1,1,"","STATUS_CALLBACK_ERROR"],[0,1,1,"","STATUS_CHECKSUM_ERROR"],[0,1,1,"","STATUS_LOG_LVL"],[0,1,1,"","STATUS_OKAY"],[0,1,1,"","STATUS_OPERATION_NOT_PERMITTED"],[0,1,1,"","STATUS_SERVICE_OR_DATA_UNKNOWN"],[0,3,1,"","data_storage"],[0,3,1,"","pure_json_protocol"],[0,3,1,"","struct_json_protocol"]],"socket_protocol.data_storage":[[0,4,1,"","get_data"],[0,4,1,"","get_data_id"],[0,4,1,"","get_service_id"],[0,4,1,"","get_status"]],"socket_protocol.pure_json_protocol":[[0,4,1,"","add_data"],[0,4,1,"","add_msg_to_auth_whitelist_"],[0,4,1,"","add_service"],[0,4,1,"","add_status"],[0,4,1,"","authentificate"],[0,4,1,"","check_authentification_state"],[0,4,1,"","connection_established"],[0,4,1,"","is_connected"],[0,4,1,"","receive"],[0,4,1,"","reconnect"],[0,4,1,"","register_callback"],[0,4,1,"","send"]]},"objnames":{"0":["py","module","Python module"],"1":["py","data","Python data"],"2":["py","exception","Python exception"],"3":["py","class","Python class"],"4":["py","method","Python method"]},"objtypes":{"0":"py:module","1":"py:data","2":"py:exception","3":"py:class","4":"py:method"},"terms":{"":[3,10],"0":0,"05":0,"1":0,"10":0,"11":[0,3,10],"127":0,"15":0,"153":0,"16":0,"17017":0,"1996":[3,10],"2":0,"20":0,"2007":[4,11],"2010":[1,8],"2011":[1,8],"2016":[2,9],"2020":[1,8],"2024":[3,10],"2025":[0,4,11],"21":0,"22":0,"24":0,"2c":0,"2f":0,"3":0,"30":0,"31":0,"32":0,"33":0,"35":0,"38":0,"39":0,"3a":0,"3c":0,"3d":0,"3e":0,"4":0,"40":0,"41":0,"45":0,"46":0,"5":0,"59":0,"5f":0,"6":0,"61":0,"62":0,"63":0,"64":0,"65":0,"67":0,"69":0,"6c":0,"6d":0,"6e":0,"70":0,"71":0,"72":0,"73":0,"74":0,"75":0,"76":0,"78":0,"7b":0,"7d":0,"7f":0,"8":0,"82":0,"85":0,"9":[0,3,10],"95":0,"96":[3,10],"A":[0,1,2,3,4,8,9,10,11],"AND":[1,2,3,4,8,9,10,11],"AS":[1,2,3,4,8,9,10,11],"BE":[1,2,3,4,8,9,10,11],"BUT":[1,2,4,8,9,11],"BY":[1,4,8,11],"FOR":[1,2,3,4,8,9,10,11],"For":[3,10],"IF":[1,4,8,11],"IN":[1,2,3,4,8,9,10,11],"If":0,"In":[3,10],"NO":[1,2,3,4,8,9,10,11],"NOT":[1,2,4,8,9,11],"No":[3,10],"OF":[1,2,3,4,8,9,10,11],"ON":[1,4,8,11],"OR":[1,2,3,4,8,9,10,11],"SUCH":[1,4,8,11],"THE":[1,2,3,4,8,9,10,11],"TO":[1,2,3,4,8,9,10,11],"The":[0,1,3,8,10],"These":[3,10],"To":[3,10],"WITH":[2,3,9,10],"Will":0,"__authentificate_check_key__":0,"__authentificate_create_key__":0,"__authentificate_create_seed__":0,"__authentificate_process_feedback__":0,"__channel_name_request__":0,"__channel_name_response__":0,"__comm_inst__":0,"__init__":0,"__main__":0,"__name__":0,"abandon":[3,10],"abov":[1,2,4,8,9,11],"absenc":[3,10],"account":[3,10],"accuraci":[3,10],"acknowledg":[3,10],"action":[2,3,9,10],"ad":0,"adam":[3,10],"adapt":[3,10],"add":0,"add_data":0,"add_msg_to_auth_whitelist_":0,"add_servic":0,"add_statu":0,"addit":[3,10],"advertis":[3,10],"advis":[1,4,8,11],"affect":[3,10],"affirm":[3,10],"after":0,"against":[3,10],"alder":0,"all":[0,2,3,4,9,10,11],"all_oth":0,"also":0,"amend":[3,10],"an":[0,2,3,9,10],"ani":[0,1,2,3,4,8,9,10,11],"append":0,"appli":[3,10],"applic":[3,10],"ar":[0,1,3,4,8,10,11],"arg":0,"argument":0,"aris":[1,2,3,4,8,9,10,11],"armin":[1,8],"asc_tim":0,"asctim":0,"assert":[3,10],"associ":[2,3,9,10],"aug":0,"auth_state__nam":0,"auth_state_key_transf":0,"auth_state_seed_request":0,"auth_state_seed_transf":0,"auth_state_trusted_connect":0,"auth_state_untrusted_connect":0,"authentif":0,"authentification_feedback":0,"authetif":0,"authitif":0,"author":[0,2,3,4,9,10,11],"authorship":[3,10],"auto_auth":0,"automat":[0,3,10],"avail":[0,3,10],"b4":0,"base":[1,3,8,10],"been":0,"below":[3,4,10,11],"benefit":[3,10],"binari":[1,4,8,11],"binascii":0,"block":[7,14],"bool":0,"boolean":0,"both":0,"bsd":[4,11],"buffer":0,"build":[3,10],"busi":[1,4,8,11],"c":[0,1,3,4,8,10,11],"call":0,"callback":0,"can":[3,10],"cancel":[3,10],"case":[3,10],"caus":[1,3,4,8,10,11],"cd":0,"certain":[3,10],"chang":0,"channel":0,"channel_nam":0,"charg":[2,9],"check_authentification_st":0,"checksum":0,"claim":[2,3,9,10],"class":0,"claus":[4,11],"clean":0,"clear":[3,10],"client":0,"code":[1,4,8,11],"comm":0,"comm_inst":0,"commerci":[3,10],"common":[3,10],"commun":[0,3,10],"compat":0,"compens":[3,10],"competit":[3,10],"concern":[3,10],"condit":[1,2,4,8,9,11],"confer":[3,10],"connect":[0,2,3,9,10],"connection_establish":0,"consent":[3,10],"consequenti":[1,3,4,8,10,11],"consider":[3,10],"constant":0,"contempl":[3,10],"content":0,"contract":[1,2,3,4,8,9,10,11],"contrari":[3,10],"contravent":[3,10],"contribut":[3,10],"contributor":[1,4,8,11],"copi":[2,3,9,10],"copyright":[1,2,4,8,9,11],"correspond":[3,10],"council":[3,10],"creat":0,"creativ":[3,10],"creator":[3,10],"cultur":[3,10],"current":[3,10],"damag":[1,2,3,4,8,9,10,11],"data":[0,1,3,4,8,10,11],"data_id":0,"data_storag":0,"databas":[3,10],"date":[3,10],"dd":0,"de":0,"deal":[2,9],"debug":0,"deem":[3,10],"def":0,"default":0,"default_logging_config":0,"defect":[3,10],"defin":[0,3,10],"definit":0,"depend":0,"depict":[3,10],"deprec":0,"deriv":[1,8],"descript":0,"design":0,"detriment":[3,10],"did":0,"did_asc_tim":0,"did_auth_kei":0,"did_auth_se":0,"did_channel_nam":0,"differ":0,"direct":[1,3,4,8,10,11],"directli":0,"dirk":0,"disclaim":[1,4,8,11],"disconnect":0,"discover":[3,10],"displai":[3,10],"disrupt":[3,10],"dissemin":[3,10],"distribut":[1,2,3,4,8,9,10,11],"do":[0,2,9],"document":[1,2,3,4,8,9,10,11],"durat":[3,10],"duti":[3,10],"e":0,"e7":0,"each":[3,10],"ec":[3,10],"effect":[3,10],"effort":[3,10],"either":[3,10],"elect":[3,10],"els":0,"enabl":0,"end":0,"endblock":[7,14],"endfor":[7,14],"endif":[7,14],"endors":[1,8],"enjoy":[3,10],"equit":[3,10],"equival":[3,10],"error":[0,3,10],"escap":[5,6,7,12,13,14],"establish":0,"european":[3,10],"even":[1,4,8,11],"event":[1,2,3,4,8,9,10,11],"exampl":0,"example_cli":0,"example_protocol":0,"example_serv":0,"except":0,"exchang":0,"exclus":[3,10],"execut":0,"exemplari":[1,4,8,11],"exercis":[3,10],"exist":[3,10],"expect":[3,10],"express":[1,2,3,4,8,9,10,11],"extens":[3,10],"extent":[3,10],"extract":[3,10],"f5":0,"fals":0,"fear":[3,10],"fee":[3,10],"file":[2,4,9,11],"finish":0,"first":0,"fit":[1,2,3,4,8,9,10,11],"float":0,"follow":[0,1,2,3,4,8,9,10,11],"forcier":[1,8],"form":[1,3,4,8,10,11],"free":[2,3,9,10],"freeli":[3,10],"fri":0,"from":[0,1,2,3,8,9,10],"fulli":[3,10],"fullnam":[5,6,7,12,13,14],"function":0,"furnish":[2,9],"further":[0,3,10],"futur":[3,10],"g":0,"gain":[3,10],"get":0,"get_data":0,"get_data_id":0,"get_service_id":0,"get_statu":0,"give":0,"given":0,"good":[1,4,8,11],"grant":[2,3,9,10],"greater":[3,10],"greatest":[3,10],"ha":[0,3,10],"had":0,"have":0,"he":[3,10],"heir":[3,10],"held":[3,10],"her":[3,10],"here":0,"herebi":[2,3,9,10],"hexlifi":0,"hi":[3,10],"hit":0,"holder":[1,2,4,8,9,11],"howev":[1,4,8,11],"i":[0,1,2,3,4,8,9,10,11],"id":0,"ideal":[3,10],"identifi":0,"ii":[3,10],"iii":[3,10],"imag":[3,10],"implement":[3,10],"impli":[1,2,3,4,8,9,10,11],"import":0,"incident":[1,4,8,11],"incl":0,"includ":[0,1,2,3,4,8,9,10,11],"incorpor":[3,10],"index":0,"indic":[4,11],"indirect":[1,3,4,8,10,11],"ineffect":[3,10],"info":0,"infring":[3,10],"init_channel_nam":0,"initi":0,"initialis":0,"instanc":0,"int":0,"intend":[3,10],"interfac":0,"interrupt":[1,4,8,11],"invalid":[3,10],"irrevoc":[3,10],"is_client":0,"is_connect":0,"issu":0,"item":[7,14],"iter":0,"its":[3,10],"iv":[3,10],"jeff":[1,8],"json":0,"judg":[3,10],"jurisdict":[3,10],"kei":0,"kenneth":[1,8],"keyword":0,"kind":[2,3,9,10],"knowledg":[3,10],"known":[3,10],"kwarg":0,"larg":[3,10],"latent":[3,10],"later":[3,10],"law":[3,10],"least":0,"legal":[3,10],"length":0,"less":0,"level":0,"liabil":[1,2,4,8,9,11],"liabl":[1,2,3,4,8,9,10,11],"licenc":[4,11],"like":[0,3,10],"limit":[1,2,4,8,9,11],"list":[0,1,4,8,11],"listen":0,"log":0,"loss":[1,3,4,8,10,11],"made":[3,10],"mai":[1,3,8,10],"make":[3,10],"manual":0,"march":[3,10],"materi":[1,4,8,11],"maximum":[3,10],"mean":[0,3,10],"medium":[3,10],"member":[3,10],"merchant":[1,2,3,4,8,9,10,11],"merg":[2,9],"messag":0,"met":[1,4,8,11],"method":0,"mockeri":0,"modif":[1,4,8,11],"modifi":[2,3,9,10],"modul":[0,7,14],"moral":[3,10],"most":[3,10],"motiv":[3,10],"mount":0,"msg":0,"must":[1,4,8,11],"name":[0,1,8],"nation":[3,10],"necessari":[3,10],"need":0,"neglig":[1,3,4,8,10,11],"neighbor":[3,10],"new":0,"non":[3,10],"none":0,"noninfring":[2,9],"nopep8":0,"notic":[1,2,4,8,9,11],"now":[0,3,10],"number":[3,10],"o":0,"object":0,"oblig":[3,10],"obtain":[2,3,9,10],"offer":[3,10],"okai":0,"old":0,"onli":0,"oper":0,"optin":0,"option":0,"order":0,"origin":[1,3,8,10],"other":[1,2,3,4,8,9,10,11],"otherwis":[0,1,2,3,4,8,9,10,11],"out":[0,1,2,3,4,8,9,10,11],"output":0,"over":0,"overtli":[3,10],"overwrit":0,"owner":[1,3,8,10],"page":0,"paragraph":[3,10],"paramet":0,"parent":0,"parliament":[3,10],"part":[3,10],"parti":[3,10],"partial":[3,10],"particular":[1,2,3,4,8,9,10,11],"patent":[3,10],"path":0,"pattern":0,"perform":[3,10],"perman":[3,10],"permiss":[1,2,3,8,9,10],"permit":[0,1,2,3,4,8,9,10,11],"person":[2,3,9,10],"pertain":[3,10],"point":0,"portion":[2,9],"possibl":[1,3,4,8,10,11],"present":[3,10],"preserv":[3,10],"previou":0,"print":0,"prior":[1,8],"prioris":0,"privaci":[3,10],"process":0,"procur":[1,4,8,11],"product":[1,3,8,10],"profit":[1,3,4,8,10,11],"project":[3,4,10,11],"promot":[1,3,8,10],"prot":0,"protect":[3,10],"provid":[1,2,3,4,8,9,10,11],"publicli":[3,10],"publish":[2,9],"pure_json_protocol":0,"purpos":[1,2,4,8,9,11],"quiet":[3,10],"read":0,"read_request":0,"read_respons":0,"readi":0,"reason":[0,3,10],"receiv":0,"recommend":0,"reconnect":0,"redistribut":[1,3,4,8,10,11],"reduc":0,"regard":[3,10],"regist":0,"register_callback":0,"register_connect_callback":0,"register_disconnect_callback":0,"registr":0,"reitz":[1,8],"relev":0,"reliabl":[3,10],"relinquish":[3,10],"remain":[3,10],"remaind":[3,10],"report":0,"repr":0,"represent":[3,10],"reproduc":[1,3,4,8,10,11],"reput":[3,10],"req_nam":0,"req_sid":0,"request":0,"requestsidexistserror":0,"requir":[0,3,10],"resciss":[3,10],"reserv":[1,4,8,11],"reset":0,"resp_nam":0,"resp_sid":0,"respect":[3,10],"respond":0,"respons":[0,3,10],"response_data":0,"response_statu":0,"responsesidexistserror":0,"restrict":[2,9],"result":[0,3,10],"retain":[1,3,4,8,10,11],"retriev":0,"return":0,"reus":[3,10],"revoc":[3,10],"right":[1,2,4,8,9,11],"ronach":[1,8],"royalti":[3,10],"rubric":[7,14],"rx":0,"same":0,"scientif":[3,10],"search":0,"secret":0,"see":[0,4,11],"seed":0,"self":0,"sell":[2,9],"send":0,"sent":0,"serivc":0,"server":0,"servic":[0,1,4,8,11],"service_":0,"service_id":0,"set":0,"shall":[1,2,3,4,8,9,10,11],"she":[3,10],"shibukawa":[2,9],"should":[0,3,10],"sid":0,"sid_":0,"sid_auth_request":0,"sid_auth_respons":0,"sid_channel_name_request":0,"sid_channel_name_respons":0,"sid_execute_request":0,"sid_execute_respons":0,"sid_read_request":0,"sid_read_respons":0,"sid_write_request":0,"sid_write_respons":0,"side":0,"similar":[3,10],"so":[2,3,9,10],"softwar":[1,2,3,4,8,9,10,11],"some":[1,8],"sourc":[1,4,8,11],"sp":0,"spc":0,"special":[1,3,4,8,10,11],"specif":[0,1,8],"sta_":0,"start":0,"state":0,"statu":0,"status_":0,"status_auth_requir":0,"status_buffering_unhandled_request":0,"status_callback_error":0,"status_checksum_error":0,"status_log_lvl":0,"status_okai":0,"status_operation_not_permit":0,"status_service_or_data_unknown":0,"statutori":[3,10],"storag":0,"store":0,"stp":0,"stp_state_escape_1":0,"stp_state_escape_2":0,"stp_state_idl":0,"stp_state_store_data":0,"str":0,"strict":[1,4,8,11],"stringtool":0,"struct_json_protocol":0,"subject":[2,3,9,10],"sublicens":[2,3,9,10],"submodul":0,"subsequ":[3,10],"substanti":[2,9],"substitut":[1,4,8,11],"successful":0,"successor":[3,10],"sudo":0,"support":0,"surrend":[3,10],"sy":0,"sync":0,"take":[3,10],"taken":0,"tcp_client_stp":0,"tcp_server_stp":0,"tcp_socket":0,"team":[4,11],"term":[3,10],"termin":[3,10],"territori":[3,10],"than":0,"thei":0,"theme":[1,8],"theori":[1,4,8,11],"thereof":[3,10],"thi":[0,1,2,3,4,8,9,10,11],"those":[3,10],"through":[3,10],"throughout":[3,10],"time":[0,3,10],"time_callback":0,"timeout":0,"timout":0,"titl":[3,10],"tort":[1,2,4,8,9,11],"tortiou":[3,10],"trademark":[3,10],"transfer":[0,3,10],"translat":[3,10],"treati":[3,10],"true":0,"trust":0,"tupl":0,"turner":[3,10],"two":[4,11],"tx":0,"type":0,"uncondit":[3,10],"uncondition":[3,10],"under":[3,4,10,11],"underlin":[5,6,7,12,13,14],"understand":[3,10],"unfair":[3,10],"unhandl":0,"unittest":0,"unknown":[0,3,10],"unless":[4,11],"unspecif":0,"untrust":0,"up":0,"upon":[3,10],"urandom":0,"us":[0,1,2,3,4,8,9,10,11],"usag":0,"user":0,"valu":0,"version":[3,10],"via":0,"voluntarili":[3,10],"wa":[0,3,10],"wai":[1,4,8,11],"waiv":[3,10],"warn":0,"warranti":[1,2,3,4,8,9,10,11],"well":[3,10],"whatsoev":[3,10],"where":0,"whether":[1,2,3,4,8,9,10,11],"whitelist":0,"whom":[2,9],"wish":[3,10],"without":[1,2,3,4,8,9,10,11],"work":[1,3,8,10],"world":[3,10],"worldwid":[3,10],"write":0,"write_request":0,"write_respons":0,"written":[1,8],"yoshiki":[2,9],"you":0},"titles":["Welcome to socket_protocol\u2019s documentation!","<no title>","The MIT License (MIT)","Licence","License for Sphinx","<no title>","<no title>","<no title>","<no title>","The MIT License (MIT)","Licence","License for Sphinx","<no title>","<no title>","<no title>"],"titleterms":{"":0,"0":[3,10],"1":[3,10],"2":[3,10],"3":[3,10],"4":[3,10],"The":[2,9],"bsd":[3,10],"cc0":[3,10],"claus":[3,10],"copyright":[3,10],"disclaim":[3,10],"document":0,"fallback":[3,10],"indic":0,"licenc":[3,10],"licens":[2,3,4,9,10,11],"limit":[3,10],"mit":[2,9],"protocol":0,"public":[3,10],"purpos":[3,10],"relat":[3,10],"right":[3,10],"socket":0,"socket_protocol":0,"sphinx":[4,11],"statement":[3,10],"tabl":0,"univers":[3,10],"waiver":[3,10],"welcom":0,"zero":[3,10]}}) \ No newline at end of file diff --git a/_examples_/Makefile b/_examples_/Makefile index 5da9be3..f1b262b 100644 --- a/_examples_/Makefile +++ b/_examples_/Makefile @@ -1,16 +1,29 @@ -EXAMPLES = $(wildcard *.py) -LOGFILES = ${EXAMPLES:.py=.log} +# pylibs examples Makefile: Version 1.0 (2025-08-15) + +.ONESHELL: +SHELL = /usr/bin/bash +MAKEFLAGS += --no-print-directory +.SILENT: + +INTERPRETER = python3 .PHONY: all +EXAMPLES := $(wildcard *.py) +EXAMPLES := $(filter-out config.py, $(EXAMPLES)) +LOGFILES := ${EXAMPLES:.py=.log} +LOGFILES_1st := ${EXAMPLES:.py=.log_1st} + all: $(LOGFILES) -%server.log: %server.py - @echo -n +-include __make.d__/*.mk -%client.log: %client.py - python3 $(subst client,server,$<) 1> /dev/null& - python3 $< > $@ +%.log: %.py + $(MAKE) $@_1st 2> /dev/null + echo -e "\e[1m * Running example $<\e[0m" + $(INTERPRETER) $< > $@ -clean: - @echo "\e[1m * Example logs...\e[0m" - @rm -f $(LOGFILES) +localclean: +clean: localclean + echo -e "\e[1m * Example logs...\e[0m" + rm -f $(LOGFILES) + rm -f $(LOGFILES_1st) diff --git a/_examples_/config.py b/_examples_/config.py new file mode 100644 index 0000000..d4d1fb3 --- /dev/null +++ b/_examples_/config.py @@ -0,0 +1,4 @@ +import logging + +DEBUG = False +LOG_LEVEL = logging.DEBUG diff --git a/_examples_/socket_protocol_client.py b/_examples_/socket_protocol_client.py deleted file mode 100644 index 38246e9..0000000 --- a/_examples_/socket_protocol_client.py +++ /dev/null @@ -1,16 +0,0 @@ -import sys -sys.path.append('../..') - - -import report -import socket_protocol -from socket_protocol_server import example_protocol, DID_ASC_TIME -import tcp_socket -import time - -if __name__ == '__main__': - report.stdoutLoggingConfigure(log_name_lvl=[('root', 'INFO'), ]) - c = tcp_socket.tcp_client_stp('127.0.0.1', 17017) - sp = example_protocol(c, channel_name='example_client') - sp.send(socket_protocol.SID_READ_REQUEST, DID_ASC_TIME, None) - print('The Client received: %s' % repr(sp.receive(socket_protocol.SID_READ_RESPONSE, 0).get_data())) diff --git a/_examples_/socket_protocol_server.py b/_examples_/socket_protocol_example.py similarity index 63% rename from _examples_/socket_protocol_server.py rename to _examples_/socket_protocol_example.py index ed73471..ff2865b 100644 --- a/_examples_/socket_protocol_server.py +++ b/_examples_/socket_protocol_example.py @@ -1,10 +1,10 @@ -import sys -sys.path.append('../..') +import sys # nopep8 +sys.path.append('../..') # nopep8 -import report -import socket_protocol -import tcp_socket import time +import tcp_socket +import socket_protocol +import report DID_ASC_TIME = 0 @@ -27,16 +27,14 @@ class example_protocol(socket_protocol.pure_json_protocol): if __name__ == '__main__': - report.stdoutLoggingConfigure(log_name_lvl=[('root', 'INFO'), ]) + report.default_logging_config() + + # Start server s = tcp_socket.tcp_server_stp('127.0.0.1', 17017) - sp = example_protocol(s, channel_name='example_server') + sps = example_protocol(s, channel_name='example_server') - i = 0 - while not s.is_connected() and i <= 20: - i += 1 - time.sleep(.1) # wait for a connection - - i = 0 - while s.is_connected() and i <= 20: - i += 1 - time.sleep(.1) # wait for disconnect + # Start client + c = tcp_socket.tcp_client_stp('127.0.0.1', 17017) + spc = example_protocol(c, channel_name='example_client') + spc.send(socket_protocol.SID_READ_REQUEST, DID_ASC_TIME, None) + print('The Client received: %s' % repr(spc.receive(socket_protocol.SID_READ_RESPONSE, 0).get_data())) diff --git a/_requirements_/specification.pdf b/_requirements_/specification.pdf index 8eecb4a..2b4a514 100644 Binary files a/_requirements_/specification.pdf and b/_requirements_/specification.pdf differ diff --git a/_testresults_/unittest.json b/_testresults_/unittest.json index ac889bb..cbac67e 100644 --- a/_testresults_/unittest.json +++ b/_testresults_/unittest.json @@ -2,11 +2,11 @@ "coverage_information": [ { "branch_coverage": 98.86, - "filepath": "/home/dirk/my_repositories/unittest/socket_protocol/pylibs/socket_protocol", + "filepath": "/home/dirk/work/unittest_collection/socket_protocol/pylibs/socket_protocol", "files": [ { "branch_coverage": 98.86, - "filepath": "/home/dirk/my_repositories/unittest/socket_protocol/pylibs/socket_protocol/__init__.py", + "filepath": "/home/dirk/work/unittest_collection/socket_protocol/pylibs/socket_protocol/__init__.py", "fragments": [ { "coverage_state": "clean", @@ -25,188 +25,188 @@ }, { "coverage_state": "covered", - "end": 31, + "end": 37, "start": 31 }, { "coverage_state": "clean", - "end": 32, - "start": 32 + "end": 39, + "start": 38 }, { "coverage_state": "covered", - "end": 40, - "start": 33 + "end": 44, + "start": 40 }, { "coverage_state": "clean", - "end": 42, - "start": 41 + "end": 46, + "start": 45 }, { "coverage_state": "covered", "end": 47, - "start": 43 + "start": 47 }, { "coverage_state": "clean", - "end": 49, + "end": 48, "start": 48 }, { "coverage_state": "covered", - "end": 50, - "start": 50 + "end": 51, + "start": 49 }, { "coverage_state": "clean", - "end": 51, - "start": 51 - }, - { - "coverage_state": "covered", - "end": 54, + "end": 52, "start": 52 }, - { - "coverage_state": "clean", - "end": 55, - "start": 55 - }, { "coverage_state": "covered", - "end": 81, - "start": 56 + "end": 78, + "start": 53 }, { "coverage_state": "clean", - "end": 82, - "start": 82 + "end": 79, + "start": 79 }, { "coverage_state": "covered", - "end": 97, - "start": 83 + "end": 94, + "start": 80 }, { "coverage_state": "clean", - "end": 105, - "start": 98 + "end": 102, + "start": 95 }, { "coverage_state": "covered", - "end": 106, - "start": 106 + "end": 103, + "start": 103 }, { "coverage_state": "clean", - "end": 107, - "start": 107 + "end": 104, + "start": 104 }, { "coverage_state": "covered", - "end": 118, - "start": 108 + "end": 115, + "start": 105 + }, + { + "coverage_state": "clean", + "end": 119, + "start": 116 + }, + { + "coverage_state": "covered", + "end": 120, + "start": 120 }, { "coverage_state": "clean", "end": 122, - "start": 119 + "start": 121 }, { "coverage_state": "covered", - "end": 123, + "end": 124, "start": 123 }, { "coverage_state": "clean", - "end": 125, - "start": 124 + "end": 126, + "start": 125 }, { "coverage_state": "covered", - "end": 127, - "start": 126 + "end": 128, + "start": 127 }, { "coverage_state": "clean", - "end": 129, - "start": 128 + "end": 130, + "start": 129 }, { "coverage_state": "covered", - "end": 131, - "start": 130 + "end": 132, + "start": 131 }, { "coverage_state": "clean", "end": 133, - "start": 132 + "start": 133 }, { "coverage_state": "covered", - "end": 135, + "end": 137, "start": 134 }, { "coverage_state": "clean", - "end": 136, - "start": 136 + "end": 138, + "start": 138 }, { "coverage_state": "covered", - "end": 140, - "start": 137 + "end": 141, + "start": 139 }, { "coverage_state": "clean", - "end": 141, - "start": 141 - }, - { - "coverage_state": "covered", - "end": 144, + "end": 142, "start": 142 }, + { + "coverage_state": "covered", + "end": 143, + "start": 143 + }, { "coverage_state": "clean", - "end": 145, + "end": 144, + "start": 144 + }, + { + "coverage_state": "covered", + "end": 153, "start": 145 }, + { + "coverage_state": "clean", + "end": 154, + "start": 154 + }, { "coverage_state": "covered", - "end": 146, - "start": 146 + "end": 155, + "start": 155 }, { "coverage_state": "clean", - "end": 147, - "start": 147 - }, - { - "coverage_state": "covered", "end": 156, - "start": 148 + "start": 156 }, { - "coverage_state": "clean", - "end": 157, + "coverage_state": "covered", + "end": 161, "start": 157 }, - { - "coverage_state": "covered", - "end": 158, - "start": 158 - }, { "coverage_state": "clean", - "end": 159, - "start": 159 + "end": 162, + "start": 162 }, { "coverage_state": "covered", "end": 164, - "start": 160 + "start": 163 }, { "coverage_state": "clean", @@ -215,13 +215,13 @@ }, { "coverage_state": "covered", - "end": 167, + "end": 166, "start": 166 }, { "coverage_state": "clean", "end": 168, - "start": 168 + "start": 167 }, { "coverage_state": "covered", @@ -230,128 +230,128 @@ }, { "coverage_state": "clean", - "end": 171, + "end": 170, "start": 170 }, { "coverage_state": "covered", - "end": 172, - "start": 172 + "end": 173, + "start": 171 }, { "coverage_state": "clean", - "end": 173, - "start": 173 + "end": 175, + "start": 174 }, { "coverage_state": "covered", "end": 176, - "start": 174 + "start": 176 }, { "coverage_state": "clean", - "end": 178, + "end": 189, "start": 177 }, { "coverage_state": "covered", - "end": 179, - "start": 179 + "end": 194, + "start": 190 }, { "coverage_state": "clean", - "end": 192, - "start": 180 + "end": 195, + "start": 195 }, { "coverage_state": "covered", - "end": 197, - "start": 193 + "end": 200, + "start": 196 }, { "coverage_state": "clean", - "end": 198, - "start": 198 + "end": 201, + "start": 201 }, { "coverage_state": "covered", - "end": 203, - "start": 199 + "end": 202, + "start": 202 }, { "coverage_state": "clean", - "end": 204, - "start": 204 + "end": 207, + "start": 203 }, { "coverage_state": "covered", - "end": 205, - "start": 205 + "end": 208, + "start": 208 }, { "coverage_state": "clean", + "end": 209, + "start": 209 + }, + { + "coverage_state": "covered", "end": 210, - "start": 206 + "start": 210 }, { - "coverage_state": "covered", - "end": 211, + "coverage_state": "clean", + "end": 215, "start": 211 }, + { + "coverage_state": "covered", + "end": 216, + "start": 216 + }, { "coverage_state": "clean", - "end": 212, - "start": 212 + "end": 217, + "start": 217 }, { "coverage_state": "covered", - "end": 213, - "start": 213 - }, - { - "coverage_state": "clean", "end": 218, - "start": 214 + "start": 218 }, { - "coverage_state": "covered", - "end": 219, + "coverage_state": "clean", + "end": 223, "start": 219 }, + { + "coverage_state": "covered", + "end": 224, + "start": 224 + }, { "coverage_state": "clean", - "end": 220, - "start": 220 + "end": 225, + "start": 225 }, { "coverage_state": "covered", - "end": 221, - "start": 221 - }, - { - "coverage_state": "clean", "end": 226, - "start": 222 + "start": 226 }, { - "coverage_state": "covered", - "end": 227, + "coverage_state": "clean", + "end": 231, "start": 227 }, - { - "coverage_state": "clean", - "end": 228, - "start": 228 - }, { "coverage_state": "covered", - "end": 229, - "start": 229 + "end": 232, + "start": 232 }, { "coverage_state": "clean", "end": 234, - "start": 230 + "start": 233 }, { "coverage_state": "covered", @@ -360,83 +360,83 @@ }, { "coverage_state": "clean", - "end": 237, + "end": 277, "start": 236 }, { "coverage_state": "covered", - "end": 238, - "start": 238 + "end": 278, + "start": 278 + }, + { + "coverage_state": "clean", + "end": 279, + "start": 279 + }, + { + "coverage_state": "covered", + "end": 283, + "start": 280 }, { "coverage_state": "clean", "end": 284, - "start": 239 + "start": 284 }, { "coverage_state": "covered", - "end": 285, + "end": 288, "start": 285 }, { "coverage_state": "clean", - "end": 286, - "start": 286 + "end": 289, + "start": 289 }, { "coverage_state": "covered", - "end": 290, - "start": 287 + "end": 291, + "start": 290 }, { "coverage_state": "clean", - "end": 291, - "start": 291 - }, - { - "coverage_state": "covered", - "end": 295, + "end": 292, "start": 292 }, + { + "coverage_state": "covered", + "end": 300, + "start": 293 + }, { "coverage_state": "clean", - "end": 296, - "start": 296 + "end": 301, + "start": 301 }, { "coverage_state": "covered", - "end": 298, - "start": 297 + "end": 302, + "start": 302 }, { "coverage_state": "clean", - "end": 299, - "start": 299 + "end": 303, + "start": 303 }, { "coverage_state": "covered", - "end": 307, - "start": 300 + "end": 316, + "start": 304 }, { "coverage_state": "clean", - "end": 308, - "start": 308 - }, - { - "coverage_state": "covered", - "end": 309, - "start": 309 - }, - { - "coverage_state": "clean", - "end": 310, - "start": 310 + "end": 317, + "start": 317 }, { "coverage_state": "covered", "end": 323, - "start": 311 + "start": 318 }, { "coverage_state": "clean", @@ -445,98 +445,108 @@ }, { "coverage_state": "covered", - "end": 330, + "end": 327, "start": 325 }, { "coverage_state": "clean", - "end": 331, - "start": 331 + "end": 328, + "start": 328 }, { "coverage_state": "covered", - "end": 334, - "start": 332 + "end": 333, + "start": 329 }, { "coverage_state": "clean", + "end": 334, + "start": 334 + }, + { + "coverage_state": "covered", "end": 335, "start": 335 }, { - "coverage_state": "covered", - "end": 340, + "coverage_state": "partially-covered", + "end": 336, "start": 336 }, + { + "coverage_state": "covered", + "end": 337, + "start": 337 + }, { "coverage_state": "clean", - "end": 341, - "start": 341 + "end": 338, + "start": 338 }, { "coverage_state": "covered", - "end": 342, - "start": 342 - }, - { - "coverage_state": "partially-covered", "end": 343, - "start": 343 + "start": 339 }, { - "coverage_state": "covered", + "coverage_state": "clean", "end": 344, "start": 344 }, { - "coverage_state": "clean", - "end": 345, + "coverage_state": "covered", + "end": 346, "start": 345 }, + { + "coverage_state": "clean", + "end": 347, + "start": 347 + }, { "coverage_state": "covered", - "end": 350, - "start": 346 + "end": 352, + "start": 348 }, { "coverage_state": "clean", - "end": 351, - "start": 351 - }, - { - "coverage_state": "covered", "end": 353, - "start": 352 + "start": 353 }, { - "coverage_state": "clean", - "end": 354, + "coverage_state": "covered", + "end": 357, "start": 354 }, + { + "coverage_state": "clean", + "end": 358, + "start": 358 + }, { "coverage_state": "covered", - "end": 359, - "start": 355 + "end": 363, + "start": 359 }, { "coverage_state": "clean", - "end": 360, - "start": 360 - }, - { - "coverage_state": "covered", "end": 364, - "start": 361 + "start": 364 + }, + { + "coverage_state": "covered", + "end": 367, + "start": 365 }, { "coverage_state": "clean", - "end": 365, - "start": 365 + "end": 368, + "start": 368 }, { "coverage_state": "covered", "end": 370, - "start": 366 + "start": 369 }, { "coverage_state": "clean", @@ -565,58 +575,48 @@ }, { "coverage_state": "covered", - "end": 381, + "end": 385, "start": 379 }, { "coverage_state": "clean", - "end": 382, - "start": 382 - }, - { - "coverage_state": "covered", - "end": 384, - "start": 383 - }, - { - "coverage_state": "clean", - "end": 385, - "start": 385 - }, - { - "coverage_state": "covered", - "end": 392, + "end": 386, "start": 386 }, + { + "coverage_state": "covered", + "end": 391, + "start": 387 + }, { "coverage_state": "clean", - "end": 393, + "end": 392, + "start": 392 + }, + { + "coverage_state": "covered", + "end": 394, "start": 393 }, + { + "coverage_state": "clean", + "end": 395, + "start": 395 + }, { "coverage_state": "covered", - "end": 398, - "start": 394 + "end": 400, + "start": 396 }, { "coverage_state": "clean", - "end": 399, - "start": 399 - }, - { - "coverage_state": "covered", "end": 401, - "start": 400 - }, - { - "coverage_state": "clean", - "end": 402, - "start": 402 + "start": 401 }, { "coverage_state": "covered", "end": 407, - "start": 403 + "start": 402 }, { "coverage_state": "clean", @@ -625,28 +625,38 @@ }, { "coverage_state": "covered", - "end": 414, + "end": 412, "start": 409 }, { "coverage_state": "clean", - "end": 415, - "start": 415 + "end": 413, + "start": 413 }, { "coverage_state": "covered", - "end": 419, - "start": 416 + "end": 417, + "start": 414 }, { "coverage_state": "clean", - "end": 420, - "start": 420 + "end": 418, + "start": 418 + }, + { + "coverage_state": "covered", + "end": 421, + "start": 419 + }, + { + "coverage_state": "clean", + "end": 422, + "start": 422 }, { "coverage_state": "covered", "end": 424, - "start": 421 + "start": 423 }, { "coverage_state": "clean", @@ -663,20 +673,10 @@ "end": 429, "start": 429 }, - { - "coverage_state": "covered", - "end": 431, - "start": 430 - }, - { - "coverage_state": "clean", - "end": 432, - "start": 432 - }, { "coverage_state": "covered", "end": 435, - "start": 433 + "start": 430 }, { "coverage_state": "clean", @@ -685,38 +685,48 @@ }, { "coverage_state": "covered", - "end": 442, + "end": 438, "start": 437 }, { "coverage_state": "clean", - "end": 443, - "start": 443 + "end": 447, + "start": 439 }, { "coverage_state": "covered", - "end": 445, - "start": 444 + "end": 451, + "start": 448 + }, + { + "coverage_state": "clean", + "end": 452, + "start": 452 + }, + { + "coverage_state": "covered", + "end": 453, + "start": 453 }, { "coverage_state": "clean", "end": 454, - "start": 446 + "start": 454 }, { "coverage_state": "covered", - "end": 458, + "end": 456, "start": 455 }, { "coverage_state": "clean", - "end": 459, - "start": 459 + "end": 457, + "start": 457 }, { "coverage_state": "covered", "end": 460, - "start": 460 + "start": 458 }, { "coverage_state": "clean", @@ -735,328 +745,318 @@ }, { "coverage_state": "covered", - "end": 467, + "end": 465, "start": 465 }, { "coverage_state": "clean", - "end": 468, + "end": 466, + "start": 466 + }, + { + "coverage_state": "covered", + "end": 467, + "start": 467 + }, + { + "coverage_state": "clean", + "end": 469, "start": 468 }, - { - "coverage_state": "covered", - "end": 470, - "start": 469 - }, - { - "coverage_state": "clean", - "end": 471, - "start": 471 - }, { "coverage_state": "covered", "end": 472, - "start": 472 + "start": 470 }, { "coverage_state": "clean", - "end": 473, + "end": 475, "start": 473 }, - { - "coverage_state": "covered", - "end": 474, - "start": 474 - }, - { - "coverage_state": "clean", - "end": 476, - "start": 475 - }, { "coverage_state": "covered", "end": 479, - "start": 477 + "start": 476 }, { "coverage_state": "clean", - "end": 482, + "end": 480, "start": 480 }, { "coverage_state": "covered", - "end": 486, - "start": 483 + "end": 485, + "start": 481 }, { "coverage_state": "clean", - "end": 487, + "end": 486, + "start": 486 + }, + { + "coverage_state": "covered", + "end": 488, "start": 487 }, { - "coverage_state": "covered", + "coverage_state": "clean", "end": 492, - "start": 488 + "start": 489 }, { - "coverage_state": "clean", - "end": 493, + "coverage_state": "covered", + "end": 494, "start": 493 }, { - "coverage_state": "covered", + "coverage_state": "clean", "end": 495, - "start": 494 + "start": 495 }, { - "coverage_state": "clean", - "end": 499, + "coverage_state": "covered", + "end": 498, "start": 496 }, { - "coverage_state": "covered", - "end": 501, - "start": 500 + "coverage_state": "uncovered", + "end": 500, + "start": 499 }, { "coverage_state": "clean", - "end": 502, + "end": 501, + "start": 501 + }, + { + "coverage_state": "covered", + "end": 503, "start": 502 }, { - "coverage_state": "covered", - "end": 505, - "start": 503 + "coverage_state": "clean", + "end": 504, + "start": 504 }, { - "coverage_state": "uncovered", - "end": 507, - "start": 506 + "coverage_state": "covered", + "end": 506, + "start": 505 }, { "coverage_state": "clean", - "end": 508, - "start": 508 - }, - { - "coverage_state": "covered", "end": 510, - "start": 509 + "start": 507 }, { - "coverage_state": "clean", - "end": 511, + "coverage_state": "covered", + "end": 512, "start": 511 }, { - "coverage_state": "covered", + "coverage_state": "clean", "end": 513, - "start": 512 + "start": 513 }, { - "coverage_state": "clean", - "end": 517, + "coverage_state": "covered", + "end": 518, "start": 514 }, { - "coverage_state": "covered", + "coverage_state": "clean", "end": 519, - "start": 518 + "start": 519 }, { - "coverage_state": "clean", + "coverage_state": "covered", "end": 520, "start": 520 }, { - "coverage_state": "covered", - "end": 525, + "coverage_state": "clean", + "end": 521, "start": 521 }, + { + "coverage_state": "covered", + "end": 523, + "start": 522 + }, { "coverage_state": "clean", - "end": 526, - "start": 526 + "end": 524, + "start": 524 }, { "coverage_state": "covered", + "end": 526, + "start": 525 + }, + { + "coverage_state": "clean", "end": 527, "start": 527 }, { - "coverage_state": "clean", - "end": 528, + "coverage_state": "covered", + "end": 529, "start": 528 }, { - "coverage_state": "covered", + "coverage_state": "clean", "end": 530, - "start": 529 + "start": 530 }, { - "coverage_state": "clean", + "coverage_state": "covered", "end": 531, "start": 531 }, { - "coverage_state": "covered", - "end": 533, + "coverage_state": "clean", + "end": 541, "start": 532 }, + { + "coverage_state": "covered", + "end": 545, + "start": 542 + }, { "coverage_state": "clean", - "end": 534, - "start": 534 + "end": 546, + "start": 546 }, { "coverage_state": "covered", - "end": 536, - "start": 535 + "end": 550, + "start": 547 }, { "coverage_state": "clean", - "end": 537, - "start": 537 - }, - { - "coverage_state": "covered", - "end": 538, - "start": 538 - }, - { - "coverage_state": "clean", - "end": 548, - "start": 539 + "end": 551, + "start": 551 }, { "coverage_state": "covered", "end": 552, - "start": 549 + "start": 552 }, { "coverage_state": "clean", - "end": 553, + "end": 560, "start": 553 }, { "coverage_state": "covered", - "end": 557, - "start": 554 + "end": 564, + "start": 561 }, { "coverage_state": "clean", - "end": 558, - "start": 558 + "end": 566, + "start": 565 }, { "coverage_state": "covered", - "end": 559, - "start": 559 - }, - { - "coverage_state": "clean", "end": 567, - "start": 560 + "start": 567 }, { - "coverage_state": "covered", - "end": 571, + "coverage_state": "clean", + "end": 575, "start": 568 }, + { + "coverage_state": "covered", + "end": 577, + "start": 576 + }, { "coverage_state": "clean", - "end": 573, - "start": 572 + "end": 578, + "start": 578 }, { "coverage_state": "covered", - "end": 574, - "start": 574 + "end": 581, + "start": 579 }, { "coverage_state": "clean", "end": 582, - "start": 575 + "start": 582 }, { "coverage_state": "covered", - "end": 584, + "end": 583, "start": 583 }, { "coverage_state": "clean", - "end": 585, - "start": 585 - }, - { - "coverage_state": "covered", - "end": 588, - "start": 586 - }, - { - "coverage_state": "clean", - "end": 589, - "start": 589 + "end": 584, + "start": 584 }, { "coverage_state": "covered", "end": 590, - "start": 590 + "start": 585 }, { "coverage_state": "clean", - "end": 591, + "end": 592, "start": 591 }, { "coverage_state": "covered", - "end": 597, - "start": 592 + "end": 593, + "start": 593 }, { "coverage_state": "clean", - "end": 599, - "start": 598 + "end": 601, + "start": 594 }, { "coverage_state": "covered", - "end": 600, - "start": 600 + "end": 602, + "start": 602 }, { "coverage_state": "clean", - "end": 608, - "start": 601 + "end": 603, + "start": 603 }, { "coverage_state": "covered", - "end": 609, - "start": 609 + "end": 604, + "start": 604 }, { "coverage_state": "clean", - "end": 610, - "start": 610 + "end": 616, + "start": 605 }, { "coverage_state": "covered", - "end": 611, - "start": 611 + "end": 628, + "start": 617 }, { "coverage_state": "clean", - "end": 623, - "start": 612 + "end": 629, + "start": 629 }, { "coverage_state": "covered", - "end": 635, - "start": 624 + "end": 630, + "start": 630 }, { "coverage_state": "clean", "end": 636, - "start": 636 + "start": 631 }, { "coverage_state": "covered", @@ -1065,18 +1065,18 @@ }, { "coverage_state": "clean", - "end": 643, + "end": 638, "start": 638 }, { "coverage_state": "covered", - "end": 644, - "start": 644 + "end": 639, + "start": 639 }, { "coverage_state": "clean", "end": 645, - "start": 645 + "start": 640 }, { "coverage_state": "covered", @@ -1085,18 +1085,18 @@ }, { "coverage_state": "clean", - "end": 652, + "end": 647, "start": 647 }, { "coverage_state": "covered", - "end": 653, - "start": 653 + "end": 648, + "start": 648 }, { "coverage_state": "clean", "end": 654, - "start": 654 + "start": 649 }, { "coverage_state": "covered", @@ -1105,188 +1105,178 @@ }, { "coverage_state": "clean", - "end": 661, + "end": 656, "start": 656 }, { "coverage_state": "covered", - "end": 662, - "start": 662 + "end": 657, + "start": 657 }, { "coverage_state": "clean", - "end": 663, - "start": 663 + "end": 669, + "start": 658 }, { "coverage_state": "covered", - "end": 664, - "start": 664 + "end": 680, + "start": 670 }, { "coverage_state": "clean", - "end": 676, - "start": 665 + "end": 681, + "start": 681 }, { "coverage_state": "covered", + "end": 682, + "start": 682 + }, + { + "coverage_state": "clean", + "end": 683, + "start": 683 + }, + { + "coverage_state": "covered", + "end": 684, + "start": 684 + }, + { + "coverage_state": "clean", "end": 687, - "start": 677 + "start": 685 }, { - "coverage_state": "clean", + "coverage_state": "covered", "end": 688, "start": 688 }, { - "coverage_state": "covered", + "coverage_state": "clean", "end": 689, "start": 689 }, { - "coverage_state": "clean", + "coverage_state": "covered", "end": 690, "start": 690 }, { - "coverage_state": "covered", - "end": 691, + "coverage_state": "clean", + "end": 723, "start": 691 }, + { + "coverage_state": "covered", + "end": 724, + "start": 724 + }, { "coverage_state": "clean", - "end": 694, - "start": 692 + "end": 725, + "start": 725 }, { "coverage_state": "covered", - "end": 695, - "start": 695 + "end": 726, + "start": 726 }, { "coverage_state": "clean", - "end": 696, - "start": 696 + "end": 742, + "start": 727 }, { "coverage_state": "covered", - "end": 697, - "start": 697 + "end": 746, + "start": 743 }, { "coverage_state": "clean", - "end": 730, - "start": 698 + "end": 748, + "start": 747 }, { "coverage_state": "covered", - "end": 731, - "start": 731 - }, - { - "coverage_state": "clean", - "end": 732, - "start": 732 - }, - { - "coverage_state": "covered", - "end": 733, - "start": 733 - }, - { - "coverage_state": "clean", "end": 749, - "start": 734 + "start": 749 }, { - "coverage_state": "covered", - "end": 753, + "coverage_state": "clean", + "end": 750, "start": 750 }, + { + "coverage_state": "covered", + "end": 751, + "start": 751 + }, { "coverage_state": "clean", - "end": 755, + "end": 753, + "start": 752 + }, + { + "coverage_state": "covered", + "end": 754, "start": 754 }, - { - "coverage_state": "covered", - "end": 756, - "start": 756 - }, { "coverage_state": "clean", - "end": 757, - "start": 757 + "end": 762, + "start": 755 }, { "coverage_state": "covered", - "end": 758, - "start": 758 + "end": 764, + "start": 763 }, { "coverage_state": "clean", - "end": 760, - "start": 759 + "end": 765, + "start": 765 }, { "coverage_state": "covered", - "end": 761, - "start": 761 - }, - { - "coverage_state": "clean", "end": 769, - "start": 762 + "start": 766 }, { - "coverage_state": "covered", - "end": 771, + "coverage_state": "clean", + "end": 770, "start": 770 }, + { + "coverage_state": "covered", + "end": 775, + "start": 771 + }, { "coverage_state": "clean", - "end": 772, - "start": 772 + "end": 776, + "start": 776 }, { "coverage_state": "covered", - "end": 776, - "start": 773 - }, - { - "coverage_state": "clean", - "end": 777, + "end": 781, "start": 777 }, { - "coverage_state": "covered", + "coverage_state": "clean", "end": 782, - "start": 778 + "start": 782 }, { - "coverage_state": "clean", - "end": 783, + "coverage_state": "covered", + "end": 784, "start": 783 }, - { - "coverage_state": "covered", - "end": 788, - "start": 784 - }, - { - "coverage_state": "clean", - "end": 789, - "start": 789 - }, - { - "coverage_state": "covered", - "end": 791, - "start": 790 - }, { "coverage_state": "clean", "end": null, - "start": 792 + "start": 785 } ], "line_coverage": 99.5, @@ -1466,35 +1456,30 @@ "SEC-0004", "SEC-0005" ], - "title": "Title" + "title": "Module socket_protocol" }, "system_information": { "Architecture": "64bit", - "Distribution": "Debian GNU/Linux 12 bookworm", + "Distribution": "Debian GNU/Linux 13 trixie", "Hostname": "ahorn", - "Kernel": "6.1.0-17-amd64 (#1 SMP PREEMPT_DYNAMIC Debian 6.1.69-1 (2023-12-30))", + "Kernel": "6.12.38+deb13-amd64 (#1 SMP PREEMPT_DYNAMIC Debian 6.12.38-1 (2025-07-16))", "Machine": "x86_64", - "Path": "/home/dirk/my_repositories/unittest/socket_protocol", + "Path": "/home/dirk/work/unittest_collection/socket_protocol", "System": "Linux", "Username": "dirk" }, "testobject_information": { - "Dependencies": [ - [ - "stringtools", - "09b4d1c41b828c8d1ccb723fa1fd79a9" - ] - ], + "Dependencies": [], "Description": "The Module {\\tt socket\\_protocol} is designed for point to point communication for client-server issues.\nFor more Information read the sphinx documentation.", "Name": "socket_protocol", "State": "Released", "Supported Interpreters": "python3", - "Version": "af40b656c85d25ecf7eb1ee930b00fdf" + "Version": "2e0ebc3d214d2d8e9e4eaca3d7d1b3bf" }, "testrun_list": [ { "heading_dict": {}, - "interpreter": "python 3.11.2 (final)", + "interpreter": "python 3.13.5 (final)", "name": "Default Testsession name", "number_of_failed_tests": 0, "number_of_possibly_failed_tests": 0, @@ -1510,32 +1495,33 @@ "testcases": { "REQ-0001": { "args": null, - "asctime": "2025-03-23 16:46:56,151", - "created": 1742744816.1511803, + "asctime": "2025-08-15 21:41:51,106", + "created": 1755286911.1063566, "exc_text": null, "filename": "__init__.py", "funcName": "testCase", "levelname": "INFO", "levelno": 20, - "lineno": 327, + "lineno": 331, "message": "REQ-0001", "module": "__init__", "moduleLogger": [], - "msecs": 151.0, + "msecs": 106.0, "msg": "REQ-0001", "name": "__tLogger__", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/report/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/report/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 54.86702919006348, + "relativeCreated": 88.690191, "stack_info": null, + "taskName": null, "testcaseLogger": [ { "args": [ "{'data': None, 'data_id': None, 'service_id': None, 'status': None}" ], - "asctime": "2025-03-23 16:46:56,151", - "created": 1742744816.151345, + "asctime": "2025-08-15 21:41:51,106", + "created": 1755286911.1067054, "exc_text": null, "filename": "test_message_object.py", "funcName": "check_presence_of_key_in_message_object", @@ -1545,15 +1531,16 @@ "message": "Creating empty message object: {'data': None, 'data_id': None, 'service_id': None, 'status': None}", "module": "test_message_object", "moduleLogger": [], - "msecs": 151.0, + "msecs": 106.0, "msg": "Creating empty message object: %s", "name": "__tLogger__", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/tests/test_message_object.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/tests/test_message_object.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 55.031776428222656, + "relativeCreated": 89.038829, "stack_info": null, - "thread": 140631409799232, + "taskName": null, + "thread": 140181752467712, "threadName": "MainThread", "time_consumption": 0.0 }, @@ -1561,8 +1548,8 @@ "args": [ "'status'" ], - "asctime": "2025-03-23 16:46:56,151", - "created": 1742744816.1515565, + "asctime": "2025-08-15 21:41:51,107", + "created": 1755286911.1070712, "exc_text": null, "filename": "test.py", "funcName": "in_list_dict_chk", @@ -1578,8 +1565,8 @@ "{'data': None, 'data_id': None, 'service_id': None, 'status': None}", "" ], - "asctime": "2025-03-23 16:46:56,151", - "created": 1742744816.1514657, + "asctime": "2025-08-15 21:41:51,106", + "created": 1755286911.1069283, "exc_text": null, "filename": "test.py", "funcName": "__report_result__", @@ -1588,15 +1575,16 @@ "lineno": 22, "message": "Result (status is part of the message object): {'data': None, 'data_id': None, 'service_id': None, 'status': None} ()", "module": "test", - "msecs": 151.0, + "msecs": 106.0, "msg": "Result (%s): %s (%s)", "name": "__unittest__", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/unittest/test.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/unittest/test.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 55.15241622924805, + "relativeCreated": 89.261887, "stack_info": null, - "thread": 140631409799232, + "taskName": null, + "thread": 140181752467712, "threadName": "MainThread" }, { @@ -1604,8 +1592,8 @@ "status is part of the message object", "'status'" ], - "asctime": "2025-03-23 16:46:56,151", - "created": 1742744816.1515133, + "asctime": "2025-08-15 21:41:51,107", + "created": 1755286911.1070037, "exc_text": null, "filename": "test.py", "funcName": "__report_expectation_inlist__", @@ -1614,36 +1602,38 @@ "lineno": 42, "message": "Expectation (status is part of the message object): 'status' in result", "module": "test", - "msecs": 151.0, + "msecs": 107.0, "msg": "Expectation (%s): %s in result", "name": "__unittest__", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/unittest/test.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/unittest/test.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 55.20009994506836, + "relativeCreated": 89.337019, "stack_info": null, - "thread": 140631409799232, + "taskName": null, + "thread": 140181752467712, "threadName": "MainThread" } ], - "msecs": 151.0, + "msecs": 107.0, "msg": "status is part of the message object is correct (%s is in the list or dict).", "name": "__tLogger__", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/unittest/test.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/unittest/test.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 55.24325370788574, + "relativeCreated": 89.404677, "stack_info": null, - "thread": 140631409799232, + "taskName": null, + "thread": 140181752467712, "threadName": "MainThread", - "time_consumption": 4.315376281738281e-05 + "time_consumption": 6.747245788574219e-05 }, { "args": [ "{'data': 'D', 'data_id': 'DID', 'service_id': 'SID', 'status': 'S'}" ], - "asctime": "2025-03-23 16:46:56,151", - "created": 1742744816.1516259, + "asctime": "2025-08-15 21:41:51,107", + "created": 1755286911.1071703, "exc_text": null, "filename": "test_message_object.py", "funcName": "check_presence_of_key_in_message_object", @@ -1653,15 +1643,16 @@ "message": "Creating a maximum message object: {'data': 'D', 'data_id': 'DID', 'service_id': 'SID', 'status': 'S'}", "module": "test_message_object", "moduleLogger": [], - "msecs": 151.0, + "msecs": 107.0, "msg": "Creating a maximum message object: %s", "name": "__tLogger__", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/tests/test_message_object.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/tests/test_message_object.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 55.3126335144043, + "relativeCreated": 89.503773, "stack_info": null, - "thread": 140631409799232, + "taskName": null, + "thread": 140181752467712, "threadName": "MainThread", "time_consumption": 0.0 }, @@ -1669,8 +1660,8 @@ "args": [ "'status'" ], - "asctime": "2025-03-23 16:46:56,151", - "created": 1742744816.1517706, + "asctime": "2025-08-15 21:41:51,107", + "created": 1755286911.107358, "exc_text": null, "filename": "test.py", "funcName": "in_list_dict_chk", @@ -1686,8 +1677,8 @@ "{'data': 'D', 'data_id': 'DID', 'service_id': 'SID', 'status': 'S'}", "" ], - "asctime": "2025-03-23 16:46:56,151", - "created": 1742744816.1516862, + "asctime": "2025-08-15 21:41:51,107", + "created": 1755286911.1072605, "exc_text": null, "filename": "test.py", "funcName": "__report_result__", @@ -1696,15 +1687,16 @@ "lineno": 22, "message": "Result (status is part of the message object): {'data': 'D', 'data_id': 'DID', 'service_id': 'SID', 'status': 'S'} ()", "module": "test", - "msecs": 151.0, + "msecs": 107.0, "msg": "Result (%s): %s (%s)", "name": "__unittest__", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/unittest/test.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/unittest/test.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 55.37295341491699, + "relativeCreated": 89.593879, "stack_info": null, - "thread": 140631409799232, + "taskName": null, + "thread": 140181752467712, "threadName": "MainThread" }, { @@ -1712,8 +1704,8 @@ "status is part of the message object", "'status'" ], - "asctime": "2025-03-23 16:46:56,151", - "created": 1742744816.1517308, + "asctime": "2025-08-15 21:41:51,107", + "created": 1755286911.107312, "exc_text": null, "filename": "test.py", "funcName": "__report_expectation_inlist__", @@ -1722,37 +1714,39 @@ "lineno": 42, "message": "Expectation (status is part of the message object): 'status' in result", "module": "test", - "msecs": 151.0, + "msecs": 107.0, "msg": "Expectation (%s): %s in result", "name": "__unittest__", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/unittest/test.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/unittest/test.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 55.417537689208984, + "relativeCreated": 89.645215, "stack_info": null, - "thread": 140631409799232, + "taskName": null, + "thread": 140181752467712, "threadName": "MainThread" } ], - "msecs": 151.0, + "msecs": 107.0, "msg": "status is part of the message object is correct (%s is in the list or dict).", "name": "__tLogger__", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/unittest/test.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/unittest/test.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 55.457353591918945, + "relativeCreated": 89.691455, "stack_info": null, - "thread": 140631409799232, + "taskName": null, + "thread": 140181752467712, "threadName": "MainThread", - "time_consumption": 3.981590270996094e-05 + "time_consumption": 4.601478576660156e-05 }, { "args": [ "'S'", "" ], - "asctime": "2025-03-23 16:46:56,151", - "created": 1742744816.151924, + "asctime": "2025-08-15 21:41:51,107", + "created": 1755286911.10758, "exc_text": null, "filename": "test.py", "funcName": "equivalency_chk", @@ -1768,8 +1762,8 @@ "'S'", "" ], - "asctime": "2025-03-23 16:46:56,151", - "created": 1742744816.151839, + "asctime": "2025-08-15 21:41:51,107", + "created": 1755286911.107453, "exc_text": null, "filename": "test.py", "funcName": "__report_result__", @@ -1778,15 +1772,16 @@ "lineno": 22, "message": "Result (Content in message object for status): 'S' ()", "module": "test", - "msecs": 151.0, + "msecs": 107.0, "msg": "Result (%s): %s (%s)", "name": "__unittest__", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/unittest/test.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/unittest/test.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 55.525779724121094, + "relativeCreated": 89.786711, "stack_info": null, - "thread": 140631409799232, + "taskName": null, + "thread": 140181752467712, "threadName": "MainThread" }, { @@ -1796,8 +1791,8 @@ "'S'", "" ], - "asctime": "2025-03-23 16:46:56,151", - "created": 1742744816.151881, + "asctime": "2025-08-15 21:41:51,107", + "created": 1755286911.1075132, "exc_text": null, "filename": "test.py", "funcName": "__report_expectation__", @@ -1806,65 +1801,68 @@ "lineno": 26, "message": "Expectation (Content in message object for status): result = 'S' ()", "module": "test", - "msecs": 151.0, + "msecs": 107.0, "msg": "Expectation (%s): result %s %s (%s)", "name": "__unittest__", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/unittest/test.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/unittest/test.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 55.56774139404297, + "relativeCreated": 89.84641, "stack_info": null, - "thread": 140631409799232, + "taskName": null, + "thread": 140181752467712, "threadName": "MainThread" } ], - "msecs": 151.0, + "msecs": 107.0, "msg": "Content in message object for status is correct (Content %s and Type is %s).", "name": "__tLogger__", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/unittest/test.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/unittest/test.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 55.61065673828125, + "relativeCreated": 89.913366, "stack_info": null, - "thread": 140631409799232, + "taskName": null, + "thread": 140181752467712, "threadName": "MainThread", - "time_consumption": 4.291534423828125e-05 + "time_consumption": 6.67572021484375e-05 } ], - "thread": 140631409799232, + "thread": 140181752467712, "threadName": "MainThread", - "time_consumption": 0.0007436275482177734, - "time_finished": "2025-03-23 16:46:56,151", - "time_start": "2025-03-23 16:46:56,151" + "time_consumption": 0.0012233257293701172, + "time_finished": "2025-08-15 21:41:51,107", + "time_start": "2025-08-15 21:41:51,106" }, "REQ-0002": { "args": null, - "asctime": "2025-03-23 16:46:56,152", - "created": 1742744816.1520581, + "asctime": "2025-08-15 21:41:51,107", + "created": 1755286911.1077805, "exc_text": null, "filename": "__init__.py", "funcName": "testCase", "levelname": "INFO", "levelno": 20, - "lineno": 327, + "lineno": 331, "message": "REQ-0002", "module": "__init__", "moduleLogger": [], - "msecs": 152.0, + "msecs": 107.0, "msg": "REQ-0002", "name": "__tLogger__", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/report/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/report/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 55.74488639831543, + "relativeCreated": 90.113799, "stack_info": null, + "taskName": null, "testcaseLogger": [ { "args": [ "{'data': None, 'data_id': None, 'service_id': None, 'status': None}" ], - "asctime": "2025-03-23 16:46:56,152", - "created": 1742744816.152138, + "asctime": "2025-08-15 21:41:51,107", + "created": 1755286911.1078796, "exc_text": null, "filename": "test_message_object.py", "funcName": "check_presence_of_key_in_message_object", @@ -1874,15 +1872,16 @@ "message": "Creating empty message object: {'data': None, 'data_id': None, 'service_id': None, 'status': None}", "module": "test_message_object", "moduleLogger": [], - "msecs": 152.0, + "msecs": 107.0, "msg": "Creating empty message object: %s", "name": "__tLogger__", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/tests/test_message_object.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/tests/test_message_object.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 55.82475662231445, + "relativeCreated": 90.213112, "stack_info": null, - "thread": 140631409799232, + "taskName": null, + "thread": 140181752467712, "threadName": "MainThread", "time_consumption": 0.0 }, @@ -1890,8 +1889,8 @@ "args": [ "'service_id'" ], - "asctime": "2025-03-23 16:46:56,152", - "created": 1742744816.15227, + "asctime": "2025-08-15 21:41:51,108", + "created": 1755286911.1080637, "exc_text": null, "filename": "test.py", "funcName": "in_list_dict_chk", @@ -1907,8 +1906,8 @@ "{'data': None, 'data_id': None, 'service_id': None, 'status': None}", "" ], - "asctime": "2025-03-23 16:46:56,152", - "created": 1742744816.1521983, + "asctime": "2025-08-15 21:41:51,107", + "created": 1755286911.107962, "exc_text": null, "filename": "test.py", "funcName": "__report_result__", @@ -1917,15 +1916,16 @@ "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": 152.0, + "msecs": 107.0, "msg": "Result (%s): %s (%s)", "name": "__unittest__", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/unittest/test.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/unittest/test.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 55.88507652282715, + "relativeCreated": 90.295305, "stack_info": null, - "thread": 140631409799232, + "taskName": null, + "thread": 140181752467712, "threadName": "MainThread" }, { @@ -1933,8 +1933,8 @@ "service_id is part of the message object", "'service_id'" ], - "asctime": "2025-03-23 16:46:56,152", - "created": 1742744816.152236, + "asctime": "2025-08-15 21:41:51,108", + "created": 1755286911.1080153, "exc_text": null, "filename": "test.py", "funcName": "__report_expectation_inlist__", @@ -1943,36 +1943,38 @@ "lineno": 42, "message": "Expectation (service_id is part of the message object): 'service_id' in result", "module": "test", - "msecs": 152.0, + "msecs": 108.0, "msg": "Expectation (%s): %s in result", "name": "__unittest__", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/unittest/test.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/unittest/test.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 55.922746658325195, + "relativeCreated": 90.348794, "stack_info": null, - "thread": 140631409799232, + "taskName": null, + "thread": 140181752467712, "threadName": "MainThread" } ], - "msecs": 152.0, + "msecs": 108.0, "msg": "service_id is part of the message object is correct (%s is in the list or dict).", "name": "__tLogger__", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/unittest/test.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/unittest/test.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 55.95684051513672, + "relativeCreated": 90.397198, "stack_info": null, - "thread": 140631409799232, + "taskName": null, + "thread": 140181752467712, "threadName": "MainThread", - "time_consumption": 3.409385681152344e-05 + "time_consumption": 4.839897155761719e-05 }, { "args": [ "{'data': 'D', 'data_id': 'DID', 'service_id': 'SID', 'status': 'S'}" ], - "asctime": "2025-03-23 16:46:56,152", - "created": 1742744816.1523347, + "asctime": "2025-08-15 21:41:51,108", + "created": 1755286911.1081474, "exc_text": null, "filename": "test_message_object.py", "funcName": "check_presence_of_key_in_message_object", @@ -1982,15 +1984,16 @@ "message": "Creating a maximum message object: {'data': 'D', 'data_id': 'DID', 'service_id': 'SID', 'status': 'S'}", "module": "test_message_object", "moduleLogger": [], - "msecs": 152.0, + "msecs": 108.0, "msg": "Creating a maximum message object: %s", "name": "__tLogger__", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/tests/test_message_object.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/tests/test_message_object.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 56.02145195007324, + "relativeCreated": 90.481015, "stack_info": null, - "thread": 140631409799232, + "taskName": null, + "thread": 140181752467712, "threadName": "MainThread", "time_consumption": 0.0 }, @@ -1998,8 +2001,8 @@ "args": [ "'service_id'" ], - "asctime": "2025-03-23 16:46:56,152", - "created": 1742744816.1524646, + "asctime": "2025-08-15 21:41:51,108", + "created": 1755286911.1083145, "exc_text": null, "filename": "test.py", "funcName": "in_list_dict_chk", @@ -2015,8 +2018,8 @@ "{'data': 'D', 'data_id': 'DID', 'service_id': 'SID', 'status': 'S'}", "" ], - "asctime": "2025-03-23 16:46:56,152", - "created": 1742744816.152392, + "asctime": "2025-08-15 21:41:51,108", + "created": 1755286911.1082242, "exc_text": null, "filename": "test.py", "funcName": "__report_result__", @@ -2025,15 +2028,16 @@ "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": 152.0, + "msecs": 108.0, "msg": "Result (%s): %s (%s)", "name": "__unittest__", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/unittest/test.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/unittest/test.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 56.07867240905762, + "relativeCreated": 90.557747, "stack_info": null, - "thread": 140631409799232, + "taskName": null, + "thread": 140181752467712, "threadName": "MainThread" }, { @@ -2041,8 +2045,8 @@ "service_id is part of the message object", "'service_id'" ], - "asctime": "2025-03-23 16:46:56,152", - "created": 1742744816.1524296, + "asctime": "2025-08-15 21:41:51,108", + "created": 1755286911.1082716, "exc_text": null, "filename": "test.py", "funcName": "__report_expectation_inlist__", @@ -2051,37 +2055,39 @@ "lineno": 42, "message": "Expectation (service_id is part of the message object): 'service_id' in result", "module": "test", - "msecs": 152.0, + "msecs": 108.0, "msg": "Expectation (%s): %s in result", "name": "__unittest__", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/unittest/test.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/unittest/test.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 56.116342544555664, + "relativeCreated": 90.605176, "stack_info": null, - "thread": 140631409799232, + "taskName": null, + "thread": 140181752467712, "threadName": "MainThread" } ], - "msecs": 152.0, + "msecs": 108.0, "msg": "service_id is part of the message object is correct (%s is in the list or dict).", "name": "__tLogger__", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/unittest/test.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/unittest/test.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 56.151390075683594, + "relativeCreated": 90.648087, "stack_info": null, - "thread": 140631409799232, + "taskName": null, + "thread": 140181752467712, "threadName": "MainThread", - "time_consumption": 3.504753112792969e-05 + "time_consumption": 4.291534423828125e-05 }, { "args": [ "'SID'", "" ], - "asctime": "2025-03-23 16:46:56,152", - "created": 1742744816.1525986, + "asctime": "2025-08-15 21:41:51,108", + "created": 1755286911.1084948, "exc_text": null, "filename": "test.py", "funcName": "equivalency_chk", @@ -2097,8 +2103,8 @@ "'SID'", "" ], - "asctime": "2025-03-23 16:46:56,152", - "created": 1742744816.1525264, + "asctime": "2025-08-15 21:41:51,108", + "created": 1755286911.1083968, "exc_text": null, "filename": "test.py", "funcName": "__report_result__", @@ -2107,15 +2113,16 @@ "lineno": 22, "message": "Result (Content in message object for service_id): 'SID' ()", "module": "test", - "msecs": 152.0, + "msecs": 108.0, "msg": "Result (%s): %s (%s)", "name": "__unittest__", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/unittest/test.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/unittest/test.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 56.2131404876709, + "relativeCreated": 90.730354, "stack_info": null, - "thread": 140631409799232, + "taskName": null, + "thread": 140181752467712, "threadName": "MainThread" }, { @@ -2125,8 +2132,8 @@ "'SID'", "" ], - "asctime": "2025-03-23 16:46:56,152", - "created": 1742744816.1525629, + "asctime": "2025-08-15 21:41:51,108", + "created": 1755286911.1084473, "exc_text": null, "filename": "test.py", "funcName": "__report_expectation__", @@ -2135,65 +2142,68 @@ "lineno": 26, "message": "Expectation (Content in message object for service_id): result = 'SID' ()", "module": "test", - "msecs": 152.0, + "msecs": 108.0, "msg": "Expectation (%s): result %s %s (%s)", "name": "__unittest__", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/unittest/test.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/unittest/test.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 56.24961853027344, + "relativeCreated": 90.780584, "stack_info": null, - "thread": 140631409799232, + "taskName": null, + "thread": 140181752467712, "threadName": "MainThread" } ], - "msecs": 152.0, + "msecs": 108.0, "msg": "Content in message object for service_id is correct (Content %s and Type is %s).", "name": "__tLogger__", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/unittest/test.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/unittest/test.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 56.28538131713867, + "relativeCreated": 90.828387, "stack_info": null, - "thread": 140631409799232, + "taskName": null, + "thread": 140181752467712, "threadName": "MainThread", - "time_consumption": 3.5762786865234375e-05 + "time_consumption": 4.744529724121094e-05 } ], - "thread": 140631409799232, + "thread": 140181752467712, "threadName": "MainThread", - "time_consumption": 0.0005404949188232422, - "time_finished": "2025-03-23 16:46:56,152", - "time_start": "2025-03-23 16:46:56,152" + "time_consumption": 0.0007143020629882812, + "time_finished": "2025-08-15 21:41:51,108", + "time_start": "2025-08-15 21:41:51,107" }, "REQ-0003": { "args": null, - "asctime": "2025-03-23 16:46:56,152", - "created": 1742744816.1527145, + "asctime": "2025-08-15 21:41:51,108", + "created": 1755286911.108679, "exc_text": null, "filename": "__init__.py", "funcName": "testCase", "levelname": "INFO", "levelno": 20, - "lineno": 327, + "lineno": 331, "message": "REQ-0003", "module": "__init__", "moduleLogger": [], - "msecs": 152.0, + "msecs": 108.0, "msg": "REQ-0003", "name": "__tLogger__", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/report/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/report/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 56.40125274658203, + "relativeCreated": 91.012667, "stack_info": null, + "taskName": null, "testcaseLogger": [ { "args": [ "{'data': None, 'data_id': None, 'service_id': None, 'status': None}" ], - "asctime": "2025-03-23 16:46:56,152", - "created": 1742744816.152782, + "asctime": "2025-08-15 21:41:51,108", + "created": 1755286911.1087804, "exc_text": null, "filename": "test_message_object.py", "funcName": "check_presence_of_key_in_message_object", @@ -2203,15 +2213,16 @@ "message": "Creating empty message object: {'data': None, 'data_id': None, 'service_id': None, 'status': None}", "module": "test_message_object", "moduleLogger": [], - "msecs": 152.0, + "msecs": 108.0, "msg": "Creating empty message object: %s", "name": "__tLogger__", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/tests/test_message_object.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/tests/test_message_object.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 56.46872520446777, + "relativeCreated": 91.11382, "stack_info": null, - "thread": 140631409799232, + "taskName": null, + "thread": 140181752467712, "threadName": "MainThread", "time_consumption": 0.0 }, @@ -2219,8 +2230,8 @@ "args": [ "'data_id'" ], - "asctime": "2025-03-23 16:46:56,152", - "created": 1742744816.1529086, + "asctime": "2025-08-15 21:41:51,108", + "created": 1755286911.1089575, "exc_text": null, "filename": "test.py", "funcName": "in_list_dict_chk", @@ -2236,8 +2247,8 @@ "{'data': None, 'data_id': None, 'service_id': None, 'status': None}", "" ], - "asctime": "2025-03-23 16:46:56,152", - "created": 1742744816.1528397, + "asctime": "2025-08-15 21:41:51,108", + "created": 1755286911.1088607, "exc_text": null, "filename": "test.py", "funcName": "__report_result__", @@ -2246,15 +2257,16 @@ "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": 152.0, + "msecs": 108.0, "msg": "Result (%s): %s (%s)", "name": "__unittest__", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/unittest/test.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/unittest/test.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 56.52642250061035, + "relativeCreated": 91.194233, "stack_info": null, - "thread": 140631409799232, + "taskName": null, + "thread": 140181752467712, "threadName": "MainThread" }, { @@ -2262,8 +2274,8 @@ "data_id is part of the message object", "'data_id'" ], - "asctime": "2025-03-23 16:46:56,152", - "created": 1742744816.1528757, + "asctime": "2025-08-15 21:41:51,108", + "created": 1755286911.1089122, "exc_text": null, "filename": "test.py", "funcName": "__report_expectation_inlist__", @@ -2272,36 +2284,38 @@ "lineno": 42, "message": "Expectation (data_id is part of the message object): 'data_id' in result", "module": "test", - "msecs": 152.0, + "msecs": 108.0, "msg": "Expectation (%s): %s in result", "name": "__unittest__", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/unittest/test.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/unittest/test.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 56.56242370605469, + "relativeCreated": 91.245461, "stack_info": null, - "thread": 140631409799232, + "taskName": null, + "thread": 140181752467712, "threadName": "MainThread" } ], - "msecs": 152.0, + "msecs": 108.0, "msg": "data_id is part of the message object is correct (%s is in the list or dict).", "name": "__tLogger__", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/unittest/test.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/unittest/test.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 56.5953254699707, + "relativeCreated": 91.29085, "stack_info": null, - "thread": 140631409799232, + "taskName": null, + "thread": 140181752467712, "threadName": "MainThread", - "time_consumption": 3.2901763916015625e-05 + "time_consumption": 4.5299530029296875e-05 }, { "args": [ "{'data': 'D', 'data_id': 'DID', 'service_id': 'SID', 'status': 'S'}" ], - "asctime": "2025-03-23 16:46:56,152", - "created": 1742744816.1529686, + "asctime": "2025-08-15 21:41:51,109", + "created": 1755286911.109041, "exc_text": null, "filename": "test_message_object.py", "funcName": "check_presence_of_key_in_message_object", @@ -2311,15 +2325,16 @@ "message": "Creating a maximum message object: {'data': 'D', 'data_id': 'DID', 'service_id': 'SID', 'status': 'S'}", "module": "test_message_object", "moduleLogger": [], - "msecs": 152.0, + "msecs": 109.0, "msg": "Creating a maximum message object: %s", "name": "__tLogger__", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/tests/test_message_object.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/tests/test_message_object.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 56.6554069519043, + "relativeCreated": 91.374412, "stack_info": null, - "thread": 140631409799232, + "taskName": null, + "thread": 140181752467712, "threadName": "MainThread", "time_consumption": 0.0 }, @@ -2327,8 +2342,8 @@ "args": [ "'data_id'" ], - "asctime": "2025-03-23 16:46:56,153", - "created": 1742744816.1530962, + "asctime": "2025-08-15 21:41:51,109", + "created": 1755286911.1092134, "exc_text": null, "filename": "test.py", "funcName": "in_list_dict_chk", @@ -2344,8 +2359,8 @@ "{'data': 'D', 'data_id': 'DID', 'service_id': 'SID', 'status': 'S'}", "" ], - "asctime": "2025-03-23 16:46:56,153", - "created": 1742744816.1530256, + "asctime": "2025-08-15 21:41:51,109", + "created": 1755286911.109118, "exc_text": null, "filename": "test.py", "funcName": "__report_result__", @@ -2354,15 +2369,16 @@ "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": 153.0, + "msecs": 109.0, "msg": "Result (%s): %s (%s)", "name": "__unittest__", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/unittest/test.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/unittest/test.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 56.71238899230957, + "relativeCreated": 91.451517, "stack_info": null, - "thread": 140631409799232, + "taskName": null, + "thread": 140181752467712, "threadName": "MainThread" }, { @@ -2370,8 +2386,8 @@ "data_id is part of the message object", "'data_id'" ], - "asctime": "2025-03-23 16:46:56,153", - "created": 1742744816.1530628, + "asctime": "2025-08-15 21:41:51,109", + "created": 1755286911.1091695, "exc_text": null, "filename": "test.py", "funcName": "__report_expectation_inlist__", @@ -2380,37 +2396,39 @@ "lineno": 42, "message": "Expectation (data_id is part of the message object): 'data_id' in result", "module": "test", - "msecs": 153.0, + "msecs": 109.0, "msg": "Expectation (%s): %s in result", "name": "__unittest__", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/unittest/test.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/unittest/test.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 56.749582290649414, + "relativeCreated": 91.502853, "stack_info": null, - "thread": 140631409799232, + "taskName": null, + "thread": 140181752467712, "threadName": "MainThread" } ], - "msecs": 153.0, + "msecs": 109.0, "msg": "data_id is part of the message object is correct (%s is in the list or dict).", "name": "__tLogger__", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/unittest/test.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/unittest/test.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 56.78296089172363, + "relativeCreated": 91.546828, "stack_info": null, - "thread": 140631409799232, + "taskName": null, + "thread": 140181752467712, "threadName": "MainThread", - "time_consumption": 3.337860107421875e-05 + "time_consumption": 4.38690185546875e-05 }, { "args": [ "'DID'", "" ], - "asctime": "2025-03-23 16:46:56,153", - "created": 1742744816.1532323, + "asctime": "2025-08-15 21:41:51,109", + "created": 1755286911.1093884, "exc_text": null, "filename": "test.py", "funcName": "equivalency_chk", @@ -2426,8 +2444,8 @@ "'DID'", "" ], - "asctime": "2025-03-23 16:46:56,153", - "created": 1742744816.1531596, + "asctime": "2025-08-15 21:41:51,109", + "created": 1755286911.1092942, "exc_text": null, "filename": "test.py", "funcName": "__report_result__", @@ -2436,15 +2454,16 @@ "lineno": 22, "message": "Result (Content in message object for data_id): 'DID' ()", "module": "test", - "msecs": 153.0, + "msecs": 109.0, "msg": "Result (%s): %s (%s)", "name": "__unittest__", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/unittest/test.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/unittest/test.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 56.84638023376465, + "relativeCreated": 91.627646, "stack_info": null, - "thread": 140631409799232, + "taskName": null, + "thread": 140181752467712, "threadName": "MainThread" }, { @@ -2454,8 +2473,8 @@ "'DID'", "" ], - "asctime": "2025-03-23 16:46:56,153", - "created": 1742744816.1531968, + "asctime": "2025-08-15 21:41:51,109", + "created": 1755286911.1093426, "exc_text": null, "filename": "test.py", "funcName": "__report_expectation__", @@ -2464,65 +2483,68 @@ "lineno": 26, "message": "Expectation (Content in message object for data_id): result = 'DID' ()", "module": "test", - "msecs": 153.0, + "msecs": 109.0, "msg": "Expectation (%s): result %s %s (%s)", "name": "__unittest__", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/unittest/test.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/unittest/test.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 56.88357353210449, + "relativeCreated": 91.675849, "stack_info": null, - "thread": 140631409799232, + "taskName": null, + "thread": 140181752467712, "threadName": "MainThread" } ], - "msecs": 153.0, + "msecs": 109.0, "msg": "Content in message object for data_id is correct (Content %s and Type is %s).", "name": "__tLogger__", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/unittest/test.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/unittest/test.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 56.919097900390625, + "relativeCreated": 91.721688, "stack_info": null, - "thread": 140631409799232, + "taskName": null, + "thread": 140181752467712, "threadName": "MainThread", - "time_consumption": 3.552436828613281e-05 + "time_consumption": 4.57763671875e-05 } ], - "thread": 140631409799232, + "thread": 140181752467712, "threadName": "MainThread", - "time_consumption": 0.0005178451538085938, - "time_finished": "2025-03-23 16:46:56,153", - "time_start": "2025-03-23 16:46:56,152" + "time_consumption": 0.0007092952728271484, + "time_finished": "2025-08-15 21:41:51,109", + "time_start": "2025-08-15 21:41:51,108" }, "REQ-0004": { "args": null, - "asctime": "2025-03-23 16:46:56,153", - "created": 1742744816.1533446, + "asctime": "2025-08-15 21:41:51,109", + "created": 1755286911.109543, "exc_text": null, "filename": "__init__.py", "funcName": "testCase", "levelname": "INFO", "levelno": 20, - "lineno": 327, + "lineno": 331, "message": "REQ-0004", "module": "__init__", "moduleLogger": [], - "msecs": 153.0, + "msecs": 109.0, "msg": "REQ-0004", "name": "__tLogger__", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/report/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/report/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 57.03139305114746, + "relativeCreated": 91.876576, "stack_info": null, + "taskName": null, "testcaseLogger": [ { "args": [ "{'data': None, 'data_id': None, 'service_id': None, 'status': None}" ], - "asctime": "2025-03-23 16:46:56,153", - "created": 1742744816.1534119, + "asctime": "2025-08-15 21:41:51,109", + "created": 1755286911.1096296, "exc_text": null, "filename": "test_message_object.py", "funcName": "check_presence_of_key_in_message_object", @@ -2532,15 +2554,16 @@ "message": "Creating empty message object: {'data': None, 'data_id': None, 'service_id': None, 'status': None}", "module": "test_message_object", "moduleLogger": [], - "msecs": 153.0, + "msecs": 109.0, "msg": "Creating empty message object: %s", "name": "__tLogger__", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/tests/test_message_object.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/tests/test_message_object.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 57.0986270904541, + "relativeCreated": 91.963207, "stack_info": null, - "thread": 140631409799232, + "taskName": null, + "thread": 140181752467712, "threadName": "MainThread", "time_consumption": 0.0 }, @@ -2548,8 +2571,8 @@ "args": [ "'data'" ], - "asctime": "2025-03-23 16:46:56,153", - "created": 1742744816.1535401, + "asctime": "2025-08-15 21:41:51,109", + "created": 1755286911.1097996, "exc_text": null, "filename": "test.py", "funcName": "in_list_dict_chk", @@ -2565,8 +2588,8 @@ "{'data': None, 'data_id': None, 'service_id': None, 'status': None}", "" ], - "asctime": "2025-03-23 16:46:56,153", - "created": 1742744816.15347, + "asctime": "2025-08-15 21:41:51,109", + "created": 1755286911.109707, "exc_text": null, "filename": "test.py", "funcName": "__report_result__", @@ -2575,15 +2598,16 @@ "lineno": 22, "message": "Result (data is part of the message object): {'data': None, 'data_id': None, 'service_id': None, 'status': None} ()", "module": "test", - "msecs": 153.0, + "msecs": 109.0, "msg": "Result (%s): %s (%s)", "name": "__unittest__", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/unittest/test.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/unittest/test.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 57.15680122375488, + "relativeCreated": 92.040552, "stack_info": null, - "thread": 140631409799232, + "taskName": null, + "thread": 140181752467712, "threadName": "MainThread" }, { @@ -2591,8 +2615,8 @@ "data is part of the message object", "'data'" ], - "asctime": "2025-03-23 16:46:56,153", - "created": 1742744816.1535056, + "asctime": "2025-08-15 21:41:51,109", + "created": 1755286911.1097558, "exc_text": null, "filename": "test.py", "funcName": "__report_expectation_inlist__", @@ -2601,36 +2625,38 @@ "lineno": 42, "message": "Expectation (data is part of the message object): 'data' in result", "module": "test", - "msecs": 153.0, + "msecs": 109.0, "msg": "Expectation (%s): %s in result", "name": "__unittest__", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/unittest/test.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/unittest/test.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 57.192325592041016, + "relativeCreated": 92.089088, "stack_info": null, - "thread": 140631409799232, + "taskName": null, + "thread": 140181752467712, "threadName": "MainThread" } ], - "msecs": 153.0, + "msecs": 109.0, "msg": "data is part of the message object is correct (%s is in the list or dict).", "name": "__tLogger__", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/unittest/test.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/unittest/test.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 57.22689628601074, + "relativeCreated": 92.133143, "stack_info": null, - "thread": 140631409799232, + "taskName": null, + "thread": 140181752467712, "threadName": "MainThread", - "time_consumption": 3.457069396972656e-05 + "time_consumption": 4.38690185546875e-05 }, { "args": [ "{'data': 'D', 'data_id': 'DID', 'service_id': 'SID', 'status': 'S'}" ], - "asctime": "2025-03-23 16:46:56,153", - "created": 1742744816.1535997, + "asctime": "2025-08-15 21:41:51,109", + "created": 1755286911.1098802, "exc_text": null, "filename": "test_message_object.py", "funcName": "check_presence_of_key_in_message_object", @@ -2640,15 +2666,16 @@ "message": "Creating a maximum message object: {'data': 'D', 'data_id': 'DID', 'service_id': 'SID', 'status': 'S'}", "module": "test_message_object", "moduleLogger": [], - "msecs": 153.0, + "msecs": 109.0, "msg": "Creating a maximum message object: %s", "name": "__tLogger__", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/tests/test_message_object.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/tests/test_message_object.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 57.28650093078613, + "relativeCreated": 92.213727, "stack_info": null, - "thread": 140631409799232, + "taskName": null, + "thread": 140181752467712, "threadName": "MainThread", "time_consumption": 0.0 }, @@ -2656,8 +2683,8 @@ "args": [ "'data'" ], - "asctime": "2025-03-23 16:46:56,153", - "created": 1742744816.1537223, + "asctime": "2025-08-15 21:41:51,110", + "created": 1755286911.110042, "exc_text": null, "filename": "test.py", "funcName": "in_list_dict_chk", @@ -2673,8 +2700,8 @@ "{'data': 'D', 'data_id': 'DID', 'service_id': 'SID', 'status': 'S'}", "" ], - "asctime": "2025-03-23 16:46:56,153", - "created": 1742744816.1536558, + "asctime": "2025-08-15 21:41:51,109", + "created": 1755286911.109955, "exc_text": null, "filename": "test.py", "funcName": "__report_result__", @@ -2683,15 +2710,16 @@ "lineno": 22, "message": "Result (data is part of the message object): {'data': 'D', 'data_id': 'DID', 'service_id': 'SID', 'status': 'S'} ()", "module": "test", - "msecs": 153.0, + "msecs": 109.0, "msg": "Result (%s): %s (%s)", "name": "__unittest__", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/unittest/test.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/unittest/test.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 57.342529296875, + "relativeCreated": 92.288408, "stack_info": null, - "thread": 140631409799232, + "taskName": null, + "thread": 140181752467712, "threadName": "MainThread" }, { @@ -2699,8 +2727,8 @@ "data is part of the message object", "'data'" ], - "asctime": "2025-03-23 16:46:56,153", - "created": 1742744816.1536906, + "asctime": "2025-08-15 21:41:51,110", + "created": 1755286911.1100006, "exc_text": null, "filename": "test.py", "funcName": "__report_expectation_inlist__", @@ -2709,37 +2737,39 @@ "lineno": 42, "message": "Expectation (data is part of the message object): 'data' in result", "module": "test", - "msecs": 153.0, + "msecs": 110.0, "msg": "Expectation (%s): %s in result", "name": "__unittest__", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/unittest/test.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/unittest/test.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 57.37733840942383, + "relativeCreated": 92.33407, "stack_info": null, - "thread": 140631409799232, + "taskName": null, + "thread": 140181752467712, "threadName": "MainThread" } ], - "msecs": 153.0, + "msecs": 110.0, "msg": "data is part of the message object is correct (%s is in the list or dict).", "name": "__tLogger__", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/unittest/test.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/unittest/test.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 57.409048080444336, + "relativeCreated": 92.375666, "stack_info": null, - "thread": 140631409799232, + "taskName": null, + "thread": 140181752467712, "threadName": "MainThread", - "time_consumption": 3.170967102050781e-05 + "time_consumption": 4.1484832763671875e-05 }, { "args": [ "'D'", "" ], - "asctime": "2025-03-23 16:46:56,153", - "created": 1742744816.1538537, + "asctime": "2025-08-15 21:41:51,110", + "created": 1755286911.110222, "exc_text": null, "filename": "test.py", "funcName": "equivalency_chk", @@ -2755,8 +2785,8 @@ "'D'", "" ], - "asctime": "2025-03-23 16:46:56,153", - "created": 1742744816.1537805, + "asctime": "2025-08-15 21:41:51,110", + "created": 1755286911.1101255, "exc_text": null, "filename": "test.py", "funcName": "__report_result__", @@ -2765,15 +2795,16 @@ "lineno": 22, "message": "Result (Content in message object for data): 'D' ()", "module": "test", - "msecs": 153.0, + "msecs": 110.0, "msg": "Result (%s): %s (%s)", "name": "__unittest__", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/unittest/test.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/unittest/test.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 57.46722221374512, + "relativeCreated": 92.458958, "stack_info": null, - "thread": 140631409799232, + "taskName": null, + "thread": 140181752467712, "threadName": "MainThread" }, { @@ -2783,8 +2814,8 @@ "'D'", "" ], - "asctime": "2025-03-23 16:46:56,153", - "created": 1742744816.1538184, + "asctime": "2025-08-15 21:41:51,110", + "created": 1755286911.1101773, "exc_text": null, "filename": "test.py", "funcName": "__report_expectation__", @@ -2793,63 +2824,66 @@ "lineno": 26, "message": "Expectation (Content in message object for data): result = 'D' ()", "module": "test", - "msecs": 153.0, + "msecs": 110.0, "msg": "Expectation (%s): result %s %s (%s)", "name": "__unittest__", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/unittest/test.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/unittest/test.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 57.505130767822266, + "relativeCreated": 92.510751, "stack_info": null, - "thread": 140631409799232, + "taskName": null, + "thread": 140181752467712, "threadName": "MainThread" } ], - "msecs": 153.0, + "msecs": 110.0, "msg": "Content in message object for data is correct (Content %s and Type is %s).", "name": "__tLogger__", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/unittest/test.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/unittest/test.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 57.5404167175293, + "relativeCreated": 92.555595, "stack_info": null, - "thread": 140631409799232, + "taskName": null, + "thread": 140181752467712, "threadName": "MainThread", - "time_consumption": 3.528594970703125e-05 + "time_consumption": 4.482269287109375e-05 } ], - "thread": 140631409799232, + "thread": 140181752467712, "threadName": "MainThread", - "time_consumption": 0.0005090236663818359, - "time_finished": "2025-03-23 16:46:56,153", - "time_start": "2025-03-23 16:46:56,153" + "time_consumption": 0.00067901611328125, + "time_finished": "2025-08-15 21:41:51,110", + "time_start": "2025-08-15 21:41:51,109" }, "REQ-0005": { "args": null, - "asctime": "2025-03-23 16:46:56,153", - "created": 1742744816.153967, + "asctime": "2025-08-15 21:41:51,110", + "created": 1755286911.110369, "exc_text": null, "filename": "__init__.py", "funcName": "testCase", "levelname": "INFO", "levelno": 20, - "lineno": 327, + "lineno": 331, "message": "REQ-0005", "module": "__init__", "moduleLogger": [], - "msecs": 153.0, + "msecs": 110.0, "msg": "REQ-0005", "name": "__tLogger__", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/report/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/report/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 57.65366554260254, + "relativeCreated": 92.702487, "stack_info": null, + "taskName": null, "testcaseLogger": [ { "args": [], - "asctime": "2025-03-23 16:46:56,156", - "created": 1742744816.1566048, + "asctime": "2025-08-15 21:41:51,114", + "created": 1755286911.1141622, "exc_text": null, "filename": "test_helpers.py", "funcName": "set_up_socket_protocol", @@ -2863,100 +2897,104 @@ "args": [ "comm-client:" ], - "asctime": "2025-03-23 16:46:56,154", - "created": 1742744816.1543663, + "asctime": "2025-08-15 21:41:51,111", + "created": 1755286911.1110795, "exc_text": null, "filename": "__init__.py", "funcName": "__clean_buffer__", "levelname": "DEBUG", "levelno": 10, - "lineno": 411, + "lineno": 413, "message": "comm-client: Cleaning up receive-buffer", "module": "__init__", - "msecs": 154.0, + "msecs": 111.0, "msg": "%s Cleaning up receive-buffer", "name": "helpers.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/helpers/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/helpers/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 58.053016662597656, + "relativeCreated": 93.412922, "stack_info": null, - "thread": 140631409799232, + "taskName": null, + "thread": 140181752467712, "threadName": "MainThread" }, { "args": [ "comm-server:" ], - "asctime": "2025-03-23 16:46:56,154", - "created": 1742744816.1546237, + "asctime": "2025-08-15 21:41:51,111", + "created": 1755286911.1114628, "exc_text": null, "filename": "__init__.py", "funcName": "__clean_buffer__", "levelname": "DEBUG", "levelno": 10, - "lineno": 411, + "lineno": 413, "message": "comm-server: Cleaning up receive-buffer", "module": "__init__", - "msecs": 154.0, + "msecs": 111.0, "msg": "%s Cleaning up receive-buffer", "name": "helpers.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/helpers/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/helpers/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 58.310508728027344, + "relativeCreated": 93.796236, "stack_info": null, - "thread": 140631409799232, + "taskName": null, + "thread": 140181752467712, "threadName": "MainThread" }, { "args": [ "comm-server:" ], - "asctime": "2025-03-23 16:46:56,154", - "created": 1742744816.1547942, + "asctime": "2025-08-15 21:41:51,111", + "created": 1755286911.1115596, "exc_text": null, "filename": "__init__.py", "funcName": "__init__", "levelname": "INFO", "levelno": 20, - "lineno": 520, + "lineno": 522, "message": "comm-server: Waiting for incomming connection", "module": "__init__", - "msecs": 154.0, + "msecs": 111.0, "msg": "%s Waiting for incomming connection", "name": "helpers.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/helpers/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/helpers/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 58.48097801208496, + "relativeCreated": 93.893186, "stack_info": null, - "thread": 140631409799232, + "taskName": null, + "thread": 140181752467712, "threadName": "MainThread" }, { "args": [ "prot-server:" ], - "asctime": "2025-03-23 16:46:56,154", - "created": 1742744816.1549063, + "asctime": "2025-08-15 21:41:51,111", + "created": 1755286911.111749, "exc_text": null, "filename": "__init__.py", "funcName": "__clean_receive_buffer__", "levelname": "DEBUG", "levelno": 10, - "lineno": 434, + "lineno": 427, "message": "prot-server: Cleaning up receive-buffer", "module": "__init__", - "msecs": 154.0, + "msecs": 111.0, "msg": "%s Cleaning up receive-buffer", "name": "socket_protocol.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/socket_protocol/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/socket_protocol/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 58.593034744262695, + "relativeCreated": 94.082408, "stack_info": null, - "thread": 140631409799232, + "taskName": null, + "thread": 140181752467712, "threadName": "MainThread" }, { @@ -2965,25 +3003,26 @@ "authentification request", "authentification response" ], - "asctime": "2025-03-23 16:46:56,154", - "created": 1742744816.154962, + "asctime": "2025-08-15 21:41:51,111", + "created": 1755286911.1118357, "exc_text": null, "filename": "__init__.py", "funcName": "add_service", "levelname": "DEBUG", "levelno": 10, - "lineno": 597, + "lineno": 590, "message": "prot-server: Adding Service with Request=authentification request and Response=authentification response", "module": "__init__", - "msecs": 154.0, + "msecs": 111.0, "msg": "%s Adding Service with Request=%s and Response=%s", "name": "socket_protocol.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/socket_protocol/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/socket_protocol/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 58.64882469177246, + "relativeCreated": 94.16909, "stack_info": null, - "thread": 140631409799232, + "taskName": null, + "thread": 140181752467712, "threadName": "MainThread" }, { @@ -2991,25 +3030,26 @@ "prot-server:", "service: authentification request, data_id: seed" ], - "asctime": "2025-03-23 16:46:56,155", - "created": 1742744816.155027, + "asctime": "2025-08-15 21:41:51,111", + "created": 1755286911.1119428, "exc_text": null, "filename": "__init__.py", "funcName": "add_msg_to_auth_whitelist_", "levelname": "DEBUG", "levelno": 10, - "lineno": 571, + "lineno": 564, "message": "prot-server: Adding Message (service: authentification request, data_id: seed) to the authentification whitelist", "module": "__init__", - "msecs": 155.0, + "msecs": 111.0, "msg": "%s Adding Message (%s) to the authentification whitelist", "name": "socket_protocol.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/socket_protocol/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/socket_protocol/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 58.713674545288086, + "relativeCreated": 94.276067, "stack_info": null, - "thread": 140631409799232, + "taskName": null, + "thread": 140181752467712, "threadName": "MainThread" }, { @@ -3017,25 +3057,26 @@ "prot-server:", "service: authentification response, data_id: seed" ], - "asctime": "2025-03-23 16:46:56,155", - "created": 1742744816.155069, + "asctime": "2025-08-15 21:41:51,112", + "created": 1755286911.1120245, "exc_text": null, "filename": "__init__.py", "funcName": "add_msg_to_auth_whitelist_", "levelname": "DEBUG", "levelno": 10, - "lineno": 571, + "lineno": 564, "message": "prot-server: Adding Message (service: authentification response, data_id: seed) to the authentification whitelist", "module": "__init__", - "msecs": 155.0, + "msecs": 112.0, "msg": "%s Adding Message (%s) to the authentification whitelist", "name": "socket_protocol.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/socket_protocol/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/socket_protocol/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 58.75587463378906, + "relativeCreated": 94.357969, "stack_info": null, - "thread": 140631409799232, + "taskName": null, + "thread": 140181752467712, "threadName": "MainThread" }, { @@ -3043,25 +3084,26 @@ "prot-server:", "service: authentification request, data_id: key" ], - "asctime": "2025-03-23 16:46:56,155", - "created": 1742744816.155107, + "asctime": "2025-08-15 21:41:51,112", + "created": 1755286911.1120806, "exc_text": null, "filename": "__init__.py", "funcName": "add_msg_to_auth_whitelist_", "levelname": "DEBUG", "levelno": 10, - "lineno": 571, + "lineno": 564, "message": "prot-server: Adding Message (service: authentification request, data_id: key) to the authentification whitelist", "module": "__init__", - "msecs": 155.0, + "msecs": 112.0, "msg": "%s Adding Message (%s) to the authentification whitelist", "name": "socket_protocol.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/socket_protocol/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/socket_protocol/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 58.79378318786621, + "relativeCreated": 94.414015, "stack_info": null, - "thread": 140631409799232, + "taskName": null, + "thread": 140181752467712, "threadName": "MainThread" }, { @@ -3069,25 +3111,26 @@ "prot-server:", "service: authentification response, data_id: key" ], - "asctime": "2025-03-23 16:46:56,155", - "created": 1742744816.155146, + "asctime": "2025-08-15 21:41:51,112", + "created": 1755286911.1121325, "exc_text": null, "filename": "__init__.py", "funcName": "add_msg_to_auth_whitelist_", "levelname": "DEBUG", "levelno": 10, - "lineno": 571, + "lineno": 564, "message": "prot-server: Adding Message (service: authentification response, data_id: key) to the authentification whitelist", "module": "__init__", - "msecs": 155.0, + "msecs": 112.0, "msg": "%s Adding Message (%s) to the authentification whitelist", "name": "socket_protocol.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/socket_protocol/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/socket_protocol/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 58.832645416259766, + "relativeCreated": 94.466108, "stack_info": null, - "thread": 140631409799232, + "taskName": null, + "thread": 140181752467712, "threadName": "MainThread" }, { @@ -3097,25 +3140,26 @@ "0", "0" ], - "asctime": "2025-03-23 16:46:56,155", - "created": 1742744816.1551952, + "asctime": "2025-08-15 21:41:51,112", + "created": 1755286911.1122181, "exc_text": null, "filename": "__init__.py", "funcName": "add", "levelname": "DEBUG", "levelno": 10, - "lineno": 172, + "lineno": 169, "message": "prot-server: Adding callback '__authentificate_create_seed__' for SID=0 and DID=0", "module": "__init__", - "msecs": 155.0, + "msecs": 112.0, "msg": "%s Adding callback %s for SID=%s and DID=%s", "name": "socket_protocol.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/socket_protocol/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/socket_protocol/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 58.88199806213379, + "relativeCreated": 94.551622, "stack_info": null, - "thread": 140631409799232, + "taskName": null, + "thread": 140181752467712, "threadName": "MainThread" }, { @@ -3125,25 +3169,26 @@ "1", "0" ], - "asctime": "2025-03-23 16:46:56,155", - "created": 1742744816.1552384, + "asctime": "2025-08-15 21:41:51,112", + "created": 1755286911.1122832, "exc_text": null, "filename": "__init__.py", "funcName": "add", "levelname": "DEBUG", "levelno": 10, - "lineno": 172, + "lineno": 169, "message": "prot-server: Adding callback '__authentificate_create_key__' for SID=1 and DID=0", "module": "__init__", - "msecs": 155.0, + "msecs": 112.0, "msg": "%s Adding callback %s for SID=%s and DID=%s", "name": "socket_protocol.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/socket_protocol/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/socket_protocol/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 58.92515182495117, + "relativeCreated": 94.616557, "stack_info": null, - "thread": 140631409799232, + "taskName": null, + "thread": 140181752467712, "threadName": "MainThread" }, { @@ -3153,25 +3198,26 @@ "0", "1" ], - "asctime": "2025-03-23 16:46:56,155", - "created": 1742744816.155279, + "asctime": "2025-08-15 21:41:51,112", + "created": 1755286911.1123412, "exc_text": null, "filename": "__init__.py", "funcName": "add", "levelname": "DEBUG", "levelno": 10, - "lineno": 172, + "lineno": 169, "message": "prot-server: Adding callback '__authentificate_check_key__' for SID=0 and DID=1", "module": "__init__", - "msecs": 155.0, + "msecs": 112.0, "msg": "%s Adding callback %s for SID=%s and DID=%s", "name": "socket_protocol.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/socket_protocol/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/socket_protocol/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 58.96568298339844, + "relativeCreated": 94.67473, "stack_info": null, - "thread": 140631409799232, + "taskName": null, + "thread": 140181752467712, "threadName": "MainThread" }, { @@ -3181,50 +3227,52 @@ "1", "1" ], - "asctime": "2025-03-23 16:46:56,155", - "created": 1742744816.155318, + "asctime": "2025-08-15 21:41:51,112", + "created": 1755286911.112395, "exc_text": null, "filename": "__init__.py", "funcName": "add", "levelname": "DEBUG", "levelno": 10, - "lineno": 172, + "lineno": 169, "message": "prot-server: Adding callback '__authentificate_process_feedback__' for SID=1 and DID=1", "module": "__init__", - "msecs": 155.0, + "msecs": 112.0, "msg": "%s Adding callback %s for SID=%s and DID=%s", "name": "socket_protocol.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/socket_protocol/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/socket_protocol/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 59.004783630371094, + "relativeCreated": 94.728344, "stack_info": null, - "thread": 140631409799232, + "taskName": null, + "thread": 140181752467712, "threadName": "MainThread" }, { "args": [ "prot-server:" ], - "asctime": "2025-03-23 16:46:56,155", - "created": 1742744816.1553586, + "asctime": "2025-08-15 21:41:51,112", + "created": 1755286911.1124527, "exc_text": null, "filename": "__init__.py", "funcName": "__authentification_state_reset__", "levelname": "INFO", "levelno": 20, - "lineno": 380, + "lineno": 373, "message": "prot-server: Resetting authentification state to AUTH_STATE_UNTRUSTED_CONNECTION", "module": "__init__", - "msecs": 155.0, + "msecs": 112.0, "msg": "%s Resetting authentification state to AUTH_STATE_UNTRUSTED_CONNECTION", "name": "socket_protocol.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/socket_protocol/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/socket_protocol/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 59.04531478881836, + "relativeCreated": 94.786343, "stack_info": null, - "thread": 140631409799232, + "taskName": null, + "thread": 140181752467712, "threadName": "MainThread" }, { @@ -3233,25 +3281,26 @@ "channel name request", "channel name response" ], - "asctime": "2025-03-23 16:46:56,155", - "created": 1742744816.1554265, + "asctime": "2025-08-15 21:41:51,112", + "created": 1755286911.1125102, "exc_text": null, "filename": "__init__.py", "funcName": "add_service", "levelname": "DEBUG", "levelno": 10, - "lineno": 597, + "lineno": 590, "message": "prot-server: Adding Service with Request=channel name request and Response=channel name response", "module": "__init__", - "msecs": 155.0, + "msecs": 112.0, "msg": "%s Adding Service with Request=%s and Response=%s", "name": "socket_protocol.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/socket_protocol/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/socket_protocol/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 59.113264083862305, + "relativeCreated": 94.843643, "stack_info": null, - "thread": 140631409799232, + "taskName": null, + "thread": 140181752467712, "threadName": "MainThread" }, { @@ -3259,25 +3308,26 @@ "prot-server:", "service: channel name request, data_id: name" ], - "asctime": "2025-03-23 16:46:56,155", - "created": 1742744816.1554732, + "asctime": "2025-08-15 21:41:51,112", + "created": 1755286911.1125722, "exc_text": null, "filename": "__init__.py", "funcName": "add_msg_to_auth_whitelist_", "levelname": "DEBUG", "levelno": 10, - "lineno": 571, + "lineno": 564, "message": "prot-server: Adding Message (service: channel name request, data_id: name) to the authentification whitelist", "module": "__init__", - "msecs": 155.0, + "msecs": 112.0, "msg": "%s Adding Message (%s) to the authentification whitelist", "name": "socket_protocol.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/socket_protocol/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/socket_protocol/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 59.15999412536621, + "relativeCreated": 94.905515, "stack_info": null, - "thread": 140631409799232, + "taskName": null, + "thread": 140181752467712, "threadName": "MainThread" }, { @@ -3285,25 +3335,26 @@ "prot-server:", "service: channel name response, data_id: name" ], - "asctime": "2025-03-23 16:46:56,155", - "created": 1742744816.1555116, + "asctime": "2025-08-15 21:41:51,112", + "created": 1755286911.1126282, "exc_text": null, "filename": "__init__.py", "funcName": "add_msg_to_auth_whitelist_", "levelname": "DEBUG", "levelno": 10, - "lineno": 571, + "lineno": 564, "message": "prot-server: Adding Message (service: channel name response, data_id: name) to the authentification whitelist", "module": "__init__", - "msecs": 155.0, + "msecs": 112.0, "msg": "%s Adding Message (%s) to the authentification whitelist", "name": "socket_protocol.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/socket_protocol/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/socket_protocol/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 59.19837951660156, + "relativeCreated": 94.961733, "stack_info": null, - "thread": 140631409799232, + "taskName": null, + "thread": 140181752467712, "threadName": "MainThread" }, { @@ -3313,25 +3364,26 @@ "8", "0" ], - "asctime": "2025-03-23 16:46:56,155", - "created": 1742744816.1555514, + "asctime": "2025-08-15 21:41:51,112", + "created": 1755286911.1126814, "exc_text": null, "filename": "__init__.py", "funcName": "add", "levelname": "DEBUG", "levelno": 10, - "lineno": 172, + "lineno": 169, "message": "prot-server: Adding callback '__channel_name_request__' for SID=8 and DID=0", "module": "__init__", - "msecs": 155.0, + "msecs": 112.0, "msg": "%s Adding callback %s for SID=%s and DID=%s", "name": "socket_protocol.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/socket_protocol/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/socket_protocol/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 59.23819541931152, + "relativeCreated": 95.015017, "stack_info": null, - "thread": 140631409799232, + "taskName": null, + "thread": 140181752467712, "threadName": "MainThread" }, { @@ -3341,25 +3393,26 @@ "9", "0" ], - "asctime": "2025-03-23 16:46:56,155", - "created": 1742744816.155593, + "asctime": "2025-08-15 21:41:51,112", + "created": 1755286911.1127348, "exc_text": null, "filename": "__init__.py", "funcName": "add", "levelname": "DEBUG", "levelno": 10, - "lineno": 172, + "lineno": 169, "message": "prot-server: Adding callback '__channel_name_response__' for SID=9 and DID=0", "module": "__init__", - "msecs": 155.0, + "msecs": 112.0, "msg": "%s Adding callback %s for SID=%s and DID=%s", "name": "socket_protocol.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/socket_protocol/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/socket_protocol/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 59.279680252075195, + "relativeCreated": 95.068164, "stack_info": null, - "thread": 140631409799232, + "taskName": null, + "thread": 140181752467712, "threadName": "MainThread" }, { @@ -3368,25 +3421,26 @@ "read data request", "read data response" ], - "asctime": "2025-03-23 16:46:56,155", - "created": 1742744816.155633, + "asctime": "2025-08-15 21:41:51,112", + "created": 1755286911.1127853, "exc_text": null, "filename": "__init__.py", "funcName": "add_service", "levelname": "DEBUG", "levelno": 10, - "lineno": 597, + "lineno": 590, "message": "prot-server: Adding Service with Request=read data request and Response=read data response", "module": "__init__", - "msecs": 155.0, + "msecs": 112.0, "msg": "%s Adding Service with Request=%s and Response=%s", "name": "socket_protocol.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/socket_protocol/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/socket_protocol/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 59.31973457336426, + "relativeCreated": 95.118904, "stack_info": null, - "thread": 140631409799232, + "taskName": null, + "thread": 140181752467712, "threadName": "MainThread" }, { @@ -3395,25 +3449,26 @@ "write data request", "write data response" ], - "asctime": "2025-03-23 16:46:56,155", - "created": 1742744816.155669, + "asctime": "2025-08-15 21:41:51,112", + "created": 1755286911.1128325, "exc_text": null, "filename": "__init__.py", "funcName": "add_service", "levelname": "DEBUG", "levelno": 10, - "lineno": 597, + "lineno": 590, "message": "prot-server: Adding Service with Request=write data request and Response=write data response", "module": "__init__", - "msecs": 155.0, + "msecs": 112.0, "msg": "%s Adding Service with Request=%s and Response=%s", "name": "socket_protocol.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/socket_protocol/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/socket_protocol/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 59.355735778808594, + "relativeCreated": 95.165978, "stack_info": null, - "thread": 140631409799232, + "taskName": null, + "thread": 140181752467712, "threadName": "MainThread" }, { @@ -3422,75 +3477,78 @@ "execute request", "execute response" ], - "asctime": "2025-03-23 16:46:56,155", - "created": 1742744816.155704, + "asctime": "2025-08-15 21:41:51,112", + "created": 1755286911.112884, "exc_text": null, "filename": "__init__.py", "funcName": "add_service", "levelname": "DEBUG", "levelno": 10, - "lineno": 597, + "lineno": 590, "message": "prot-server: Adding Service with Request=execute request and Response=execute response", "module": "__init__", - "msecs": 155.0, + "msecs": 112.0, "msg": "%s Adding Service with Request=%s and Response=%s", "name": "socket_protocol.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/socket_protocol/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/socket_protocol/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 59.39078330993652, + "relativeCreated": 95.217323, "stack_info": null, - "thread": 140631409799232, + "taskName": null, + "thread": 140181752467712, "threadName": "MainThread" }, { "args": [ "prot-server:" ], - "asctime": "2025-03-23 16:46:56,155", - "created": 1742744816.155756, + "asctime": "2025-08-15 21:41:51,112", + "created": 1755286911.1129372, "exc_text": null, "filename": "__init__.py", "funcName": "__init__", "levelname": "INFO", "levelno": 20, - "lineno": 340, + "lineno": 333, "message": "prot-server: Initialisation finished.", "module": "__init__", - "msecs": 155.0, + "msecs": 112.0, "msg": "%s Initialisation finished.", "name": "socket_protocol.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/socket_protocol/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/socket_protocol/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 59.442758560180664, + "relativeCreated": 95.270728, "stack_info": null, - "thread": 140631409799232, + "taskName": null, + "thread": 140181752467712, "threadName": "MainThread" }, { "args": [ "prot-client:" ], - "asctime": "2025-03-23 16:46:56,155", - "created": 1742744816.1558254, + "asctime": "2025-08-15 21:41:51,113", + "created": 1755286911.113031, "exc_text": null, "filename": "__init__.py", "funcName": "__clean_receive_buffer__", "levelname": "DEBUG", "levelno": 10, - "lineno": 434, + "lineno": 427, "message": "prot-client: Cleaning up receive-buffer", "module": "__init__", - "msecs": 155.0, + "msecs": 113.0, "msg": "%s Cleaning up receive-buffer", "name": "socket_protocol.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/socket_protocol/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/socket_protocol/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 59.51213836669922, + "relativeCreated": 95.364411, "stack_info": null, - "thread": 140631409799232, + "taskName": null, + "thread": 140181752467712, "threadName": "MainThread" }, { @@ -3499,25 +3557,26 @@ "authentification request", "authentification response" ], - "asctime": "2025-03-23 16:46:56,155", - "created": 1742744816.155867, + "asctime": "2025-08-15 21:41:51,113", + "created": 1755286911.113092, "exc_text": null, "filename": "__init__.py", "funcName": "add_service", "levelname": "DEBUG", "levelno": 10, - "lineno": 597, + "lineno": 590, "message": "prot-client: Adding Service with Request=authentification request and Response=authentification response", "module": "__init__", - "msecs": 155.0, + "msecs": 113.0, "msg": "%s Adding Service with Request=%s and Response=%s", "name": "socket_protocol.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/socket_protocol/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/socket_protocol/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 59.55386161804199, + "relativeCreated": 95.425364, "stack_info": null, - "thread": 140631409799232, + "taskName": null, + "thread": 140181752467712, "threadName": "MainThread" }, { @@ -3525,25 +3584,26 @@ "prot-client:", "service: authentification request, data_id: seed" ], - "asctime": "2025-03-23 16:46:56,155", - "created": 1742744816.1559186, + "asctime": "2025-08-15 21:41:51,113", + "created": 1755286911.1131625, "exc_text": null, "filename": "__init__.py", "funcName": "add_msg_to_auth_whitelist_", "levelname": "DEBUG", "levelno": 10, - "lineno": 571, + "lineno": 564, "message": "prot-client: Adding Message (service: authentification request, data_id: seed) to the authentification whitelist", "module": "__init__", - "msecs": 155.0, + "msecs": 113.0, "msg": "%s Adding Message (%s) to the authentification whitelist", "name": "socket_protocol.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/socket_protocol/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/socket_protocol/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 59.60536003112793, + "relativeCreated": 95.495855, "stack_info": null, - "thread": 140631409799232, + "taskName": null, + "thread": 140181752467712, "threadName": "MainThread" }, { @@ -3551,25 +3611,26 @@ "prot-client:", "service: authentification response, data_id: seed" ], - "asctime": "2025-03-23 16:46:56,155", - "created": 1742744816.1559577, + "asctime": "2025-08-15 21:41:51,113", + "created": 1755286911.113218, "exc_text": null, "filename": "__init__.py", "funcName": "add_msg_to_auth_whitelist_", "levelname": "DEBUG", "levelno": 10, - "lineno": 571, + "lineno": 564, "message": "prot-client: Adding Message (service: authentification response, data_id: seed) to the authentification whitelist", "module": "__init__", - "msecs": 155.0, + "msecs": 113.0, "msg": "%s Adding Message (%s) to the authentification whitelist", "name": "socket_protocol.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/socket_protocol/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/socket_protocol/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 59.644460678100586, + "relativeCreated": 95.551491, "stack_info": null, - "thread": 140631409799232, + "taskName": null, + "thread": 140181752467712, "threadName": "MainThread" }, { @@ -3577,25 +3638,26 @@ "prot-client:", "service: authentification request, data_id: key" ], - "asctime": "2025-03-23 16:46:56,155", - "created": 1742744816.1559947, + "asctime": "2025-08-15 21:41:51,113", + "created": 1755286911.1132991, "exc_text": null, "filename": "__init__.py", "funcName": "add_msg_to_auth_whitelist_", "levelname": "DEBUG", "levelno": 10, - "lineno": 571, + "lineno": 564, "message": "prot-client: Adding Message (service: authentification request, data_id: key) to the authentification whitelist", "module": "__init__", - "msecs": 155.0, + "msecs": 113.0, "msg": "%s Adding Message (%s) to the authentification whitelist", "name": "socket_protocol.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/socket_protocol/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/socket_protocol/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 59.68141555786133, + "relativeCreated": 95.632681, "stack_info": null, - "thread": 140631409799232, + "taskName": null, + "thread": 140181752467712, "threadName": "MainThread" }, { @@ -3603,25 +3665,26 @@ "prot-client:", "service: authentification response, data_id: key" ], - "asctime": "2025-03-23 16:46:56,156", - "created": 1742744816.1560311, + "asctime": "2025-08-15 21:41:51,113", + "created": 1755286911.1133516, "exc_text": null, "filename": "__init__.py", "funcName": "add_msg_to_auth_whitelist_", "levelname": "DEBUG", "levelno": 10, - "lineno": 571, + "lineno": 564, "message": "prot-client: Adding Message (service: authentification response, data_id: key) to the authentification whitelist", "module": "__init__", - "msecs": 156.0, + "msecs": 113.0, "msg": "%s Adding Message (%s) to the authentification whitelist", "name": "socket_protocol.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/socket_protocol/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/socket_protocol/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 59.71789360046387, + "relativeCreated": 95.685028, "stack_info": null, - "thread": 140631409799232, + "taskName": null, + "thread": 140181752467712, "threadName": "MainThread" }, { @@ -3631,25 +3694,26 @@ "0", "0" ], - "asctime": "2025-03-23 16:46:56,156", - "created": 1742744816.15607, + "asctime": "2025-08-15 21:41:51,113", + "created": 1755286911.1134107, "exc_text": null, "filename": "__init__.py", "funcName": "add", "levelname": "DEBUG", "levelno": 10, - "lineno": 172, + "lineno": 169, "message": "prot-client: Adding callback '__authentificate_create_seed__' for SID=0 and DID=0", "module": "__init__", - "msecs": 156.0, + "msecs": 113.0, "msg": "%s Adding callback %s for SID=%s and DID=%s", "name": "socket_protocol.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/socket_protocol/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/socket_protocol/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 59.75675582885742, + "relativeCreated": 95.744265, "stack_info": null, - "thread": 140631409799232, + "taskName": null, + "thread": 140181752467712, "threadName": "MainThread" }, { @@ -3659,25 +3723,26 @@ "1", "0" ], - "asctime": "2025-03-23 16:46:56,156", - "created": 1742744816.1561124, + "asctime": "2025-08-15 21:41:51,113", + "created": 1755286911.1134682, "exc_text": null, "filename": "__init__.py", "funcName": "add", "levelname": "DEBUG", "levelno": 10, - "lineno": 172, + "lineno": 169, "message": "prot-client: Adding callback '__authentificate_create_key__' for SID=1 and DID=0", "module": "__init__", - "msecs": 156.0, + "msecs": 113.0, "msg": "%s Adding callback %s for SID=%s and DID=%s", "name": "socket_protocol.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/socket_protocol/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/socket_protocol/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 59.7991943359375, + "relativeCreated": 95.801681, "stack_info": null, - "thread": 140631409799232, + "taskName": null, + "thread": 140181752467712, "threadName": "MainThread" }, { @@ -3687,25 +3752,26 @@ "0", "1" ], - "asctime": "2025-03-23 16:46:56,156", - "created": 1742744816.156151, + "asctime": "2025-08-15 21:41:51,113", + "created": 1755286911.1135218, "exc_text": null, "filename": "__init__.py", "funcName": "add", "levelname": "DEBUG", "levelno": 10, - "lineno": 172, + "lineno": 169, "message": "prot-client: Adding callback '__authentificate_check_key__' for SID=0 and DID=1", "module": "__init__", - "msecs": 156.0, + "msecs": 113.0, "msg": "%s Adding callback %s for SID=%s and DID=%s", "name": "socket_protocol.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/socket_protocol/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/socket_protocol/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 59.83781814575195, + "relativeCreated": 95.855371, "stack_info": null, - "thread": 140631409799232, + "taskName": null, + "thread": 140181752467712, "threadName": "MainThread" }, { @@ -3715,50 +3781,52 @@ "1", "1" ], - "asctime": "2025-03-23 16:46:56,156", - "created": 1742744816.1561913, + "asctime": "2025-08-15 21:41:51,113", + "created": 1755286911.113574, "exc_text": null, "filename": "__init__.py", "funcName": "add", "levelname": "DEBUG", "levelno": 10, - "lineno": 172, + "lineno": 169, "message": "prot-client: Adding callback '__authentificate_process_feedback__' for SID=1 and DID=1", "module": "__init__", - "msecs": 156.0, + "msecs": 113.0, "msg": "%s Adding callback %s for SID=%s and DID=%s", "name": "socket_protocol.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/socket_protocol/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/socket_protocol/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 59.87811088562012, + "relativeCreated": 95.907473, "stack_info": null, - "thread": 140631409799232, + "taskName": null, + "thread": 140181752467712, "threadName": "MainThread" }, { "args": [ "prot-client:" ], - "asctime": "2025-03-23 16:46:56,156", - "created": 1742744816.1562262, + "asctime": "2025-08-15 21:41:51,113", + "created": 1755286911.1136227, "exc_text": null, "filename": "__init__.py", "funcName": "__authentification_state_reset__", "levelname": "INFO", "levelno": 20, - "lineno": 380, + "lineno": 373, "message": "prot-client: Resetting authentification state to AUTH_STATE_UNTRUSTED_CONNECTION", "module": "__init__", - "msecs": 156.0, + "msecs": 113.0, "msg": "%s Resetting authentification state to AUTH_STATE_UNTRUSTED_CONNECTION", "name": "socket_protocol.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/socket_protocol/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/socket_protocol/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 59.912919998168945, + "relativeCreated": 95.956146, "stack_info": null, - "thread": 140631409799232, + "taskName": null, + "thread": 140181752467712, "threadName": "MainThread" }, { @@ -3767,25 +3835,26 @@ "channel name request", "channel name response" ], - "asctime": "2025-03-23 16:46:56,156", - "created": 1742744816.1562657, + "asctime": "2025-08-15 21:41:51,113", + "created": 1755286911.1136782, "exc_text": null, "filename": "__init__.py", "funcName": "add_service", "levelname": "DEBUG", "levelno": 10, - "lineno": 597, + "lineno": 590, "message": "prot-client: Adding Service with Request=channel name request and Response=channel name response", "module": "__init__", - "msecs": 156.0, + "msecs": 113.0, "msg": "%s Adding Service with Request=%s and Response=%s", "name": "socket_protocol.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/socket_protocol/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/socket_protocol/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 59.952497482299805, + "relativeCreated": 96.011805, "stack_info": null, - "thread": 140631409799232, + "taskName": null, + "thread": 140181752467712, "threadName": "MainThread" }, { @@ -3793,25 +3862,26 @@ "prot-client:", "service: channel name request, data_id: name" ], - "asctime": "2025-03-23 16:46:56,156", - "created": 1742744816.1563065, + "asctime": "2025-08-15 21:41:51,113", + "created": 1755286911.1137412, "exc_text": null, "filename": "__init__.py", "funcName": "add_msg_to_auth_whitelist_", "levelname": "DEBUG", "levelno": 10, - "lineno": 571, + "lineno": 564, "message": "prot-client: Adding Message (service: channel name request, data_id: name) to the authentification whitelist", "module": "__init__", - "msecs": 156.0, + "msecs": 113.0, "msg": "%s Adding Message (%s) to the authentification whitelist", "name": "socket_protocol.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/socket_protocol/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/socket_protocol/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 59.99326705932617, + "relativeCreated": 96.074578, "stack_info": null, - "thread": 140631409799232, + "taskName": null, + "thread": 140181752467712, "threadName": "MainThread" }, { @@ -3819,25 +3889,26 @@ "prot-client:", "service: channel name response, data_id: name" ], - "asctime": "2025-03-23 16:46:56,156", - "created": 1742744816.156345, + "asctime": "2025-08-15 21:41:51,113", + "created": 1755286911.1137927, "exc_text": null, "filename": "__init__.py", "funcName": "add_msg_to_auth_whitelist_", "levelname": "DEBUG", "levelno": 10, - "lineno": 571, + "lineno": 564, "message": "prot-client: Adding Message (service: channel name response, data_id: name) to the authentification whitelist", "module": "__init__", - "msecs": 156.0, + "msecs": 113.0, "msg": "%s Adding Message (%s) to the authentification whitelist", "name": "socket_protocol.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/socket_protocol/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/socket_protocol/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 60.03165245056152, + "relativeCreated": 96.126085, "stack_info": null, - "thread": 140631409799232, + "taskName": null, + "thread": 140181752467712, "threadName": "MainThread" }, { @@ -3847,25 +3918,26 @@ "8", "0" ], - "asctime": "2025-03-23 16:46:56,156", - "created": 1742744816.156383, + "asctime": "2025-08-15 21:41:51,113", + "created": 1755286911.1138446, "exc_text": null, "filename": "__init__.py", "funcName": "add", "levelname": "DEBUG", "levelno": 10, - "lineno": 172, + "lineno": 169, "message": "prot-client: Adding callback '__channel_name_request__' for SID=8 and DID=0", "module": "__init__", - "msecs": 156.0, + "msecs": 113.0, "msg": "%s Adding callback %s for SID=%s and DID=%s", "name": "socket_protocol.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/socket_protocol/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/socket_protocol/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 60.06979942321777, + "relativeCreated": 96.17828, "stack_info": null, - "thread": 140631409799232, + "taskName": null, + "thread": 140181752467712, "threadName": "MainThread" }, { @@ -3875,25 +3947,26 @@ "9", "0" ], - "asctime": "2025-03-23 16:46:56,156", - "created": 1742744816.156422, + "asctime": "2025-08-15 21:41:51,113", + "created": 1755286911.1138995, "exc_text": null, "filename": "__init__.py", "funcName": "add", "levelname": "DEBUG", "levelno": 10, - "lineno": 172, + "lineno": 169, "message": "prot-client: Adding callback '__channel_name_response__' for SID=9 and DID=0", "module": "__init__", - "msecs": 156.0, + "msecs": 113.0, "msg": "%s Adding callback %s for SID=%s and DID=%s", "name": "socket_protocol.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/socket_protocol/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/socket_protocol/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 60.10866165161133, + "relativeCreated": 96.23297, "stack_info": null, - "thread": 140631409799232, + "taskName": null, + "thread": 140181752467712, "threadName": "MainThread" }, { @@ -3902,25 +3975,26 @@ "read data request", "read data response" ], - "asctime": "2025-03-23 16:46:56,156", - "created": 1742744816.1564612, + "asctime": "2025-08-15 21:41:51,113", + "created": 1755286911.1139512, "exc_text": null, "filename": "__init__.py", "funcName": "add_service", "levelname": "DEBUG", "levelno": 10, - "lineno": 597, + "lineno": 590, "message": "prot-client: Adding Service with Request=read data request and Response=read data response", "module": "__init__", - "msecs": 156.0, + "msecs": 113.0, "msg": "%s Adding Service with Request=%s and Response=%s", "name": "socket_protocol.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/socket_protocol/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/socket_protocol/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 60.148000717163086, + "relativeCreated": 96.284689, "stack_info": null, - "thread": 140631409799232, + "taskName": null, + "thread": 140181752467712, "threadName": "MainThread" }, { @@ -3929,25 +4003,26 @@ "write data request", "write data response" ], - "asctime": "2025-03-23 16:46:56,156", - "created": 1742744816.1564975, + "asctime": "2025-08-15 21:41:51,114", + "created": 1755286911.1140041, "exc_text": null, "filename": "__init__.py", "funcName": "add_service", "levelname": "DEBUG", "levelno": 10, - "lineno": 597, + "lineno": 590, "message": "prot-client: Adding Service with Request=write data request and Response=write data response", "module": "__init__", - "msecs": 156.0, + "msecs": 114.0, "msg": "%s Adding Service with Request=%s and Response=%s", "name": "socket_protocol.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/socket_protocol/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/socket_protocol/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 60.18424034118652, + "relativeCreated": 96.337617, "stack_info": null, - "thread": 140631409799232, + "taskName": null, + "thread": 140181752467712, "threadName": "MainThread" }, { @@ -3956,69 +4031,72 @@ "execute request", "execute response" ], - "asctime": "2025-03-23 16:46:56,156", - "created": 1742744816.1565351, + "asctime": "2025-08-15 21:41:51,114", + "created": 1755286911.1140523, "exc_text": null, "filename": "__init__.py", "funcName": "add_service", "levelname": "DEBUG", "levelno": 10, - "lineno": 597, + "lineno": 590, "message": "prot-client: Adding Service with Request=execute request and Response=execute response", "module": "__init__", - "msecs": 156.0, + "msecs": 114.0, "msg": "%s Adding Service with Request=%s and Response=%s", "name": "socket_protocol.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/socket_protocol/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/socket_protocol/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 60.22191047668457, + "relativeCreated": 96.385791, "stack_info": null, - "thread": 140631409799232, + "taskName": null, + "thread": 140181752467712, "threadName": "MainThread" }, { "args": [ "prot-client:" ], - "asctime": "2025-03-23 16:46:56,156", - "created": 1742744816.1565707, + "asctime": "2025-08-15 21:41:51,114", + "created": 1755286911.1141028, "exc_text": null, "filename": "__init__.py", "funcName": "__init__", "levelname": "INFO", "levelno": 20, - "lineno": 340, + "lineno": 333, "message": "prot-client: Initialisation finished.", "module": "__init__", - "msecs": 156.0, + "msecs": 114.0, "msg": "%s Initialisation finished.", "name": "socket_protocol.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/socket_protocol/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/socket_protocol/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 60.2574348449707, + "relativeCreated": 96.436099, "stack_info": null, - "thread": 140631409799232, + "taskName": null, + "thread": 140181752467712, "threadName": "MainThread" } ], - "msecs": 156.0, + "msecs": 114.0, "msg": "Setting up communication", "name": "__tLogger__", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/tests/test_helpers.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/tests/test_helpers.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 60.29152870178223, + "relativeCreated": 96.495632, "stack_info": null, - "thread": 140631409799232, + "taskName": null, + "thread": 140181752467712, "threadName": "MainThread", - "time_consumption": 3.409385681152344e-05 + "time_consumption": 5.936622619628906e-05 }, { "args": [], - "asctime": "2025-03-23 16:46:56,500", - "created": 1742744816.5000348, + "asctime": "2025-08-15 21:41:51,458", + "created": 1755286911.4585743, "exc_text": null, "filename": "test_helpers.py", "funcName": "set_up_socket_protocol", @@ -4032,75 +4110,78 @@ "args": [ "comm-client:" ], - "asctime": "2025-03-23 16:46:56,156", - "created": 1742744816.1566997, + "asctime": "2025-08-15 21:41:51,114", + "created": 1755286911.1142936, "exc_text": null, "filename": "__init__.py", "funcName": "__connect__", "levelname": "INFO", "levelno": 20, - "lineno": 268, + "lineno": 270, "message": "comm-client: Connection established...", "module": "__init__", - "msecs": 156.0, + "msecs": 114.0, "msg": "%s Connection established...", "name": "helpers.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/helpers/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/helpers/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 60.38641929626465, + "relativeCreated": 96.627003, "stack_info": null, - "thread": 140631409799232, + "taskName": null, + "thread": 140181752467712, "threadName": "MainThread" }, { "args": [ "comm-client:" ], - "asctime": "2025-03-23 16:46:56,156", - "created": 1742744816.1567383, + "asctime": "2025-08-15 21:41:51,114", + "created": 1755286911.114353, "exc_text": null, "filename": "__init__.py", "funcName": "__clean_buffer__", "levelname": "DEBUG", "levelno": 10, - "lineno": 411, + "lineno": 413, "message": "comm-client: Cleaning up receive-buffer", "module": "__init__", - "msecs": 156.0, + "msecs": 114.0, "msg": "%s Cleaning up receive-buffer", "name": "helpers.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/helpers/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/helpers/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 60.4250431060791, + "relativeCreated": 96.686285, "stack_info": null, - "thread": 140631409799232, + "taskName": null, + "thread": 140181752467712, "threadName": "MainThread" }, { "args": [ "prot-client:" ], - "asctime": "2025-03-23 16:46:56,156", - "created": 1742744816.156778, + "asctime": "2025-08-15 21:41:51,114", + "created": 1755286911.114439, "exc_text": null, "filename": "__init__.py", "funcName": "__clean_receive_buffer__", "levelname": "DEBUG", "levelno": 10, - "lineno": 434, + "lineno": 427, "message": "prot-client: Cleaning up receive-buffer", "module": "__init__", - "msecs": 156.0, + "msecs": 114.0, "msg": "%s Cleaning up receive-buffer", "name": "socket_protocol.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/socket_protocol/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/socket_protocol/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 60.46485900878906, + "relativeCreated": 96.772315, "stack_info": null, - "thread": 140631409799232, + "taskName": null, + "thread": 140181752467712, "threadName": "MainThread" }, { @@ -4111,100 +4192,104 @@ "status: okay", "None" ], - "asctime": "2025-03-23 16:46:56,156", - "created": 1742744816.1568518, + "asctime": "2025-08-15 21:41:51,114", + "created": 1755286911.114576, "exc_text": null, "filename": "__init__.py", "funcName": "__log_msg__", "levelname": "INFO", "levelno": 20, - "lineno": 445, + "lineno": 438, "message": "prot-client: TX -> service: channel name request, data_id: name, status: okay, data: \"None\"", "module": "__init__", - "msecs": 156.0, + "msecs": 114.0, "msg": "%s %s %s, %s, data: \"%s\"", "name": "socket_protocol.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/socket_protocol/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/socket_protocol/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 60.538530349731445, + "relativeCreated": 96.9096, "stack_info": null, - "thread": 140631409799232, + "taskName": null, + "thread": 140181752467712, "threadName": "MainThread" }, { "args": [ "comm-server:" ], - "asctime": "2025-03-23 16:46:56,157", - "created": 1742744816.1570745, + "asctime": "2025-08-15 21:41:51,114", + "created": 1755286911.1149774, "exc_text": null, "filename": "__init__.py", "funcName": "__connect__", "levelname": "INFO", "levelno": 20, - "lineno": 268, + "lineno": 270, "message": "comm-server: Connection established...", "module": "__init__", - "msecs": 157.0, + "msecs": 114.0, "msg": "%s Connection established...", "name": "helpers.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/helpers/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/helpers/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 60.761213302612305, + "relativeCreated": 97.310783, "stack_info": null, - "thread": 140631409799232, + "taskName": null, + "thread": 140181752467712, "threadName": "MainThread" }, { "args": [ "comm-server:" ], - "asctime": "2025-03-23 16:46:56,157", - "created": 1742744816.15712, + "asctime": "2025-08-15 21:41:51,115", + "created": 1755286911.1150475, "exc_text": null, "filename": "__init__.py", "funcName": "__clean_buffer__", "levelname": "DEBUG", "levelno": 10, - "lineno": 411, + "lineno": 413, "message": "comm-server: Cleaning up receive-buffer", "module": "__init__", - "msecs": 157.0, + "msecs": 115.0, "msg": "%s Cleaning up receive-buffer", "name": "helpers.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/helpers/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/helpers/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 60.8067512512207, + "relativeCreated": 97.38089, "stack_info": null, - "thread": 140631409799232, + "taskName": null, + "thread": 140181752467712, "threadName": "MainThread" }, { "args": [ "prot-server:" ], - "asctime": "2025-03-23 16:46:56,157", - "created": 1742744816.1571593, + "asctime": "2025-08-15 21:41:51,115", + "created": 1755286911.1151097, "exc_text": null, "filename": "__init__.py", "funcName": "__clean_receive_buffer__", "levelname": "DEBUG", "levelno": 10, - "lineno": 434, + "lineno": 427, "message": "prot-server: Cleaning up receive-buffer", "module": "__init__", - "msecs": 157.0, + "msecs": 115.0, "msg": "%s Cleaning up receive-buffer", "name": "socket_protocol.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/socket_protocol/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/socket_protocol/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 60.84609031677246, + "relativeCreated": 97.443187, "stack_info": null, - "thread": 140631409799232, + "taskName": null, + "thread": 140181752467712, "threadName": "MainThread" }, { @@ -4212,25 +4297,26 @@ "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": "2025-03-23 16:46:56,157", - "created": 1742744816.1573033, + "asctime": "2025-08-15 21:41:51,115", + "created": 1755286911.1153142, "exc_text": null, "filename": "__init__.py", "funcName": "__tx__", "levelname": "INFO", "levelno": 20, - "lineno": 284, + "lineno": 286, "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": 157.0, + "msecs": 115.0, "msg": "%s TX -> %s", "name": "helpers.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/helpers/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/helpers/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 60.990095138549805, + "relativeCreated": 97.647744, "stack_info": null, - "thread": 140631315879616, + "taskName": null, + "thread": 140181725238976, "threadName": "Thread-1 (_start)" }, { @@ -4238,25 +4324,26 @@ "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": "2025-03-23 16:46:56,165", - "created": 1742744816.1655254, + "asctime": "2025-08-15 21:41:51,123", + "created": 1755286911.1235526, "exc_text": null, "filename": "__init__.py", "funcName": "__rx__", "levelname": "DEBUG", "levelno": 10, - "lineno": 414, + "lineno": 416, "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": 165.0, + "msecs": 123.0, "msg": "%s RX <- %s", "name": "helpers.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/helpers/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/helpers/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 69.21219825744629, + "relativeCreated": 105.886037, "stack_info": null, - "thread": 140631315879616, + "taskName": null, + "thread": 140181725238976, "threadName": "Thread-1 (_start)" }, { @@ -4264,25 +4351,26 @@ "comm-client:", "(6): 53 5e 67 0b 3a 3e" ], - "asctime": "2025-03-23 16:46:56,165", - "created": 1742744816.165894, + "asctime": "2025-08-15 21:41:51,123", + "created": 1755286911.1238523, "exc_text": null, "filename": "__init__.py", "funcName": "__tx__", "levelname": "INFO", "levelno": 20, - "lineno": 284, + "lineno": 286, "message": "comm-client: TX -> (6): 53 5e 67 0b 3a 3e", "module": "__init__", - "msecs": 165.0, + "msecs": 123.0, "msg": "%s TX -> %s", "name": "helpers.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/helpers/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/helpers/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 69.5807933807373, + "relativeCreated": 106.185656, "stack_info": null, - "thread": 140631315879616, + "taskName": null, + "thread": 140181725238976, "threadName": "Thread-1 (_start)" }, { @@ -4290,25 +4378,26 @@ "comm-server:", "(6): 53 5e 67 0b 3a 3e" ], - "asctime": "2025-03-23 16:46:56,166", - "created": 1742744816.1668832, + "asctime": "2025-08-15 21:41:51,124", + "created": 1755286911.124782, "exc_text": null, "filename": "__init__.py", "funcName": "__rx__", "levelname": "DEBUG", "levelno": 10, - "lineno": 414, + "lineno": 416, "message": "comm-server: RX <- (6): 53 5e 67 0b 3a 3e", "module": "__init__", - "msecs": 166.0, + "msecs": 124.0, "msg": "%s RX <- %s", "name": "helpers.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/helpers/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/helpers/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 70.56999206542969, + "relativeCreated": 107.11554, "stack_info": null, - "thread": 140631315879616, + "taskName": null, + "thread": 140181725238976, "threadName": "Thread-1 (_start)" }, { @@ -4319,25 +4408,26 @@ "status: okay", "None" ], - "asctime": "2025-03-23 16:46:56,167", - "created": 1742744816.1671462, + "asctime": "2025-08-15 21:41:51,125", + "created": 1755286911.125139, "exc_text": null, "filename": "__init__.py", "funcName": "__log_msg__", "levelname": "INFO", "levelno": 20, - "lineno": 445, + "lineno": 438, "message": "prot-server: RX <- service: channel name request, data_id: name, status: okay, data: \"None\"", "module": "__init__", - "msecs": 167.0, + "msecs": 125.0, "msg": "%s %s %s, %s, data: \"%s\"", "name": "socket_protocol.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/socket_protocol/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/socket_protocol/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 70.83296775817871, + "relativeCreated": 107.472285, "stack_info": null, - "thread": 140631315879616, + "taskName": null, + "thread": 140181725238976, "threadName": "Thread-1 (_start)" }, { @@ -4345,25 +4435,26 @@ "prot-server:", "__channel_name_request__" ], - "asctime": "2025-03-23 16:46:56,167", - "created": 1742744816.1672337, + "asctime": "2025-08-15 21:41:51,125", + "created": 1755286911.1252532, "exc_text": null, "filename": "__init__.py", "funcName": "__data_available_callback__", "levelname": "DEBUG", "levelno": 10, - "lineno": 488, + "lineno": 481, "message": "prot-server: Executing callback __channel_name_request__ to process received data", "module": "__init__", - "msecs": 167.0, + "msecs": 125.0, "msg": "%s Executing callback %s to process received data", "name": "socket_protocol.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/socket_protocol/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/socket_protocol/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 70.92046737670898, + "relativeCreated": 107.586653, "stack_info": null, - "thread": 140631315879616, + "taskName": null, + "thread": 140181725238976, "threadName": "Thread-1 (_start)" }, { @@ -4374,25 +4465,26 @@ "status: okay", "None" ], - "asctime": "2025-03-23 16:46:56,167", - "created": 1742744816.1673572, + "asctime": "2025-08-15 21:41:51,125", + "created": 1755286911.1253946, "exc_text": null, "filename": "__init__.py", "funcName": "__log_msg__", "levelname": "INFO", "levelno": 20, - "lineno": 445, + "lineno": 438, "message": "prot-server: TX -> service: channel name response, data_id: name, status: okay, data: \"None\"", "module": "__init__", - "msecs": 167.0, + "msecs": 125.0, "msg": "%s %s %s, %s, data: \"%s\"", "name": "socket_protocol.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/socket_protocol/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/socket_protocol/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 71.0439682006836, + "relativeCreated": 107.728172, "stack_info": null, - "thread": 140631315879616, + "taskName": null, + "thread": 140181725238976, "threadName": "Thread-1 (_start)" }, { @@ -4400,25 +4492,26 @@ "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": "2025-03-23 16:46:56,167", - "created": 1742744816.1676836, + "asctime": "2025-08-15 21:41:51,125", + "created": 1755286911.1256893, "exc_text": null, "filename": "__init__.py", "funcName": "__tx__", "levelname": "INFO", "levelno": 20, - "lineno": 284, + "lineno": 286, "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": 167.0, + "msecs": 125.0, "msg": "%s TX -> %s", "name": "helpers.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/helpers/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/helpers/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 71.37036323547363, + "relativeCreated": 108.0228, "stack_info": null, - "thread": 140631307486912, + "taskName": null, + "thread": 140181716846272, "threadName": "Thread-2 (_start)" }, { @@ -4426,25 +4519,26 @@ "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": "2025-03-23 16:46:56,175", - "created": 1742744816.175838, + "asctime": "2025-08-15 21:41:51,133", + "created": 1755286911.1338947, "exc_text": null, "filename": "__init__.py", "funcName": "__rx__", "levelname": "DEBUG", "levelno": 10, - "lineno": 414, + "lineno": 416, "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": 175.0, + "msecs": 133.0, "msg": "%s RX <- %s", "name": "helpers.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/helpers/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/helpers/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 79.52475547790527, + "relativeCreated": 116.228148, "stack_info": null, - "thread": 140631307486912, + "taskName": null, + "thread": 140181716846272, "threadName": "Thread-2 (_start)" }, { @@ -4452,25 +4546,26 @@ "comm-server:", "(6): 30 59 be 2f 3a 3e" ], - "asctime": "2025-03-23 16:46:56,176", - "created": 1742744816.1760433, + "asctime": "2025-08-15 21:41:51,134", + "created": 1755286911.1341186, "exc_text": null, "filename": "__init__.py", "funcName": "__tx__", "levelname": "INFO", "levelno": 20, - "lineno": 284, + "lineno": 286, "message": "comm-server: TX -> (6): 30 59 be 2f 3a 3e", "module": "__init__", - "msecs": 176.0, + "msecs": 134.0, "msg": "%s TX -> %s", "name": "helpers.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/helpers/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/helpers/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 79.73003387451172, + "relativeCreated": 116.451994, "stack_info": null, - "thread": 140631307486912, + "taskName": null, + "thread": 140181716846272, "threadName": "Thread-2 (_start)" }, { @@ -4478,25 +4573,26 @@ "comm-client:", "(6): 30 59 be 2f 3a 3e" ], - "asctime": "2025-03-23 16:46:56,176", - "created": 1742744816.1769333, + "asctime": "2025-08-15 21:41:51,135", + "created": 1755286911.1350849, "exc_text": null, "filename": "__init__.py", "funcName": "__rx__", "levelname": "DEBUG", "levelno": 10, - "lineno": 414, + "lineno": 416, "message": "comm-client: RX <- (6): 30 59 be 2f 3a 3e", "module": "__init__", - "msecs": 176.0, + "msecs": 135.0, "msg": "%s RX <- %s", "name": "helpers.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/helpers/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/helpers/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 80.62005043029785, + "relativeCreated": 117.418328, "stack_info": null, - "thread": 140631307486912, + "taskName": null, + "thread": 140181716846272, "threadName": "Thread-2 (_start)" }, { @@ -4507,25 +4603,26 @@ "status: okay", "None" ], - "asctime": "2025-03-23 16:46:56,177", - "created": 1742744816.1771052, + "asctime": "2025-08-15 21:41:51,135", + "created": 1755286911.1352963, "exc_text": null, "filename": "__init__.py", "funcName": "__log_msg__", "levelname": "INFO", "levelno": 20, - "lineno": 445, + "lineno": 438, "message": "prot-client: RX <- service: channel name response, data_id: name, status: okay, data: \"None\"", "module": "__init__", - "msecs": 177.0, + "msecs": 135.0, "msg": "%s %s %s, %s, data: \"%s\"", "name": "socket_protocol.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/socket_protocol/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/socket_protocol/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 80.79195022583008, + "relativeCreated": 117.629648, "stack_info": null, - "thread": 140631307486912, + "taskName": null, + "thread": 140181716846272, "threadName": "Thread-2 (_start)" }, { @@ -4533,44 +4630,46 @@ "prot-client:", "__channel_name_response__" ], - "asctime": "2025-03-23 16:46:56,177", - "created": 1742744816.1771603, + "asctime": "2025-08-15 21:41:51,135", + "created": 1755286911.1353784, "exc_text": null, "filename": "__init__.py", "funcName": "__data_available_callback__", "levelname": "DEBUG", "levelno": 10, - "lineno": 503, + "lineno": 496, "message": "prot-client: Executing callback __channel_name_response__ to process received data", "module": "__init__", - "msecs": 177.0, + "msecs": 135.0, "msg": "%s Executing callback %s to process received data", "name": "socket_protocol.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/socket_protocol/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/socket_protocol/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 80.84702491760254, + "relativeCreated": 117.711888, "stack_info": null, - "thread": 140631307486912, + "taskName": null, + "thread": 140181716846272, "threadName": "Thread-2 (_start)" } ], - "msecs": 500.0, + "msecs": 458.0, "msg": "Connecting Server and Client", "name": "__tLogger__", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/tests/test_helpers.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/tests/test_helpers.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 403.72157096862793, + "relativeCreated": 440.907835, "stack_info": null, - "thread": 140631409799232, + "taskName": null, + "thread": 140181752467712, "threadName": "MainThread", - "time_consumption": 0.3228745460510254 + "time_consumption": 0.3231959342956543 }, { "args": [], - "asctime": "2025-03-23 16:46:56,702", - "created": 1742744816.7024114, + "asctime": "2025-08-15 21:41:51,662", + "created": 1755286911.6625452, "exc_text": null, "filename": "test_communication.py", "funcName": "send_message_object", @@ -4588,25 +4687,26 @@ "status: okay", "'msg1_data_to_be_transfered'" ], - "asctime": "2025-03-23 16:46:56,500", - "created": 1742744816.5007327, + "asctime": "2025-08-15 21:41:51,459", + "created": 1755286911.4591665, "exc_text": null, "filename": "__init__.py", "funcName": "__log_msg__", "levelname": "INFO", "levelno": 20, - "lineno": 445, + "lineno": 438, "message": "prot-client: TX -> service: 17, data_id: 34, status: okay, data: \"'msg1_data_to_be_transfered'\"", "module": "__init__", - "msecs": 500.0, + "msecs": 459.0, "msg": "%s %s %s, %s, data: \"%s\"", "name": "socket_protocol.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/socket_protocol/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/socket_protocol/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 404.4194221496582, + "relativeCreated": 441.499958, "stack_info": null, - "thread": 140631409799232, + "taskName": null, + "thread": 140181752467712, "threadName": "MainThread" }, { @@ -4614,25 +4714,26 @@ "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": "2025-03-23 16:46:56,501", - "created": 1742744816.5017366, + "asctime": "2025-08-15 21:41:51,460", + "created": 1755286911.460066, "exc_text": null, "filename": "__init__.py", "funcName": "__tx__", "levelname": "INFO", "levelno": 20, - "lineno": 284, + "lineno": 286, "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": 501.0, + "msecs": 460.0, "msg": "%s TX -> %s", "name": "helpers.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/helpers/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/helpers/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 405.4234027862549, + "relativeCreated": 442.399371, "stack_info": null, - "thread": 140631315879616, + "taskName": null, + "thread": 140181725238976, "threadName": "Thread-1 (_start)" }, { @@ -4640,25 +4741,26 @@ "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": "2025-03-23 16:46:56,510", - "created": 1742744816.5103526, + "asctime": "2025-08-15 21:41:51,468", + "created": 1755286911.4689953, "exc_text": null, "filename": "__init__.py", "funcName": "__rx__", "levelname": "DEBUG", "levelno": 10, - "lineno": 414, + "lineno": 416, "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": 510.0, + "msecs": 468.0, "msg": "%s RX <- %s", "name": "helpers.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/helpers/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/helpers/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 414.03937339782715, + "relativeCreated": 451.328847, "stack_info": null, - "thread": 140631315879616, + "taskName": null, + "thread": 140181725238976, "threadName": "Thread-1 (_start)" }, { @@ -4666,25 +4768,26 @@ "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": "2025-03-23 16:46:56,511", - "created": 1742744816.511127, + "asctime": "2025-08-15 21:41:51,469", + "created": 1755286911.469544, "exc_text": null, "filename": "__init__.py", "funcName": "__tx__", "levelname": "INFO", "levelno": 20, - "lineno": 284, + "lineno": 286, "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": 511.0, + "msecs": 469.0, "msg": "%s TX -> %s", "name": "helpers.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/helpers/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/helpers/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 414.813756942749, + "relativeCreated": 451.877498, "stack_info": null, - "thread": 140631315879616, + "taskName": null, + "thread": 140181725238976, "threadName": "Thread-1 (_start)" }, { @@ -4692,25 +4795,26 @@ "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": "2025-03-23 16:46:56,515", - "created": 1742744816.515624, + "asctime": "2025-08-15 21:41:51,474", + "created": 1755286911.4741511, "exc_text": null, "filename": "__init__.py", "funcName": "__rx__", "levelname": "DEBUG", "levelno": 10, - "lineno": 414, + "lineno": 416, "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": 515.0, + "msecs": 474.0, "msg": "%s RX <- %s", "name": "helpers.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/helpers/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/helpers/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 419.3108081817627, + "relativeCreated": 456.484581, "stack_info": null, - "thread": 140631315879616, + "taskName": null, + "thread": 140181725238976, "threadName": "Thread-1 (_start)" }, { @@ -4721,72 +4825,75 @@ "status: okay", "'msg1_data_to_be_transfered'" ], - "asctime": "2025-03-23 16:46:56,516", - "created": 1742744816.5165427, + "asctime": "2025-08-15 21:41:51,474", + "created": 1755286911.4748604, "exc_text": null, "filename": "__init__.py", "funcName": "__log_msg__", "levelname": "INFO", "levelno": 20, - "lineno": 445, + "lineno": 438, "message": "prot-server: RX <- service: 17, data_id: 34, status: okay, data: \"'msg1_data_to_be_transfered'\"", "module": "__init__", - "msecs": 516.0, + "msecs": 474.0, "msg": "%s %s %s, %s, data: \"%s\"", "name": "socket_protocol.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/socket_protocol/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/socket_protocol/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 420.229434967041, + "relativeCreated": 457.193913, "stack_info": null, - "thread": 140631315879616, + "taskName": null, + "thread": 140181725238976, "threadName": "Thread-1 (_start)" }, { "args": [ "prot-server:" ], - "asctime": "2025-03-23 16:46:56,516", - "created": 1742744816.5168378, + "asctime": "2025-08-15 21:41:51,475", + "created": 1755286911.4751477, "exc_text": null, "filename": "__init__.py", "funcName": "__buffer_received_data__", "levelname": "DEBUG", "levelno": 10, - "lineno": 392, + "lineno": 385, "message": "prot-server: Message data is stored in buffer and is now ready to be retrieved by receive method", "module": "__init__", - "msecs": 516.0, + "msecs": 475.0, "msg": "%s Message data is stored in buffer and is now ready to be retrieved by receive method", "name": "socket_protocol.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/socket_protocol/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/socket_protocol/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 420.52459716796875, + "relativeCreated": 457.481218, "stack_info": null, - "thread": 140631315879616, + "taskName": null, + "thread": 140181725238976, "threadName": "Thread-1 (_start)" } ], - "msecs": 702.0, + "msecs": 662.0, "msg": "Transfering a message client -> server", "name": "__tLogger__", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/tests/test_communication.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/tests/test_communication.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 606.0981750488281, + "relativeCreated": 644.878655, "stack_info": null, - "thread": 140631409799232, + "taskName": null, + "thread": 140181752467712, "threadName": "MainThread", - "time_consumption": 0.18557357788085938 + "time_consumption": 0.18739748001098633 }, { "args": [ "True", "" ], - "asctime": "2025-03-23 16:46:56,703", - "created": 1742744816.7033267, + "asctime": "2025-08-15 21:41:51,663", + "created": 1755286911.6635902, "exc_text": null, "filename": "test.py", "funcName": "equivalency_chk", @@ -4802,8 +4909,8 @@ "True", "" ], - "asctime": "2025-03-23 16:46:56,702", - "created": 1742744816.7029195, + "asctime": "2025-08-15 21:41:51,663", + "created": 1755286911.6631966, "exc_text": null, "filename": "test.py", "funcName": "__report_result__", @@ -4812,15 +4919,16 @@ "lineno": 22, "message": "Result (Returnvalue of Client send Method): True ()", "module": "test", - "msecs": 702.0, + "msecs": 663.0, "msg": "Result (%s): %s (%s)", "name": "__unittest__", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/unittest/test.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/unittest/test.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 606.6062450408936, + "relativeCreated": 645.530049, "stack_info": null, - "thread": 140631409799232, + "taskName": null, + "thread": 140181752467712, "threadName": "MainThread" }, { @@ -4830,8 +4938,8 @@ "True", "" ], - "asctime": "2025-03-23 16:46:56,703", - "created": 1742744816.703125, + "asctime": "2025-08-15 21:41:51,663", + "created": 1755286911.6634166, "exc_text": null, "filename": "test.py", "funcName": "__report_expectation__", @@ -4840,37 +4948,39 @@ "lineno": 26, "message": "Expectation (Returnvalue of Client send Method): result = True ()", "module": "test", - "msecs": 703.0, + "msecs": 663.0, "msg": "Expectation (%s): result %s %s (%s)", "name": "__unittest__", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/unittest/test.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/unittest/test.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 606.8117618560791, + "relativeCreated": 645.750143, "stack_info": null, - "thread": 140631409799232, + "taskName": null, + "thread": 140181752467712, "threadName": "MainThread" } ], - "msecs": 703.0, + "msecs": 663.0, "msg": "Returnvalue of Client send Method is correct (Content %s and Type is %s).", "name": "__tLogger__", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/unittest/test.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/unittest/test.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 607.013463973999, + "relativeCreated": 645.923566, "stack_info": null, - "thread": 140631409799232, + "taskName": null, + "thread": 140181752467712, "threadName": "MainThread", - "time_consumption": 0.00020170211791992188 + "time_consumption": 0.0001735687255859375 }, { "args": [ "{'data_id': 34, 'service_id': 17, 'status': 0, 'data': 'msg1_data_to_be_transfered'}", "" ], - "asctime": "2025-03-23 16:46:56,703", - "created": 1742744816.7039545, + "asctime": "2025-08-15 21:41:51,664", + "created": 1755286911.6641958, "exc_text": null, "filename": "test.py", "funcName": "equivalency_chk", @@ -4886,8 +4996,8 @@ "{'data_id': 34, 'service_id': 17, 'status': 0, 'data': 'msg1_data_to_be_transfered'}", "" ], - "asctime": "2025-03-23 16:46:56,703", - "created": 1742744816.7036142, + "asctime": "2025-08-15 21:41:51,663", + "created": 1755286911.6638649, "exc_text": null, "filename": "test.py", "funcName": "__report_result__", @@ -4896,15 +5006,16 @@ "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": 703.0, + "msecs": 663.0, "msg": "Result (%s): %s (%s)", "name": "__unittest__", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/unittest/test.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/unittest/test.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 607.3009967803955, + "relativeCreated": 646.1983, "stack_info": null, - "thread": 140631409799232, + "taskName": null, + "thread": 140181752467712, "threadName": "MainThread" }, { @@ -4914,8 +5025,8 @@ "{'service_id': 17, 'data_id': 34, 'status': 0, 'data': 'msg1_data_to_be_transfered'}", "" ], - "asctime": "2025-03-23 16:46:56,703", - "created": 1742744816.7037878, + "asctime": "2025-08-15 21:41:51,664", + "created": 1755286911.664034, "exc_text": null, "filename": "test.py", "funcName": "__report_expectation__", @@ -4924,34 +5035,36 @@ "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": 703.0, + "msecs": 664.0, "msg": "Expectation (%s): result %s %s (%s)", "name": "__unittest__", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/unittest/test.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/unittest/test.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 607.4745655059814, + "relativeCreated": 646.367323, "stack_info": null, - "thread": 140631409799232, + "taskName": null, + "thread": 140181752467712, "threadName": "MainThread" } ], - "msecs": 703.0, + "msecs": 664.0, "msg": "Received message on server side is correct (Content %s and Type is %s).", "name": "__tLogger__", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/unittest/test.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/unittest/test.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 607.6412200927734, + "relativeCreated": 646.529312, "stack_info": null, - "thread": 140631409799232, + "taskName": null, + "thread": 140181752467712, "threadName": "MainThread", - "time_consumption": 0.0001666545867919922 + "time_consumption": 0.00016188621520996094 }, { "args": [], - "asctime": "2025-03-23 16:46:56,905", - "created": 1742744816.905993, + "asctime": "2025-08-15 21:41:51,867", + "created": 1755286911.8674495, "exc_text": null, "filename": "test_communication.py", "funcName": "send_message_object", @@ -4969,25 +5082,26 @@ "status: service or data unknown", "'msg2_data_to_be_transfered'" ], - "asctime": "2025-03-23 16:46:56,704", - "created": 1742744816.7043633, + "asctime": "2025-08-15 21:41:51,664", + "created": 1755286911.664624, "exc_text": null, "filename": "__init__.py", "funcName": "__log_msg__", "levelname": "ERROR", "levelno": 40, - "lineno": 445, + "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": 704.0, + "msecs": 664.0, "msg": "%s %s %s, %s, data: \"%s\"", "name": "socket_protocol.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/socket_protocol/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/socket_protocol/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 608.0501079559326, + "relativeCreated": 646.95744, "stack_info": null, - "thread": 140631409799232, + "taskName": null, + "thread": 140181752467712, "threadName": "MainThread" }, { @@ -4995,25 +5109,26 @@ "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": "2025-03-23 16:46:56,705", - "created": 1742744816.7052977, + "asctime": "2025-08-15 21:41:51,665", + "created": 1755286911.665424, "exc_text": null, "filename": "__init__.py", "funcName": "__tx__", "levelname": "INFO", "levelno": 20, - "lineno": 284, + "lineno": 286, "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": 705.0, + "msecs": 665.0, "msg": "%s TX -> %s", "name": "helpers.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/helpers/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/helpers/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 608.9844703674316, + "relativeCreated": 647.757629, "stack_info": null, - "thread": 140631307486912, + "taskName": null, + "thread": 140181716846272, "threadName": "Thread-2 (_start)" }, { @@ -5021,25 +5136,26 @@ "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": "2025-03-23 16:46:56,713", - "created": 1742744816.7139485, + "asctime": "2025-08-15 21:41:51,674", + "created": 1755286911.6740646, "exc_text": null, "filename": "__init__.py", "funcName": "__rx__", "levelname": "DEBUG", "levelno": 10, - "lineno": 414, + "lineno": 416, "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": 713.0, + "msecs": 674.0, "msg": "%s RX <- %s", "name": "helpers.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/helpers/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/helpers/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 617.6352500915527, + "relativeCreated": 656.398014, "stack_info": null, - "thread": 140631307486912, + "taskName": null, + "thread": 140181716846272, "threadName": "Thread-2 (_start)" }, { @@ -5047,25 +5163,26 @@ "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": "2025-03-23 16:46:56,714", - "created": 1742744816.714793, + "asctime": "2025-08-15 21:41:51,674", + "created": 1755286911.6747549, "exc_text": null, "filename": "__init__.py", "funcName": "__tx__", "levelname": "INFO", "levelno": 20, - "lineno": 284, + "lineno": 286, "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": 714.0, + "msecs": 674.0, "msg": "%s TX -> %s", "name": "helpers.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/helpers/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/helpers/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 618.4797286987305, + "relativeCreated": 657.088208, "stack_info": null, - "thread": 140631307486912, + "taskName": null, + "thread": 140181716846272, "threadName": "Thread-2 (_start)" }, { @@ -5073,25 +5190,26 @@ "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": "2025-03-23 16:46:56,719", - "created": 1742744816.7192874, + "asctime": "2025-08-15 21:41:51,679", + "created": 1755286911.6791713, "exc_text": null, "filename": "__init__.py", "funcName": "__rx__", "levelname": "DEBUG", "levelno": 10, - "lineno": 414, + "lineno": 416, "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": 719.0, + "msecs": 679.0, "msg": "%s RX <- %s", "name": "helpers.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/helpers/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/helpers/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 622.974157333374, + "relativeCreated": 661.504838, "stack_info": null, - "thread": 140631307486912, + "taskName": null, + "thread": 140181716846272, "threadName": "Thread-2 (_start)" }, { @@ -5102,72 +5220,75 @@ "status: service or data unknown", "'msg2_data_to_be_transfered'" ], - "asctime": "2025-03-23 16:46:56,720", - "created": 1742744816.7201972, + "asctime": "2025-08-15 21:41:51,679", + "created": 1755286911.6799512, "exc_text": null, "filename": "__init__.py", "funcName": "__log_msg__", "levelname": "ERROR", "levelno": 40, - "lineno": 445, + "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": 720.0, + "msecs": 679.0, "msg": "%s %s %s, %s, data: \"%s\"", "name": "socket_protocol.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/socket_protocol/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/socket_protocol/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 623.8839626312256, + "relativeCreated": 662.28461, "stack_info": null, - "thread": 140631307486912, + "taskName": null, + "thread": 140181716846272, "threadName": "Thread-2 (_start)" }, { "args": [ "prot-client:" ], - "asctime": "2025-03-23 16:46:56,720", - "created": 1742744816.7204838, + "asctime": "2025-08-15 21:41:51,680", + "created": 1755286911.680237, "exc_text": null, "filename": "__init__.py", "funcName": "__buffer_received_data__", "levelname": "DEBUG", "levelno": 10, - "lineno": 392, + "lineno": 385, "message": "prot-client: Message data is stored in buffer and is now ready to be retrieved by receive method", "module": "__init__", - "msecs": 720.0, + "msecs": 680.0, "msg": "%s Message data is stored in buffer and is now ready to be retrieved by receive method", "name": "socket_protocol.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/socket_protocol/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/socket_protocol/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 624.1705417633057, + "relativeCreated": 662.570389, "stack_info": null, - "thread": 140631307486912, + "taskName": null, + "thread": 140181716846272, "threadName": "Thread-2 (_start)" } ], - "msecs": 905.0, + "msecs": 867.0, "msg": "Transfering a message server -> client", "name": "__tLogger__", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/tests/test_communication.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/tests/test_communication.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 809.6797466278076, + "relativeCreated": 849.783133, "stack_info": null, - "thread": 140631409799232, + "taskName": null, + "thread": 140181752467712, "threadName": "MainThread", - "time_consumption": 0.18550920486450195 + "time_consumption": 0.18721246719360352 }, { "args": [ "True", "" ], - "asctime": "2025-03-23 16:46:56,907", - "created": 1742744816.9070542, + "asctime": "2025-08-15 21:41:51,868", + "created": 1755286911.8682983, "exc_text": null, "filename": "test.py", "funcName": "equivalency_chk", @@ -5183,8 +5304,8 @@ "True", "" ], - "asctime": "2025-03-23 16:46:56,906", - "created": 1742744816.9066088, + "asctime": "2025-08-15 21:41:51,867", + "created": 1755286911.8679273, "exc_text": null, "filename": "test.py", "funcName": "__report_result__", @@ -5193,15 +5314,16 @@ "lineno": 22, "message": "Result (Returnvalue of Server send Method): True ()", "module": "test", - "msecs": 906.0, + "msecs": 867.0, "msg": "Result (%s): %s (%s)", "name": "__unittest__", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/unittest/test.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/unittest/test.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 810.295581817627, + "relativeCreated": 850.260864, "stack_info": null, - "thread": 140631409799232, + "taskName": null, + "thread": 140181752467712, "threadName": "MainThread" }, { @@ -5211,8 +5333,8 @@ "True", "" ], - "asctime": "2025-03-23 16:46:56,906", - "created": 1742744816.9068508, + "asctime": "2025-08-15 21:41:51,868", + "created": 1755286911.8681304, "exc_text": null, "filename": "test.py", "funcName": "__report_expectation__", @@ -5221,37 +5343,39 @@ "lineno": 26, "message": "Expectation (Returnvalue of Server send Method): result = True ()", "module": "test", - "msecs": 906.0, + "msecs": 868.0, "msg": "Expectation (%s): result %s %s (%s)", "name": "__unittest__", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/unittest/test.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/unittest/test.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 810.537576675415, + "relativeCreated": 850.464118, "stack_info": null, - "thread": 140631409799232, + "taskName": null, + "thread": 140181752467712, "threadName": "MainThread" } ], - "msecs": 907.0, + "msecs": 868.0, "msg": "Returnvalue of Server send Method is correct (Content %s and Type is %s).", "name": "__tLogger__", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/unittest/test.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/unittest/test.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 810.7409477233887, + "relativeCreated": 850.63157, "stack_info": null, - "thread": 140631409799232, + "taskName": null, + "thread": 140181752467712, "threadName": "MainThread", - "time_consumption": 0.0002033710479736328 + "time_consumption": 0.0001678466796875 }, { "args": [ "{'data_id': 35, 'service_id': 17, 'status': 4, 'data': 'msg2_data_to_be_transfered'}", "" ], - "asctime": "2025-03-23 16:46:56,907", - "created": 1742744816.9077883, + "asctime": "2025-08-15 21:41:51,868", + "created": 1755286911.8689406, "exc_text": null, "filename": "test.py", "funcName": "equivalency_chk", @@ -5267,8 +5391,8 @@ "{'data_id': 35, 'service_id': 17, 'status': 4, 'data': 'msg2_data_to_be_transfered'}", "" ], - "asctime": "2025-03-23 16:46:56,907", - "created": 1742744816.9073772, + "asctime": "2025-08-15 21:41:51,868", + "created": 1755286911.8686025, "exc_text": null, "filename": "test.py", "funcName": "__report_result__", @@ -5277,15 +5401,16 @@ "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": 907.0, + "msecs": 868.0, "msg": "Result (%s): %s (%s)", "name": "__unittest__", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/unittest/test.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/unittest/test.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 811.0640048980713, + "relativeCreated": 850.935941, "stack_info": null, - "thread": 140631409799232, + "taskName": null, + "thread": 140181752467712, "threadName": "MainThread" }, { @@ -5295,8 +5420,8 @@ "{'service_id': 17, 'data_id': 35, 'status': 4, 'data': 'msg2_data_to_be_transfered'}", "" ], - "asctime": "2025-03-23 16:46:56,907", - "created": 1742744816.9075847, + "asctime": "2025-08-15 21:41:51,868", + "created": 1755286911.868778, "exc_text": null, "filename": "test.py", "funcName": "__report_expectation__", @@ -5305,63 +5430,66 @@ "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": 907.0, + "msecs": 868.0, "msg": "Expectation (%s): result %s %s (%s)", "name": "__unittest__", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/unittest/test.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/unittest/test.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 811.2714290618896, + "relativeCreated": 851.111528, "stack_info": null, - "thread": 140631409799232, + "taskName": null, + "thread": 140181752467712, "threadName": "MainThread" } ], - "msecs": 907.0, + "msecs": 868.0, "msg": "Received message on client side is correct (Content %s and Type is %s).", "name": "__tLogger__", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/unittest/test.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/unittest/test.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 811.4750385284424, + "relativeCreated": 851.273913, "stack_info": null, - "thread": 140631409799232, + "taskName": null, + "thread": 140181752467712, "threadName": "MainThread", - "time_consumption": 0.00020360946655273438 + "time_consumption": 0.00016260147094726562 } ], - "thread": 140631409799232, + "thread": 140181752467712, "threadName": "MainThread", - "time_consumption": 0.7538213729858398, - "time_finished": "2025-03-23 16:46:56,907", - "time_start": "2025-03-23 16:46:56,153" + "time_consumption": 0.7585716247558594, + "time_finished": "2025-08-15 21:41:51,868", + "time_start": "2025-08-15 21:41:51,110" }, "REQ-0006": { "args": null, - "asctime": "2025-03-23 16:46:56,908", - "created": 1742744816.90852, + "asctime": "2025-08-15 21:41:51,869", + "created": 1755286911.8695126, "exc_text": null, "filename": "__init__.py", "funcName": "testCase", "levelname": "INFO", "levelno": 20, - "lineno": 327, + "lineno": 331, "message": "REQ-0006", "module": "__init__", "moduleLogger": [], - "msecs": 908.0, + "msecs": 869.0, "msg": "REQ-0006", "name": "__tLogger__", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/report/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/report/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 812.2067451477051, + "relativeCreated": 851.845888, "stack_info": null, + "taskName": null, "testcaseLogger": [ { "args": [], - "asctime": "2025-03-23 16:46:56,917", - "created": 1742744816.9170296, + "asctime": "2025-08-15 21:41:51,879", + "created": 1755286911.879608, "exc_text": null, "filename": "test_helpers.py", "funcName": "set_up_socket_protocol", @@ -5375,100 +5503,104 @@ "args": [ "comm-client:" ], - "asctime": "2025-03-23 16:46:56,909", - "created": 1742744816.909764, + "asctime": "2025-08-15 21:41:51,872", + "created": 1755286911.8720236, "exc_text": null, "filename": "__init__.py", "funcName": "__clean_buffer__", "levelname": "DEBUG", "levelno": 10, - "lineno": 411, + "lineno": 413, "message": "comm-client: Cleaning up receive-buffer", "module": "__init__", - "msecs": 909.0, + "msecs": 872.0, "msg": "%s Cleaning up receive-buffer", "name": "helpers.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/helpers/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/helpers/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 813.450813293457, + "relativeCreated": 854.356991, "stack_info": null, - "thread": 140631409799232, + "taskName": null, + "thread": 140181752467712, "threadName": "MainThread" }, { "args": [ "comm-server:" ], - "asctime": "2025-03-23 16:46:56,910", - "created": 1742744816.910965, + "asctime": "2025-08-15 21:41:51,872", + "created": 1755286911.8729825, "exc_text": null, "filename": "__init__.py", "funcName": "__clean_buffer__", "levelname": "DEBUG", "levelno": 10, - "lineno": 411, + "lineno": 413, "message": "comm-server: Cleaning up receive-buffer", "module": "__init__", - "msecs": 910.0, + "msecs": 872.0, "msg": "%s Cleaning up receive-buffer", "name": "helpers.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/helpers/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/helpers/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 814.6517276763916, + "relativeCreated": 855.315951, "stack_info": null, - "thread": 140631409799232, + "taskName": null, + "thread": 140181752467712, "threadName": "MainThread" }, { "args": [ "comm-server:" ], - "asctime": "2025-03-23 16:46:56,911", - "created": 1742744816.9112344, + "asctime": "2025-08-15 21:41:51,873", + "created": 1755286911.873229, "exc_text": null, "filename": "__init__.py", "funcName": "__init__", "levelname": "INFO", "levelno": 20, - "lineno": 520, + "lineno": 522, "message": "comm-server: Waiting for incomming connection", "module": "__init__", - "msecs": 911.0, + "msecs": 873.0, "msg": "%s Waiting for incomming connection", "name": "helpers.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/helpers/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/helpers/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 814.9211406707764, + "relativeCreated": 855.56252, "stack_info": null, - "thread": 140631409799232, + "taskName": null, + "thread": 140181752467712, "threadName": "MainThread" }, { "args": [ "prot-server:" ], - "asctime": "2025-03-23 16:46:56,911", - "created": 1742744816.9115875, + "asctime": "2025-08-15 21:41:51,873", + "created": 1755286911.873538, "exc_text": null, "filename": "__init__.py", "funcName": "__clean_receive_buffer__", "levelname": "DEBUG", "levelno": 10, - "lineno": 434, + "lineno": 427, "message": "prot-server: Cleaning up receive-buffer", "module": "__init__", - "msecs": 911.0, + "msecs": 873.0, "msg": "%s Cleaning up receive-buffer", "name": "socket_protocol.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/socket_protocol/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/socket_protocol/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 815.2742385864258, + "relativeCreated": 855.871611, "stack_info": null, - "thread": 140631409799232, + "taskName": null, + "thread": 140181752467712, "threadName": "MainThread" }, { @@ -5477,25 +5609,26 @@ "authentification request", "authentification response" ], - "asctime": "2025-03-23 16:46:56,911", - "created": 1742744816.9117906, + "asctime": "2025-08-15 21:41:51,873", + "created": 1755286911.8737154, "exc_text": null, "filename": "__init__.py", "funcName": "add_service", "levelname": "DEBUG", "levelno": 10, - "lineno": 597, + "lineno": 590, "message": "prot-server: Adding Service with Request=authentification request and Response=authentification response", "module": "__init__", - "msecs": 911.0, + "msecs": 873.0, "msg": "%s Adding Service with Request=%s and Response=%s", "name": "socket_protocol.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/socket_protocol/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/socket_protocol/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 815.4773712158203, + "relativeCreated": 856.048899, "stack_info": null, - "thread": 140631409799232, + "taskName": null, + "thread": 140181752467712, "threadName": "MainThread" }, { @@ -5503,25 +5636,26 @@ "prot-server:", "service: authentification request, data_id: seed" ], - "asctime": "2025-03-23 16:46:56,912", - "created": 1742744816.912034, + "asctime": "2025-08-15 21:41:51,873", + "created": 1755286911.8739138, "exc_text": null, "filename": "__init__.py", "funcName": "add_msg_to_auth_whitelist_", "levelname": "DEBUG", "levelno": 10, - "lineno": 571, + "lineno": 564, "message": "prot-server: Adding Message (service: authentification request, data_id: seed) to the authentification whitelist", "module": "__init__", - "msecs": 912.0, + "msecs": 873.0, "msg": "%s Adding Message (%s) to the authentification whitelist", "name": "socket_protocol.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/socket_protocol/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/socket_protocol/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 815.720796585083, + "relativeCreated": 856.247214, "stack_info": null, - "thread": 140631409799232, + "taskName": null, + "thread": 140181752467712, "threadName": "MainThread" }, { @@ -5529,25 +5663,26 @@ "prot-server:", "service: authentification response, data_id: seed" ], - "asctime": "2025-03-23 16:46:56,912", - "created": 1742744816.9122171, + "asctime": "2025-08-15 21:41:51,874", + "created": 1755286911.8740628, "exc_text": null, "filename": "__init__.py", "funcName": "add_msg_to_auth_whitelist_", "levelname": "DEBUG", "levelno": 10, - "lineno": 571, + "lineno": 564, "message": "prot-server: Adding Message (service: authentification response, data_id: seed) to the authentification whitelist", "module": "__init__", - "msecs": 912.0, + "msecs": 874.0, "msg": "%s Adding Message (%s) to the authentification whitelist", "name": "socket_protocol.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/socket_protocol/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/socket_protocol/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 815.903902053833, + "relativeCreated": 856.396176, "stack_info": null, - "thread": 140631409799232, + "taskName": null, + "thread": 140181752467712, "threadName": "MainThread" }, { @@ -5555,25 +5690,26 @@ "prot-server:", "service: authentification request, data_id: key" ], - "asctime": "2025-03-23 16:46:56,912", - "created": 1742744816.9124026, + "asctime": "2025-08-15 21:41:51,874", + "created": 1755286911.8742018, "exc_text": null, "filename": "__init__.py", "funcName": "add_msg_to_auth_whitelist_", "levelname": "DEBUG", "levelno": 10, - "lineno": 571, + "lineno": 564, "message": "prot-server: Adding Message (service: authentification request, data_id: key) to the authentification whitelist", "module": "__init__", - "msecs": 912.0, + "msecs": 874.0, "msg": "%s Adding Message (%s) to the authentification whitelist", "name": "socket_protocol.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/socket_protocol/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/socket_protocol/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 816.089391708374, + "relativeCreated": 856.535369, "stack_info": null, - "thread": 140631409799232, + "taskName": null, + "thread": 140181752467712, "threadName": "MainThread" }, { @@ -5581,25 +5717,26 @@ "prot-server:", "service: authentification response, data_id: key" ], - "asctime": "2025-03-23 16:46:56,912", - "created": 1742744816.9125822, + "asctime": "2025-08-15 21:41:51,874", + "created": 1755286911.874351, "exc_text": null, "filename": "__init__.py", "funcName": "add_msg_to_auth_whitelist_", "levelname": "DEBUG", "levelno": 10, - "lineno": 571, + "lineno": 564, "message": "prot-server: Adding Message (service: authentification response, data_id: key) to the authentification whitelist", "module": "__init__", - "msecs": 912.0, + "msecs": 874.0, "msg": "%s Adding Message (%s) to the authentification whitelist", "name": "socket_protocol.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/socket_protocol/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/socket_protocol/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 816.2689208984375, + "relativeCreated": 856.684559, "stack_info": null, - "thread": 140631409799232, + "taskName": null, + "thread": 140181752467712, "threadName": "MainThread" }, { @@ -5609,25 +5746,26 @@ "0", "0" ], - "asctime": "2025-03-23 16:46:56,912", - "created": 1742744816.9127734, + "asctime": "2025-08-15 21:41:51,874", + "created": 1755286911.874503, "exc_text": null, "filename": "__init__.py", "funcName": "add", "levelname": "DEBUG", "levelno": 10, - "lineno": 172, + "lineno": 169, "message": "prot-server: Adding callback '__authentificate_create_seed__' for SID=0 and DID=0", "module": "__init__", - "msecs": 912.0, + "msecs": 874.0, "msg": "%s Adding callback %s for SID=%s and DID=%s", "name": "socket_protocol.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/socket_protocol/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/socket_protocol/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 816.460132598877, + "relativeCreated": 856.836469, "stack_info": null, - "thread": 140631409799232, + "taskName": null, + "thread": 140181752467712, "threadName": "MainThread" }, { @@ -5637,25 +5775,26 @@ "1", "0" ], - "asctime": "2025-03-23 16:46:56,912", - "created": 1742744816.9129596, + "asctime": "2025-08-15 21:41:51,874", + "created": 1755286911.8747005, "exc_text": null, "filename": "__init__.py", "funcName": "add", "levelname": "DEBUG", "levelno": 10, - "lineno": 172, + "lineno": 169, "message": "prot-server: Adding callback '__authentificate_create_key__' for SID=1 and DID=0", "module": "__init__", - "msecs": 912.0, + "msecs": 874.0, "msg": "%s Adding callback %s for SID=%s and DID=%s", "name": "socket_protocol.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/socket_protocol/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/socket_protocol/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 816.6463375091553, + "relativeCreated": 857.033879, "stack_info": null, - "thread": 140631409799232, + "taskName": null, + "thread": 140181752467712, "threadName": "MainThread" }, { @@ -5665,25 +5804,26 @@ "0", "1" ], - "asctime": "2025-03-23 16:46:56,913", - "created": 1742744816.9131377, + "asctime": "2025-08-15 21:41:51,874", + "created": 1755286911.8748562, "exc_text": null, "filename": "__init__.py", "funcName": "add", "levelname": "DEBUG", "levelno": 10, - "lineno": 172, + "lineno": 169, "message": "prot-server: Adding callback '__authentificate_check_key__' for SID=0 and DID=1", "module": "__init__", - "msecs": 913.0, + "msecs": 874.0, "msg": "%s Adding callback %s for SID=%s and DID=%s", "name": "socket_protocol.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/socket_protocol/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/socket_protocol/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 816.8244361877441, + "relativeCreated": 857.189672, "stack_info": null, - "thread": 140631409799232, + "taskName": null, + "thread": 140181752467712, "threadName": "MainThread" }, { @@ -5693,50 +5833,52 @@ "1", "1" ], - "asctime": "2025-03-23 16:46:56,913", - "created": 1742744816.913314, + "asctime": "2025-08-15 21:41:51,875", + "created": 1755286911.8750198, "exc_text": null, "filename": "__init__.py", "funcName": "add", "levelname": "DEBUG", "levelno": 10, - "lineno": 172, + "lineno": 169, "message": "prot-server: Adding callback '__authentificate_process_feedback__' for SID=1 and DID=1", "module": "__init__", - "msecs": 913.0, + "msecs": 875.0, "msg": "%s Adding callback %s for SID=%s and DID=%s", "name": "socket_protocol.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/socket_protocol/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/socket_protocol/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 817.0008659362793, + "relativeCreated": 857.353319, "stack_info": null, - "thread": 140631409799232, + "taskName": null, + "thread": 140181752467712, "threadName": "MainThread" }, { "args": [ "prot-server:" ], - "asctime": "2025-03-23 16:46:56,913", - "created": 1742744816.9134722, + "asctime": "2025-08-15 21:41:51,875", + "created": 1755286911.8751495, "exc_text": null, "filename": "__init__.py", "funcName": "__authentification_state_reset__", "levelname": "INFO", "levelno": 20, - "lineno": 380, + "lineno": 373, "message": "prot-server: Resetting authentification state to AUTH_STATE_UNTRUSTED_CONNECTION", "module": "__init__", - "msecs": 913.0, + "msecs": 875.0, "msg": "%s Resetting authentification state to AUTH_STATE_UNTRUSTED_CONNECTION", "name": "socket_protocol.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/socket_protocol/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/socket_protocol/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 817.1589374542236, + "relativeCreated": 857.482977, "stack_info": null, - "thread": 140631409799232, + "taskName": null, + "thread": 140181752467712, "threadName": "MainThread" }, { @@ -5745,25 +5887,26 @@ "channel name request", "channel name response" ], - "asctime": "2025-03-23 16:46:56,913", - "created": 1742744816.913644, + "asctime": "2025-08-15 21:41:51,875", + "created": 1755286911.8752937, "exc_text": null, "filename": "__init__.py", "funcName": "add_service", "levelname": "DEBUG", "levelno": 10, - "lineno": 597, + "lineno": 590, "message": "prot-server: Adding Service with Request=channel name request and Response=channel name response", "module": "__init__", - "msecs": 913.0, + "msecs": 875.0, "msg": "%s Adding Service with Request=%s and Response=%s", "name": "socket_protocol.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/socket_protocol/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/socket_protocol/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 817.3308372497559, + "relativeCreated": 857.627263, "stack_info": null, - "thread": 140631409799232, + "taskName": null, + "thread": 140181752467712, "threadName": "MainThread" }, { @@ -5771,25 +5914,26 @@ "prot-server:", "service: channel name request, data_id: name" ], - "asctime": "2025-03-23 16:46:56,913", - "created": 1742744816.913828, + "asctime": "2025-08-15 21:41:51,875", + "created": 1755286911.8754454, "exc_text": null, "filename": "__init__.py", "funcName": "add_msg_to_auth_whitelist_", "levelname": "DEBUG", "levelno": 10, - "lineno": 571, + "lineno": 564, "message": "prot-server: Adding Message (service: channel name request, data_id: name) to the authentification whitelist", "module": "__init__", - "msecs": 913.0, + "msecs": 875.0, "msg": "%s Adding Message (%s) to the authentification whitelist", "name": "socket_protocol.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/socket_protocol/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/socket_protocol/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 817.5146579742432, + "relativeCreated": 857.778656, "stack_info": null, - "thread": 140631409799232, + "taskName": null, + "thread": 140181752467712, "threadName": "MainThread" }, { @@ -5797,25 +5941,26 @@ "prot-server:", "service: channel name response, data_id: name" ], - "asctime": "2025-03-23 16:46:56,913", - "created": 1742744816.913993, + "asctime": "2025-08-15 21:41:51,875", + "created": 1755286911.8755815, "exc_text": null, "filename": "__init__.py", "funcName": "add_msg_to_auth_whitelist_", "levelname": "DEBUG", "levelno": 10, - "lineno": 571, + "lineno": 564, "message": "prot-server: Adding Message (service: channel name response, data_id: name) to the authentification whitelist", "module": "__init__", - "msecs": 913.0, + "msecs": 875.0, "msg": "%s Adding Message (%s) to the authentification whitelist", "name": "socket_protocol.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/socket_protocol/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/socket_protocol/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 817.6796436309814, + "relativeCreated": 857.914793, "stack_info": null, - "thread": 140631409799232, + "taskName": null, + "thread": 140181752467712, "threadName": "MainThread" }, { @@ -5825,25 +5970,26 @@ "8", "0" ], - "asctime": "2025-03-23 16:46:56,914", - "created": 1742744816.9142067, + "asctime": "2025-08-15 21:41:51,875", + "created": 1755286911.8757207, "exc_text": null, "filename": "__init__.py", "funcName": "add", "levelname": "DEBUG", "levelno": 10, - "lineno": 172, + "lineno": 169, "message": "prot-server: Adding callback '__channel_name_request__' for SID=8 and DID=0", "module": "__init__", - "msecs": 914.0, + "msecs": 875.0, "msg": "%s Adding callback %s for SID=%s and DID=%s", "name": "socket_protocol.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/socket_protocol/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/socket_protocol/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 817.8935050964355, + "relativeCreated": 858.054041, "stack_info": null, - "thread": 140631409799232, + "taskName": null, + "thread": 140181752467712, "threadName": "MainThread" }, { @@ -5853,25 +5999,26 @@ "9", "0" ], - "asctime": "2025-03-23 16:46:56,914", - "created": 1742744816.9143972, + "asctime": "2025-08-15 21:41:51,875", + "created": 1755286911.8758795, "exc_text": null, "filename": "__init__.py", "funcName": "add", "levelname": "DEBUG", "levelno": 10, - "lineno": 172, + "lineno": 169, "message": "prot-server: Adding callback '__channel_name_response__' for SID=9 and DID=0", "module": "__init__", - "msecs": 914.0, + "msecs": 875.0, "msg": "%s Adding callback %s for SID=%s and DID=%s", "name": "socket_protocol.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/socket_protocol/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/socket_protocol/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 818.0840015411377, + "relativeCreated": 858.212825, "stack_info": null, - "thread": 140631409799232, + "taskName": null, + "thread": 140181752467712, "threadName": "MainThread" }, { @@ -5880,25 +6027,26 @@ "read data request", "read data response" ], - "asctime": "2025-03-23 16:46:56,914", - "created": 1742744816.9145656, + "asctime": "2025-08-15 21:41:51,876", + "created": 1755286911.876045, "exc_text": null, "filename": "__init__.py", "funcName": "add_service", "levelname": "DEBUG", "levelno": 10, - "lineno": 597, + "lineno": 590, "message": "prot-server: Adding Service with Request=read data request and Response=read data response", "module": "__init__", - "msecs": 914.0, + "msecs": 876.0, "msg": "%s Adding Service with Request=%s and Response=%s", "name": "socket_protocol.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/socket_protocol/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/socket_protocol/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 818.2523250579834, + "relativeCreated": 858.37862, "stack_info": null, - "thread": 140631409799232, + "taskName": null, + "thread": 140181752467712, "threadName": "MainThread" }, { @@ -5907,25 +6055,26 @@ "write data request", "write data response" ], - "asctime": "2025-03-23 16:46:56,914", - "created": 1742744816.9147253, + "asctime": "2025-08-15 21:41:51,876", + "created": 1755286911.8761835, "exc_text": null, "filename": "__init__.py", "funcName": "add_service", "levelname": "DEBUG", "levelno": 10, - "lineno": 597, + "lineno": 590, "message": "prot-server: Adding Service with Request=write data request and Response=write data response", "module": "__init__", - "msecs": 914.0, + "msecs": 876.0, "msg": "%s Adding Service with Request=%s and Response=%s", "name": "socket_protocol.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/socket_protocol/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/socket_protocol/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 818.4120655059814, + "relativeCreated": 858.516975, "stack_info": null, - "thread": 140631409799232, + "taskName": null, + "thread": 140181752467712, "threadName": "MainThread" }, { @@ -5934,75 +6083,78 @@ "execute request", "execute response" ], - "asctime": "2025-03-23 16:46:56,914", - "created": 1742744816.9148839, + "asctime": "2025-08-15 21:41:51,876", + "created": 1755286911.876315, "exc_text": null, "filename": "__init__.py", "funcName": "add_service", "levelname": "DEBUG", "levelno": 10, - "lineno": 597, + "lineno": 590, "message": "prot-server: Adding Service with Request=execute request and Response=execute response", "module": "__init__", - "msecs": 914.0, + "msecs": 876.0, "msg": "%s Adding Service with Request=%s and Response=%s", "name": "socket_protocol.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/socket_protocol/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/socket_protocol/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 818.570613861084, + "relativeCreated": 858.6485, "stack_info": null, - "thread": 140631409799232, + "taskName": null, + "thread": 140181752467712, "threadName": "MainThread" }, { "args": [ "prot-server:" ], - "asctime": "2025-03-23 16:46:56,915", - "created": 1742744816.9150448, + "asctime": "2025-08-15 21:41:51,876", + "created": 1755286911.8764508, "exc_text": null, "filename": "__init__.py", "funcName": "__init__", "levelname": "INFO", "levelno": 20, - "lineno": 340, + "lineno": 333, "message": "prot-server: Initialisation finished.", "module": "__init__", - "msecs": 915.0, + "msecs": 876.0, "msg": "%s Initialisation finished.", "name": "socket_protocol.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/socket_protocol/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/socket_protocol/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 818.7315464019775, + "relativeCreated": 858.784222, "stack_info": null, - "thread": 140631409799232, + "taskName": null, + "thread": 140181752467712, "threadName": "MainThread" }, { "args": [ "prot-client:" ], - "asctime": "2025-03-23 16:46:56,915", - "created": 1742744816.9153485, + "asctime": "2025-08-15 21:41:51,876", + "created": 1755286911.8766909, "exc_text": null, "filename": "__init__.py", "funcName": "__clean_receive_buffer__", "levelname": "DEBUG", "levelno": 10, - "lineno": 434, + "lineno": 427, "message": "prot-client: Cleaning up receive-buffer", "module": "__init__", - "msecs": 915.0, + "msecs": 876.0, "msg": "%s Cleaning up receive-buffer", "name": "socket_protocol.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/socket_protocol/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/socket_protocol/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 819.0352916717529, + "relativeCreated": 859.024263, "stack_info": null, - "thread": 140631409799232, + "taskName": null, + "thread": 140181752467712, "threadName": "MainThread" }, { @@ -6011,25 +6163,26 @@ "authentification request", "authentification response" ], - "asctime": "2025-03-23 16:46:56,915", - "created": 1742744816.9155333, + "asctime": "2025-08-15 21:41:51,876", + "created": 1755286911.8768399, "exc_text": null, "filename": "__init__.py", "funcName": "add_service", "levelname": "DEBUG", "levelno": 10, - "lineno": 597, + "lineno": 590, "message": "prot-client: Adding Service with Request=authentification request and Response=authentification response", "module": "__init__", - "msecs": 915.0, + "msecs": 876.0, "msg": "%s Adding Service with Request=%s and Response=%s", "name": "socket_protocol.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/socket_protocol/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/socket_protocol/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 819.2200660705566, + "relativeCreated": 859.173397, "stack_info": null, - "thread": 140631409799232, + "taskName": null, + "thread": 140181752467712, "threadName": "MainThread" }, { @@ -6037,25 +6190,26 @@ "prot-client:", "service: authentification request, data_id: seed" ], - "asctime": "2025-03-23 16:46:56,915", - "created": 1742744816.915749, + "asctime": "2025-08-15 21:41:51,877", + "created": 1755286911.8770223, "exc_text": null, "filename": "__init__.py", "funcName": "add_msg_to_auth_whitelist_", "levelname": "DEBUG", "levelno": 10, - "lineno": 571, + "lineno": 564, "message": "prot-client: Adding Message (service: authentification request, data_id: seed) to the authentification whitelist", "module": "__init__", - "msecs": 915.0, + "msecs": 877.0, "msg": "%s Adding Message (%s) to the authentification whitelist", "name": "socket_protocol.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/socket_protocol/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/socket_protocol/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 819.4358348846436, + "relativeCreated": 859.355673, "stack_info": null, - "thread": 140631409799232, + "taskName": null, + "thread": 140181752467712, "threadName": "MainThread" }, { @@ -6063,25 +6217,26 @@ "prot-client:", "service: authentification response, data_id: seed" ], - "asctime": "2025-03-23 16:46:56,915", - "created": 1742744816.9159188, + "asctime": "2025-08-15 21:41:51,877", + "created": 1755286911.877169, "exc_text": null, "filename": "__init__.py", "funcName": "add_msg_to_auth_whitelist_", "levelname": "DEBUG", "levelno": 10, - "lineno": 571, + "lineno": 564, "message": "prot-client: Adding Message (service: authentification response, data_id: seed) to the authentification whitelist", "module": "__init__", - "msecs": 915.0, + "msecs": 877.0, "msg": "%s Adding Message (%s) to the authentification whitelist", "name": "socket_protocol.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/socket_protocol/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/socket_protocol/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 819.6055889129639, + "relativeCreated": 859.502243, "stack_info": null, - "thread": 140631409799232, + "taskName": null, + "thread": 140181752467712, "threadName": "MainThread" }, { @@ -6089,25 +6244,26 @@ "prot-client:", "service: authentification request, data_id: key" ], - "asctime": "2025-03-23 16:46:56,916", - "created": 1742744816.9160843, + "asctime": "2025-08-15 21:41:51,877", + "created": 1755286911.8773043, "exc_text": null, "filename": "__init__.py", "funcName": "add_msg_to_auth_whitelist_", "levelname": "DEBUG", "levelno": 10, - "lineno": 571, + "lineno": 564, "message": "prot-client: Adding Message (service: authentification request, data_id: key) to the authentification whitelist", "module": "__init__", - "msecs": 916.0, + "msecs": 877.0, "msg": "%s Adding Message (%s) to the authentification whitelist", "name": "socket_protocol.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/socket_protocol/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/socket_protocol/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 819.7710514068604, + "relativeCreated": 859.637661, "stack_info": null, - "thread": 140631409799232, + "taskName": null, + "thread": 140181752467712, "threadName": "MainThread" }, { @@ -6115,25 +6271,26 @@ "prot-client:", "service: authentification response, data_id: key" ], - "asctime": "2025-03-23 16:46:56,916", - "created": 1742744816.9162083, + "asctime": "2025-08-15 21:41:51,877", + "created": 1755286911.8774362, "exc_text": null, "filename": "__init__.py", "funcName": "add_msg_to_auth_whitelist_", "levelname": "DEBUG", "levelno": 10, - "lineno": 571, + "lineno": 564, "message": "prot-client: Adding Message (service: authentification response, data_id: key) to the authentification whitelist", "module": "__init__", - "msecs": 916.0, + "msecs": 877.0, "msg": "%s Adding Message (%s) to the authentification whitelist", "name": "socket_protocol.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/socket_protocol/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/socket_protocol/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 819.8950290679932, + "relativeCreated": 859.769593, "stack_info": null, - "thread": 140631409799232, + "taskName": null, + "thread": 140181752467712, "threadName": "MainThread" }, { @@ -6143,25 +6300,26 @@ "0", "0" ], - "asctime": "2025-03-23 16:46:56,916", - "created": 1742744816.9162667, + "asctime": "2025-08-15 21:41:51,877", + "created": 1755286911.877578, "exc_text": null, "filename": "__init__.py", "funcName": "add", "levelname": "DEBUG", "levelno": 10, - "lineno": 172, + "lineno": 169, "message": "prot-client: Adding callback '__authentificate_create_seed__' for SID=0 and DID=0", "module": "__init__", - "msecs": 916.0, + "msecs": 877.0, "msg": "%s Adding callback %s for SID=%s and DID=%s", "name": "socket_protocol.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/socket_protocol/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/socket_protocol/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 819.953441619873, + "relativeCreated": 859.91155, "stack_info": null, - "thread": 140631409799232, + "taskName": null, + "thread": 140181752467712, "threadName": "MainThread" }, { @@ -6171,25 +6329,26 @@ "1", "0" ], - "asctime": "2025-03-23 16:46:56,916", - "created": 1742744816.9163246, + "asctime": "2025-08-15 21:41:51,877", + "created": 1755286911.877741, "exc_text": null, "filename": "__init__.py", "funcName": "add", "levelname": "DEBUG", "levelno": 10, - "lineno": 172, + "lineno": 169, "message": "prot-client: Adding callback '__authentificate_create_key__' for SID=1 and DID=0", "module": "__init__", - "msecs": 916.0, + "msecs": 877.0, "msg": "%s Adding callback %s for SID=%s and DID=%s", "name": "socket_protocol.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/socket_protocol/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/socket_protocol/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 820.0113773345947, + "relativeCreated": 860.074468, "stack_info": null, - "thread": 140631409799232, + "taskName": null, + "thread": 140181752467712, "threadName": "MainThread" }, { @@ -6199,25 +6358,26 @@ "0", "1" ], - "asctime": "2025-03-23 16:46:56,916", - "created": 1742744816.916381, + "asctime": "2025-08-15 21:41:51,877", + "created": 1755286911.8778899, "exc_text": null, "filename": "__init__.py", "funcName": "add", "levelname": "DEBUG", "levelno": 10, - "lineno": 172, + "lineno": 169, "message": "prot-client: Adding callback '__authentificate_check_key__' for SID=0 and DID=1", "module": "__init__", - "msecs": 916.0, + "msecs": 877.0, "msg": "%s Adding callback %s for SID=%s and DID=%s", "name": "socket_protocol.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/socket_protocol/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/socket_protocol/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 820.0676441192627, + "relativeCreated": 860.22322, "stack_info": null, - "thread": 140631409799232, + "taskName": null, + "thread": 140181752467712, "threadName": "MainThread" }, { @@ -6227,50 +6387,52 @@ "1", "1" ], - "asctime": "2025-03-23 16:46:56,916", - "created": 1742744816.9164362, + "asctime": "2025-08-15 21:41:51,878", + "created": 1755286911.8780296, "exc_text": null, "filename": "__init__.py", "funcName": "add", "levelname": "DEBUG", "levelno": 10, - "lineno": 172, + "lineno": 169, "message": "prot-client: Adding callback '__authentificate_process_feedback__' for SID=1 and DID=1", "module": "__init__", - "msecs": 916.0, + "msecs": 878.0, "msg": "%s Adding callback %s for SID=%s and DID=%s", "name": "socket_protocol.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/socket_protocol/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/socket_protocol/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 820.1229572296143, + "relativeCreated": 860.363085, "stack_info": null, - "thread": 140631409799232, + "taskName": null, + "thread": 140181752467712, "threadName": "MainThread" }, { "args": [ "prot-client:" ], - "asctime": "2025-03-23 16:46:56,916", - "created": 1742744816.9164858, + "asctime": "2025-08-15 21:41:51,878", + "created": 1755286911.8781707, "exc_text": null, "filename": "__init__.py", "funcName": "__authentification_state_reset__", "levelname": "INFO", "levelno": 20, - "lineno": 380, + "lineno": 373, "message": "prot-client: Resetting authentification state to AUTH_STATE_UNTRUSTED_CONNECTION", "module": "__init__", - "msecs": 916.0, + "msecs": 878.0, "msg": "%s Resetting authentification state to AUTH_STATE_UNTRUSTED_CONNECTION", "name": "socket_protocol.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/socket_protocol/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/socket_protocol/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 820.1725482940674, + "relativeCreated": 860.504167, "stack_info": null, - "thread": 140631409799232, + "taskName": null, + "thread": 140181752467712, "threadName": "MainThread" }, { @@ -6279,25 +6441,26 @@ "channel name request", "channel name response" ], - "asctime": "2025-03-23 16:46:56,916", - "created": 1742744816.9165392, + "asctime": "2025-08-15 21:41:51,878", + "created": 1755286911.8783147, "exc_text": null, "filename": "__init__.py", "funcName": "add_service", "levelname": "DEBUG", "levelno": 10, - "lineno": 597, + "lineno": 590, "message": "prot-client: Adding Service with Request=channel name request and Response=channel name response", "module": "__init__", - "msecs": 916.0, + "msecs": 878.0, "msg": "%s Adding Service with Request=%s and Response=%s", "name": "socket_protocol.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/socket_protocol/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/socket_protocol/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 820.2259540557861, + "relativeCreated": 860.6482, "stack_info": null, - "thread": 140631409799232, + "taskName": null, + "thread": 140181752467712, "threadName": "MainThread" }, { @@ -6305,25 +6468,26 @@ "prot-client:", "service: channel name request, data_id: name" ], - "asctime": "2025-03-23 16:46:56,916", - "created": 1742744816.9165976, + "asctime": "2025-08-15 21:41:51,878", + "created": 1755286911.8784747, "exc_text": null, "filename": "__init__.py", "funcName": "add_msg_to_auth_whitelist_", "levelname": "DEBUG", "levelno": 10, - "lineno": 571, + "lineno": 564, "message": "prot-client: Adding Message (service: channel name request, data_id: name) to the authentification whitelist", "module": "__init__", - "msecs": 916.0, + "msecs": 878.0, "msg": "%s Adding Message (%s) to the authentification whitelist", "name": "socket_protocol.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/socket_protocol/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/socket_protocol/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 820.284366607666, + "relativeCreated": 860.808083, "stack_info": null, - "thread": 140631409799232, + "taskName": null, + "thread": 140181752467712, "threadName": "MainThread" }, { @@ -6331,25 +6495,26 @@ "prot-client:", "service: channel name response, data_id: name" ], - "asctime": "2025-03-23 16:46:56,916", - "created": 1742744816.9166498, + "asctime": "2025-08-15 21:41:51,878", + "created": 1755286911.8786488, "exc_text": null, "filename": "__init__.py", "funcName": "add_msg_to_auth_whitelist_", "levelname": "DEBUG", "levelno": 10, - "lineno": 571, + "lineno": 564, "message": "prot-client: Adding Message (service: channel name response, data_id: name) to the authentification whitelist", "module": "__init__", - "msecs": 916.0, + "msecs": 878.0, "msg": "%s Adding Message (%s) to the authentification whitelist", "name": "socket_protocol.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/socket_protocol/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/socket_protocol/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 820.3365802764893, + "relativeCreated": 860.982227, "stack_info": null, - "thread": 140631409799232, + "taskName": null, + "thread": 140181752467712, "threadName": "MainThread" }, { @@ -6359,25 +6524,26 @@ "8", "0" ], - "asctime": "2025-03-23 16:46:56,916", - "created": 1742744816.916704, + "asctime": "2025-08-15 21:41:51,878", + "created": 1755286911.878801, "exc_text": null, "filename": "__init__.py", "funcName": "add", "levelname": "DEBUG", "levelno": 10, - "lineno": 172, + "lineno": 169, "message": "prot-client: Adding callback '__channel_name_request__' for SID=8 and DID=0", "module": "__init__", - "msecs": 916.0, + "msecs": 878.0, "msg": "%s Adding callback %s for SID=%s and DID=%s", "name": "socket_protocol.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/socket_protocol/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/socket_protocol/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 820.3907012939453, + "relativeCreated": 861.134537, "stack_info": null, - "thread": 140631409799232, + "taskName": null, + "thread": 140181752467712, "threadName": "MainThread" }, { @@ -6387,25 +6553,26 @@ "9", "0" ], - "asctime": "2025-03-23 16:46:56,916", - "created": 1742744816.916759, + "asctime": "2025-08-15 21:41:51,878", + "created": 1755286911.878945, "exc_text": null, "filename": "__init__.py", "funcName": "add", "levelname": "DEBUG", "levelno": 10, - "lineno": 172, + "lineno": 169, "message": "prot-client: Adding callback '__channel_name_response__' for SID=9 and DID=0", "module": "__init__", - "msecs": 916.0, + "msecs": 878.0, "msg": "%s Adding callback %s for SID=%s and DID=%s", "name": "socket_protocol.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/socket_protocol/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/socket_protocol/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 820.4457759857178, + "relativeCreated": 861.278405, "stack_info": null, - "thread": 140631409799232, + "taskName": null, + "thread": 140181752467712, "threadName": "MainThread" }, { @@ -6414,25 +6581,26 @@ "read data request", "read data response" ], - "asctime": "2025-03-23 16:46:56,916", - "created": 1742744816.916822, + "asctime": "2025-08-15 21:41:51,879", + "created": 1755286911.8790872, "exc_text": null, "filename": "__init__.py", "funcName": "add_service", "levelname": "DEBUG", "levelno": 10, - "lineno": 597, + "lineno": 590, "message": "prot-client: Adding Service with Request=read data request and Response=read data response", "module": "__init__", - "msecs": 916.0, + "msecs": 879.0, "msg": "%s Adding Service with Request=%s and Response=%s", "name": "socket_protocol.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/socket_protocol/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/socket_protocol/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 820.5087184906006, + "relativeCreated": 861.420533, "stack_info": null, - "thread": 140631409799232, + "taskName": null, + "thread": 140181752467712, "threadName": "MainThread" }, { @@ -6441,25 +6609,26 @@ "write data request", "write data response" ], - "asctime": "2025-03-23 16:46:56,916", - "created": 1742744816.9168727, + "asctime": "2025-08-15 21:41:51,879", + "created": 1755286911.8792198, "exc_text": null, "filename": "__init__.py", "funcName": "add_service", "levelname": "DEBUG", "levelno": 10, - "lineno": 597, + "lineno": 590, "message": "prot-client: Adding Service with Request=write data request and Response=write data response", "module": "__init__", - "msecs": 916.0, + "msecs": 879.0, "msg": "%s Adding Service with Request=%s and Response=%s", "name": "socket_protocol.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/socket_protocol/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/socket_protocol/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 820.5595016479492, + "relativeCreated": 861.553198, "stack_info": null, - "thread": 140631409799232, + "taskName": null, + "thread": 140181752467712, "threadName": "MainThread" }, { @@ -6468,69 +6637,72 @@ "execute request", "execute response" ], - "asctime": "2025-03-23 16:46:56,916", - "created": 1742744816.9169283, + "asctime": "2025-08-15 21:41:51,879", + "created": 1755286911.8793495, "exc_text": null, "filename": "__init__.py", "funcName": "add_service", "levelname": "DEBUG", "levelno": 10, - "lineno": 597, + "lineno": 590, "message": "prot-client: Adding Service with Request=execute request and Response=execute response", "module": "__init__", - "msecs": 916.0, + "msecs": 879.0, "msg": "%s Adding Service with Request=%s and Response=%s", "name": "socket_protocol.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/socket_protocol/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/socket_protocol/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 820.6150531768799, + "relativeCreated": 861.682943, "stack_info": null, - "thread": 140631409799232, + "taskName": null, + "thread": 140181752467712, "threadName": "MainThread" }, { "args": [ "prot-client:" ], - "asctime": "2025-03-23 16:46:56,916", - "created": 1742744816.9169812, + "asctime": "2025-08-15 21:41:51,879", + "created": 1755286911.879478, "exc_text": null, "filename": "__init__.py", "funcName": "__init__", "levelname": "INFO", "levelno": 20, - "lineno": 340, + "lineno": 333, "message": "prot-client: Initialisation finished.", "module": "__init__", - "msecs": 916.0, + "msecs": 879.0, "msg": "%s Initialisation finished.", "name": "socket_protocol.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/socket_protocol/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/socket_protocol/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 820.6679821014404, + "relativeCreated": 861.811474, "stack_info": null, - "thread": 140631409799232, + "taskName": null, + "thread": 140181752467712, "threadName": "MainThread" } ], - "msecs": 917.0, + "msecs": 879.0, "msg": "Setting up communication", "name": "__tLogger__", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/tests/test_helpers.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/tests/test_helpers.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 820.716381072998, + "relativeCreated": 861.94116, "stack_info": null, - "thread": 140631409799232, + "taskName": null, + "thread": 140181752467712, "threadName": "MainThread", - "time_consumption": 4.839897155761719e-05 + "time_consumption": 0.00012993812561035156 }, { "args": [], - "asctime": "2025-03-23 16:46:57,260", - "created": 1742744817.2608433, + "asctime": "2025-08-15 21:41:52,225", + "created": 1755286912.225819, "exc_text": null, "filename": "test_helpers.py", "funcName": "set_up_socket_protocol", @@ -6544,75 +6716,78 @@ "args": [ "comm-client:" ], - "asctime": "2025-03-23 16:46:56,917", - "created": 1742744816.9171524, + "asctime": "2025-08-15 21:41:51,879", + "created": 1755286911.8799007, "exc_text": null, "filename": "__init__.py", "funcName": "__connect__", "levelname": "INFO", "levelno": 20, - "lineno": 268, + "lineno": 270, "message": "comm-client: Connection established...", "module": "__init__", - "msecs": 917.0, + "msecs": 879.0, "msg": "%s Connection established...", "name": "helpers.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/helpers/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/helpers/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 820.8391666412354, + "relativeCreated": 862.234073, "stack_info": null, - "thread": 140631409799232, + "taskName": null, + "thread": 140181752467712, "threadName": "MainThread" }, { "args": [ "comm-client:" ], - "asctime": "2025-03-23 16:46:56,917", - "created": 1742744816.917206, + "asctime": "2025-08-15 21:41:51,880", + "created": 1755286911.880046, "exc_text": null, "filename": "__init__.py", "funcName": "__clean_buffer__", "levelname": "DEBUG", "levelno": 10, - "lineno": 411, + "lineno": 413, "message": "comm-client: Cleaning up receive-buffer", "module": "__init__", - "msecs": 917.0, + "msecs": 880.0, "msg": "%s Cleaning up receive-buffer", "name": "helpers.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/helpers/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/helpers/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 820.8928108215332, + "relativeCreated": 862.379285, "stack_info": null, - "thread": 140631409799232, + "taskName": null, + "thread": 140181752467712, "threadName": "MainThread" }, { "args": [ "prot-client:" ], - "asctime": "2025-03-23 16:46:56,917", - "created": 1742744816.917258, + "asctime": "2025-08-15 21:41:51,880", + "created": 1755286911.8801835, "exc_text": null, "filename": "__init__.py", "funcName": "__clean_receive_buffer__", "levelname": "DEBUG", "levelno": 10, - "lineno": 434, + "lineno": 427, "message": "prot-client: Cleaning up receive-buffer", "module": "__init__", - "msecs": 917.0, + "msecs": 880.0, "msg": "%s Cleaning up receive-buffer", "name": "socket_protocol.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/socket_protocol/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/socket_protocol/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 820.9447860717773, + "relativeCreated": 862.517048, "stack_info": null, - "thread": 140631409799232, + "taskName": null, + "thread": 140181752467712, "threadName": "MainThread" }, { @@ -6623,100 +6798,104 @@ "status: okay", "None" ], - "asctime": "2025-03-23 16:46:56,917", - "created": 1742744816.917348, + "asctime": "2025-08-15 21:41:51,880", + "created": 1755286911.8805058, "exc_text": null, "filename": "__init__.py", "funcName": "__log_msg__", "levelname": "INFO", "levelno": 20, - "lineno": 445, + "lineno": 438, "message": "prot-client: TX -> service: channel name request, data_id: name, status: okay, data: \"None\"", "module": "__init__", - "msecs": 917.0, + "msecs": 880.0, "msg": "%s %s %s, %s, data: \"%s\"", "name": "socket_protocol.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/socket_protocol/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/socket_protocol/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 821.0346698760986, + "relativeCreated": 862.839205, "stack_info": null, - "thread": 140631409799232, + "taskName": null, + "thread": 140181752467712, "threadName": "MainThread" }, { "args": [ "comm-server:" ], - "asctime": "2025-03-23 16:46:56,917", - "created": 1742744816.9175441, + "asctime": "2025-08-15 21:41:51,881", + "created": 1755286911.8811967, "exc_text": null, "filename": "__init__.py", "funcName": "__connect__", "levelname": "INFO", "levelno": 20, - "lineno": 268, + "lineno": 270, "message": "comm-server: Connection established...", "module": "__init__", - "msecs": 917.0, + "msecs": 881.0, "msg": "%s Connection established...", "name": "helpers.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/helpers/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/helpers/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 821.2308883666992, + "relativeCreated": 863.530118, "stack_info": null, - "thread": 140631409799232, + "taskName": null, + "thread": 140181752467712, "threadName": "MainThread" }, { "args": [ "comm-server:" ], - "asctime": "2025-03-23 16:46:56,917", - "created": 1742744816.917602, + "asctime": "2025-08-15 21:41:51,881", + "created": 1755286911.8814054, "exc_text": null, "filename": "__init__.py", "funcName": "__clean_buffer__", "levelname": "DEBUG", "levelno": 10, - "lineno": 411, + "lineno": 413, "message": "comm-server: Cleaning up receive-buffer", "module": "__init__", - "msecs": 917.0, + "msecs": 881.0, "msg": "%s Cleaning up receive-buffer", "name": "helpers.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/helpers/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/helpers/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 821.2888240814209, + "relativeCreated": 863.738824, "stack_info": null, - "thread": 140631409799232, + "taskName": null, + "thread": 140181752467712, "threadName": "MainThread" }, { "args": [ "prot-server:" ], - "asctime": "2025-03-23 16:46:56,917", - "created": 1742744816.9176614, + "asctime": "2025-08-15 21:41:51,881", + "created": 1755286911.8815885, "exc_text": null, "filename": "__init__.py", "funcName": "__clean_receive_buffer__", "levelname": "DEBUG", "levelno": 10, - "lineno": 434, + "lineno": 427, "message": "prot-server: Cleaning up receive-buffer", "module": "__init__", - "msecs": 917.0, + "msecs": 881.0, "msg": "%s Cleaning up receive-buffer", "name": "socket_protocol.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/socket_protocol/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/socket_protocol/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 821.3481903076172, + "relativeCreated": 863.921863, "stack_info": null, - "thread": 140631409799232, + "taskName": null, + "thread": 140181752467712, "threadName": "MainThread" }, { @@ -6724,25 +6903,26 @@ "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": "2025-03-23 16:46:56,917", - "created": 1742744816.9178312, + "asctime": "2025-08-15 21:41:51,882", + "created": 1755286911.8821445, "exc_text": null, "filename": "__init__.py", "funcName": "__tx__", "levelname": "INFO", "levelno": 20, - "lineno": 284, + "lineno": 286, "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": 917.0, + "msecs": 882.0, "msg": "%s TX -> %s", "name": "helpers.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/helpers/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/helpers/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 821.5179443359375, + "relativeCreated": 864.477935, "stack_info": null, - "thread": 140631299094208, + "taskName": null, + "thread": 140181708453568, "threadName": "Thread-3 (_start)" }, { @@ -6750,25 +6930,26 @@ "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": "2025-03-23 16:46:56,926", - "created": 1742744816.9263945, + "asctime": "2025-08-15 21:41:51,890", + "created": 1755286911.890706, "exc_text": null, "filename": "__init__.py", "funcName": "__rx__", "levelname": "DEBUG", "levelno": 10, - "lineno": 414, + "lineno": 416, "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": 926.0, + "msecs": 890.0, "msg": "%s RX <- %s", "name": "helpers.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/helpers/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/helpers/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 830.0812244415283, + "relativeCreated": 873.039572, "stack_info": null, - "thread": 140631299094208, + "taskName": null, + "thread": 140181708453568, "threadName": "Thread-3 (_start)" }, { @@ -6776,25 +6957,26 @@ "comm-client:", "(6): 53 5e 67 0b 3a 3e" ], - "asctime": "2025-03-23 16:46:56,926", - "created": 1742744816.9267488, + "asctime": "2025-08-15 21:41:51,891", + "created": 1755286911.891324, "exc_text": null, "filename": "__init__.py", "funcName": "__tx__", "levelname": "INFO", "levelno": 20, - "lineno": 284, + "lineno": 286, "message": "comm-client: TX -> (6): 53 5e 67 0b 3a 3e", "module": "__init__", - "msecs": 926.0, + "msecs": 891.0, "msg": "%s TX -> %s", "name": "helpers.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/helpers/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/helpers/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 830.4355144500732, + "relativeCreated": 873.65765, "stack_info": null, - "thread": 140631299094208, + "taskName": null, + "thread": 140181708453568, "threadName": "Thread-3 (_start)" }, { @@ -6802,25 +6984,26 @@ "comm-server:", "(6): 53 5e 67 0b 3a 3e" ], - "asctime": "2025-03-23 16:46:56,927", - "created": 1742744816.927723, + "asctime": "2025-08-15 21:41:51,892", + "created": 1755286911.8924618, "exc_text": null, "filename": "__init__.py", "funcName": "__rx__", "levelname": "DEBUG", "levelno": 10, - "lineno": 414, + "lineno": 416, "message": "comm-server: RX <- (6): 53 5e 67 0b 3a 3e", "module": "__init__", - "msecs": 927.0, + "msecs": 892.0, "msg": "%s RX <- %s", "name": "helpers.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/helpers/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/helpers/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 831.4096927642822, + "relativeCreated": 874.795216, "stack_info": null, - "thread": 140631299094208, + "taskName": null, + "thread": 140181708453568, "threadName": "Thread-3 (_start)" }, { @@ -6831,25 +7014,26 @@ "status: okay", "None" ], - "asctime": "2025-03-23 16:46:56,928", - "created": 1742744816.9280405, + "asctime": "2025-08-15 21:41:51,893", + "created": 1755286911.8932714, "exc_text": null, "filename": "__init__.py", "funcName": "__log_msg__", "levelname": "INFO", "levelno": 20, - "lineno": 445, + "lineno": 438, "message": "prot-server: RX <- service: channel name request, data_id: name, status: okay, data: \"None\"", "module": "__init__", - "msecs": 928.0, + "msecs": 893.0, "msg": "%s %s %s, %s, data: \"%s\"", "name": "socket_protocol.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/socket_protocol/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/socket_protocol/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 831.7272663116455, + "relativeCreated": 875.605104, "stack_info": null, - "thread": 140631299094208, + "taskName": null, + "thread": 140181708453568, "threadName": "Thread-3 (_start)" }, { @@ -6857,25 +7041,26 @@ "prot-server:", "__channel_name_request__" ], - "asctime": "2025-03-23 16:46:56,928", - "created": 1742744816.9281466, + "asctime": "2025-08-15 21:41:51,893", + "created": 1755286911.8936298, "exc_text": null, "filename": "__init__.py", "funcName": "__data_available_callback__", "levelname": "DEBUG", "levelno": 10, - "lineno": 488, + "lineno": 481, "message": "prot-server: Executing callback __channel_name_request__ to process received data", "module": "__init__", - "msecs": 928.0, + "msecs": 893.0, "msg": "%s Executing callback %s to process received data", "name": "socket_protocol.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/socket_protocol/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/socket_protocol/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 831.8333625793457, + "relativeCreated": 875.963037, "stack_info": null, - "thread": 140631299094208, + "taskName": null, + "thread": 140181708453568, "threadName": "Thread-3 (_start)" }, { @@ -6886,25 +7071,26 @@ "status: okay", "None" ], - "asctime": "2025-03-23 16:46:56,928", - "created": 1742744816.928273, + "asctime": "2025-08-15 21:41:51,894", + "created": 1755286911.894074, "exc_text": null, "filename": "__init__.py", "funcName": "__log_msg__", "levelname": "INFO", "levelno": 20, - "lineno": 445, + "lineno": 438, "message": "prot-server: TX -> service: channel name response, data_id: name, status: okay, data: \"None\"", "module": "__init__", - "msecs": 928.0, + "msecs": 894.0, "msg": "%s %s %s, %s, data: \"%s\"", "name": "socket_protocol.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/socket_protocol/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/socket_protocol/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 831.9597244262695, + "relativeCreated": 876.407193, "stack_info": null, - "thread": 140631299094208, + "taskName": null, + "thread": 140181708453568, "threadName": "Thread-3 (_start)" }, { @@ -6912,25 +7098,26 @@ "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": "2025-03-23 16:46:56,928", - "created": 1742744816.9286585, + "asctime": "2025-08-15 21:41:51,894", + "created": 1755286911.8947968, "exc_text": null, "filename": "__init__.py", "funcName": "__tx__", "levelname": "INFO", "levelno": 20, - "lineno": 284, + "lineno": 286, "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.0, + "msecs": 894.0, "msg": "%s TX -> %s", "name": "helpers.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/helpers/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/helpers/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 832.3452472686768, + "relativeCreated": 877.130347, "stack_info": null, - "thread": 140631290701504, + "taskName": null, + "thread": 140181491414720, "threadName": "Thread-4 (_start)" }, { @@ -6938,25 +7125,26 @@ "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": "2025-03-23 16:46:56,936", - "created": 1742744816.9369323, + "asctime": "2025-08-15 21:41:51,903", + "created": 1755286911.903253, "exc_text": null, "filename": "__init__.py", "funcName": "__rx__", "levelname": "DEBUG", "levelno": 10, - "lineno": 414, + "lineno": 416, "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.0, + "msecs": 903.0, "msg": "%s RX <- %s", "name": "helpers.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/helpers/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/helpers/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 840.6190872192383, + "relativeCreated": 885.586453, "stack_info": null, - "thread": 140631290701504, + "taskName": null, + "thread": 140181491414720, "threadName": "Thread-4 (_start)" }, { @@ -6964,25 +7152,26 @@ "comm-server:", "(6): 30 59 be 2f 3a 3e" ], - "asctime": "2025-03-23 16:46:56,937", - "created": 1742744816.937331, + "asctime": "2025-08-15 21:41:51,904", + "created": 1755286911.904027, "exc_text": null, "filename": "__init__.py", "funcName": "__tx__", "levelname": "INFO", "levelno": 20, - "lineno": 284, + "lineno": 286, "message": "comm-server: TX -> (6): 30 59 be 2f 3a 3e", "module": "__init__", - "msecs": 937.0, + "msecs": 904.0, "msg": "%s TX -> %s", "name": "helpers.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/helpers/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/helpers/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 841.0177230834961, + "relativeCreated": 886.360419, "stack_info": null, - "thread": 140631290701504, + "taskName": null, + "thread": 140181491414720, "threadName": "Thread-4 (_start)" }, { @@ -6990,25 +7179,26 @@ "comm-client:", "(6): 30 59 be 2f 3a 3e" ], - "asctime": "2025-03-23 16:46:56,938", - "created": 1742744816.9382699, + "asctime": "2025-08-15 21:41:51,905", + "created": 1755286911.905283, "exc_text": null, "filename": "__init__.py", "funcName": "__rx__", "levelname": "DEBUG", "levelno": 10, - "lineno": 414, + "lineno": 416, "message": "comm-client: RX <- (6): 30 59 be 2f 3a 3e", "module": "__init__", - "msecs": 938.0, + "msecs": 905.0, "msg": "%s RX <- %s", "name": "helpers.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/helpers/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/helpers/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 841.956615447998, + "relativeCreated": 887.616426, "stack_info": null, - "thread": 140631290701504, + "taskName": null, + "thread": 140181491414720, "threadName": "Thread-4 (_start)" }, { @@ -7019,25 +7209,26 @@ "status: okay", "None" ], - "asctime": "2025-03-23 16:46:56,938", - "created": 1742744816.938622, + "asctime": "2025-08-15 21:41:51,905", + "created": 1755286911.9059134, "exc_text": null, "filename": "__init__.py", "funcName": "__log_msg__", "levelname": "INFO", "levelno": 20, - "lineno": 445, + "lineno": 438, "message": "prot-client: RX <- service: channel name response, data_id: name, status: okay, data: \"None\"", "module": "__init__", - "msecs": 938.0, + "msecs": 905.0, "msg": "%s %s %s, %s, data: \"%s\"", "name": "socket_protocol.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/socket_protocol/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/socket_protocol/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 842.308759689331, + "relativeCreated": 888.246713, "stack_info": null, - "thread": 140631290701504, + "taskName": null, + "thread": 140181491414720, "threadName": "Thread-4 (_start)" }, { @@ -7045,44 +7236,46 @@ "prot-client:", "__channel_name_response__" ], - "asctime": "2025-03-23 16:46:56,938", - "created": 1742744816.9387462, + "asctime": "2025-08-15 21:41:51,906", + "created": 1755286911.9061325, "exc_text": null, "filename": "__init__.py", "funcName": "__data_available_callback__", "levelname": "DEBUG", "levelno": 10, - "lineno": 503, + "lineno": 496, "message": "prot-client: Executing callback __channel_name_response__ to process received data", "module": "__init__", - "msecs": 938.0, + "msecs": 906.0, "msg": "%s Executing callback %s to process received data", "name": "socket_protocol.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/socket_protocol/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/socket_protocol/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 842.432975769043, + "relativeCreated": 888.465966, "stack_info": null, - "thread": 140631290701504, + "taskName": null, + "thread": 140181491414720, "threadName": "Thread-4 (_start)" } ], - "msecs": 260.0, + "msecs": 225.0, "msg": "Connecting Server and Client", "name": "__tLogger__", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/tests/test_helpers.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/tests/test_helpers.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 1164.5300388336182, + "relativeCreated": 1208.152658, "stack_info": null, - "thread": 140631409799232, + "taskName": null, + "thread": 140181752467712, "threadName": "MainThread", - "time_consumption": 0.3220970630645752 + "time_consumption": 0.3196866512298584 }, { "args": [], - "asctime": "2025-03-23 16:46:57,564", - "created": 1742744817.5641832, + "asctime": "2025-08-15 21:41:52,528", + "created": 1755286912.5286367, "exc_text": null, "filename": "test_communication.py", "funcName": "send_message_with_invalid_checksum", @@ -7100,25 +7293,26 @@ "status: okay", "'msg1_data_to_be_transfered'" ], - "asctime": "2025-03-23 16:46:57,261", - "created": 1742744817.2615113, + "asctime": "2025-08-15 21:41:52,226", + "created": 1755286912.2264602, "exc_text": null, "filename": "__init__.py", "funcName": "__log_msg__", "levelname": "INFO", "levelno": 20, - "lineno": 445, + "lineno": 438, "message": "prot-client: TX -> service: 17, data_id: 34, status: okay, data: \"'msg1_data_to_be_transfered'\"", "module": "__init__", - "msecs": 261.0, + "msecs": 226.0, "msg": "%s %s %s, %s, data: \"%s\"", "name": "socket_protocol.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/socket_protocol/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/socket_protocol/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 1165.1980876922607, + "relativeCreated": 1208.793579, "stack_info": null, - "thread": 140631409799232, + "taskName": null, + "thread": 140181752467712, "threadName": "MainThread" }, { @@ -7126,25 +7320,26 @@ "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": "2025-03-23 16:46:57,262", - "created": 1742744817.262501, + "asctime": "2025-08-15 21:41:52,227", + "created": 1755286912.2273676, "exc_text": null, "filename": "__init__.py", "funcName": "__tx__", "levelname": "INFO", "levelno": 20, - "lineno": 284, + "lineno": 286, "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": 262.0, + "msecs": 227.0, "msg": "%s TX -> %s", "name": "helpers.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/helpers/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/helpers/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 1166.1877632141113, + "relativeCreated": 1209.701004, "stack_info": null, - "thread": 140631299094208, + "taskName": null, + "thread": 140181708453568, "threadName": "Thread-3 (_start)" }, { @@ -7152,25 +7347,26 @@ "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": "2025-03-23 16:46:57,271", - "created": 1742744817.2710376, + "asctime": "2025-08-15 21:41:52,235", + "created": 1755286912.2359145, "exc_text": null, "filename": "__init__.py", "funcName": "__rx__", "levelname": "DEBUG", "levelno": 10, - "lineno": 414, + "lineno": 416, "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": 271.0, + "msecs": 235.0, "msg": "%s RX <- %s", "name": "helpers.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/helpers/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/helpers/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 1174.7243404388428, + "relativeCreated": 1218.248029, "stack_info": null, - "thread": 140631299094208, + "taskName": null, + "thread": 140181708453568, "threadName": "Thread-3 (_start)" }, { @@ -7178,25 +7374,26 @@ "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": "2025-03-23 16:46:57,271", - "created": 1742744817.2718165, + "asctime": "2025-08-15 21:41:52,236", + "created": 1755286912.236514, "exc_text": null, "filename": "__init__.py", "funcName": "__tx__", "levelname": "INFO", "levelno": 20, - "lineno": 284, + "lineno": 286, "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": 271.0, + "msecs": 236.0, "msg": "%s TX -> %s", "name": "helpers.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/helpers/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/helpers/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 1175.5032539367676, + "relativeCreated": 1218.847499, "stack_info": null, - "thread": 140631299094208, + "taskName": null, + "thread": 140181708453568, "threadName": "Thread-3 (_start)" }, { @@ -7204,50 +7401,52 @@ "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": "2025-03-23 16:46:57,276", - "created": 1742744817.2763836, + "asctime": "2025-08-15 21:41:52,241", + "created": 1755286912.2411098, "exc_text": null, "filename": "__init__.py", "funcName": "__rx__", "levelname": "DEBUG", "levelno": 10, - "lineno": 414, + "lineno": 416, "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": 276.0, + "msecs": 241.0, "msg": "%s RX <- %s", "name": "helpers.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/helpers/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/helpers/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 1180.070400238037, + "relativeCreated": 1223.443188, "stack_info": null, - "thread": 140631299094208, + "taskName": null, + "thread": 140181708453568, "threadName": "Thread-3 (_start)" }, { "args": [ "prot-server:" ], - "asctime": "2025-03-23 16:46:57,277", - "created": 1742744817.2772334, + "asctime": "2025-08-15 21:41:52,241", + "created": 1755286912.2417772, "exc_text": null, "filename": "__init__.py", "funcName": "__data_available_callback__", "levelname": "ERROR", "levelno": 40, - "lineno": 460, + "lineno": 453, "message": "prot-server: Received message has an invalid checksum. Message will be ignored.", "module": "__init__", - "msecs": 277.0, + "msecs": 241.0, "msg": "%s Received message has an invalid checksum. Message will be ignored.", "name": "socket_protocol.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/socket_protocol/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/socket_protocol/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 1180.920124053955, + "relativeCreated": 1224.110636, "stack_info": null, - "thread": 140631299094208, + "taskName": null, + "thread": 140181708453568, "threadName": "Thread-3 (_start)" }, { @@ -7257,47 +7456,49 @@ "17", "34" ], - "asctime": "2025-03-23 16:46:57,563", - "created": 1742744817.5638313, + "asctime": "2025-08-15 21:41:52,528", + "created": 1755286912.5283012, "exc_text": null, "filename": "__init__.py", "funcName": "receive", "levelname": "WARNING", "levelno": 30, - "lineno": 687, + "lineno": 680, "message": "prot-server: TIMEOUT (0.28705533596837945s): Requested data (service_id: 17; data_id: 34) not in buffer.", "module": "__init__", - "msecs": 563.0, + "msecs": 528.0, "msg": "%s TIMEOUT (%ss): Requested data (service_id: %s; data_id: %s) not in buffer.", "name": "socket_protocol.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/socket_protocol/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/socket_protocol/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 1467.5180912017822, + "relativeCreated": 1510.634697, "stack_info": null, - "thread": 140631409799232, + "taskName": null, + "thread": 140181752467712, "threadName": "MainThread" } ], - "msecs": 564.0, + "msecs": 528.0, "msg": "Transfering a message client -> server", "name": "__tLogger__", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/tests/test_communication.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/tests/test_communication.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 1467.8699970245361, + "relativeCreated": 1510.970022, "stack_info": null, - "thread": 140631409799232, + "taskName": null, + "thread": 140181752467712, "threadName": "MainThread", - "time_consumption": 0.00035190582275390625 + "time_consumption": 0.00033545494079589844 }, { "args": [ "True", "" ], - "asctime": "2025-03-23 16:46:57,565", - "created": 1742744817.5650766, + "asctime": "2025-08-15 21:41:52,529", + "created": 1755286912.529331, "exc_text": null, "filename": "test.py", "funcName": "equivalency_chk", @@ -7313,8 +7514,8 @@ "True", "" ], - "asctime": "2025-03-23 16:46:57,564", - "created": 1742744817.5646484, + "asctime": "2025-08-15 21:41:52,528", + "created": 1755286912.5289848, "exc_text": null, "filename": "test.py", "funcName": "__report_result__", @@ -7323,15 +7524,16 @@ "lineno": 22, "message": "Result (Returnvalue of Client send Method): True ()", "module": "test", - "msecs": 564.0, + "msecs": 528.0, "msg": "Result (%s): %s (%s)", "name": "__unittest__", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/unittest/test.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/unittest/test.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 1468.3351516723633, + "relativeCreated": 1511.31819, "stack_info": null, - "thread": 140631409799232, + "taskName": null, + "thread": 140181752467712, "threadName": "MainThread" }, { @@ -7341,8 +7543,8 @@ "True", "" ], - "asctime": "2025-03-23 16:46:57,564", - "created": 1742744817.5648756, + "asctime": "2025-08-15 21:41:52,529", + "created": 1755286912.5291693, "exc_text": null, "filename": "test.py", "funcName": "__report_expectation__", @@ -7351,37 +7553,39 @@ "lineno": 26, "message": "Expectation (Returnvalue of Client send Method): result = True ()", "module": "test", - "msecs": 564.0, + "msecs": 529.0, "msg": "Expectation (%s): result %s %s (%s)", "name": "__unittest__", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/unittest/test.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/unittest/test.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 1468.562364578247, + "relativeCreated": 1511.502744, "stack_info": null, - "thread": 140631409799232, + "taskName": null, + "thread": 140181752467712, "threadName": "MainThread" } ], - "msecs": 565.0, + "msecs": 529.0, "msg": "Returnvalue of Client send Method is correct (Content %s and Type is %s).", "name": "__tLogger__", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/unittest/test.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/unittest/test.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 1468.7633514404297, + "relativeCreated": 1511.664329, "stack_info": null, - "thread": 140631409799232, + "taskName": null, + "thread": 140181752467712, "threadName": "MainThread", - "time_consumption": 0.0002009868621826172 + "time_consumption": 0.00016164779663085938 }, { "args": [ "None", "" ], - "asctime": "2025-03-23 16:46:57,565", - "created": 1742744817.5657976, + "asctime": "2025-08-15 21:41:52,529", + "created": 1755286912.5299096, "exc_text": null, "filename": "test.py", "funcName": "equivalency_chk", @@ -7397,8 +7601,8 @@ "None", "" ], - "asctime": "2025-03-23 16:46:57,565", - "created": 1742744817.5654016, + "asctime": "2025-08-15 21:41:52,529", + "created": 1755286912.529602, "exc_text": null, "filename": "test.py", "funcName": "__report_result__", @@ -7407,15 +7611,16 @@ "lineno": 22, "message": "Result (Checksum Error -> No message received by server): None ()", "module": "test", - "msecs": 565.0, + "msecs": 529.0, "msg": "Result (%s): %s (%s)", "name": "__unittest__", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/unittest/test.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/unittest/test.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 1469.0883159637451, + "relativeCreated": 1511.935366, "stack_info": null, - "thread": 140631409799232, + "taskName": null, + "thread": 140181752467712, "threadName": "MainThread" }, { @@ -7425,8 +7630,8 @@ "None", "" ], - "asctime": "2025-03-23 16:46:57,565", - "created": 1742744817.5656025, + "asctime": "2025-08-15 21:41:52,529", + "created": 1755286912.5297627, "exc_text": null, "filename": "test.py", "funcName": "__report_expectation__", @@ -7435,34 +7640,36 @@ "lineno": 26, "message": "Expectation (Checksum Error -> No message received by server): result = None ()", "module": "test", - "msecs": 565.0, + "msecs": 529.0, "msg": "Expectation (%s): result %s %s (%s)", "name": "__unittest__", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/unittest/test.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/unittest/test.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 1469.2893028259277, + "relativeCreated": 1512.096224, "stack_info": null, - "thread": 140631409799232, + "taskName": null, + "thread": 140181752467712, "threadName": "MainThread" } ], - "msecs": 565.0, + "msecs": 529.0, "msg": "Checksum Error -> No message received by server is correct (Content %s and Type is %s).", "name": "__tLogger__", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/unittest/test.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/unittest/test.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 1469.4843292236328, + "relativeCreated": 1512.243035, "stack_info": null, - "thread": 140631409799232, + "taskName": null, + "thread": 140181752467712, "threadName": "MainThread", - "time_consumption": 0.00019502639770507812 + "time_consumption": 0.0001468658447265625 }, { "args": [], - "asctime": "2025-03-23 16:46:57,868", - "created": 1742744817.8688297, + "asctime": "2025-08-15 21:41:52,835", + "created": 1755286912.8352947, "exc_text": null, "filename": "test_communication.py", "funcName": "send_message_with_invalid_checksum", @@ -7480,25 +7687,26 @@ "status: service or data unknown", "'msg2_data_to_be_transfered'" ], - "asctime": "2025-03-23 16:46:57,566", - "created": 1742744817.566299, + "asctime": "2025-08-15 21:41:52,530", + "created": 1755286912.5302746, "exc_text": null, "filename": "__init__.py", "funcName": "__log_msg__", "levelname": "ERROR", "levelno": 40, - "lineno": 445, + "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": 566.0, + "msecs": 530.0, "msg": "%s %s %s, %s, data: \"%s\"", "name": "socket_protocol.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/socket_protocol/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/socket_protocol/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 1469.9857234954834, + "relativeCreated": 1512.608057, "stack_info": null, - "thread": 140631409799232, + "taskName": null, + "thread": 140181752467712, "threadName": "MainThread" }, { @@ -7506,25 +7714,26 @@ "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": "2025-03-23 16:46:57,567", - "created": 1742744817.5673923, + "asctime": "2025-08-15 21:41:52,531", + "created": 1755286912.5311253, "exc_text": null, "filename": "__init__.py", "funcName": "__tx__", "levelname": "INFO", "levelno": 20, - "lineno": 284, + "lineno": 286, "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": 567.0, + "msecs": 531.0, "msg": "%s TX -> %s", "name": "helpers.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/helpers/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/helpers/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 1471.0791110992432, + "relativeCreated": 1513.45863, "stack_info": null, - "thread": 140631290701504, + "taskName": null, + "thread": 140181491414720, "threadName": "Thread-4 (_start)" }, { @@ -7532,25 +7741,26 @@ "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": "2025-03-23 16:46:57,576", - "created": 1742744817.5762491, + "asctime": "2025-08-15 21:41:52,540", + "created": 1755286912.5400891, "exc_text": null, "filename": "__init__.py", "funcName": "__rx__", "levelname": "DEBUG", "levelno": 10, - "lineno": 414, + "lineno": 416, "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": 576.0, + "msecs": 540.0, "msg": "%s RX <- %s", "name": "helpers.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/helpers/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/helpers/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 1479.935884475708, + "relativeCreated": 1522.422601, "stack_info": null, - "thread": 140631290701504, + "taskName": null, + "thread": 140181491414720, "threadName": "Thread-4 (_start)" }, { @@ -7558,25 +7768,26 @@ "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": "2025-03-23 16:46:57,577", - "created": 1742744817.5771472, + "asctime": "2025-08-15 21:41:52,540", + "created": 1755286912.5408907, "exc_text": null, "filename": "__init__.py", "funcName": "__tx__", "levelname": "INFO", "levelno": 20, - "lineno": 284, + "lineno": 286, "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": 577.0, + "msecs": 540.0, "msg": "%s TX -> %s", "name": "helpers.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/helpers/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/helpers/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 1480.8340072631836, + "relativeCreated": 1523.223981, "stack_info": null, - "thread": 140631290701504, + "taskName": null, + "thread": 140181491414720, "threadName": "Thread-4 (_start)" }, { @@ -7584,25 +7795,26 @@ "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": "2025-03-23 16:46:57,581", - "created": 1742744817.5817897, + "asctime": "2025-08-15 21:41:52,545", + "created": 1755286912.5455258, "exc_text": null, "filename": "__init__.py", "funcName": "__rx__", "levelname": "DEBUG", "levelno": 10, - "lineno": 414, + "lineno": 416, "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": 581.0, + "msecs": 545.0, "msg": "%s RX <- %s", "name": "helpers.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/helpers/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/helpers/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 1485.4764938354492, + "relativeCreated": 1527.859274, "stack_info": null, - "thread": 140631290701504, + "taskName": null, + "thread": 140181491414720, "threadName": "Thread-4 (_start)" }, { @@ -7613,50 +7825,52 @@ "status: service or data unknown", "'msg2_data_to_be_transfered'" ], - "asctime": "2025-03-23 16:46:57,582", - "created": 1742744817.5829196, + "asctime": "2025-08-15 21:41:52,546", + "created": 1755286912.5462542, "exc_text": null, "filename": "__init__.py", "funcName": "__log_msg__", "levelname": "ERROR", "levelno": 40, - "lineno": 445, + "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": 582.0, + "msecs": 546.0, "msg": "%s %s %s, %s, data: \"%s\"", "name": "socket_protocol.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/socket_protocol/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/socket_protocol/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 1486.6063594818115, + "relativeCreated": 1528.587502, "stack_info": null, - "thread": 140631290701504, + "taskName": null, + "thread": 140181491414720, "threadName": "Thread-4 (_start)" }, { "args": [ "prot-client:" ], - "asctime": "2025-03-23 16:46:57,583", - "created": 1742744817.5832553, + "asctime": "2025-08-15 21:41:52,546", + "created": 1755286912.5465288, "exc_text": null, "filename": "__init__.py", "funcName": "__buffer_received_data__", "levelname": "DEBUG", "levelno": 10, - "lineno": 392, + "lineno": 385, "message": "prot-client: Message data is stored in buffer and is now ready to be retrieved by receive method", "module": "__init__", - "msecs": 583.0, + "msecs": 546.0, "msg": "%s Message data is stored in buffer and is now ready to be retrieved by receive method", "name": "socket_protocol.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/socket_protocol/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/socket_protocol/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 1486.9420528411865, + "relativeCreated": 1528.862233, "stack_info": null, - "thread": 140631290701504, + "taskName": null, + "thread": 140181491414720, "threadName": "Thread-4 (_start)" }, { @@ -7666,47 +7880,49 @@ "17", "35" ], - "asctime": "2025-03-23 16:46:57,868", - "created": 1742744817.8684714, + "asctime": "2025-08-15 21:41:52,834", + "created": 1755286912.8349931, "exc_text": null, "filename": "__init__.py", "funcName": "receive", "levelname": "WARNING", "levelno": 30, - "lineno": 687, + "lineno": 680, "message": "prot-server: TIMEOUT (0.28705533596837945s): Requested data (service_id: 17; data_id: 35) not in buffer.", "module": "__init__", - "msecs": 868.0, + "msecs": 834.0, "msg": "%s TIMEOUT (%ss): Requested data (service_id: %s; data_id: %s) not in buffer.", "name": "socket_protocol.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/socket_protocol/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/socket_protocol/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 1772.158145904541, + "relativeCreated": 1817.326614, "stack_info": null, - "thread": 140631409799232, + "taskName": null, + "thread": 140181752467712, "threadName": "MainThread" } ], - "msecs": 868.0, + "msecs": 835.0, "msg": "Transfering a message server -> client", "name": "__tLogger__", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/tests/test_communication.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/tests/test_communication.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 1772.5164890289307, + "relativeCreated": 1817.628152, "stack_info": null, - "thread": 140631409799232, + "taskName": null, + "thread": 140181752467712, "threadName": "MainThread", - "time_consumption": 0.00035834312438964844 + "time_consumption": 0.00030159950256347656 }, { "args": [ "True", "" ], - "asctime": "2025-03-23 16:46:57,869", - "created": 1742744817.8697221, + "asctime": "2025-08-15 21:41:52,835", + "created": 1755286912.8359976, "exc_text": null, "filename": "test.py", "funcName": "equivalency_chk", @@ -7722,8 +7938,8 @@ "True", "" ], - "asctime": "2025-03-23 16:46:57,869", - "created": 1742744817.8692956, + "asctime": "2025-08-15 21:41:52,835", + "created": 1755286912.8356535, "exc_text": null, "filename": "test.py", "funcName": "__report_result__", @@ -7732,15 +7948,16 @@ "lineno": 22, "message": "Result (Returnvalue of Server send Method): True ()", "module": "test", - "msecs": 869.0, + "msecs": 835.0, "msg": "Result (%s): %s (%s)", "name": "__unittest__", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/unittest/test.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/unittest/test.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 1772.9823589324951, + "relativeCreated": 1817.98699, "stack_info": null, - "thread": 140631409799232, + "taskName": null, + "thread": 140181752467712, "threadName": "MainThread" }, { @@ -7750,8 +7967,8 @@ "True", "" ], - "asctime": "2025-03-23 16:46:57,869", - "created": 1742744817.869522, + "asctime": "2025-08-15 21:41:52,835", + "created": 1755286912.835836, "exc_text": null, "filename": "test.py", "funcName": "__report_expectation__", @@ -7760,37 +7977,39 @@ "lineno": 26, "message": "Expectation (Returnvalue of Server send Method): result = True ()", "module": "test", - "msecs": 869.0, + "msecs": 835.0, "msg": "Expectation (%s): result %s %s (%s)", "name": "__unittest__", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/unittest/test.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/unittest/test.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 1773.2088565826416, + "relativeCreated": 1818.169395, "stack_info": null, - "thread": 140631409799232, + "taskName": null, + "thread": 140181752467712, "threadName": "MainThread" } ], - "msecs": 869.0, + "msecs": 835.0, "msg": "Returnvalue of Server send Method is correct (Content %s and Type is %s).", "name": "__tLogger__", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/unittest/test.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/unittest/test.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 1773.4088897705078, + "relativeCreated": 1818.331114, "stack_info": null, - "thread": 140631409799232, + "taskName": null, + "thread": 140181752467712, "threadName": "MainThread", - "time_consumption": 0.00020003318786621094 + "time_consumption": 0.00016164779663085938 }, { "args": [ "None", "" ], - "asctime": "2025-03-23 16:46:57,870", - "created": 1742744817.8705065, + "asctime": "2025-08-15 21:41:52,836", + "created": 1755286912.8365932, "exc_text": null, "filename": "test.py", "funcName": "equivalency_chk", @@ -7806,8 +8025,8 @@ "None", "" ], - "asctime": "2025-03-23 16:46:57,870", - "created": 1742744817.870028, + "asctime": "2025-08-15 21:41:52,836", + "created": 1755286912.8362486, "exc_text": null, "filename": "test.py", "funcName": "__report_result__", @@ -7816,15 +8035,16 @@ "lineno": 22, "message": "Result (Checksum Error -> No message received by client): None ()", "module": "test", - "msecs": 870.0, + "msecs": 836.0, "msg": "Result (%s): %s (%s)", "name": "__unittest__", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/unittest/test.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/unittest/test.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 1773.7147808074951, + "relativeCreated": 1818.582007, "stack_info": null, - "thread": 140631409799232, + "taskName": null, + "thread": 140181752467712, "threadName": "MainThread" }, { @@ -7834,8 +8054,8 @@ "None", "" ], - "asctime": "2025-03-23 16:46:57,870", - "created": 1742744817.8702724, + "asctime": "2025-08-15 21:41:52,836", + "created": 1755286912.83644, "exc_text": null, "filename": "test.py", "funcName": "__report_expectation__", @@ -7844,63 +8064,66 @@ "lineno": 26, "message": "Expectation (Checksum Error -> No message received by client): result = None ()", "module": "test", - "msecs": 870.0, + "msecs": 836.0, "msg": "Expectation (%s): result %s %s (%s)", "name": "__unittest__", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/unittest/test.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/unittest/test.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 1773.9591598510742, + "relativeCreated": 1818.77338, "stack_info": null, - "thread": 140631409799232, + "taskName": null, + "thread": 140181752467712, "threadName": "MainThread" } ], - "msecs": 870.0, + "msecs": 836.0, "msg": "Checksum Error -> No message received by client is correct (Content %s and Type is %s).", "name": "__tLogger__", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/unittest/test.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/unittest/test.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 1774.193286895752, + "relativeCreated": 1818.926718, "stack_info": null, - "thread": 140631409799232, + "taskName": null, + "thread": 140181752467712, "threadName": "MainThread", - "time_consumption": 0.00023412704467773438 + "time_consumption": 0.00015306472778320312 } ], - "thread": 140631409799232, + "thread": 140181752467712, "threadName": "MainThread", - "time_consumption": 0.9619865417480469, - "time_finished": "2025-03-23 16:46:57,870", - "time_start": "2025-03-23 16:46:56,908" + "time_consumption": 0.9670805931091309, + "time_finished": "2025-08-15 21:41:52,836", + "time_start": "2025-08-15 21:41:51,869" }, "REQ-0007": { "args": null, - "asctime": "2025-03-23 16:46:57,871", - "created": 1742744817.8714616, + "asctime": "2025-08-15 21:41:52,837", + "created": 1755286912.8371427, "exc_text": null, "filename": "__init__.py", "funcName": "testCase", "levelname": "INFO", "levelno": 20, - "lineno": 327, + "lineno": 331, "message": "REQ-0007", "module": "__init__", "moduleLogger": [], - "msecs": 871.0, + "msecs": 837.0, "msg": "REQ-0007", "name": "__tLogger__", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/report/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/report/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 1775.1483917236328, + "relativeCreated": 1819.476303, "stack_info": null, + "taskName": null, "testcaseLogger": [ { "args": [], - "asctime": "2025-03-23 16:46:57,881", - "created": 1742744817.8813765, + "asctime": "2025-08-15 21:41:52,847", + "created": 1755286912.8470707, "exc_text": null, "filename": "test_helpers.py", "funcName": "set_up_socket_protocol", @@ -7914,100 +8137,104 @@ "args": [ "comm-client:" ], - "asctime": "2025-03-23 16:46:57,872", - "created": 1742744817.8728747, + "asctime": "2025-08-15 21:41:52,838", + "created": 1755286912.8383524, "exc_text": null, "filename": "__init__.py", "funcName": "__clean_buffer__", "levelname": "DEBUG", "levelno": 10, - "lineno": 411, + "lineno": 413, "message": "comm-client: Cleaning up receive-buffer", "module": "__init__", - "msecs": 872.0, + "msecs": 838.0, "msg": "%s Cleaning up receive-buffer", "name": "helpers.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/helpers/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/helpers/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 1776.5614986419678, + "relativeCreated": 1820.685844, "stack_info": null, - "thread": 140631409799232, + "taskName": null, + "thread": 140181752467712, "threadName": "MainThread" }, { "args": [ "comm-server:" ], - "asctime": "2025-03-23 16:46:57,874", - "created": 1742744817.8747144, + "asctime": "2025-08-15 21:41:52,839", + "created": 1755286912.8393989, "exc_text": null, "filename": "__init__.py", "funcName": "__clean_buffer__", "levelname": "DEBUG", "levelno": 10, - "lineno": 411, + "lineno": 413, "message": "comm-server: Cleaning up receive-buffer", "module": "__init__", - "msecs": 874.0, + "msecs": 839.0, "msg": "%s Cleaning up receive-buffer", "name": "helpers.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/helpers/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/helpers/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 1778.4011363983154, + "relativeCreated": 1821.73242, "stack_info": null, - "thread": 140631409799232, + "taskName": null, + "thread": 140181752467712, "threadName": "MainThread" }, { "args": [ "comm-server:" ], - "asctime": "2025-03-23 16:46:57,875", - "created": 1742744817.8750348, + "asctime": "2025-08-15 21:41:52,839", + "created": 1755286912.8396726, "exc_text": null, "filename": "__init__.py", "funcName": "__init__", "levelname": "INFO", "levelno": 20, - "lineno": 520, + "lineno": 522, "message": "comm-server: Waiting for incomming connection", "module": "__init__", - "msecs": 875.0, + "msecs": 839.0, "msg": "%s Waiting for incomming connection", "name": "helpers.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/helpers/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/helpers/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 1778.721570968628, + "relativeCreated": 1822.006109, "stack_info": null, - "thread": 140631409799232, + "taskName": null, + "thread": 140181752467712, "threadName": "MainThread" }, { "args": [ "prot-server:" ], - "asctime": "2025-03-23 16:46:57,875", - "created": 1742744817.875434, + "asctime": "2025-08-15 21:41:52,840", + "created": 1755286912.8400023, "exc_text": null, "filename": "__init__.py", "funcName": "__clean_receive_buffer__", "levelname": "DEBUG", "levelno": 10, - "lineno": 434, + "lineno": 427, "message": "prot-server: Cleaning up receive-buffer", "module": "__init__", - "msecs": 875.0, + "msecs": 840.0, "msg": "%s Cleaning up receive-buffer", "name": "socket_protocol.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/socket_protocol/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/socket_protocol/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 1779.120683670044, + "relativeCreated": 1822.335708, "stack_info": null, - "thread": 140631409799232, + "taskName": null, + "thread": 140181752467712, "threadName": "MainThread" }, { @@ -8016,25 +8243,26 @@ "authentification request", "authentification response" ], - "asctime": "2025-03-23 16:46:57,875", - "created": 1742744817.8756907, + "asctime": "2025-08-15 21:41:52,840", + "created": 1755286912.840197, "exc_text": null, "filename": "__init__.py", "funcName": "add_service", "levelname": "DEBUG", "levelno": 10, - "lineno": 597, + "lineno": 590, "message": "prot-server: Adding Service with Request=authentification request and Response=authentification response", "module": "__init__", - "msecs": 875.0, + "msecs": 840.0, "msg": "%s Adding Service with Request=%s and Response=%s", "name": "socket_protocol.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/socket_protocol/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/socket_protocol/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 1779.3774604797363, + "relativeCreated": 1822.530543, "stack_info": null, - "thread": 140631409799232, + "taskName": null, + "thread": 140181752467712, "threadName": "MainThread" }, { @@ -8042,25 +8270,26 @@ "prot-server:", "service: authentification request, data_id: seed" ], - "asctime": "2025-03-23 16:46:57,875", - "created": 1742744817.8759696, + "asctime": "2025-08-15 21:41:52,840", + "created": 1755286912.8404245, "exc_text": null, "filename": "__init__.py", "funcName": "add_msg_to_auth_whitelist_", "levelname": "DEBUG", "levelno": 10, - "lineno": 571, + "lineno": 564, "message": "prot-server: Adding Message (service: authentification request, data_id: seed) to the authentification whitelist", "module": "__init__", - "msecs": 875.0, + "msecs": 840.0, "msg": "%s Adding Message (%s) to the authentification whitelist", "name": "socket_protocol.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/socket_protocol/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/socket_protocol/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 1779.6564102172852, + "relativeCreated": 1822.758009, "stack_info": null, - "thread": 140631409799232, + "taskName": null, + "thread": 140181752467712, "threadName": "MainThread" }, { @@ -8068,25 +8297,26 @@ "prot-server:", "service: authentification response, data_id: seed" ], - "asctime": "2025-03-23 16:46:57,876", - "created": 1742744817.876183, + "asctime": "2025-08-15 21:41:52,840", + "created": 1755286912.8406157, "exc_text": null, "filename": "__init__.py", "funcName": "add_msg_to_auth_whitelist_", "levelname": "DEBUG", "levelno": 10, - "lineno": 571, + "lineno": 564, "message": "prot-server: Adding Message (service: authentification response, data_id: seed) to the authentification whitelist", "module": "__init__", - "msecs": 876.0, + "msecs": 840.0, "msg": "%s Adding Message (%s) to the authentification whitelist", "name": "socket_protocol.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/socket_protocol/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/socket_protocol/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 1779.869794845581, + "relativeCreated": 1822.949007, "stack_info": null, - "thread": 140631409799232, + "taskName": null, + "thread": 140181752467712, "threadName": "MainThread" }, { @@ -8094,25 +8324,26 @@ "prot-server:", "service: authentification request, data_id: key" ], - "asctime": "2025-03-23 16:46:57,876", - "created": 1742744817.8763828, + "asctime": "2025-08-15 21:41:52,840", + "created": 1755286912.8407738, "exc_text": null, "filename": "__init__.py", "funcName": "add_msg_to_auth_whitelist_", "levelname": "DEBUG", "levelno": 10, - "lineno": 571, + "lineno": 564, "message": "prot-server: Adding Message (service: authentification request, data_id: key) to the authentification whitelist", "module": "__init__", - "msecs": 876.0, + "msecs": 840.0, "msg": "%s Adding Message (%s) to the authentification whitelist", "name": "socket_protocol.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/socket_protocol/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/socket_protocol/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 1780.0695896148682, + "relativeCreated": 1823.107237, "stack_info": null, - "thread": 140631409799232, + "taskName": null, + "thread": 140181752467712, "threadName": "MainThread" }, { @@ -8120,25 +8351,26 @@ "prot-server:", "service: authentification response, data_id: key" ], - "asctime": "2025-03-23 16:46:57,876", - "created": 1742744817.876576, + "asctime": "2025-08-15 21:41:52,840", + "created": 1755286912.8409266, "exc_text": null, "filename": "__init__.py", "funcName": "add_msg_to_auth_whitelist_", "levelname": "DEBUG", "levelno": 10, - "lineno": 571, + "lineno": 564, "message": "prot-server: Adding Message (service: authentification response, data_id: key) to the authentification whitelist", "module": "__init__", - "msecs": 876.0, + "msecs": 840.0, "msg": "%s Adding Message (%s) to the authentification whitelist", "name": "socket_protocol.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/socket_protocol/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/socket_protocol/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 1780.2627086639404, + "relativeCreated": 1823.260254, "stack_info": null, - "thread": 140631409799232, + "taskName": null, + "thread": 140181752467712, "threadName": "MainThread" }, { @@ -8148,25 +8380,26 @@ "0", "0" ], - "asctime": "2025-03-23 16:46:57,876", - "created": 1742744817.876787, + "asctime": "2025-08-15 21:41:52,841", + "created": 1755286912.8411002, "exc_text": null, "filename": "__init__.py", "funcName": "add", "levelname": "DEBUG", "levelno": 10, - "lineno": 172, + "lineno": 169, "message": "prot-server: Adding callback '__authentificate_create_seed__' for SID=0 and DID=0", "module": "__init__", - "msecs": 876.0, + "msecs": 841.0, "msg": "%s Adding callback %s for SID=%s and DID=%s", "name": "socket_protocol.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/socket_protocol/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/socket_protocol/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 1780.4737091064453, + "relativeCreated": 1823.433679, "stack_info": null, - "thread": 140631409799232, + "taskName": null, + "thread": 140181752467712, "threadName": "MainThread" }, { @@ -8176,25 +8409,26 @@ "1", "0" ], - "asctime": "2025-03-23 16:46:57,877", - "created": 1742744817.8770003, + "asctime": "2025-08-15 21:41:52,841", + "created": 1755286912.8412836, "exc_text": null, "filename": "__init__.py", "funcName": "add", "levelname": "DEBUG", "levelno": 10, - "lineno": 172, + "lineno": 169, "message": "prot-server: Adding callback '__authentificate_create_key__' for SID=1 and DID=0", "module": "__init__", - "msecs": 877.0, + "msecs": 841.0, "msg": "%s Adding callback %s for SID=%s and DID=%s", "name": "socket_protocol.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/socket_protocol/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/socket_protocol/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 1780.6870937347412, + "relativeCreated": 1823.616906, "stack_info": null, - "thread": 140631409799232, + "taskName": null, + "thread": 140181752467712, "threadName": "MainThread" }, { @@ -8204,25 +8438,26 @@ "0", "1" ], - "asctime": "2025-03-23 16:46:57,877", - "created": 1742744817.8772063, + "asctime": "2025-08-15 21:41:52,841", + "created": 1755286912.841466, "exc_text": null, "filename": "__init__.py", "funcName": "add", "levelname": "DEBUG", "levelno": 10, - "lineno": 172, + "lineno": 169, "message": "prot-server: Adding callback '__authentificate_check_key__' for SID=0 and DID=1", "module": "__init__", - "msecs": 877.0, + "msecs": 841.0, "msg": "%s Adding callback %s for SID=%s and DID=%s", "name": "socket_protocol.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/socket_protocol/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/socket_protocol/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 1780.893087387085, + "relativeCreated": 1823.799355, "stack_info": null, - "thread": 140631409799232, + "taskName": null, + "thread": 140181752467712, "threadName": "MainThread" }, { @@ -8232,50 +8467,52 @@ "1", "1" ], - "asctime": "2025-03-23 16:46:57,877", - "created": 1742744817.8774085, + "asctime": "2025-08-15 21:41:52,841", + "created": 1755286912.8416345, "exc_text": null, "filename": "__init__.py", "funcName": "add", "levelname": "DEBUG", "levelno": 10, - "lineno": 172, + "lineno": 169, "message": "prot-server: Adding callback '__authentificate_process_feedback__' for SID=1 and DID=1", "module": "__init__", - "msecs": 877.0, + "msecs": 841.0, "msg": "%s Adding callback %s for SID=%s and DID=%s", "name": "socket_protocol.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/socket_protocol/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/socket_protocol/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 1781.095266342163, + "relativeCreated": 1823.968088, "stack_info": null, - "thread": 140631409799232, + "taskName": null, + "thread": 140181752467712, "threadName": "MainThread" }, { "args": [ "prot-server:" ], - "asctime": "2025-03-23 16:46:57,877", - "created": 1742744817.8775897, + "asctime": "2025-08-15 21:41:52,841", + "created": 1755286912.841783, "exc_text": null, "filename": "__init__.py", "funcName": "__authentification_state_reset__", "levelname": "INFO", "levelno": 20, - "lineno": 380, + "lineno": 373, "message": "prot-server: Resetting authentification state to AUTH_STATE_UNTRUSTED_CONNECTION", "module": "__init__", - "msecs": 877.0, + "msecs": 841.0, "msg": "%s Resetting authentification state to AUTH_STATE_UNTRUSTED_CONNECTION", "name": "socket_protocol.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/socket_protocol/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/socket_protocol/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 1781.2764644622803, + "relativeCreated": 1824.116394, "stack_info": null, - "thread": 140631409799232, + "taskName": null, + "thread": 140181752467712, "threadName": "MainThread" }, { @@ -8284,25 +8521,26 @@ "channel name request", "channel name response" ], - "asctime": "2025-03-23 16:46:57,877", - "created": 1742744817.8777876, + "asctime": "2025-08-15 21:41:52,841", + "created": 1755286912.8419468, "exc_text": null, "filename": "__init__.py", "funcName": "add_service", "levelname": "DEBUG", "levelno": 10, - "lineno": 597, + "lineno": 590, "message": "prot-server: Adding Service with Request=channel name request and Response=channel name response", "module": "__init__", - "msecs": 877.0, + "msecs": 841.0, "msg": "%s Adding Service with Request=%s and Response=%s", "name": "socket_protocol.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/socket_protocol/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/socket_protocol/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 1781.4743518829346, + "relativeCreated": 1824.280369, "stack_info": null, - "thread": 140631409799232, + "taskName": null, + "thread": 140181752467712, "threadName": "MainThread" }, { @@ -8310,25 +8548,26 @@ "prot-server:", "service: channel name request, data_id: name" ], - "asctime": "2025-03-23 16:46:57,877", - "created": 1742744817.8779998, + "asctime": "2025-08-15 21:41:52,842", + "created": 1755286912.8421335, "exc_text": null, "filename": "__init__.py", "funcName": "add_msg_to_auth_whitelist_", "levelname": "DEBUG", "levelno": 10, - "lineno": 571, + "lineno": 564, "message": "prot-server: Adding Message (service: channel name request, data_id: name) to the authentification whitelist", "module": "__init__", - "msecs": 877.0, + "msecs": 842.0, "msg": "%s Adding Message (%s) to the authentification whitelist", "name": "socket_protocol.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/socket_protocol/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/socket_protocol/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 1781.686544418335, + "relativeCreated": 1824.466846, "stack_info": null, - "thread": 140631409799232, + "taskName": null, + "thread": 140181752467712, "threadName": "MainThread" }, { @@ -8336,25 +8575,26 @@ "prot-server:", "service: channel name response, data_id: name" ], - "asctime": "2025-03-23 16:46:57,878", - "created": 1742744817.8782737, + "asctime": "2025-08-15 21:41:52,842", + "created": 1755286912.8423011, "exc_text": null, "filename": "__init__.py", "funcName": "add_msg_to_auth_whitelist_", "levelname": "DEBUG", "levelno": 10, - "lineno": 571, + "lineno": 564, "message": "prot-server: Adding Message (service: channel name response, data_id: name) to the authentification whitelist", "module": "__init__", - "msecs": 878.0, + "msecs": 842.0, "msg": "%s Adding Message (%s) to the authentification whitelist", "name": "socket_protocol.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/socket_protocol/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/socket_protocol/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 1781.9604873657227, + "relativeCreated": 1824.634682, "stack_info": null, - "thread": 140631409799232, + "taskName": null, + "thread": 140181752467712, "threadName": "MainThread" }, { @@ -8364,25 +8604,26 @@ "8", "0" ], - "asctime": "2025-03-23 16:46:57,878", - "created": 1742744817.8785098, + "asctime": "2025-08-15 21:41:52,842", + "created": 1755286912.842464, "exc_text": null, "filename": "__init__.py", "funcName": "add", "levelname": "DEBUG", "levelno": 10, - "lineno": 172, + "lineno": 169, "message": "prot-server: Adding callback '__channel_name_request__' for SID=8 and DID=0", "module": "__init__", - "msecs": 878.0, + "msecs": 842.0, "msg": "%s Adding callback %s for SID=%s and DID=%s", "name": "socket_protocol.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/socket_protocol/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/socket_protocol/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 1782.1965217590332, + "relativeCreated": 1824.79743, "stack_info": null, - "thread": 140631409799232, + "taskName": null, + "thread": 140181752467712, "threadName": "MainThread" }, { @@ -8392,25 +8633,26 @@ "9", "0" ], - "asctime": "2025-03-23 16:46:57,878", - "created": 1742744817.8786998, + "asctime": "2025-08-15 21:41:52,842", + "created": 1755286912.842685, "exc_text": null, "filename": "__init__.py", "funcName": "add", "levelname": "DEBUG", "levelno": 10, - "lineno": 172, + "lineno": 169, "message": "prot-server: Adding callback '__channel_name_response__' for SID=9 and DID=0", "module": "__init__", - "msecs": 878.0, + "msecs": 842.0, "msg": "%s Adding callback %s for SID=%s and DID=%s", "name": "socket_protocol.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/socket_protocol/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/socket_protocol/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 1782.3865413665771, + "relativeCreated": 1825.01848, "stack_info": null, - "thread": 140631409799232, + "taskName": null, + "thread": 140181752467712, "threadName": "MainThread" }, { @@ -8419,25 +8661,26 @@ "read data request", "read data response" ], - "asctime": "2025-03-23 16:46:57,878", - "created": 1742744817.8788698, + "asctime": "2025-08-15 21:41:52,842", + "created": 1755286912.8428698, "exc_text": null, "filename": "__init__.py", "funcName": "add_service", "levelname": "DEBUG", "levelno": 10, - "lineno": 597, + "lineno": 590, "message": "prot-server: Adding Service with Request=read data request and Response=read data response", "module": "__init__", - "msecs": 878.0, + "msecs": 842.0, "msg": "%s Adding Service with Request=%s and Response=%s", "name": "socket_protocol.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/socket_protocol/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/socket_protocol/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 1782.5565338134766, + "relativeCreated": 1825.203118, "stack_info": null, - "thread": 140631409799232, + "taskName": null, + "thread": 140181752467712, "threadName": "MainThread" }, { @@ -8446,25 +8689,26 @@ "write data request", "write data response" ], - "asctime": "2025-03-23 16:46:57,879", - "created": 1742744817.87903, + "asctime": "2025-08-15 21:41:52,843", + "created": 1755286912.843024, "exc_text": null, "filename": "__init__.py", "funcName": "add_service", "levelname": "DEBUG", "levelno": 10, - "lineno": 597, + "lineno": 590, "message": "prot-server: Adding Service with Request=write data request and Response=write data response", "module": "__init__", - "msecs": 879.0, + "msecs": 843.0, "msg": "%s Adding Service with Request=%s and Response=%s", "name": "socket_protocol.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/socket_protocol/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/socket_protocol/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 1782.7167510986328, + "relativeCreated": 1825.357508, "stack_info": null, - "thread": 140631409799232, + "taskName": null, + "thread": 140181752467712, "threadName": "MainThread" }, { @@ -8473,75 +8717,78 @@ "execute request", "execute response" ], - "asctime": "2025-03-23 16:46:57,879", - "created": 1742744817.879188, + "asctime": "2025-08-15 21:41:52,843", + "created": 1755286912.8431716, "exc_text": null, "filename": "__init__.py", "funcName": "add_service", "levelname": "DEBUG", "levelno": 10, - "lineno": 597, + "lineno": 590, "message": "prot-server: Adding Service with Request=execute request and Response=execute response", "module": "__init__", - "msecs": 879.0, + "msecs": 843.0, "msg": "%s Adding Service with Request=%s and Response=%s", "name": "socket_protocol.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/socket_protocol/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/socket_protocol/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 1782.8748226165771, + "relativeCreated": 1825.504916, "stack_info": null, - "thread": 140631409799232, + "taskName": null, + "thread": 140181752467712, "threadName": "MainThread" }, { "args": [ "prot-server:" ], - "asctime": "2025-03-23 16:46:57,879", - "created": 1742744817.8793495, + "asctime": "2025-08-15 21:41:52,843", + "created": 1755286912.8433425, "exc_text": null, "filename": "__init__.py", "funcName": "__init__", "levelname": "INFO", "levelno": 20, - "lineno": 340, + "lineno": 333, "message": "prot-server: Initialisation finished.", "module": "__init__", - "msecs": 879.0, + "msecs": 843.0, "msg": "%s Initialisation finished.", "name": "socket_protocol.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/socket_protocol/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/socket_protocol/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 1783.036231994629, + "relativeCreated": 1825.675988, "stack_info": null, - "thread": 140631409799232, + "taskName": null, + "thread": 140181752467712, "threadName": "MainThread" }, { "args": [ "prot-client:" ], - "asctime": "2025-03-23 16:46:57,879", - "created": 1742744817.879654, + "asctime": "2025-08-15 21:41:52,843", + "created": 1755286912.8436131, "exc_text": null, "filename": "__init__.py", "funcName": "__clean_receive_buffer__", "levelname": "DEBUG", "levelno": 10, - "lineno": 434, + "lineno": 427, "message": "prot-client: Cleaning up receive-buffer", "module": "__init__", - "msecs": 879.0, + "msecs": 843.0, "msg": "%s Cleaning up receive-buffer", "name": "socket_protocol.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/socket_protocol/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/socket_protocol/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 1783.3406925201416, + "relativeCreated": 1825.946542, "stack_info": null, - "thread": 140631409799232, + "taskName": null, + "thread": 140181752467712, "threadName": "MainThread" }, { @@ -8550,25 +8797,26 @@ "authentification request", "authentification response" ], - "asctime": "2025-03-23 16:46:57,879", - "created": 1742744817.8798425, + "asctime": "2025-08-15 21:41:52,843", + "created": 1755286912.8437817, "exc_text": null, "filename": "__init__.py", "funcName": "add_service", "levelname": "DEBUG", "levelno": 10, - "lineno": 597, + "lineno": 590, "message": "prot-client: Adding Service with Request=authentification request and Response=authentification response", "module": "__init__", - "msecs": 879.0, + "msecs": 843.0, "msg": "%s Adding Service with Request=%s and Response=%s", "name": "socket_protocol.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/socket_protocol/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/socket_protocol/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 1783.529281616211, + "relativeCreated": 1826.115007, "stack_info": null, - "thread": 140631409799232, + "taskName": null, + "thread": 140181752467712, "threadName": "MainThread" }, { @@ -8576,25 +8824,26 @@ "prot-client:", "service: authentification request, data_id: seed" ], - "asctime": "2025-03-23 16:46:57,880", - "created": 1742744817.8800588, + "asctime": "2025-08-15 21:41:52,843", + "created": 1755286912.8439841, "exc_text": null, "filename": "__init__.py", "funcName": "add_msg_to_auth_whitelist_", "levelname": "DEBUG", "levelno": 10, - "lineno": 571, + "lineno": 564, "message": "prot-client: Adding Message (service: authentification request, data_id: seed) to the authentification whitelist", "module": "__init__", - "msecs": 880.0, + "msecs": 843.0, "msg": "%s Adding Message (%s) to the authentification whitelist", "name": "socket_protocol.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/socket_protocol/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/socket_protocol/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 1783.745527267456, + "relativeCreated": 1826.317515, "stack_info": null, - "thread": 140631409799232, + "taskName": null, + "thread": 140181752467712, "threadName": "MainThread" }, { @@ -8602,25 +8851,26 @@ "prot-client:", "service: authentification response, data_id: seed" ], - "asctime": "2025-03-23 16:46:57,880", - "created": 1742744817.880231, + "asctime": "2025-08-15 21:41:52,844", + "created": 1755286912.844174, "exc_text": null, "filename": "__init__.py", "funcName": "add_msg_to_auth_whitelist_", "levelname": "DEBUG", "levelno": 10, - "lineno": 571, + "lineno": 564, "message": "prot-client: Adding Message (service: authentification response, data_id: seed) to the authentification whitelist", "module": "__init__", - "msecs": 880.0, + "msecs": 844.0, "msg": "%s Adding Message (%s) to the authentification whitelist", "name": "socket_protocol.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/socket_protocol/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/socket_protocol/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 1783.9176654815674, + "relativeCreated": 1826.50721, "stack_info": null, - "thread": 140631409799232, + "taskName": null, + "thread": 140181752467712, "threadName": "MainThread" }, { @@ -8628,25 +8878,26 @@ "prot-client:", "service: authentification request, data_id: key" ], - "asctime": "2025-03-23 16:46:57,880", - "created": 1742744817.8803983, + "asctime": "2025-08-15 21:41:52,844", + "created": 1755286912.8444035, "exc_text": null, "filename": "__init__.py", "funcName": "add_msg_to_auth_whitelist_", "levelname": "DEBUG", "levelno": 10, - "lineno": 571, + "lineno": 564, "message": "prot-client: Adding Message (service: authentification request, data_id: key) to the authentification whitelist", "module": "__init__", - "msecs": 880.0, + "msecs": 844.0, "msg": "%s Adding Message (%s) to the authentification whitelist", "name": "socket_protocol.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/socket_protocol/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/socket_protocol/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 1784.0850353240967, + "relativeCreated": 1826.736993, "stack_info": null, - "thread": 140631409799232, + "taskName": null, + "thread": 140181752467712, "threadName": "MainThread" }, { @@ -8654,25 +8905,26 @@ "prot-client:", "service: authentification response, data_id: key" ], - "asctime": "2025-03-23 16:46:57,880", - "created": 1742744817.8805315, + "asctime": "2025-08-15 21:41:52,844", + "created": 1755286912.8445618, "exc_text": null, "filename": "__init__.py", "funcName": "add_msg_to_auth_whitelist_", "levelname": "DEBUG", "levelno": 10, - "lineno": 571, + "lineno": 564, "message": "prot-client: Adding Message (service: authentification response, data_id: key) to the authentification whitelist", "module": "__init__", - "msecs": 880.0, + "msecs": 844.0, "msg": "%s Adding Message (%s) to the authentification whitelist", "name": "socket_protocol.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/socket_protocol/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/socket_protocol/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 1784.2183113098145, + "relativeCreated": 1826.895481, "stack_info": null, - "thread": 140631409799232, + "taskName": null, + "thread": 140181752467712, "threadName": "MainThread" }, { @@ -8682,25 +8934,26 @@ "0", "0" ], - "asctime": "2025-03-23 16:46:57,880", - "created": 1742744817.880589, + "asctime": "2025-08-15 21:41:52,844", + "created": 1755286912.8447266, "exc_text": null, "filename": "__init__.py", "funcName": "add", "levelname": "DEBUG", "levelno": 10, - "lineno": 172, + "lineno": 169, "message": "prot-client: Adding callback '__authentificate_create_seed__' for SID=0 and DID=0", "module": "__init__", - "msecs": 880.0, + "msecs": 844.0, "msg": "%s Adding callback %s for SID=%s and DID=%s", "name": "socket_protocol.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/socket_protocol/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/socket_protocol/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 1784.275770187378, + "relativeCreated": 1827.060093, "stack_info": null, - "thread": 140631409799232, + "taskName": null, + "thread": 140181752467712, "threadName": "MainThread" }, { @@ -8710,25 +8963,26 @@ "1", "0" ], - "asctime": "2025-03-23 16:46:57,880", - "created": 1742744817.8806486, + "asctime": "2025-08-15 21:41:52,844", + "created": 1755286912.8448973, "exc_text": null, "filename": "__init__.py", "funcName": "add", "levelname": "DEBUG", "levelno": 10, - "lineno": 172, + "lineno": 169, "message": "prot-client: Adding callback '__authentificate_create_key__' for SID=1 and DID=0", "module": "__init__", - "msecs": 880.0, + "msecs": 844.0, "msg": "%s Adding callback %s for SID=%s and DID=%s", "name": "socket_protocol.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/socket_protocol/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/socket_protocol/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 1784.3353748321533, + "relativeCreated": 1827.23077, "stack_info": null, - "thread": 140631409799232, + "taskName": null, + "thread": 140181752467712, "threadName": "MainThread" }, { @@ -8738,25 +8992,26 @@ "0", "1" ], - "asctime": "2025-03-23 16:46:57,880", - "created": 1742744817.8807075, + "asctime": "2025-08-15 21:41:52,845", + "created": 1755286912.8450818, "exc_text": null, "filename": "__init__.py", "funcName": "add", "levelname": "DEBUG", "levelno": 10, - "lineno": 172, + "lineno": 169, "message": "prot-client: Adding callback '__authentificate_check_key__' for SID=0 and DID=1", "module": "__init__", - "msecs": 880.0, + "msecs": 845.0, "msg": "%s Adding callback %s for SID=%s and DID=%s", "name": "socket_protocol.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/socket_protocol/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/socket_protocol/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 1784.3942642211914, + "relativeCreated": 1827.415422, "stack_info": null, - "thread": 140631409799232, + "taskName": null, + "thread": 140181752467712, "threadName": "MainThread" }, { @@ -8766,50 +9021,52 @@ "1", "1" ], - "asctime": "2025-03-23 16:46:57,880", - "created": 1742744817.8807654, + "asctime": "2025-08-15 21:41:52,845", + "created": 1755286912.8452594, "exc_text": null, "filename": "__init__.py", "funcName": "add", "levelname": "DEBUG", "levelno": 10, - "lineno": 172, + "lineno": 169, "message": "prot-client: Adding callback '__authentificate_process_feedback__' for SID=1 and DID=1", "module": "__init__", - "msecs": 880.0, + "msecs": 845.0, "msg": "%s Adding callback %s for SID=%s and DID=%s", "name": "socket_protocol.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/socket_protocol/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/socket_protocol/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 1784.452199935913, + "relativeCreated": 1827.592925, "stack_info": null, - "thread": 140631409799232, + "taskName": null, + "thread": 140181752467712, "threadName": "MainThread" }, { "args": [ "prot-client:" ], - "asctime": "2025-03-23 16:46:57,880", - "created": 1742744817.8808174, + "asctime": "2025-08-15 21:41:52,845", + "created": 1755286912.8454049, "exc_text": null, "filename": "__init__.py", "funcName": "__authentification_state_reset__", "levelname": "INFO", "levelno": 20, - "lineno": 380, + "lineno": 373, "message": "prot-client: Resetting authentification state to AUTH_STATE_UNTRUSTED_CONNECTION", "module": "__init__", - "msecs": 880.0, + "msecs": 845.0, "msg": "%s Resetting authentification state to AUTH_STATE_UNTRUSTED_CONNECTION", "name": "socket_protocol.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/socket_protocol/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/socket_protocol/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 1784.5041751861572, + "relativeCreated": 1827.738278, "stack_info": null, - "thread": 140631409799232, + "taskName": null, + "thread": 140181752467712, "threadName": "MainThread" }, { @@ -8818,25 +9075,26 @@ "channel name request", "channel name response" ], - "asctime": "2025-03-23 16:46:57,880", - "created": 1742744817.8808732, + "asctime": "2025-08-15 21:41:52,845", + "created": 1755286912.8455682, "exc_text": null, "filename": "__init__.py", "funcName": "add_service", "levelname": "DEBUG", "levelno": 10, - "lineno": 597, + "lineno": 590, "message": "prot-client: Adding Service with Request=channel name request and Response=channel name response", "module": "__init__", - "msecs": 880.0, + "msecs": 845.0, "msg": "%s Adding Service with Request=%s and Response=%s", "name": "socket_protocol.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/socket_protocol/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/socket_protocol/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 1784.559965133667, + "relativeCreated": 1827.901806, "stack_info": null, - "thread": 140631409799232, + "taskName": null, + "thread": 140181752467712, "threadName": "MainThread" }, { @@ -8844,25 +9102,26 @@ "prot-client:", "service: channel name request, data_id: name" ], - "asctime": "2025-03-23 16:46:57,880", - "created": 1742744817.880937, + "asctime": "2025-08-15 21:41:52,845", + "created": 1755286912.84575, "exc_text": null, "filename": "__init__.py", "funcName": "add_msg_to_auth_whitelist_", "levelname": "DEBUG", "levelno": 10, - "lineno": 571, + "lineno": 564, "message": "prot-client: Adding Message (service: channel name request, data_id: name) to the authentification whitelist", "module": "__init__", - "msecs": 880.0, + "msecs": 845.0, "msg": "%s Adding Message (%s) to the authentification whitelist", "name": "socket_protocol.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/socket_protocol/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/socket_protocol/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 1784.6238613128662, + "relativeCreated": 1828.083439, "stack_info": null, - "thread": 140631409799232, + "taskName": null, + "thread": 140181752467712, "threadName": "MainThread" }, { @@ -8870,25 +9129,26 @@ "prot-client:", "service: channel name response, data_id: name" ], - "asctime": "2025-03-23 16:46:57,880", - "created": 1742744817.8809955, + "asctime": "2025-08-15 21:41:52,845", + "created": 1755286912.8459082, "exc_text": null, "filename": "__init__.py", "funcName": "add_msg_to_auth_whitelist_", "levelname": "DEBUG", "levelno": 10, - "lineno": 571, + "lineno": 564, "message": "prot-client: Adding Message (service: channel name response, data_id: name) to the authentification whitelist", "module": "__init__", - "msecs": 880.0, + "msecs": 845.0, "msg": "%s Adding Message (%s) to the authentification whitelist", "name": "socket_protocol.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/socket_protocol/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/socket_protocol/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 1784.682273864746, + "relativeCreated": 1828.241661, "stack_info": null, - "thread": 140631409799232, + "taskName": null, + "thread": 140181752467712, "threadName": "MainThread" }, { @@ -8898,25 +9158,26 @@ "8", "0" ], - "asctime": "2025-03-23 16:46:57,881", - "created": 1742744817.8810525, + "asctime": "2025-08-15 21:41:52,846", + "created": 1755286912.846064, "exc_text": null, "filename": "__init__.py", "funcName": "add", "levelname": "DEBUG", "levelno": 10, - "lineno": 172, + "lineno": 169, "message": "prot-client: Adding callback '__channel_name_request__' for SID=8 and DID=0", "module": "__init__", - "msecs": 881.0, + "msecs": 846.0, "msg": "%s Adding callback %s for SID=%s and DID=%s", "name": "socket_protocol.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/socket_protocol/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/socket_protocol/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 1784.7392559051514, + "relativeCreated": 1828.397692, "stack_info": null, - "thread": 140631409799232, + "taskName": null, + "thread": 140181752467712, "threadName": "MainThread" }, { @@ -8926,25 +9187,26 @@ "9", "0" ], - "asctime": "2025-03-23 16:46:57,881", - "created": 1742744817.8811104, + "asctime": "2025-08-15 21:41:52,846", + "created": 1755286912.8462298, "exc_text": null, "filename": "__init__.py", "funcName": "add", "levelname": "DEBUG", "levelno": 10, - "lineno": 172, + "lineno": 169, "message": "prot-client: Adding callback '__channel_name_response__' for SID=9 and DID=0", "module": "__init__", - "msecs": 881.0, + "msecs": 846.0, "msg": "%s Adding callback %s for SID=%s and DID=%s", "name": "socket_protocol.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/socket_protocol/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/socket_protocol/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 1784.797191619873, + "relativeCreated": 1828.563234, "stack_info": null, - "thread": 140631409799232, + "taskName": null, + "thread": 140181752467712, "threadName": "MainThread" }, { @@ -8953,25 +9215,26 @@ "read data request", "read data response" ], - "asctime": "2025-03-23 16:46:57,881", - "created": 1742744817.8811657, + "asctime": "2025-08-15 21:41:52,846", + "created": 1755286912.846387, "exc_text": null, "filename": "__init__.py", "funcName": "add_service", "levelname": "DEBUG", "levelno": 10, - "lineno": 597, + "lineno": 590, "message": "prot-client: Adding Service with Request=read data request and Response=read data response", "module": "__init__", - "msecs": 881.0, + "msecs": 846.0, "msg": "%s Adding Service with Request=%s and Response=%s", "name": "socket_protocol.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/socket_protocol/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/socket_protocol/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 1784.8525047302246, + "relativeCreated": 1828.720287, "stack_info": null, - "thread": 140631409799232, + "taskName": null, + "thread": 140181752467712, "threadName": "MainThread" }, { @@ -8980,25 +9243,26 @@ "write data request", "write data response" ], - "asctime": "2025-03-23 16:46:57,881", - "created": 1742744817.8812225, + "asctime": "2025-08-15 21:41:52,846", + "created": 1755286912.8465571, "exc_text": null, "filename": "__init__.py", "funcName": "add_service", "levelname": "DEBUG", "levelno": 10, - "lineno": 597, + "lineno": 590, "message": "prot-client: Adding Service with Request=write data request and Response=write data response", "module": "__init__", - "msecs": 881.0, + "msecs": 846.0, "msg": "%s Adding Service with Request=%s and Response=%s", "name": "socket_protocol.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/socket_protocol/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/socket_protocol/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 1784.9092483520508, + "relativeCreated": 1828.890683, "stack_info": null, - "thread": 140631409799232, + "taskName": null, + "thread": 140181752467712, "threadName": "MainThread" }, { @@ -9007,69 +9271,72 @@ "execute request", "execute response" ], - "asctime": "2025-03-23 16:46:57,881", - "created": 1742744817.881275, + "asctime": "2025-08-15 21:41:52,846", + "created": 1755286912.8467474, "exc_text": null, "filename": "__init__.py", "funcName": "add_service", "levelname": "DEBUG", "levelno": 10, - "lineno": 597, + "lineno": 590, "message": "prot-client: Adding Service with Request=execute request and Response=execute response", "module": "__init__", - "msecs": 881.0, + "msecs": 846.0, "msg": "%s Adding Service with Request=%s and Response=%s", "name": "socket_protocol.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/socket_protocol/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/socket_protocol/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 1784.9617004394531, + "relativeCreated": 1829.080933, "stack_info": null, - "thread": 140631409799232, + "taskName": null, + "thread": 140181752467712, "threadName": "MainThread" }, { "args": [ "prot-client:" ], - "asctime": "2025-03-23 16:46:57,881", - "created": 1742744817.881327, + "asctime": "2025-08-15 21:41:52,846", + "created": 1755286912.8469183, "exc_text": null, "filename": "__init__.py", "funcName": "__init__", "levelname": "INFO", "levelno": 20, - "lineno": 340, + "lineno": 333, "message": "prot-client: Initialisation finished.", "module": "__init__", - "msecs": 881.0, + "msecs": 846.0, "msg": "%s Initialisation finished.", "name": "socket_protocol.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/socket_protocol/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/socket_protocol/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 1785.0136756896973, + "relativeCreated": 1829.251933, "stack_info": null, - "thread": 140631409799232, + "taskName": null, + "thread": 140181752467712, "threadName": "MainThread" } ], - "msecs": 881.0, + "msecs": 847.0, "msg": "Setting up communication", "name": "__tLogger__", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/tests/test_helpers.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/tests/test_helpers.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 1785.0632667541504, + "relativeCreated": 1829.404238, "stack_info": null, - "thread": 140631409799232, + "taskName": null, + "thread": 140181752467712, "threadName": "MainThread", - "time_consumption": 4.9591064453125e-05 + "time_consumption": 0.00015234947204589844 }, { "args": [], - "asctime": "2025-03-23 16:46:58,224", - "created": 1742744818.2249815, + "asctime": "2025-08-15 21:41:53,194", + "created": 1755286913.1948197, "exc_text": null, "filename": "test_helpers.py", "funcName": "set_up_socket_protocol", @@ -9083,75 +9350,78 @@ "args": [ "comm-client:" ], - "asctime": "2025-03-23 16:46:57,881", - "created": 1742744817.8815143, + "asctime": "2025-08-15 21:41:52,847", + "created": 1755286912.8473406, "exc_text": null, "filename": "__init__.py", "funcName": "__connect__", "levelname": "INFO", "levelno": 20, - "lineno": 268, + "lineno": 270, "message": "comm-client: Connection established...", "module": "__init__", - "msecs": 881.0, + "msecs": 847.0, "msg": "%s Connection established...", "name": "helpers.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/helpers/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/helpers/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 1785.201072692871, + "relativeCreated": 1829.673863, "stack_info": null, - "thread": 140631409799232, + "taskName": null, + "thread": 140181752467712, "threadName": "MainThread" }, { "args": [ "comm-client:" ], - "asctime": "2025-03-23 16:46:57,881", - "created": 1742744817.881568, + "asctime": "2025-08-15 21:41:52,847", + "created": 1755286912.8474808, "exc_text": null, "filename": "__init__.py", "funcName": "__clean_buffer__", "levelname": "DEBUG", "levelno": 10, - "lineno": 411, + "lineno": 413, "message": "comm-client: Cleaning up receive-buffer", "module": "__init__", - "msecs": 881.0, + "msecs": 847.0, "msg": "%s Cleaning up receive-buffer", "name": "helpers.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/helpers/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/helpers/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 1785.254716873169, + "relativeCreated": 1829.814302, "stack_info": null, - "thread": 140631409799232, + "taskName": null, + "thread": 140181752467712, "threadName": "MainThread" }, { "args": [ "prot-client:" ], - "asctime": "2025-03-23 16:46:57,881", - "created": 1742744817.8816204, + "asctime": "2025-08-15 21:41:52,847", + "created": 1755286912.8476162, "exc_text": null, "filename": "__init__.py", "funcName": "__clean_receive_buffer__", "levelname": "DEBUG", "levelno": 10, - "lineno": 434, + "lineno": 427, "message": "prot-client: Cleaning up receive-buffer", "module": "__init__", - "msecs": 881.0, + "msecs": 847.0, "msg": "%s Cleaning up receive-buffer", "name": "socket_protocol.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/socket_protocol/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/socket_protocol/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 1785.3071689605713, + "relativeCreated": 1829.949703, "stack_info": null, - "thread": 140631409799232, + "taskName": null, + "thread": 140181752467712, "threadName": "MainThread" }, { @@ -9162,100 +9432,104 @@ "status: okay", "None" ], - "asctime": "2025-03-23 16:46:57,881", - "created": 1742744817.8817108, + "asctime": "2025-08-15 21:41:52,847", + "created": 1755286912.847839, "exc_text": null, "filename": "__init__.py", "funcName": "__log_msg__", "levelname": "INFO", "levelno": 20, - "lineno": 445, + "lineno": 438, "message": "prot-client: TX -> service: channel name request, data_id: name, status: okay, data: \"None\"", "module": "__init__", - "msecs": 881.0, + "msecs": 847.0, "msg": "%s %s %s, %s, data: \"%s\"", "name": "socket_protocol.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/socket_protocol/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/socket_protocol/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 1785.3975296020508, + "relativeCreated": 1830.172778, "stack_info": null, - "thread": 140631409799232, + "taskName": null, + "thread": 140181752467712, "threadName": "MainThread" }, { "args": [ "comm-server:" ], - "asctime": "2025-03-23 16:46:57,881", - "created": 1742744817.8819108, + "asctime": "2025-08-15 21:41:52,848", + "created": 1755286912.8483398, "exc_text": null, "filename": "__init__.py", "funcName": "__connect__", "levelname": "INFO", "levelno": 20, - "lineno": 268, + "lineno": 270, "message": "comm-server: Connection established...", "module": "__init__", - "msecs": 881.0, + "msecs": 848.0, "msg": "%s Connection established...", "name": "helpers.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/helpers/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/helpers/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 1785.597562789917, + "relativeCreated": 1830.673265, "stack_info": null, - "thread": 140631409799232, + "taskName": null, + "thread": 140181752467712, "threadName": "MainThread" }, { "args": [ "comm-server:" ], - "asctime": "2025-03-23 16:46:57,881", - "created": 1742744817.8819695, + "asctime": "2025-08-15 21:41:52,848", + "created": 1755286912.8485236, "exc_text": null, "filename": "__init__.py", "funcName": "__clean_buffer__", "levelname": "DEBUG", "levelno": 10, - "lineno": 411, + "lineno": 413, "message": "comm-server: Cleaning up receive-buffer", "module": "__init__", - "msecs": 881.0, + "msecs": 848.0, "msg": "%s Cleaning up receive-buffer", "name": "helpers.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/helpers/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/helpers/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 1785.656213760376, + "relativeCreated": 1830.857024, "stack_info": null, - "thread": 140631409799232, + "taskName": null, + "thread": 140181752467712, "threadName": "MainThread" }, { "args": [ "prot-server:" ], - "asctime": "2025-03-23 16:46:57,882", - "created": 1742744817.8820236, + "asctime": "2025-08-15 21:41:52,848", + "created": 1755286912.848688, "exc_text": null, "filename": "__init__.py", "funcName": "__clean_receive_buffer__", "levelname": "DEBUG", "levelno": 10, - "lineno": 434, + "lineno": 427, "message": "prot-server: Cleaning up receive-buffer", "module": "__init__", - "msecs": 882.0, + "msecs": 848.0, "msg": "%s Cleaning up receive-buffer", "name": "socket_protocol.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/socket_protocol/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/socket_protocol/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 1785.710334777832, + "relativeCreated": 1831.021197, "stack_info": null, - "thread": 140631409799232, + "taskName": null, + "thread": 140181752467712, "threadName": "MainThread" }, { @@ -9263,25 +9537,26 @@ "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": "2025-03-23 16:46:57,882", - "created": 1742744817.8822792, + "asctime": "2025-08-15 21:41:52,849", + "created": 1755286912.8495111, "exc_text": null, "filename": "__init__.py", "funcName": "__tx__", "levelname": "INFO", "levelno": 20, - "lineno": 284, + "lineno": 286, "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": 882.0, + "msecs": 849.0, "msg": "%s TX -> %s", "name": "helpers.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/helpers/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/helpers/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 1785.965919494629, + "relativeCreated": 1831.844668, "stack_info": null, - "thread": 140631282308800, + "taskName": null, + "thread": 140181483022016, "threadName": "Thread-5 (_start)" }, { @@ -9289,25 +9564,26 @@ "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": "2025-03-23 16:46:57,890", - "created": 1742744817.890486, + "asctime": "2025-08-15 21:41:52,857", + "created": 1755286912.857993, "exc_text": null, "filename": "__init__.py", "funcName": "__rx__", "levelname": "DEBUG", "levelno": 10, - "lineno": 414, + "lineno": 416, "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": 890.0, + "msecs": 857.0, "msg": "%s RX <- %s", "name": "helpers.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/helpers/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/helpers/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 1794.172763824463, + "relativeCreated": 1840.326353, "stack_info": null, - "thread": 140631282308800, + "taskName": null, + "thread": 140181483022016, "threadName": "Thread-5 (_start)" }, { @@ -9315,25 +9591,26 @@ "comm-client:", "(6): 53 5e 67 0b 3a 3e" ], - "asctime": "2025-03-23 16:46:57,890", - "created": 1742744817.8907797, + "asctime": "2025-08-15 21:41:52,858", + "created": 1755286912.8586435, "exc_text": null, "filename": "__init__.py", "funcName": "__tx__", "levelname": "INFO", "levelno": 20, - "lineno": 284, + "lineno": 286, "message": "comm-client: TX -> (6): 53 5e 67 0b 3a 3e", "module": "__init__", - "msecs": 890.0, + "msecs": 858.0, "msg": "%s TX -> %s", "name": "helpers.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/helpers/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/helpers/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 1794.466495513916, + "relativeCreated": 1840.976803, "stack_info": null, - "thread": 140631282308800, + "taskName": null, + "thread": 140181483022016, "threadName": "Thread-5 (_start)" }, { @@ -9341,25 +9618,26 @@ "comm-server:", "(6): 53 5e 67 0b 3a 3e" ], - "asctime": "2025-03-23 16:46:57,891", - "created": 1742744817.8917308, + "asctime": "2025-08-15 21:41:52,859", + "created": 1755286912.8598886, "exc_text": null, "filename": "__init__.py", "funcName": "__rx__", "levelname": "DEBUG", "levelno": 10, - "lineno": 414, + "lineno": 416, "message": "comm-server: RX <- (6): 53 5e 67 0b 3a 3e", "module": "__init__", - "msecs": 891.0, + "msecs": 859.0, "msg": "%s RX <- %s", "name": "helpers.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/helpers/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/helpers/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 1795.4175472259521, + "relativeCreated": 1842.222045, "stack_info": null, - "thread": 140631282308800, + "taskName": null, + "thread": 140181483022016, "threadName": "Thread-5 (_start)" }, { @@ -9370,25 +9648,26 @@ "status: okay", "None" ], - "asctime": "2025-03-23 16:46:57,891", - "created": 1742744817.8919857, + "asctime": "2025-08-15 21:41:52,860", + "created": 1755286912.8608296, "exc_text": null, "filename": "__init__.py", "funcName": "__log_msg__", "levelname": "INFO", "levelno": 20, - "lineno": 445, + "lineno": 438, "message": "prot-server: RX <- service: channel name request, data_id: name, status: okay, data: \"None\"", "module": "__init__", - "msecs": 891.0, + "msecs": 860.0, "msg": "%s %s %s, %s, data: \"%s\"", "name": "socket_protocol.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/socket_protocol/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/socket_protocol/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 1795.6724166870117, + "relativeCreated": 1843.163042, "stack_info": null, - "thread": 140631282308800, + "taskName": null, + "thread": 140181483022016, "threadName": "Thread-5 (_start)" }, { @@ -9396,25 +9675,26 @@ "prot-server:", "__channel_name_request__" ], - "asctime": "2025-03-23 16:46:57,892", - "created": 1742744817.8920732, + "asctime": "2025-08-15 21:41:52,861", + "created": 1755286912.8613, "exc_text": null, "filename": "__init__.py", "funcName": "__data_available_callback__", "levelname": "DEBUG", "levelno": 10, - "lineno": 488, + "lineno": 481, "message": "prot-server: Executing callback __channel_name_request__ to process received data", "module": "__init__", - "msecs": 892.0, + "msecs": 861.0, "msg": "%s Executing callback %s to process received data", "name": "socket_protocol.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/socket_protocol/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/socket_protocol/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 1795.759916305542, + "relativeCreated": 1843.633458, "stack_info": null, - "thread": 140631282308800, + "taskName": null, + "thread": 140181483022016, "threadName": "Thread-5 (_start)" }, { @@ -9425,25 +9705,26 @@ "status: okay", "None" ], - "asctime": "2025-03-23 16:46:57,892", - "created": 1742744817.8921804, + "asctime": "2025-08-15 21:41:52,861", + "created": 1755286912.861651, "exc_text": null, "filename": "__init__.py", "funcName": "__log_msg__", "levelname": "INFO", "levelno": 20, - "lineno": 445, + "lineno": 438, "message": "prot-server: TX -> service: channel name response, data_id: name, status: okay, data: \"None\"", "module": "__init__", - "msecs": 892.0, + "msecs": 861.0, "msg": "%s %s %s, %s, data: \"%s\"", "name": "socket_protocol.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/socket_protocol/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/socket_protocol/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 1795.8672046661377, + "relativeCreated": 1843.984273, "stack_info": null, - "thread": 140631282308800, + "taskName": null, + "thread": 140181483022016, "threadName": "Thread-5 (_start)" }, { @@ -9451,25 +9732,26 @@ "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": "2025-03-23 16:46:57,892", - "created": 1742744817.8924928, + "asctime": "2025-08-15 21:41:52,862", + "created": 1755286912.862443, "exc_text": null, "filename": "__init__.py", "funcName": "__tx__", "levelname": "INFO", "levelno": 20, - "lineno": 284, + "lineno": 286, "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": 892.0, + "msecs": 862.0, "msg": "%s TX -> %s", "name": "helpers.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/helpers/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/helpers/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 1796.1795330047607, + "relativeCreated": 1844.776471, "stack_info": null, - "thread": 140631273916096, + "taskName": null, + "thread": 140181474629312, "threadName": "Thread-6 (_start)" }, { @@ -9477,25 +9759,26 @@ "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": "2025-03-23 16:46:57,900", - "created": 1742744817.9007432, + "asctime": "2025-08-15 21:41:52,870", + "created": 1755286912.8709414, "exc_text": null, "filename": "__init__.py", "funcName": "__rx__", "levelname": "DEBUG", "levelno": 10, - "lineno": 414, + "lineno": 416, "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": 900.0, + "msecs": 870.0, "msg": "%s RX <- %s", "name": "helpers.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/helpers/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/helpers/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 1804.4300079345703, + "relativeCreated": 1853.274854, "stack_info": null, - "thread": 140631273916096, + "taskName": null, + "thread": 140181474629312, "threadName": "Thread-6 (_start)" }, { @@ -9503,25 +9786,26 @@ "comm-server:", "(6): 30 59 be 2f 3a 3e" ], - "asctime": "2025-03-23 16:46:57,901", - "created": 1742744817.901156, + "asctime": "2025-08-15 21:41:52,871", + "created": 1755286912.87151, "exc_text": null, "filename": "__init__.py", "funcName": "__tx__", "levelname": "INFO", "levelno": 20, - "lineno": 284, + "lineno": 286, "message": "comm-server: TX -> (6): 30 59 be 2f 3a 3e", "module": "__init__", - "msecs": 901.0, + "msecs": 871.0, "msg": "%s TX -> %s", "name": "helpers.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/helpers/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/helpers/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 1804.8427104949951, + "relativeCreated": 1853.843342, "stack_info": null, - "thread": 140631273916096, + "taskName": null, + "thread": 140181474629312, "threadName": "Thread-6 (_start)" }, { @@ -9529,25 +9813,26 @@ "comm-client:", "(6): 30 59 be 2f 3a 3e" ], - "asctime": "2025-03-23 16:46:57,902", - "created": 1742744817.9021544, + "asctime": "2025-08-15 21:41:52,872", + "created": 1755286912.8727071, "exc_text": null, "filename": "__init__.py", "funcName": "__rx__", "levelname": "DEBUG", "levelno": 10, - "lineno": 414, + "lineno": 416, "message": "comm-client: RX <- (6): 30 59 be 2f 3a 3e", "module": "__init__", - "msecs": 902.0, + "msecs": 872.0, "msg": "%s RX <- %s", "name": "helpers.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/helpers/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/helpers/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 1805.8412075042725, + "relativeCreated": 1855.040444, "stack_info": null, - "thread": 140631273916096, + "taskName": null, + "thread": 140181474629312, "threadName": "Thread-6 (_start)" }, { @@ -9558,25 +9843,26 @@ "status: okay", "None" ], - "asctime": "2025-03-23 16:46:57,902", - "created": 1742744817.9025023, + "asctime": "2025-08-15 21:41:52,873", + "created": 1755286912.8735704, "exc_text": null, "filename": "__init__.py", "funcName": "__log_msg__", "levelname": "INFO", "levelno": 20, - "lineno": 445, + "lineno": 438, "message": "prot-client: RX <- service: channel name response, data_id: name, status: okay, data: \"None\"", "module": "__init__", - "msecs": 902.0, + "msecs": 873.0, "msg": "%s %s %s, %s, data: \"%s\"", "name": "socket_protocol.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/socket_protocol/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/socket_protocol/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 1806.1890602111816, + "relativeCreated": 1855.903888, "stack_info": null, - "thread": 140631273916096, + "taskName": null, + "thread": 140181474629312, "threadName": "Thread-6 (_start)" }, { @@ -9584,44 +9870,46 @@ "prot-client:", "__channel_name_response__" ], - "asctime": "2025-03-23 16:46:57,902", - "created": 1742744817.9026265, + "asctime": "2025-08-15 21:41:52,873", + "created": 1755286912.8739536, "exc_text": null, "filename": "__init__.py", "funcName": "__data_available_callback__", "levelname": "DEBUG", "levelno": 10, - "lineno": 503, + "lineno": 496, "message": "prot-client: Executing callback __channel_name_response__ to process received data", "module": "__init__", - "msecs": 902.0, + "msecs": 873.0, "msg": "%s Executing callback %s to process received data", "name": "socket_protocol.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/socket_protocol/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/socket_protocol/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 1806.3132762908936, + "relativeCreated": 1856.286908, "stack_info": null, - "thread": 140631273916096, + "taskName": null, + "thread": 140181474629312, "threadName": "Thread-6 (_start)" } ], - "msecs": 224.0, + "msecs": 194.0, "msg": "Connecting Server and Client", "name": "__tLogger__", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/tests/test_helpers.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/tests/test_helpers.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 2128.6683082580566, + "relativeCreated": 2177.15313, "stack_info": null, - "thread": 140631409799232, + "taskName": null, + "thread": 140181752467712, "threadName": "MainThread", - "time_consumption": 0.3223550319671631 + "time_consumption": 0.32086610794067383 }, { "args": [], - "asctime": "2025-03-23 16:46:58,225", - "created": 1742744818.2255702, + "asctime": "2025-08-15 21:41:53,195", + "created": 1755286913.1954997, "exc_text": null, "filename": "test_communication.py", "funcName": "manual_authentification", @@ -9631,22 +9919,23 @@ "message": "No secret set", "module": "test_communication", "moduleLogger": [], - "msecs": 225.0, + "msecs": 195.0, "msg": "No secret set", "name": "__tLogger__", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/tests/test_communication.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/tests/test_communication.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 2129.2569637298584, + "relativeCreated": 2177.833099, "stack_info": null, - "thread": 140631409799232, + "taskName": null, + "thread": 140181752467712, "threadName": "MainThread", "time_consumption": 0.0 }, { "args": [], - "asctime": "2025-03-23 16:46:58,225", - "created": 1742744818.22592, + "asctime": "2025-08-15 21:41:53,196", + "created": 1755286913.1960123, "exc_text": null, "filename": "test_communication.py", "funcName": "manual_authentification", @@ -9656,15 +9945,16 @@ "message": "Performing Authentification", "module": "test_communication", "moduleLogger": [], - "msecs": 225.0, + "msecs": 196.0, "msg": "Performing Authentification", "name": "__tLogger__", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/tests/test_communication.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/tests/test_communication.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 2129.6067237854004, + "relativeCreated": 2178.34579, "stack_info": null, - "thread": 140631409799232, + "taskName": null, + "thread": 140181752467712, "threadName": "MainThread", "time_consumption": 0.0 }, @@ -9673,8 +9963,8 @@ "False", "" ], - "asctime": "2025-03-23 16:46:58,226", - "created": 1742744818.2267292, + "asctime": "2025-08-15 21:41:53,197", + "created": 1755286913.1970577, "exc_text": null, "filename": "test.py", "funcName": "equivalency_chk", @@ -9690,8 +9980,8 @@ "False", "" ], - "asctime": "2025-03-23 16:46:58,226", - "created": 1742744818.226275, + "asctime": "2025-08-15 21:41:53,196", + "created": 1755286913.1964495, "exc_text": null, "filename": "test.py", "funcName": "__report_result__", @@ -9700,15 +9990,16 @@ "lineno": 22, "message": "Result (Return Value of authentification method): False ()", "module": "test", - "msecs": 226.0, + "msecs": 196.0, "msg": "Result (%s): %s (%s)", "name": "__unittest__", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/unittest/test.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/unittest/test.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 2129.9617290496826, + "relativeCreated": 2178.783096, "stack_info": null, - "thread": 140631409799232, + "taskName": null, + "thread": 140181752467712, "threadName": "MainThread" }, { @@ -9718,8 +10009,8 @@ "False", "" ], - "asctime": "2025-03-23 16:46:58,226", - "created": 1742744818.226488, + "asctime": "2025-08-15 21:41:53,196", + "created": 1755286913.1967475, "exc_text": null, "filename": "test.py", "funcName": "__report_expectation__", @@ -9728,37 +10019,39 @@ "lineno": 26, "message": "Expectation (Return Value of authentification method): result = False ()", "module": "test", - "msecs": 226.0, + "msecs": 196.0, "msg": "Expectation (%s): result %s %s (%s)", "name": "__unittest__", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/unittest/test.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/unittest/test.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 2130.1748752593994, + "relativeCreated": 2179.080902, "stack_info": null, - "thread": 140631409799232, + "taskName": null, + "thread": 140181752467712, "threadName": "MainThread" } ], - "msecs": 226.0, + "msecs": 197.0, "msg": "Return Value of authentification method is correct (Content %s and Type is %s).", "name": "__tLogger__", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/unittest/test.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/unittest/test.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 2130.415916442871, + "relativeCreated": 2179.391237, "stack_info": null, - "thread": 140631409799232, + "taskName": null, + "thread": 140181752467712, "threadName": "MainThread", - "time_consumption": 0.0002410411834716797 + "time_consumption": 0.0003101825714111328 }, { "args": [ "True", "" ], - "asctime": "2025-03-23 16:46:58,227", - "created": 1742744818.2274234, + "asctime": "2025-08-15 21:41:53,198", + "created": 1755286913.1980662, "exc_text": null, "filename": "test.py", "funcName": "equivalency_chk", @@ -9774,8 +10067,8 @@ "True", "" ], - "asctime": "2025-03-23 16:46:58,227", - "created": 1742744818.2270415, + "asctime": "2025-08-15 21:41:53,197", + "created": 1755286913.1975226, "exc_text": null, "filename": "test.py", "funcName": "__report_result__", @@ -9784,15 +10077,16 @@ "lineno": 22, "message": "Result (Authentification state of server): True ()", "module": "test", - "msecs": 227.0, + "msecs": 197.0, "msg": "Result (%s): %s (%s)", "name": "__unittest__", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/unittest/test.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/unittest/test.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 2130.728244781494, + "relativeCreated": 2179.85616, "stack_info": null, - "thread": 140631409799232, + "taskName": null, + "thread": 140181752467712, "threadName": "MainThread" }, { @@ -9802,8 +10096,8 @@ "True", "" ], - "asctime": "2025-03-23 16:46:58,227", - "created": 1742744818.227233, + "asctime": "2025-08-15 21:41:53,197", + "created": 1755286913.1978045, "exc_text": null, "filename": "test.py", "funcName": "__report_expectation__", @@ -9812,37 +10106,39 @@ "lineno": 26, "message": "Expectation (Authentification state of server): result = True ()", "module": "test", - "msecs": 227.0, + "msecs": 197.0, "msg": "Expectation (%s): result %s %s (%s)", "name": "__unittest__", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/unittest/test.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/unittest/test.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 2130.9196949005127, + "relativeCreated": 2180.138064, "stack_info": null, - "thread": 140631409799232, + "taskName": null, + "thread": 140181752467712, "threadName": "MainThread" } ], - "msecs": 227.0, + "msecs": 198.0, "msg": "Authentification state of server is correct (Content %s and Type is %s).", "name": "__tLogger__", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/unittest/test.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/unittest/test.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 2131.110191345215, + "relativeCreated": 2180.399608, "stack_info": null, - "thread": 140631409799232, + "taskName": null, + "thread": 140181752467712, "threadName": "MainThread", - "time_consumption": 0.00019049644470214844 + "time_consumption": 0.0002617835998535156 }, { "args": [ "True", "" ], - "asctime": "2025-03-23 16:46:58,228", - "created": 1742744818.228056, + "asctime": "2025-08-15 21:41:53,203", + "created": 1755286913.2034397, "exc_text": null, "filename": "test.py", "funcName": "equivalency_chk", @@ -9858,8 +10154,8 @@ "True", "" ], - "asctime": "2025-03-23 16:46:58,227", - "created": 1742744818.227742, + "asctime": "2025-08-15 21:41:53,198", + "created": 1755286913.1984837, "exc_text": null, "filename": "test.py", "funcName": "__report_result__", @@ -9868,15 +10164,16 @@ "lineno": 22, "message": "Result (Authentification state of client): True ()", "module": "test", - "msecs": 227.0, + "msecs": 198.0, "msg": "Result (%s): %s (%s)", "name": "__unittest__", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/unittest/test.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/unittest/test.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 2131.4287185668945, + "relativeCreated": 2180.817135, "stack_info": null, - "thread": 140631409799232, + "taskName": null, + "thread": 140181752467712, "threadName": "MainThread" }, { @@ -9886,8 +10183,8 @@ "True", "" ], - "asctime": "2025-03-23 16:46:58,227", - "created": 1742744818.2279046, + "asctime": "2025-08-15 21:41:53,203", + "created": 1755286913.2031329, "exc_text": null, "filename": "test.py", "funcName": "__report_expectation__", @@ -9896,34 +10193,36 @@ "lineno": 26, "message": "Expectation (Authentification state of client): result = True ()", "module": "test", - "msecs": 227.0, + "msecs": 203.0, "msg": "Expectation (%s): result %s %s (%s)", "name": "__unittest__", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/unittest/test.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/unittest/test.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 2131.591320037842, + "relativeCreated": 2185.466309, "stack_info": null, - "thread": 140631409799232, + "taskName": null, + "thread": 140181752467712, "threadName": "MainThread" } ], - "msecs": 228.0, + "msecs": 203.0, "msg": "Authentification state of client is correct (Content %s and Type is %s).", "name": "__tLogger__", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/unittest/test.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/unittest/test.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 2131.7427158355713, + "relativeCreated": 2185.77307, "stack_info": null, - "thread": 140631409799232, + "taskName": null, + "thread": 140181752467712, "threadName": "MainThread", - "time_consumption": 0.0001513957977294922 + "time_consumption": 0.00030684471130371094 }, { "args": [], - "asctime": "2025-03-23 16:46:58,228", - "created": 1742744818.2282825, + "asctime": "2025-08-15 21:41:53,203", + "created": 1755286913.2039034, "exc_text": null, "filename": "test_communication.py", "funcName": "manual_authentification", @@ -9933,15 +10232,16 @@ "message": "Different secrets set", "module": "test_communication", "moduleLogger": [], - "msecs": 228.0, + "msecs": 203.0, "msg": "Different secrets set", "name": "__tLogger__", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/tests/test_communication.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/tests/test_communication.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 2131.969213485718, + "relativeCreated": 2186.236835, "stack_info": null, - "thread": 140631409799232, + "taskName": null, + "thread": 140181752467712, "threadName": "MainThread", "time_consumption": 0.0 }, @@ -9950,8 +10250,8 @@ "False", "" ], - "asctime": "2025-03-23 16:46:58,228", - "created": 1742744818.228833, + "asctime": "2025-08-15 21:41:53,204", + "created": 1755286913.2049057, "exc_text": null, "filename": "test.py", "funcName": "equivalency_chk", @@ -9967,8 +10267,8 @@ "False", "" ], - "asctime": "2025-03-23 16:46:58,228", - "created": 1742744818.2285216, + "asctime": "2025-08-15 21:41:53,204", + "created": 1755286913.2043364, "exc_text": null, "filename": "test.py", "funcName": "__report_result__", @@ -9977,15 +10277,16 @@ "lineno": 22, "message": "Result (Authentification state of server): False ()", "module": "test", - "msecs": 228.0, + "msecs": 204.0, "msg": "Result (%s): %s (%s)", "name": "__unittest__", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/unittest/test.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/unittest/test.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 2132.2083473205566, + "relativeCreated": 2186.669951, "stack_info": null, - "thread": 140631409799232, + "taskName": null, + "thread": 140181752467712, "threadName": "MainThread" }, { @@ -9995,8 +10296,8 @@ "False", "" ], - "asctime": "2025-03-23 16:46:58,228", - "created": 1742744818.2286808, + "asctime": "2025-08-15 21:41:53,204", + "created": 1755286913.2046366, "exc_text": null, "filename": "test.py", "funcName": "__report_expectation__", @@ -10005,37 +10306,39 @@ "lineno": 26, "message": "Expectation (Authentification state of server): result = False ()", "module": "test", - "msecs": 228.0, + "msecs": 204.0, "msg": "Expectation (%s): result %s %s (%s)", "name": "__unittest__", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/unittest/test.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/unittest/test.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 2132.3676109313965, + "relativeCreated": 2186.970122, "stack_info": null, - "thread": 140631409799232, + "taskName": null, + "thread": 140181752467712, "threadName": "MainThread" } ], - "msecs": 228.0, + "msecs": 204.0, "msg": "Authentification state of server is correct (Content %s and Type is %s).", "name": "__tLogger__", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/unittest/test.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/unittest/test.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 2132.5197219848633, + "relativeCreated": 2187.239107, "stack_info": null, - "thread": 140631409799232, + "taskName": null, + "thread": 140181752467712, "threadName": "MainThread", - "time_consumption": 0.00015211105346679688 + "time_consumption": 0.00026917457580566406 }, { "args": [ "False", "" ], - "asctime": "2025-03-23 16:46:58,229", - "created": 1742744818.2293918, + "asctime": "2025-08-15 21:41:53,205", + "created": 1755286913.2058706, "exc_text": null, "filename": "test.py", "funcName": "equivalency_chk", @@ -10051,8 +10354,8 @@ "False", "" ], - "asctime": "2025-03-23 16:46:58,229", - "created": 1742744818.229081, + "asctime": "2025-08-15 21:41:53,205", + "created": 1755286913.2053351, "exc_text": null, "filename": "test.py", "funcName": "__report_result__", @@ -10061,15 +10364,16 @@ "lineno": 22, "message": "Result (Authentification state of client): False ()", "module": "test", - "msecs": 229.0, + "msecs": 205.0, "msg": "Result (%s): %s (%s)", "name": "__unittest__", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/unittest/test.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/unittest/test.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 2132.767677307129, + "relativeCreated": 2187.668466, "stack_info": null, - "thread": 140631409799232, + "taskName": null, + "thread": 140181752467712, "threadName": "MainThread" }, { @@ -10079,8 +10383,8 @@ "False", "" ], - "asctime": "2025-03-23 16:46:58,229", - "created": 1742744818.2292395, + "asctime": "2025-08-15 21:41:53,205", + "created": 1755286913.2056015, "exc_text": null, "filename": "test.py", "funcName": "__report_expectation__", @@ -10089,34 +10393,36 @@ "lineno": 26, "message": "Expectation (Authentification state of client): result = False ()", "module": "test", - "msecs": 229.0, + "msecs": 205.0, "msg": "Expectation (%s): result %s %s (%s)", "name": "__unittest__", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/unittest/test.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/unittest/test.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 2132.9262256622314, + "relativeCreated": 2187.934884, "stack_info": null, - "thread": 140631409799232, + "taskName": null, + "thread": 140181752467712, "threadName": "MainThread" } ], - "msecs": 229.0, + "msecs": 205.0, "msg": "Authentification state of client is correct (Content %s and Type is %s).", "name": "__tLogger__", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/unittest/test.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/unittest/test.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 2133.0785751342773, + "relativeCreated": 2188.204068, "stack_info": null, - "thread": 140631409799232, + "taskName": null, + "thread": 140181752467712, "threadName": "MainThread", - "time_consumption": 0.00015234947204589844 + "time_consumption": 0.00026917457580566406 }, { "args": [], - "asctime": "2025-03-23 16:46:58,330", - "created": 1742744818.3307223, + "asctime": "2025-08-15 21:41:53,314", + "created": 1755286913.314933, "exc_text": null, "filename": "test_communication.py", "funcName": "manual_authentification", @@ -10134,25 +10440,26 @@ "status: okay", "None" ], - "asctime": "2025-03-23 16:46:58,229", - "created": 1742744818.2297783, + "asctime": "2025-08-15 21:41:53,206", + "created": 1755286913.2064753, "exc_text": null, "filename": "__init__.py", "funcName": "__log_msg__", "levelname": "INFO", "levelno": 20, - "lineno": 445, + "lineno": 438, "message": "prot-client: TX -> service: authentification request, data_id: seed, status: okay, data: \"None\"", "module": "__init__", - "msecs": 229.0, + "msecs": 206.0, "msg": "%s %s %s, %s, data: \"%s\"", "name": "socket_protocol.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/socket_protocol/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/socket_protocol/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 2133.465051651001, + "relativeCreated": 2188.808628, "stack_info": null, - "thread": 140631409799232, + "taskName": null, + "thread": 140181752467712, "threadName": "MainThread" }, { @@ -10160,25 +10467,26 @@ "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": "2025-03-23 16:46:58,230", - "created": 1742744818.2306502, + "asctime": "2025-08-15 21:41:53,211", + "created": 1755286913.2119908, "exc_text": null, "filename": "__init__.py", "funcName": "__tx__", "levelname": "INFO", "levelno": 20, - "lineno": 284, + "lineno": 286, "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": 230.0, + "msecs": 211.0, "msg": "%s TX -> %s", "name": "helpers.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/helpers/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/helpers/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 2134.3369483947754, + "relativeCreated": 2194.324284, "stack_info": null, - "thread": 140631282308800, + "taskName": null, + "thread": 140181483022016, "threadName": "Thread-5 (_start)" }, { @@ -10186,25 +10494,26 @@ "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": "2025-03-23 16:46:58,239", - "created": 1742744818.2394123, + "asctime": "2025-08-15 21:41:53,220", + "created": 1755286913.2205665, "exc_text": null, "filename": "__init__.py", "funcName": "__rx__", "levelname": "DEBUG", "levelno": 10, - "lineno": 414, + "lineno": 416, "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": 239.0, + "msecs": 220.0, "msg": "%s RX <- %s", "name": "helpers.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/helpers/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/helpers/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 2143.099069595337, + "relativeCreated": 2202.900019, "stack_info": null, - "thread": 140631282308800, + "taskName": null, + "thread": 140181483022016, "threadName": "Thread-5 (_start)" }, { @@ -10212,25 +10521,26 @@ "comm-client:", "(6): fd 82 a2 a9 3a 3e" ], - "asctime": "2025-03-23 16:46:58,240", - "created": 1742744818.2401528, + "asctime": "2025-08-15 21:41:53,221", + "created": 1755286913.2213662, "exc_text": null, "filename": "__init__.py", "funcName": "__tx__", "levelname": "INFO", "levelno": 20, - "lineno": 284, + "lineno": 286, "message": "comm-client: TX -> (6): fd 82 a2 a9 3a 3e", "module": "__init__", - "msecs": 240.0, + "msecs": 221.0, "msg": "%s TX -> %s", "name": "helpers.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/helpers/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/helpers/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 2143.8395977020264, + "relativeCreated": 2203.699634, "stack_info": null, - "thread": 140631282308800, + "taskName": null, + "thread": 140181483022016, "threadName": "Thread-5 (_start)" }, { @@ -10238,25 +10548,26 @@ "comm-server:", "(6): fd 82 a2 a9 3a 3e" ], - "asctime": "2025-03-23 16:46:58,241", - "created": 1742744818.241324, + "asctime": "2025-08-15 21:41:53,226", + "created": 1755286913.2268164, "exc_text": null, "filename": "__init__.py", "funcName": "__rx__", "levelname": "DEBUG", "levelno": 10, - "lineno": 414, + "lineno": 416, "message": "comm-server: RX <- (6): fd 82 a2 a9 3a 3e", "module": "__init__", - "msecs": 241.0, + "msecs": 226.0, "msg": "%s RX <- %s", "name": "helpers.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/helpers/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/helpers/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 2145.0107097625732, + "relativeCreated": 2209.15, "stack_info": null, - "thread": 140631282308800, + "taskName": null, + "thread": 140181483022016, "threadName": "Thread-5 (_start)" }, { @@ -10267,25 +10578,26 @@ "status: okay", "None" ], - "asctime": "2025-03-23 16:46:58,241", - "created": 1742744818.2419994, + "asctime": "2025-08-15 21:41:53,227", + "created": 1755286913.2277327, "exc_text": null, "filename": "__init__.py", "funcName": "__log_msg__", "levelname": "INFO", "levelno": 20, - "lineno": 445, + "lineno": 438, "message": "prot-server: RX <- service: authentification request, data_id: seed, status: okay, data: \"None\"", "module": "__init__", - "msecs": 241.0, + "msecs": 227.0, "msg": "%s %s %s, %s, data: \"%s\"", "name": "socket_protocol.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/socket_protocol/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/socket_protocol/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 2145.686149597168, + "relativeCreated": 2210.066146, "stack_info": null, - "thread": 140631282308800, + "taskName": null, + "thread": 140181483022016, "threadName": "Thread-5 (_start)" }, { @@ -10293,25 +10605,26 @@ "prot-server:", "__authentificate_create_seed__" ], - "asctime": "2025-03-23 16:46:58,242", - "created": 1742744818.242316, + "asctime": "2025-08-15 21:41:53,228", + "created": 1755286913.2280746, "exc_text": null, "filename": "__init__.py", "funcName": "__data_available_callback__", "levelname": "DEBUG", "levelno": 10, - "lineno": 488, + "lineno": 481, "message": "prot-server: Executing callback __authentificate_create_seed__ to process received data", "module": "__init__", - "msecs": 242.0, + "msecs": 228.0, "msg": "%s Executing callback %s to process received data", "name": "socket_protocol.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/socket_protocol/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/socket_protocol/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 2146.002769470215, + "relativeCreated": 2210.407885, "stack_info": null, - "thread": 140631282308800, + "taskName": null, + "thread": 140181483022016, "threadName": "Thread-5 (_start)" }, { @@ -10320,183 +10633,190 @@ "TX ->", "service: authentification response, data_id: seed", "status: okay", - "'0110a97205e47154131da1a4f6026df6af13cce1f515b3c6dccffe91f0191b46'" + "'be1ce6e6a7798e984e4282fb73f762002a47e898323f3197afbe2bd75824312e'" ], - "asctime": "2025-03-23 16:46:58,242", - "created": 1742744818.2426484, + "asctime": "2025-08-15 21:41:53,228", + "created": 1755286913.2285652, "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: \"'0110a97205e47154131da1a4f6026df6af13cce1f515b3c6dccffe91f0191b46'\"", + "lineno": 438, + "message": "prot-server: TX -> service: authentification response, data_id: seed, status: okay, data: \"'be1ce6e6a7798e984e4282fb73f762002a47e898323f3197afbe2bd75824312e'\"", "module": "__init__", - "msecs": 242.0, + "msecs": 228.0, "msg": "%s %s %s, %s, data: \"%s\"", "name": "socket_protocol.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/socket_protocol/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/socket_protocol/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 2146.3351249694824, + "relativeCreated": 2210.898776, "stack_info": null, - "thread": 140631282308800, + "taskName": null, + "thread": 140181483022016, "threadName": "Thread-5 (_start)" }, { "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 31 31 30" + "(64): 3a 3c 7b 22 64 61 74 61 5f 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 31 63" ], - "asctime": "2025-03-23 16:46:58,243", - "created": 1742744818.243648, + "asctime": "2025-08-15 21:41:53,229", + "created": 1755286913.229765, "exc_text": null, "filename": "__init__.py", "funcName": "__tx__", "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 31 31 30", + "lineno": 286, + "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 31 63", "module": "__init__", - "msecs": 243.0, + "msecs": 229.0, "msg": "%s TX -> %s", "name": "helpers.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/helpers/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/helpers/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 2147.3348140716553, + "relativeCreated": 2212.098394, "stack_info": null, - "thread": 140631273916096, + "taskName": null, + "thread": 140181474629312, "threadName": "Thread-6 (_start)" }, { "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 31 31 30" + "(64): 3a 3c 7b 22 64 61 74 61 5f 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 31 63" ], - "asctime": "2025-03-23 16:46:58,252", - "created": 1742744818.2522697, + "asctime": "2025-08-15 21:41:53,238", + "created": 1755286913.238286, "exc_text": null, "filename": "__init__.py", "funcName": "__rx__", "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 31 31 30", + "lineno": 416, + "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 31 63", + "module": "__init__", + "msecs": 238.0, + "msg": "%s RX <- %s", + "name": "helpers.all_others", + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/helpers/__init__.py", + "process": 1195744, + "processName": "MainProcess", + "relativeCreated": 2220.619521, + "stack_info": null, + "taskName": null, + "thread": 140181474629312, + "threadName": "Thread-6 (_start)" + }, + { + "args": [ + "comm-server:", + "(64): 65 36 65 36 61 37 37 39 38 65 39 38 34 65 34 32 38 32 66 62 37 33 66 37 36 32 30 30 32 61 34 37 65 38 39 38 33 32 33 66 33 31 39 37 61 66 62 65 32 62 64 37 35 38 32 34 33 31 32 65 22 7d 29 6d" + ], + "asctime": "2025-08-15 21:41:53,239", + "created": 1755286913.239206, + "exc_text": null, + "filename": "__init__.py", + "funcName": "__tx__", + "levelname": "INFO", + "levelno": 20, + "lineno": 286, + "message": "comm-server: TX -> (64): 65 36 65 36 61 37 37 39 38 65 39 38 34 65 34 32 38 32 66 62 37 33 66 37 36 32 30 30 32 61 34 37 65 38 39 38 33 32 33 66 33 31 39 37 61 66 62 65 32 62 64 37 35 38 32 34 33 31 32 65 22 7d 29 6d", + "module": "__init__", + "msecs": 239.0, + "msg": "%s TX -> %s", + "name": "helpers.all_others", + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/helpers/__init__.py", + "process": 1195744, + "processName": "MainProcess", + "relativeCreated": 2221.539596, + "stack_info": null, + "taskName": null, + "thread": 140181474629312, + "threadName": "Thread-6 (_start)" + }, + { + "args": [ + "comm-client:", + "(64): 65 36 65 36 61 37 37 39 38 65 39 38 34 65 34 32 38 32 66 62 37 33 66 37 36 32 30 30 32 61 34 37 65 38 39 38 33 32 33 66 33 31 39 37 61 66 62 65 32 62 64 37 35 38 32 34 33 31 32 65 22 7d 29 6d" + ], + "asctime": "2025-08-15 21:41:53,250", + "created": 1755286913.250916, + "exc_text": null, + "filename": "__init__.py", + "funcName": "__rx__", + "levelname": "DEBUG", + "levelno": 10, + "lineno": 416, + "message": "comm-client: RX <- (64): 65 36 65 36 61 37 37 39 38 65 39 38 34 65 34 32 38 32 66 62 37 33 66 37 36 32 30 30 32 61 34 37 65 38 39 38 33 32 33 66 33 31 39 37 61 66 62 65 32 62 64 37 35 38 32 34 33 31 32 65 22 7d 29 6d", + "module": "__init__", + "msecs": 250.0, + "msg": "%s RX <- %s", + "name": "helpers.all_others", + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/helpers/__init__.py", + "process": 1195744, + "processName": "MainProcess", + "relativeCreated": 2233.249658, + "stack_info": null, + "taskName": null, + "thread": 140181474629312, + "threadName": "Thread-6 (_start)" + }, + { + "args": [ + "comm-server:", + "(4): 16 e4 3a 3e" + ], + "asctime": "2025-08-15 21:41:53,251", + "created": 1755286913.2516067, + "exc_text": null, + "filename": "__init__.py", + "funcName": "__tx__", + "levelname": "INFO", + "levelno": 20, + "lineno": 286, + "message": "comm-server: TX -> (4): 16 e4 3a 3e", + "module": "__init__", + "msecs": 251.0, + "msg": "%s TX -> %s", + "name": "helpers.all_others", + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/helpers/__init__.py", + "process": 1195744, + "processName": "MainProcess", + "relativeCreated": 2233.940307, + "stack_info": null, + "taskName": null, + "thread": 140181474629312, + "threadName": "Thread-6 (_start)" + }, + { + "args": [ + "comm-client:", + "(4): 16 e4 3a 3e" + ], + "asctime": "2025-08-15 21:41:53,252", + "created": 1755286913.2525284, + "exc_text": null, + "filename": "__init__.py", + "funcName": "__rx__", + "levelname": "DEBUG", + "levelno": 10, + "lineno": 416, + "message": "comm-client: RX <- (4): 16 e4 3a 3e", "module": "__init__", "msecs": 252.0, "msg": "%s RX <- %s", "name": "helpers.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/helpers/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/helpers/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 2155.956506729126, + "relativeCreated": 2234.861935, "stack_info": null, - "thread": 140631273916096, - "threadName": "Thread-6 (_start)" - }, - { - "args": [ - "comm-server:", - "(64): 61 39 37 32 30 35 65 34 37 31 35 34 31 33 31 64 61 31 61 34 66 36 30 32 36 64 66 36 61 66 31 33 63 63 65 31 66 35 31 35 62 33 63 36 64 63 63 66 66 65 39 31 66 30 31 39 31 62 34 36 22 7d 02 a6" - ], - "asctime": "2025-03-23 16:46:58,253", - "created": 1742744818.2531385, - "exc_text": null, - "filename": "__init__.py", - "funcName": "__tx__", - "levelname": "INFO", - "levelno": 20, - "lineno": 284, - "message": "comm-server: TX -> (64): 61 39 37 32 30 35 65 34 37 31 35 34 31 33 31 64 61 31 61 34 66 36 30 32 36 64 66 36 61 66 31 33 63 63 65 31 66 35 31 35 62 33 63 36 64 63 63 66 66 65 39 31 66 30 31 39 31 62 34 36 22 7d 02 a6", - "module": "__init__", - "msecs": 253.0, - "msg": "%s TX -> %s", - "name": "helpers.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/helpers/__init__.py", - "process": 183973, - "processName": "MainProcess", - "relativeCreated": 2156.825304031372, - "stack_info": null, - "thread": 140631273916096, - "threadName": "Thread-6 (_start)" - }, - { - "args": [ - "comm-client:", - "(64): 61 39 37 32 30 35 65 34 37 31 35 34 31 33 31 64 61 31 61 34 66 36 30 32 36 64 66 36 61 66 31 33 63 63 65 31 66 35 31 35 62 33 63 36 64 63 63 66 66 65 39 31 66 30 31 39 31 62 34 36 22 7d 02 a6" - ], - "asctime": "2025-03-23 16:46:58,261", - "created": 1742744818.2618399, - "exc_text": null, - "filename": "__init__.py", - "funcName": "__rx__", - "levelname": "DEBUG", - "levelno": 10, - "lineno": 414, - "message": "comm-client: RX <- (64): 61 39 37 32 30 35 65 34 37 31 35 34 31 33 31 64 61 31 61 34 66 36 30 32 36 64 66 36 61 66 31 33 63 63 65 31 66 35 31 35 62 33 63 36 64 63 63 66 66 65 39 31 66 30 31 39 31 62 34 36 22 7d 02 a6", - "module": "__init__", - "msecs": 261.0, - "msg": "%s RX <- %s", - "name": "helpers.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/helpers/__init__.py", - "process": 183973, - "processName": "MainProcess", - "relativeCreated": 2165.5266284942627, - "stack_info": null, - "thread": 140631273916096, - "threadName": "Thread-6 (_start)" - }, - { - "args": [ - "comm-server:", - "(4): ff d8 3a 3e" - ], - "asctime": "2025-03-23 16:46:58,262", - "created": 1742744818.26256, - "exc_text": null, - "filename": "__init__.py", - "funcName": "__tx__", - "levelname": "INFO", - "levelno": 20, - "lineno": 284, - "message": "comm-server: TX -> (4): ff d8 3a 3e", - "module": "__init__", - "msecs": 262.0, - "msg": "%s TX -> %s", - "name": "helpers.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/helpers/__init__.py", - "process": 183973, - "processName": "MainProcess", - "relativeCreated": 2166.2466526031494, - "stack_info": null, - "thread": 140631273916096, - "threadName": "Thread-6 (_start)" - }, - { - "args": [ - "comm-client:", - "(4): ff d8 3a 3e" - ], - "asctime": "2025-03-23 16:46:58,263", - "created": 1742744818.2634895, - "exc_text": null, - "filename": "__init__.py", - "funcName": "__rx__", - "levelname": "DEBUG", - "levelno": 10, - "lineno": 414, - "message": "comm-client: RX <- (4): ff d8 3a 3e", - "module": "__init__", - "msecs": 263.0, - "msg": "%s RX <- %s", - "name": "helpers.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/helpers/__init__.py", - "process": 183973, - "processName": "MainProcess", - "relativeCreated": 2167.1762466430664, - "stack_info": null, - "thread": 140631273916096, + "taskName": null, + "thread": 140181474629312, "threadName": "Thread-6 (_start)" }, { @@ -10505,27 +10825,28 @@ "RX <-", "service: authentification response, data_id: seed", "status: okay", - "'0110a97205e47154131da1a4f6026df6af13cce1f515b3c6dccffe91f0191b46'" + "'be1ce6e6a7798e984e4282fb73f762002a47e898323f3197afbe2bd75824312e'" ], - "asctime": "2025-03-23 16:46:58,264", - "created": 1742744818.264272, + "asctime": "2025-08-15 21:41:53,253", + "created": 1755286913.2533972, "exc_text": null, "filename": "__init__.py", "funcName": "__log_msg__", "levelname": "INFO", "levelno": 20, - "lineno": 445, - "message": "prot-client: RX <- service: authentification response, data_id: seed, status: okay, data: \"'0110a97205e47154131da1a4f6026df6af13cce1f515b3c6dccffe91f0191b46'\"", + "lineno": 438, + "message": "prot-client: RX <- service: authentification response, data_id: seed, status: okay, data: \"'be1ce6e6a7798e984e4282fb73f762002a47e898323f3197afbe2bd75824312e'\"", "module": "__init__", - "msecs": 264.0, + "msecs": 253.0, "msg": "%s %s %s, %s, data: \"%s\"", "name": "socket_protocol.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/socket_protocol/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/socket_protocol/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 2167.9587364196777, + "relativeCreated": 2235.730784, "stack_info": null, - "thread": 140631273916096, + "taskName": null, + "thread": 140181474629312, "threadName": "Thread-6 (_start)" }, { @@ -10533,25 +10854,26 @@ "prot-client:", "__authentificate_create_key__" ], - "asctime": "2025-03-23 16:46:58,264", - "created": 1742744818.264514, + "asctime": "2025-08-15 21:41:53,253", + "created": 1755286913.2537432, "exc_text": null, "filename": "__init__.py", "funcName": "__data_available_callback__", "levelname": "DEBUG", "levelno": 10, - "lineno": 503, + "lineno": 496, "message": "prot-client: Executing callback __authentificate_create_key__ to process received data", "module": "__init__", - "msecs": 264.0, + "msecs": 253.0, "msg": "%s Executing callback %s to process received data", "name": "socket_protocol.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/socket_protocol/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/socket_protocol/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 2168.200731277466, + "relativeCreated": 2236.076534, "stack_info": null, - "thread": 140631273916096, + "taskName": null, + "thread": 140181474629312, "threadName": "Thread-6 (_start)" }, { @@ -10560,235 +10882,244 @@ "TX ->", "service: authentification request, data_id: key", "status: okay", - "'ccad1e0dbfa7138e8617021934623e859f9ec96e32bb9b42d4ae3c0576808ddfad5848fbb0b9277fab9661760f5acfba1f50b84f3aad5fd85dc7cdc69b35f179'" + "'d11fc0b6a06e1536b25ec75c43999f4c2a5a4d3372ba4487cefd5448c104bc8155b2c69a9c131b20bfd7b5b5aefa3899d0e43344738cdab4e64e3b55ba172626'" ], - "asctime": "2025-03-23 16:46:58,264", - "created": 1742744818.264997, + "asctime": "2025-08-15 21:41:53,254", + "created": 1755286913.2543087, "exc_text": null, "filename": "__init__.py", "funcName": "__log_msg__", "levelname": "INFO", "levelno": 20, - "lineno": 445, - "message": "prot-client: TX -> service: authentification request, data_id: key, status: okay, data: \"'ccad1e0dbfa7138e8617021934623e859f9ec96e32bb9b42d4ae3c0576808ddfad5848fbb0b9277fab9661760f5acfba1f50b84f3aad5fd85dc7cdc69b35f179'\"", + "lineno": 438, + "message": "prot-client: TX -> service: authentification request, data_id: key, status: okay, data: \"'d11fc0b6a06e1536b25ec75c43999f4c2a5a4d3372ba4487cefd5448c104bc8155b2c69a9c131b20bfd7b5b5aefa3899d0e43344738cdab4e64e3b55ba172626'\"", "module": "__init__", - "msecs": 264.0, + "msecs": 254.0, "msg": "%s %s %s, %s, data: \"%s\"", "name": "socket_protocol.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/socket_protocol/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/socket_protocol/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 2168.6837673187256, + "relativeCreated": 2236.642051, "stack_info": null, - "thread": 140631273916096, + "taskName": null, + "thread": 140181474629312, "threadName": "Thread-6 (_start)" }, { "args": [ "comm-client:", - "(64): 3a 3c 7b 22 64 61 74 61 5f 69 64 22 3a 3d 20 31 2c 20 22 73 65 72 76 69 63 65 5f 69 64 22 3a 3d 20 30 2c 20 22 73 74 61 74 75 73 22 3a 3d 20 30 2c 20 22 64 61 74 61 22 3a 3d 20 22 63 63 61 64" + "(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 31 31 66" ], - "asctime": "2025-03-23 16:46:58,266", - "created": 1742744818.266224, + "asctime": "2025-08-15 21:41:53,259", + "created": 1755286913.2591107, "exc_text": null, "filename": "__init__.py", "funcName": "__tx__", "levelname": "INFO", "levelno": 20, - "lineno": 284, - "message": "comm-client: TX -> (64): 3a 3c 7b 22 64 61 74 61 5f 69 64 22 3a 3d 20 31 2c 20 22 73 65 72 76 69 63 65 5f 69 64 22 3a 3d 20 30 2c 20 22 73 74 61 74 75 73 22 3a 3d 20 30 2c 20 22 64 61 74 61 22 3a 3d 20 22 63 63 61 64", + "lineno": 286, + "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 31 31 66", "module": "__init__", - "msecs": 266.0, + "msecs": 259.0, "msg": "%s TX -> %s", "name": "helpers.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/helpers/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/helpers/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 2169.910669326782, + "relativeCreated": 2241.44411, "stack_info": null, - "thread": 140631282308800, + "taskName": null, + "thread": 140181483022016, "threadName": "Thread-5 (_start)" }, { "args": [ "comm-server:", - "(64): 3a 3c 7b 22 64 61 74 61 5f 69 64 22 3a 3d 20 31 2c 20 22 73 65 72 76 69 63 65 5f 69 64 22 3a 3d 20 30 2c 20 22 73 74 61 74 75 73 22 3a 3d 20 30 2c 20 22 64 61 74 61 22 3a 3d 20 22 63 63 61 64" + "(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 31 31 66" ], - "asctime": "2025-03-23 16:46:58,274", - "created": 1742744818.2747545, + "asctime": "2025-08-15 21:41:53,267", + "created": 1755286913.2676659, "exc_text": null, "filename": "__init__.py", "funcName": "__rx__", "levelname": "DEBUG", "levelno": 10, - "lineno": 414, - "message": "comm-server: RX <- (64): 3a 3c 7b 22 64 61 74 61 5f 69 64 22 3a 3d 20 31 2c 20 22 73 65 72 76 69 63 65 5f 69 64 22 3a 3d 20 30 2c 20 22 73 74 61 74 75 73 22 3a 3d 20 30 2c 20 22 64 61 74 61 22 3a 3d 20 22 63 63 61 64", + "lineno": 416, + "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 31 31 66", "module": "__init__", - "msecs": 274.0, + "msecs": 267.0, "msg": "%s RX <- %s", "name": "helpers.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/helpers/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/helpers/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 2178.441286087036, + "relativeCreated": 2249.999356, "stack_info": null, - "thread": 140631282308800, + "taskName": null, + "thread": 140181483022016, "threadName": "Thread-5 (_start)" }, { "args": [ "comm-client:", - "(64): 31 65 30 64 62 66 61 37 31 33 38 65 38 36 31 37 30 32 31 39 33 34 36 32 33 65 38 35 39 66 39 65 63 39 36 65 33 32 62 62 39 62 34 32 64 34 61 65 33 63 30 35 37 36 38 30 38 64 64 66 61 64 35 38" + "(64): 63 30 62 36 61 30 36 65 31 35 33 36 62 32 35 65 63 37 35 63 34 33 39 39 39 66 34 63 32 61 35 61 34 64 33 33 37 32 62 61 34 34 38 37 63 65 66 64 35 34 34 38 63 31 30 34 62 63 38 31 35 35 62 32" ], - "asctime": "2025-03-23 16:46:58,275", - "created": 1742744818.2756257, + "asctime": "2025-08-15 21:41:53,268", + "created": 1755286913.268561, "exc_text": null, "filename": "__init__.py", "funcName": "__tx__", "levelname": "INFO", "levelno": 20, - "lineno": 284, - "message": "comm-client: TX -> (64): 31 65 30 64 62 66 61 37 31 33 38 65 38 36 31 37 30 32 31 39 33 34 36 32 33 65 38 35 39 66 39 65 63 39 36 65 33 32 62 62 39 62 34 32 64 34 61 65 33 63 30 35 37 36 38 30 38 64 64 66 61 64 35 38", + "lineno": 286, + "message": "comm-client: TX -> (64): 63 30 62 36 61 30 36 65 31 35 33 36 62 32 35 65 63 37 35 63 34 33 39 39 39 66 34 63 32 61 35 61 34 64 33 33 37 32 62 61 34 34 38 37 63 65 66 64 35 34 34 38 63 31 30 34 62 63 38 31 35 35 62 32", "module": "__init__", - "msecs": 275.0, + "msecs": 268.0, "msg": "%s TX -> %s", "name": "helpers.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/helpers/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/helpers/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 2179.3124675750732, + "relativeCreated": 2250.894284, "stack_info": null, - "thread": 140631282308800, + "taskName": null, + "thread": 140181483022016, "threadName": "Thread-5 (_start)" }, { "args": [ "comm-server:", - "(64): 31 65 30 64 62 66 61 37 31 33 38 65 38 36 31 37 30 32 31 39 33 34 36 32 33 65 38 35 39 66 39 65 63 39 36 65 33 32 62 62 39 62 34 32 64 34 61 65 33 63 30 35 37 36 38 30 38 64 64 66 61 64 35 38" + "(64): 63 30 62 36 61 30 36 65 31 35 33 36 62 32 35 65 63 37 35 63 34 33 39 39 39 66 34 63 32 61 35 61 34 64 33 33 37 32 62 61 34 34 38 37 63 65 66 64 35 34 34 38 63 31 30 34 62 63 38 31 35 35 62 32" ], - "asctime": "2025-03-23 16:46:58,284", - "created": 1742744818.2842233, + "asctime": "2025-08-15 21:41:53,277", + "created": 1755286913.2770414, "exc_text": null, "filename": "__init__.py", "funcName": "__rx__", "levelname": "DEBUG", "levelno": 10, - "lineno": 414, - "message": "comm-server: RX <- (64): 31 65 30 64 62 66 61 37 31 33 38 65 38 36 31 37 30 32 31 39 33 34 36 32 33 65 38 35 39 66 39 65 63 39 36 65 33 32 62 62 39 62 34 32 64 34 61 65 33 63 30 35 37 36 38 30 38 64 64 66 61 64 35 38", + "lineno": 416, + "message": "comm-server: RX <- (64): 63 30 62 36 61 30 36 65 31 35 33 36 62 32 35 65 63 37 35 63 34 33 39 39 39 66 34 63 32 61 35 61 34 64 33 33 37 32 62 61 34 34 38 37 63 65 66 64 35 34 34 38 63 31 30 34 62 63 38 31 35 35 62 32", "module": "__init__", - "msecs": 284.0, + "msecs": 277.0, "msg": "%s RX <- %s", "name": "helpers.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/helpers/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/helpers/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 2187.9100799560547, + "relativeCreated": 2259.374944, "stack_info": null, - "thread": 140631282308800, + "taskName": null, + "thread": 140181483022016, "threadName": "Thread-5 (_start)" }, { "args": [ "comm-client:", - "(64): 34 38 66 62 62 30 62 39 32 37 37 66 61 62 39 36 36 31 37 36 30 66 35 61 63 66 62 61 31 66 35 30 62 38 34 66 33 61 61 64 35 66 64 38 35 64 63 37 63 64 63 36 39 62 33 35 66 31 37 39 22 7d 9f 4f" + "(64): 63 36 39 61 39 63 31 33 31 62 32 30 62 66 64 37 62 35 62 35 61 65 66 61 33 38 39 39 64 30 65 34 33 33 34 34 37 33 38 63 64 61 62 34 65 36 34 65 33 62 35 35 62 61 31 37 32 36 32 36 22 7d 60 ed" ], - "asctime": "2025-03-23 16:46:58,284", - "created": 1742744818.2849827, + "asctime": "2025-08-15 21:41:53,277", + "created": 1755286913.2778437, "exc_text": null, "filename": "__init__.py", "funcName": "__tx__", "levelname": "INFO", "levelno": 20, - "lineno": 284, - "message": "comm-client: TX -> (64): 34 38 66 62 62 30 62 39 32 37 37 66 61 62 39 36 36 31 37 36 30 66 35 61 63 66 62 61 31 66 35 30 62 38 34 66 33 61 61 64 35 66 64 38 35 64 63 37 63 64 63 36 39 62 33 35 66 31 37 39 22 7d 9f 4f", + "lineno": 286, + "message": "comm-client: TX -> (64): 63 36 39 61 39 63 31 33 31 62 32 30 62 66 64 37 62 35 62 35 61 65 66 61 33 38 39 39 64 30 65 34 33 33 34 34 37 33 38 63 64 61 62 34 65 36 34 65 33 62 35 35 62 61 31 37 32 36 32 36 22 7d 60 ed", "module": "__init__", - "msecs": 284.0, + "msecs": 277.0, "msg": "%s TX -> %s", "name": "helpers.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/helpers/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/helpers/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 2188.669443130493, + "relativeCreated": 2260.17725, "stack_info": null, - "thread": 140631282308800, + "taskName": null, + "thread": 140181483022016, "threadName": "Thread-5 (_start)" }, { "args": [ "comm-server:", - "(64): 34 38 66 62 62 30 62 39 32 37 37 66 61 62 39 36 36 31 37 36 30 66 35 61 63 66 62 61 31 66 35 30 62 38 34 66 33 61 61 64 35 66 64 38 35 64 63 37 63 64 63 36 39 62 33 35 66 31 37 39 22 7d 9f 4f" + "(64): 63 36 39 61 39 63 31 33 31 62 32 30 62 66 64 37 62 35 62 35 61 65 66 61 33 38 39 39 64 30 65 34 33 33 34 34 37 33 38 63 64 61 62 34 65 36 34 65 33 62 35 35 62 61 31 37 32 36 32 36 22 7d 60 ed" ], - "asctime": "2025-03-23 16:46:58,293", - "created": 1742744818.2935636, + "asctime": "2025-08-15 21:41:53,286", + "created": 1755286913.2863226, "exc_text": null, "filename": "__init__.py", "funcName": "__rx__", "levelname": "DEBUG", "levelno": 10, - "lineno": 414, - "message": "comm-server: RX <- (64): 34 38 66 62 62 30 62 39 32 37 37 66 61 62 39 36 36 31 37 36 30 66 35 61 63 66 62 61 31 66 35 30 62 38 34 66 33 61 61 64 35 66 64 38 35 64 63 37 63 64 63 36 39 62 33 35 66 31 37 39 22 7d 9f 4f", + "lineno": 416, + "message": "comm-server: RX <- (64): 63 36 39 61 39 63 31 33 31 62 32 30 62 66 64 37 62 35 62 35 61 65 66 61 33 38 39 39 64 30 65 34 33 33 34 34 37 33 38 63 64 61 62 34 65 36 34 65 33 62 35 35 62 61 31 37 32 36 32 36 22 7d 60 ed", "module": "__init__", - "msecs": 293.0, + "msecs": 286.0, "msg": "%s RX <- %s", "name": "helpers.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/helpers/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/helpers/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 2197.2503662109375, + "relativeCreated": 2268.656058, "stack_info": null, - "thread": 140631282308800, + "taskName": null, + "thread": 140181483022016, "threadName": "Thread-5 (_start)" }, { "args": [ "comm-client:", - "(4): 25 8d 3a 3e" + "(4): ad 67 3a 3e" ], - "asctime": "2025-03-23 16:46:58,294", - "created": 1742744818.2942817, + "asctime": "2025-08-15 21:41:53,287", + "created": 1755286913.2870293, "exc_text": null, "filename": "__init__.py", "funcName": "__tx__", "levelname": "INFO", "levelno": 20, - "lineno": 284, - "message": "comm-client: TX -> (4): 25 8d 3a 3e", + "lineno": 286, + "message": "comm-client: TX -> (4): ad 67 3a 3e", "module": "__init__", - "msecs": 294.0, + "msecs": 287.0, "msg": "%s TX -> %s", "name": "helpers.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/helpers/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/helpers/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 2197.9684829711914, + "relativeCreated": 2269.362569, "stack_info": null, - "thread": 140631282308800, + "taskName": null, + "thread": 140181483022016, "threadName": "Thread-5 (_start)" }, { "args": [ "comm-server:", - "(4): 25 8d 3a 3e" + "(4): ad 67 3a 3e" ], - "asctime": "2025-03-23 16:46:58,295", - "created": 1742744818.2952032, + "asctime": "2025-08-15 21:41:53,290", + "created": 1755286913.2907758, "exc_text": null, "filename": "__init__.py", "funcName": "__rx__", "levelname": "DEBUG", "levelno": 10, - "lineno": 414, - "message": "comm-server: RX <- (4): 25 8d 3a 3e", + "lineno": 416, + "message": "comm-server: RX <- (4): ad 67 3a 3e", "module": "__init__", - "msecs": 295.0, + "msecs": 290.0, "msg": "%s RX <- %s", "name": "helpers.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/helpers/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/helpers/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 2198.889970779419, + "relativeCreated": 2273.109301, "stack_info": null, - "thread": 140631282308800, + "taskName": null, + "thread": 140181483022016, "threadName": "Thread-5 (_start)" }, { @@ -10797,27 +11128,28 @@ "RX <-", "service: authentification request, data_id: key", "status: okay", - "'ccad1e0dbfa7138e8617021934623e859f9ec96e32bb9b42d4ae3c0576808ddfad5848fbb0b9277fab9661760f5acfba1f50b84f3aad5fd85dc7cdc69b35f179'" + "'d11fc0b6a06e1536b25ec75c43999f4c2a5a4d3372ba4487cefd5448c104bc8155b2c69a9c131b20bfd7b5b5aefa3899d0e43344738cdab4e64e3b55ba172626'" ], - "asctime": "2025-03-23 16:46:58,296", - "created": 1742744818.2961333, + "asctime": "2025-08-15 21:41:53,291", + "created": 1755286913.291803, "exc_text": null, "filename": "__init__.py", "funcName": "__log_msg__", "levelname": "INFO", "levelno": 20, - "lineno": 445, - "message": "prot-server: RX <- service: authentification request, data_id: key, status: okay, data: \"'ccad1e0dbfa7138e8617021934623e859f9ec96e32bb9b42d4ae3c0576808ddfad5848fbb0b9277fab9661760f5acfba1f50b84f3aad5fd85dc7cdc69b35f179'\"", + "lineno": 438, + "message": "prot-server: RX <- service: authentification request, data_id: key, status: okay, data: \"'d11fc0b6a06e1536b25ec75c43999f4c2a5a4d3372ba4487cefd5448c104bc8155b2c69a9c131b20bfd7b5b5aefa3899d0e43344738cdab4e64e3b55ba172626'\"", "module": "__init__", - "msecs": 296.0, + "msecs": 291.0, "msg": "%s %s %s, %s, data: \"%s\"", "name": "socket_protocol.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/socket_protocol/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/socket_protocol/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 2199.820041656494, + "relativeCreated": 2274.13622, "stack_info": null, - "thread": 140631282308800, + "taskName": null, + "thread": 140181483022016, "threadName": "Thread-5 (_start)" }, { @@ -10825,25 +11157,26 @@ "prot-server:", "__authentificate_check_key__" ], - "asctime": "2025-03-23 16:46:58,296", - "created": 1742744818.2963834, + "asctime": "2025-08-15 21:41:53,292", + "created": 1755286913.292149, "exc_text": null, "filename": "__init__.py", "funcName": "__data_available_callback__", "levelname": "DEBUG", "levelno": 10, - "lineno": 488, + "lineno": 481, "message": "prot-server: Executing callback __authentificate_check_key__ to process received data", "module": "__init__", - "msecs": 296.0, + "msecs": 292.0, "msg": "%s Executing callback %s to process received data", "name": "socket_protocol.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/socket_protocol/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/socket_protocol/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 2200.0701427459717, + "relativeCreated": 2274.482484, "stack_info": null, - "thread": 140631282308800, + "taskName": null, + "thread": 140181483022016, "threadName": "Thread-5 (_start)" }, { @@ -10854,25 +11187,26 @@ "status: okay", "False" ], - "asctime": "2025-03-23 16:46:58,296", - "created": 1742744818.2967315, + "asctime": "2025-08-15 21:41:53,292", + "created": 1755286913.2926652, "exc_text": null, "filename": "__init__.py", "funcName": "__log_msg__", "levelname": "INFO", "levelno": 20, - "lineno": 445, + "lineno": 438, "message": "prot-server: TX -> service: authentification response, data_id: key, status: okay, data: \"False\"", "module": "__init__", - "msecs": 296.0, + "msecs": 292.0, "msg": "%s %s %s, %s, data: \"%s\"", "name": "socket_protocol.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/socket_protocol/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/socket_protocol/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 2200.41823387146, + "relativeCreated": 2274.998704, "stack_info": null, - "thread": 140631282308800, + "taskName": null, + "thread": 140181483022016, "threadName": "Thread-5 (_start)" }, { @@ -10880,25 +11214,26 @@ "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": "2025-03-23 16:46:58,297", - "created": 1742744818.297559, + "asctime": "2025-08-15 21:41:53,298", + "created": 1755286913.2989101, "exc_text": null, "filename": "__init__.py", "funcName": "__tx__", "levelname": "INFO", "levelno": 20, - "lineno": 284, + "lineno": 286, "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": 297.0, + "msecs": 298.0, "msg": "%s TX -> %s", "name": "helpers.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/helpers/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/helpers/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 2201.2457847595215, + "relativeCreated": 2281.243667, "stack_info": null, - "thread": 140631273916096, + "taskName": null, + "thread": 140181474629312, "threadName": "Thread-6 (_start)" }, { @@ -10906,25 +11241,26 @@ "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": "2025-03-23 16:46:58,306", - "created": 1742744818.306225, + "asctime": "2025-08-15 21:41:53,307", + "created": 1755286913.3074124, "exc_text": null, "filename": "__init__.py", "funcName": "__rx__", "levelname": "DEBUG", "levelno": 10, - "lineno": 414, + "lineno": 416, "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": 306.0, + "msecs": 307.0, "msg": "%s RX <- %s", "name": "helpers.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/helpers/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/helpers/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 2209.911823272705, + "relativeCreated": 2289.745856, "stack_info": null, - "thread": 140631273916096, + "taskName": null, + "thread": 140181474629312, "threadName": "Thread-6 (_start)" }, { @@ -10932,25 +11268,26 @@ "comm-server:", "(7): 7d ea 0a 5c b4 3a 3e" ], - "asctime": "2025-03-23 16:46:58,306", - "created": 1742744818.3069599, + "asctime": "2025-08-15 21:41:53,308", + "created": 1755286913.3081706, "exc_text": null, "filename": "__init__.py", "funcName": "__tx__", "levelname": "INFO", "levelno": 20, - "lineno": 284, + "lineno": 286, "message": "comm-server: TX -> (7): 7d ea 0a 5c b4 3a 3e", "module": "__init__", - "msecs": 306.0, + "msecs": 308.0, "msg": "%s TX -> %s", "name": "helpers.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/helpers/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/helpers/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 2210.646629333496, + "relativeCreated": 2290.503903, "stack_info": null, - "thread": 140631273916096, + "taskName": null, + "thread": 140181474629312, "threadName": "Thread-6 (_start)" }, { @@ -10958,25 +11295,26 @@ "comm-client:", "(7): 7d ea 0a 5c b4 3a 3e" ], - "asctime": "2025-03-23 16:46:58,308", - "created": 1742744818.3082662, + "asctime": "2025-08-15 21:41:53,309", + "created": 1755286913.3094616, "exc_text": null, "filename": "__init__.py", "funcName": "__rx__", "levelname": "DEBUG", "levelno": 10, - "lineno": 414, + "lineno": 416, "message": "comm-client: RX <- (7): 7d ea 0a 5c b4 3a 3e", "module": "__init__", - "msecs": 308.0, + "msecs": 309.0, "msg": "%s RX <- %s", "name": "helpers.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/helpers/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/helpers/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 2211.9529247283936, + "relativeCreated": 2291.794854, "stack_info": null, - "thread": 140631273916096, + "taskName": null, + "thread": 140181474629312, "threadName": "Thread-6 (_start)" }, { @@ -10987,25 +11325,26 @@ "status: okay", "False" ], - "asctime": "2025-03-23 16:46:58,308", - "created": 1742744818.3089452, + "asctime": "2025-08-15 21:41:53,310", + "created": 1755286913.310222, "exc_text": null, "filename": "__init__.py", "funcName": "__log_msg__", "levelname": "INFO", "levelno": 20, - "lineno": 445, + "lineno": 438, "message": "prot-client: RX <- service: authentification response, data_id: key, status: okay, data: \"False\"", "module": "__init__", - "msecs": 308.0, + "msecs": 310.0, "msg": "%s %s %s, %s, data: \"%s\"", "name": "socket_protocol.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/socket_protocol/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/socket_protocol/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 2212.631940841675, + "relativeCreated": 2292.555139, "stack_info": null, - "thread": 140631273916096, + "taskName": null, + "thread": 140181474629312, "threadName": "Thread-6 (_start)" }, { @@ -11013,72 +11352,75 @@ "prot-client:", "__authentificate_process_feedback__" ], - "asctime": "2025-03-23 16:46:58,309", - "created": 1742744818.309188, + "asctime": "2025-08-15 21:41:53,310", + "created": 1755286913.3105524, "exc_text": null, "filename": "__init__.py", "funcName": "__data_available_callback__", "levelname": "DEBUG", "levelno": 10, - "lineno": 503, + "lineno": 496, "message": "prot-client: Executing callback __authentificate_process_feedback__ to process received data", "module": "__init__", - "msecs": 309.0, + "msecs": 310.0, "msg": "%s Executing callback %s to process received data", "name": "socket_protocol.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/socket_protocol/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/socket_protocol/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 2212.8746509552, + "relativeCreated": 2292.885761, "stack_info": null, - "thread": 140631273916096, + "taskName": null, + "thread": 140181474629312, "threadName": "Thread-6 (_start)" }, { "args": [ "prot-client:" ], - "asctime": "2025-03-23 16:46:58,309", - "created": 1742744818.3093896, + "asctime": "2025-08-15 21:41:53,310", + "created": 1755286913.310923, "exc_text": null, "filename": "__init__.py", "funcName": "__authentificate_process_feedback__", "levelname": "WARNING", "levelno": 30, - "lineno": 373, + "lineno": 366, "message": "prot-client: Got negative authentification feedback", "module": "__init__", - "msecs": 309.0, + "msecs": 310.0, "msg": "%s Got negative authentification feedback", "name": "socket_protocol.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/socket_protocol/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/socket_protocol/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 2213.07635307312, + "relativeCreated": 2293.256504, "stack_info": null, - "thread": 140631273916096, + "taskName": null, + "thread": 140181474629312, "threadName": "Thread-6 (_start)" } ], - "msecs": 330.0, + "msecs": 314.0, "msg": "Performing Authentification", "name": "__tLogger__", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/tests/test_communication.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/tests/test_communication.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 2234.4090938568115, + "relativeCreated": 2297.26637, "stack_info": null, - "thread": 140631409799232, + "taskName": null, + "thread": 140181752467712, "threadName": "MainThread", - "time_consumption": 0.021332740783691406 + "time_consumption": 0.00400996208190918 }, { "args": [ "False", "" ], - "asctime": "2025-03-23 16:46:58,331", - "created": 1742744818.3316936, + "asctime": "2025-08-15 21:41:53,316", + "created": 1755286913.3160672, "exc_text": null, "filename": "test.py", "funcName": "equivalency_chk", @@ -11094,8 +11436,8 @@ "False", "" ], - "asctime": "2025-03-23 16:46:58,331", - "created": 1742744818.3313031, + "asctime": "2025-08-15 21:41:53,315", + "created": 1755286913.315489, "exc_text": null, "filename": "test.py", "funcName": "__report_result__", @@ -11104,15 +11446,16 @@ "lineno": 22, "message": "Result (Return Value of authentification method): False ()", "module": "test", - "msecs": 331.0, + "msecs": 315.0, "msg": "Result (%s): %s (%s)", "name": "__unittest__", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/unittest/test.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/unittest/test.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 2234.989881515503, + "relativeCreated": 2297.822451, "stack_info": null, - "thread": 140631409799232, + "taskName": null, + "thread": 140181752467712, "threadName": "MainThread" }, { @@ -11122,8 +11465,8 @@ "False", "" ], - "asctime": "2025-03-23 16:46:58,331", - "created": 1742744818.3315163, + "asctime": "2025-08-15 21:41:53,315", + "created": 1755286913.3157752, "exc_text": null, "filename": "test.py", "funcName": "__report_expectation__", @@ -11132,37 +11475,39 @@ "lineno": 26, "message": "Expectation (Return Value of authentification method): result = False ()", "module": "test", - "msecs": 331.0, + "msecs": 315.0, "msg": "Expectation (%s): result %s %s (%s)", "name": "__unittest__", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/unittest/test.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/unittest/test.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 2235.2030277252197, + "relativeCreated": 2298.108566, "stack_info": null, - "thread": 140631409799232, + "taskName": null, + "thread": 140181752467712, "threadName": "MainThread" } ], - "msecs": 331.0, + "msecs": 316.0, "msg": "Return Value of authentification method is correct (Content %s and Type is %s).", "name": "__tLogger__", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/unittest/test.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/unittest/test.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 2235.3804111480713, + "relativeCreated": 2298.400812, "stack_info": null, - "thread": 140631409799232, + "taskName": null, + "thread": 140181752467712, "threadName": "MainThread", - "time_consumption": 0.0001773834228515625 + "time_consumption": 0.00029206275939941406 }, { "args": [ "False", "" ], - "asctime": "2025-03-23 16:46:58,332", - "created": 1742744818.332342, + "asctime": "2025-08-15 21:41:53,316", + "created": 1755286913.3169863, "exc_text": null, "filename": "test.py", "funcName": "equivalency_chk", @@ -11178,8 +11523,8 @@ "False", "" ], - "asctime": "2025-03-23 16:46:58,332", - "created": 1742744818.3320112, + "asctime": "2025-08-15 21:41:53,316", + "created": 1755286913.3164885, "exc_text": null, "filename": "test.py", "funcName": "__report_result__", @@ -11188,15 +11533,16 @@ "lineno": 22, "message": "Result (Authentification state of server): False ()", "module": "test", - "msecs": 332.0, + "msecs": 316.0, "msg": "Result (%s): %s (%s)", "name": "__unittest__", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/unittest/test.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/unittest/test.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 2235.6979846954346, + "relativeCreated": 2298.821884, "stack_info": null, - "thread": 140631409799232, + "taskName": null, + "thread": 140181752467712, "threadName": "MainThread" }, { @@ -11206,8 +11552,8 @@ "False", "" ], - "asctime": "2025-03-23 16:46:58,332", - "created": 1742744818.332182, + "asctime": "2025-08-15 21:41:53,316", + "created": 1755286913.31675, "exc_text": null, "filename": "test.py", "funcName": "__report_expectation__", @@ -11216,37 +11562,39 @@ "lineno": 26, "message": "Expectation (Authentification state of server): result = False ()", "module": "test", - "msecs": 332.0, + "msecs": 316.0, "msg": "Expectation (%s): result %s %s (%s)", "name": "__unittest__", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/unittest/test.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/unittest/test.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 2235.8686923980713, + "relativeCreated": 2299.083496, "stack_info": null, - "thread": 140631409799232, + "taskName": null, + "thread": 140181752467712, "threadName": "MainThread" } ], - "msecs": 332.0, + "msecs": 316.0, "msg": "Authentification state of server is correct (Content %s and Type is %s).", "name": "__tLogger__", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/unittest/test.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/unittest/test.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 2236.0286712646484, + "relativeCreated": 2299.319896, "stack_info": null, - "thread": 140631409799232, + "taskName": null, + "thread": 140181752467712, "threadName": "MainThread", - "time_consumption": 0.00015997886657714844 + "time_consumption": 0.00023627281188964844 }, { "args": [ "False", "" ], - "asctime": "2025-03-23 16:46:58,332", - "created": 1742744818.33293, + "asctime": "2025-08-15 21:41:53,317", + "created": 1755286913.3178673, "exc_text": null, "filename": "test.py", "funcName": "equivalency_chk", @@ -11262,8 +11610,8 @@ "False", "" ], - "asctime": "2025-03-23 16:46:58,332", - "created": 1742744818.3326125, + "asctime": "2025-08-15 21:41:53,317", + "created": 1755286913.317381, "exc_text": null, "filename": "test.py", "funcName": "__report_result__", @@ -11272,15 +11620,16 @@ "lineno": 22, "message": "Result (Authentification state of client): False ()", "module": "test", - "msecs": 332.0, + "msecs": 317.0, "msg": "Result (%s): %s (%s)", "name": "__unittest__", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/unittest/test.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/unittest/test.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 2236.2992763519287, + "relativeCreated": 2299.714301, "stack_info": null, - "thread": 140631409799232, + "taskName": null, + "thread": 140181752467712, "threadName": "MainThread" }, { @@ -11290,8 +11639,8 @@ "False", "" ], - "asctime": "2025-03-23 16:46:58,332", - "created": 1742744818.3327773, + "asctime": "2025-08-15 21:41:53,317", + "created": 1755286913.317634, "exc_text": null, "filename": "test.py", "funcName": "__report_expectation__", @@ -11300,34 +11649,36 @@ "lineno": 26, "message": "Expectation (Authentification state of client): result = False ()", "module": "test", - "msecs": 332.0, + "msecs": 317.0, "msg": "Expectation (%s): result %s %s (%s)", "name": "__unittest__", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/unittest/test.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/unittest/test.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 2236.464023590088, + "relativeCreated": 2299.96748, "stack_info": null, - "thread": 140631409799232, + "taskName": null, + "thread": 140181752467712, "threadName": "MainThread" } ], - "msecs": 332.0, + "msecs": 317.0, "msg": "Authentification state of client is correct (Content %s and Type is %s).", "name": "__tLogger__", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/unittest/test.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/unittest/test.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 2236.616849899292, + "relativeCreated": 2300.200598, "stack_info": null, - "thread": 140631409799232, + "taskName": null, + "thread": 140181752467712, "threadName": "MainThread", - "time_consumption": 0.00015282630920410156 + "time_consumption": 0.00023317337036132812 }, { "args": [], - "asctime": "2025-03-23 16:46:58,333", - "created": 1742744818.3331606, + "asctime": "2025-08-15 21:41:53,318", + "created": 1755286913.3182635, "exc_text": null, "filename": "test_communication.py", "funcName": "manual_authentification", @@ -11337,22 +11688,23 @@ "message": "Identical secrets set", "module": "test_communication", "moduleLogger": [], - "msecs": 333.0, + "msecs": 318.0, "msg": "Identical secrets set", "name": "__tLogger__", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/tests/test_communication.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/tests/test_communication.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 2236.847400665283, + "relativeCreated": 2300.596997, "stack_info": null, - "thread": 140631409799232, + "taskName": null, + "thread": 140181752467712, "threadName": "MainThread", "time_consumption": 0.0 }, { "args": [], - "asctime": "2025-03-23 16:46:58,434", - "created": 1742744818.4345274, + "asctime": "2025-08-15 21:41:53,423", + "created": 1755286913.423975, "exc_text": null, "filename": "test_communication.py", "funcName": "manual_authentification", @@ -11370,25 +11722,26 @@ "status: okay", "None" ], - "asctime": "2025-03-23 16:46:58,333", - "created": 1742744818.333518, + "asctime": "2025-08-15 21:41:53,322", + "created": 1755286913.3229077, "exc_text": null, "filename": "__init__.py", "funcName": "__log_msg__", "levelname": "INFO", "levelno": 20, - "lineno": 445, + "lineno": 438, "message": "prot-client: TX -> service: authentification request, data_id: seed, status: okay, data: \"None\"", "module": "__init__", - "msecs": 333.0, + "msecs": 322.0, "msg": "%s %s %s, %s, data: \"%s\"", "name": "socket_protocol.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/socket_protocol/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/socket_protocol/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 2237.2047901153564, + "relativeCreated": 2305.241081, "stack_info": null, - "thread": 140631409799232, + "taskName": null, + "thread": 140181752467712, "threadName": "MainThread" }, { @@ -11396,25 +11749,26 @@ "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": "2025-03-23 16:46:58,334", - "created": 1742744818.3343868, + "asctime": "2025-08-15 21:41:53,324", + "created": 1755286913.3240125, "exc_text": null, "filename": "__init__.py", "funcName": "__tx__", "levelname": "INFO", "levelno": 20, - "lineno": 284, + "lineno": 286, "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": 334.0, + "msecs": 324.0, "msg": "%s TX -> %s", "name": "helpers.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/helpers/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/helpers/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 2238.0735874176025, + "relativeCreated": 2306.346043, "stack_info": null, - "thread": 140631282308800, + "taskName": null, + "thread": 140181483022016, "threadName": "Thread-5 (_start)" }, { @@ -11422,25 +11776,26 @@ "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": "2025-03-23 16:46:58,343", - "created": 1742744818.3431535, + "asctime": "2025-08-15 21:41:53,332", + "created": 1755286913.3325167, "exc_text": null, "filename": "__init__.py", "funcName": "__rx__", "levelname": "DEBUG", "levelno": 10, - "lineno": 414, + "lineno": 416, "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": 343.0, + "msecs": 332.0, "msg": "%s RX <- %s", "name": "helpers.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/helpers/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/helpers/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 2246.840238571167, + "relativeCreated": 2314.849938, "stack_info": null, - "thread": 140631282308800, + "taskName": null, + "thread": 140181483022016, "threadName": "Thread-5 (_start)" }, { @@ -11448,25 +11803,26 @@ "comm-client:", "(6): fd 82 a2 a9 3a 3e" ], - "asctime": "2025-03-23 16:46:58,343", - "created": 1742744818.3438911, + "asctime": "2025-08-15 21:41:53,333", + "created": 1755286913.3333106, "exc_text": null, "filename": "__init__.py", "funcName": "__tx__", "levelname": "INFO", "levelno": 20, - "lineno": 284, + "lineno": 286, "message": "comm-client: TX -> (6): fd 82 a2 a9 3a 3e", "module": "__init__", - "msecs": 343.0, + "msecs": 333.0, "msg": "%s TX -> %s", "name": "helpers.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/helpers/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/helpers/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 2247.577905654907, + "relativeCreated": 2315.644247, "stack_info": null, - "thread": 140631282308800, + "taskName": null, + "thread": 140181483022016, "threadName": "Thread-5 (_start)" }, { @@ -11474,25 +11830,26 @@ "comm-server:", "(6): fd 82 a2 a9 3a 3e" ], - "asctime": "2025-03-23 16:46:58,345", - "created": 1742744818.345056, + "asctime": "2025-08-15 21:41:53,334", + "created": 1755286913.3344893, "exc_text": null, "filename": "__init__.py", "funcName": "__rx__", "levelname": "DEBUG", "levelno": 10, - "lineno": 414, + "lineno": 416, "message": "comm-server: RX <- (6): fd 82 a2 a9 3a 3e", "module": "__init__", - "msecs": 345.0, + "msecs": 334.0, "msg": "%s RX <- %s", "name": "helpers.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/helpers/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/helpers/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 2248.7428188323975, + "relativeCreated": 2316.822787, "stack_info": null, - "thread": 140631282308800, + "taskName": null, + "thread": 140181483022016, "threadName": "Thread-5 (_start)" }, { @@ -11503,25 +11860,26 @@ "status: okay", "None" ], - "asctime": "2025-03-23 16:46:58,345", - "created": 1742744818.3457325, + "asctime": "2025-08-15 21:41:53,335", + "created": 1755286913.3352857, "exc_text": null, "filename": "__init__.py", "funcName": "__log_msg__", "levelname": "INFO", "levelno": 20, - "lineno": 445, + "lineno": 438, "message": "prot-server: RX <- service: authentification request, data_id: seed, status: okay, data: \"None\"", "module": "__init__", - "msecs": 345.0, + "msecs": 335.0, "msg": "%s %s %s, %s, data: \"%s\"", "name": "socket_protocol.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/socket_protocol/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/socket_protocol/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 2249.4192123413086, + "relativeCreated": 2317.619122, "stack_info": null, - "thread": 140631282308800, + "taskName": null, + "thread": 140181483022016, "threadName": "Thread-5 (_start)" }, { @@ -11529,25 +11887,26 @@ "prot-server:", "__authentificate_create_seed__" ], - "asctime": "2025-03-23 16:46:58,346", - "created": 1742744818.346003, + "asctime": "2025-08-15 21:41:53,335", + "created": 1755286913.335603, "exc_text": null, "filename": "__init__.py", "funcName": "__data_available_callback__", "levelname": "DEBUG", "levelno": 10, - "lineno": 488, + "lineno": 481, "message": "prot-server: Executing callback __authentificate_create_seed__ to process received data", "module": "__init__", - "msecs": 346.0, + "msecs": 335.0, "msg": "%s Executing callback %s to process received data", "name": "socket_protocol.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/socket_protocol/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/socket_protocol/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 2249.689817428589, + "relativeCreated": 2317.936281, "stack_info": null, - "thread": 140631282308800, + "taskName": null, + "thread": 140181483022016, "threadName": "Thread-5 (_start)" }, { @@ -11556,183 +11915,190 @@ "TX ->", "service: authentification response, data_id: seed", "status: okay", - "'9cbb1defd4e0909a9d1471cd7e9b045b639ea75e19d3e5f66be7d91d7426bfbe'" + "'2fe61a51bfa7a30b0521558aaab9db58a190d59ec092a424e71d17eff8554721'" ], - "asctime": "2025-03-23 16:46:58,346", - "created": 1742744818.3463483, + "asctime": "2025-08-15 21:41:53,336", + "created": 1755286913.3360488, "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: \"'9cbb1defd4e0909a9d1471cd7e9b045b639ea75e19d3e5f66be7d91d7426bfbe'\"", + "lineno": 438, + "message": "prot-server: TX -> service: authentification response, data_id: seed, status: okay, data: \"'2fe61a51bfa7a30b0521558aaab9db58a190d59ec092a424e71d17eff8554721'\"", "module": "__init__", - "msecs": 346.0, + "msecs": 336.0, "msg": "%s %s %s, %s, data: \"%s\"", "name": "socket_protocol.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/socket_protocol/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/socket_protocol/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 2250.035047531128, + "relativeCreated": 2318.38226, "stack_info": null, - "thread": 140631282308800, + "taskName": null, + "thread": 140181483022016, "threadName": "Thread-5 (_start)" }, { "args": [ "comm-server:", - "(64): 3a 3c 7b 22 64 61 74 61 5f 69 64 22 3a 3d 20 30 2c 20 22 73 65 72 76 69 63 65 5f 69 64 22 3a 3d 20 31 2c 20 22 73 74 61 74 75 73 22 3a 3d 20 30 2c 20 22 64 61 74 61 22 3a 3d 20 22 39 63 62 62" + "(64): 3a 3c 7b 22 64 61 74 61 5f 69 64 22 3a 3d 20 30 2c 20 22 73 65 72 76 69 63 65 5f 69 64 22 3a 3d 20 31 2c 20 22 73 74 61 74 75 73 22 3a 3d 20 30 2c 20 22 64 61 74 61 22 3a 3d 20 22 32 66 65 36" ], - "asctime": "2025-03-23 16:46:58,347", - "created": 1742744818.3473206, + "asctime": "2025-08-15 21:41:53,337", + "created": 1755286913.3371646, "exc_text": null, "filename": "__init__.py", "funcName": "__tx__", "levelname": "INFO", "levelno": 20, - "lineno": 284, - "message": "comm-server: TX -> (64): 3a 3c 7b 22 64 61 74 61 5f 69 64 22 3a 3d 20 30 2c 20 22 73 65 72 76 69 63 65 5f 69 64 22 3a 3d 20 31 2c 20 22 73 74 61 74 75 73 22 3a 3d 20 30 2c 20 22 64 61 74 61 22 3a 3d 20 22 39 63 62 62", + "lineno": 286, + "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 32 66 65 36", "module": "__init__", - "msecs": 347.0, + "msecs": 337.0, "msg": "%s TX -> %s", "name": "helpers.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/helpers/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/helpers/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 2251.007318496704, + "relativeCreated": 2319.498002, "stack_info": null, - "thread": 140631273916096, + "taskName": null, + "thread": 140181474629312, "threadName": "Thread-6 (_start)" }, { "args": [ "comm-client:", - "(64): 3a 3c 7b 22 64 61 74 61 5f 69 64 22 3a 3d 20 30 2c 20 22 73 65 72 76 69 63 65 5f 69 64 22 3a 3d 20 31 2c 20 22 73 74 61 74 75 73 22 3a 3d 20 30 2c 20 22 64 61 74 61 22 3a 3d 20 22 39 63 62 62" + "(64): 3a 3c 7b 22 64 61 74 61 5f 69 64 22 3a 3d 20 30 2c 20 22 73 65 72 76 69 63 65 5f 69 64 22 3a 3d 20 31 2c 20 22 73 74 61 74 75 73 22 3a 3d 20 30 2c 20 22 64 61 74 61 22 3a 3d 20 22 32 66 65 36" ], - "asctime": "2025-03-23 16:46:58,356", - "created": 1742744818.3560364, + "asctime": "2025-08-15 21:41:53,345", + "created": 1755286913.345585, "exc_text": null, "filename": "__init__.py", "funcName": "__rx__", "levelname": "DEBUG", "levelno": 10, - "lineno": 414, - "message": "comm-client: RX <- (64): 3a 3c 7b 22 64 61 74 61 5f 69 64 22 3a 3d 20 30 2c 20 22 73 65 72 76 69 63 65 5f 69 64 22 3a 3d 20 31 2c 20 22 73 74 61 74 75 73 22 3a 3d 20 30 2c 20 22 64 61 74 61 22 3a 3d 20 22 39 63 62 62", + "lineno": 416, + "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 32 66 65 36", "module": "__init__", - "msecs": 356.0, + "msecs": 345.0, "msg": "%s RX <- %s", "name": "helpers.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/helpers/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/helpers/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 2259.72318649292, + "relativeCreated": 2327.91862, "stack_info": null, - "thread": 140631273916096, + "taskName": null, + "thread": 140181474629312, "threadName": "Thread-6 (_start)" }, { "args": [ "comm-server:", - "(64): 31 64 65 66 64 34 65 30 39 30 39 61 39 64 31 34 37 31 63 64 37 65 39 62 30 34 35 62 36 33 39 65 61 37 35 65 31 39 64 33 65 35 66 36 36 62 65 37 64 39 31 64 37 34 32 36 62 66 62 65 22 7d 20 ad" + "(64): 31 61 35 31 62 66 61 37 61 33 30 62 30 35 32 31 35 35 38 61 61 61 62 39 64 62 35 38 61 31 39 30 64 35 39 65 63 30 39 32 61 34 32 34 65 37 31 64 31 37 65 66 66 38 35 35 34 37 32 31 22 7d 48 1d" ], - "asctime": "2025-03-23 16:46:58,356", - "created": 1742744818.3568983, + "asctime": "2025-08-15 21:41:53,346", + "created": 1755286913.3461401, "exc_text": null, "filename": "__init__.py", "funcName": "__tx__", "levelname": "INFO", "levelno": 20, - "lineno": 284, - "message": "comm-server: TX -> (64): 31 64 65 66 64 34 65 30 39 30 39 61 39 64 31 34 37 31 63 64 37 65 39 62 30 34 35 62 36 33 39 65 61 37 35 65 31 39 64 33 65 35 66 36 36 62 65 37 64 39 31 64 37 34 32 36 62 66 62 65 22 7d 20 ad", + "lineno": 286, + "message": "comm-server: TX -> (64): 31 61 35 31 62 66 61 37 61 33 30 62 30 35 32 31 35 35 38 61 61 61 62 39 64 62 35 38 61 31 39 30 64 35 39 65 63 30 39 32 61 34 32 34 65 37 31 64 31 37 65 66 66 38 35 35 34 37 32 31 22 7d 48 1d", "module": "__init__", - "msecs": 356.0, + "msecs": 346.0, "msg": "%s TX -> %s", "name": "helpers.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/helpers/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/helpers/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 2260.585069656372, + "relativeCreated": 2328.473476, "stack_info": null, - "thread": 140631273916096, + "taskName": null, + "thread": 140181474629312, "threadName": "Thread-6 (_start)" }, { "args": [ "comm-client:", - "(64): 31 64 65 66 64 34 65 30 39 30 39 61 39 64 31 34 37 31 63 64 37 65 39 62 30 34 35 62 36 33 39 65 61 37 35 65 31 39 64 33 65 35 66 36 36 62 65 37 64 39 31 64 37 34 32 36 62 66 62 65 22 7d 20 ad" + "(64): 31 61 35 31 62 66 61 37 61 33 30 62 30 35 32 31 35 35 38 61 61 61 62 39 64 62 35 38 61 31 39 30 64 35 39 65 63 30 39 32 61 34 32 34 65 37 31 64 31 37 65 66 66 38 35 35 34 37 32 31 22 7d 48 1d" ], - "asctime": "2025-03-23 16:46:58,365", - "created": 1742744818.3656387, + "asctime": "2025-08-15 21:41:53,354", + "created": 1755286913.354488, "exc_text": null, "filename": "__init__.py", "funcName": "__rx__", "levelname": "DEBUG", "levelno": 10, - "lineno": 414, - "message": "comm-client: RX <- (64): 31 64 65 66 64 34 65 30 39 30 39 61 39 64 31 34 37 31 63 64 37 65 39 62 30 34 35 62 36 33 39 65 61 37 35 65 31 39 64 33 65 35 66 36 36 62 65 37 64 39 31 64 37 34 32 36 62 66 62 65 22 7d 20 ad", + "lineno": 416, + "message": "comm-client: RX <- (64): 31 61 35 31 62 66 61 37 61 33 30 62 30 35 32 31 35 35 38 61 61 61 62 39 64 62 35 38 61 31 39 30 64 35 39 65 63 30 39 32 61 34 32 34 65 37 31 64 31 37 65 66 66 38 35 35 34 37 32 31 22 7d 48 1d", "module": "__init__", - "msecs": 365.0, + "msecs": 354.0, "msg": "%s RX <- %s", "name": "helpers.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/helpers/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/helpers/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 2269.3254947662354, + "relativeCreated": 2336.82136, "stack_info": null, - "thread": 140631273916096, + "taskName": null, + "thread": 140181474629312, "threadName": "Thread-6 (_start)" }, { "args": [ "comm-server:", - "(4): 12 5e 3a 3e" + "(4): 99 16 3a 3e" ], - "asctime": "2025-03-23 16:46:58,366", - "created": 1742744818.3663661, + "asctime": "2025-08-15 21:41:53,354", + "created": 1755286913.3549743, "exc_text": null, "filename": "__init__.py", "funcName": "__tx__", "levelname": "INFO", "levelno": 20, - "lineno": 284, - "message": "comm-server: TX -> (4): 12 5e 3a 3e", + "lineno": 286, + "message": "comm-server: TX -> (4): 99 16 3a 3e", "module": "__init__", - "msecs": 366.0, + "msecs": 354.0, "msg": "%s TX -> %s", "name": "helpers.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/helpers/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/helpers/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 2270.052909851074, + "relativeCreated": 2337.307614, "stack_info": null, - "thread": 140631273916096, + "taskName": null, + "thread": 140181474629312, "threadName": "Thread-6 (_start)" }, { "args": [ "comm-client:", - "(4): 12 5e 3a 3e" + "(4): 99 16 3a 3e" ], - "asctime": "2025-03-23 16:46:58,367", - "created": 1742744818.3672981, + "asctime": "2025-08-15 21:41:53,358", + "created": 1755286913.3588066, "exc_text": null, "filename": "__init__.py", "funcName": "__rx__", "levelname": "DEBUG", "levelno": 10, - "lineno": 414, - "message": "comm-client: RX <- (4): 12 5e 3a 3e", + "lineno": 416, + "message": "comm-client: RX <- (4): 99 16 3a 3e", "module": "__init__", - "msecs": 367.0, + "msecs": 358.0, "msg": "%s RX <- %s", "name": "helpers.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/helpers/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/helpers/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 2270.984888076782, + "relativeCreated": 2341.140075, "stack_info": null, - "thread": 140631273916096, + "taskName": null, + "thread": 140181474629312, "threadName": "Thread-6 (_start)" }, { @@ -11741,27 +12107,28 @@ "RX <-", "service: authentification response, data_id: seed", "status: okay", - "'9cbb1defd4e0909a9d1471cd7e9b045b639ea75e19d3e5f66be7d91d7426bfbe'" + "'2fe61a51bfa7a30b0521558aaab9db58a190d59ec092a424e71d17eff8554721'" ], - "asctime": "2025-03-23 16:46:58,368", - "created": 1742744818.3680768, + "asctime": "2025-08-15 21:41:53,359", + "created": 1755286913.3597283, "exc_text": null, "filename": "__init__.py", "funcName": "__log_msg__", "levelname": "INFO", "levelno": 20, - "lineno": 445, - "message": "prot-client: RX <- service: authentification response, data_id: seed, status: okay, data: \"'9cbb1defd4e0909a9d1471cd7e9b045b639ea75e19d3e5f66be7d91d7426bfbe'\"", + "lineno": 438, + "message": "prot-client: RX <- service: authentification response, data_id: seed, status: okay, data: \"'2fe61a51bfa7a30b0521558aaab9db58a190d59ec092a424e71d17eff8554721'\"", "module": "__init__", - "msecs": 368.0, + "msecs": 359.0, "msg": "%s %s %s, %s, data: \"%s\"", "name": "socket_protocol.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/socket_protocol/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/socket_protocol/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 2271.763563156128, + "relativeCreated": 2342.06173, "stack_info": null, - "thread": 140631273916096, + "taskName": null, + "thread": 140181474629312, "threadName": "Thread-6 (_start)" }, { @@ -11769,25 +12136,26 @@ "prot-client:", "__authentificate_create_key__" ], - "asctime": "2025-03-23 16:46:58,368", - "created": 1742744818.3683548, + "asctime": "2025-08-15 21:41:53,360", + "created": 1755286913.3600829, "exc_text": null, "filename": "__init__.py", "funcName": "__data_available_callback__", "levelname": "DEBUG", "levelno": 10, - "lineno": 503, + "lineno": 496, "message": "prot-client: Executing callback __authentificate_create_key__ to process received data", "module": "__init__", - "msecs": 368.0, + "msecs": 360.0, "msg": "%s Executing callback %s to process received data", "name": "socket_protocol.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/socket_protocol/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/socket_protocol/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 2272.0415592193604, + "relativeCreated": 2342.416417, "stack_info": null, - "thread": 140631273916096, + "taskName": null, + "thread": 140181474629312, "threadName": "Thread-6 (_start)" }, { @@ -11796,235 +12164,244 @@ "TX ->", "service: authentification request, data_id: key", "status: okay", - "'2fdf7fec8e11a6a11276d80d8a191e340fee1d7e7212d633ea4b378a965a467530c43e2570b51c30b8a68b51f4c3d9b0f4c25d3cbb91ed1b8130bafabaf226ce'" + "'d68aed550e0fc34696097bd084368df899f8709ac2eeda88098b6494148fe87dcad55de4fcfa0697114222ed01897f4697df6215de97f8ec0810762209754247'" ], - "asctime": "2025-03-23 16:46:58,368", - "created": 1742744818.3686907, + "asctime": "2025-08-15 21:41:53,360", + "created": 1755286913.3605545, "exc_text": null, "filename": "__init__.py", "funcName": "__log_msg__", "levelname": "INFO", "levelno": 20, - "lineno": 445, - "message": "prot-client: TX -> service: authentification request, data_id: key, status: okay, data: \"'2fdf7fec8e11a6a11276d80d8a191e340fee1d7e7212d633ea4b378a965a467530c43e2570b51c30b8a68b51f4c3d9b0f4c25d3cbb91ed1b8130bafabaf226ce'\"", + "lineno": 438, + "message": "prot-client: TX -> service: authentification request, data_id: key, status: okay, data: \"'d68aed550e0fc34696097bd084368df899f8709ac2eeda88098b6494148fe87dcad55de4fcfa0697114222ed01897f4697df6215de97f8ec0810762209754247'\"", "module": "__init__", - "msecs": 368.0, + "msecs": 360.0, "msg": "%s %s %s, %s, data: \"%s\"", "name": "socket_protocol.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/socket_protocol/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/socket_protocol/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 2272.3774909973145, + "relativeCreated": 2342.88785, "stack_info": null, - "thread": 140631273916096, + "taskName": null, + "thread": 140181474629312, "threadName": "Thread-6 (_start)" }, { "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 32 66 64 66" + "(64): 3a 3c 7b 22 64 61 74 61 5f 69 64 22 3a 3d 20 31 2c 20 22 73 65 72 76 69 63 65 5f 69 64 22 3a 3d 20 30 2c 20 22 73 74 61 74 75 73 22 3a 3d 20 30 2c 20 22 64 61 74 61 22 3a 3d 20 22 64 36 38 61" ], - "asctime": "2025-03-23 16:46:58,369", - "created": 1742744818.3698545, + "asctime": "2025-08-15 21:41:53,366", + "created": 1755286913.3669496, "exc_text": null, "filename": "__init__.py", "funcName": "__tx__", "levelname": "INFO", "levelno": 20, - "lineno": 284, - "message": "comm-client: TX -> (64): 3a 3c 7b 22 64 61 74 61 5f 69 64 22 3a 3d 20 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 32 66 64 66", + "lineno": 286, + "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 36 38 61", "module": "__init__", - "msecs": 369.0, + "msecs": 366.0, "msg": "%s TX -> %s", "name": "helpers.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/helpers/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/helpers/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 2273.541212081909, + "relativeCreated": 2349.282969, "stack_info": null, - "thread": 140631282308800, + "taskName": null, + "thread": 140181483022016, "threadName": "Thread-5 (_start)" }, { "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 32 66 64 66" + "(64): 3a 3c 7b 22 64 61 74 61 5f 69 64 22 3a 3d 20 31 2c 20 22 73 65 72 76 69 63 65 5f 69 64 22 3a 3d 20 30 2c 20 22 73 74 61 74 75 73 22 3a 3d 20 30 2c 20 22 64 61 74 61 22 3a 3d 20 22 64 36 38 61" ], - "asctime": "2025-03-23 16:46:58,378", - "created": 1742744818.3786464, + "asctime": "2025-08-15 21:41:53,375", + "created": 1755286913.3754795, "exc_text": null, "filename": "__init__.py", "funcName": "__rx__", "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 32 66 64 66", + "lineno": 416, + "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 36 38 61", "module": "__init__", - "msecs": 378.0, + "msecs": 375.0, "msg": "%s RX <- %s", "name": "helpers.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/helpers/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/helpers/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 2282.3331356048584, + "relativeCreated": 2357.812951, "stack_info": null, - "thread": 140631282308800, + "taskName": null, + "thread": 140181483022016, "threadName": "Thread-5 (_start)" }, { "args": [ "comm-client:", - "(64): 37 66 65 63 38 65 31 31 61 36 61 31 31 32 37 36 64 38 30 64 38 61 31 39 31 65 33 34 30 66 65 65 31 64 37 65 37 32 31 32 64 36 33 33 65 61 34 62 33 37 38 61 39 36 35 61 34 36 37 35 33 30 63 34" + "(64): 65 64 35 35 30 65 30 66 63 33 34 36 39 36 30 39 37 62 64 30 38 34 33 36 38 64 66 38 39 39 66 38 37 30 39 61 63 32 65 65 64 61 38 38 30 39 38 62 36 34 39 34 31 34 38 66 65 38 37 64 63 61 64 35" ], - "asctime": "2025-03-23 16:46:58,379", - "created": 1742744818.3795068, + "asctime": "2025-08-15 21:41:53,376", + "created": 1755286913.3763392, "exc_text": null, "filename": "__init__.py", "funcName": "__tx__", "levelname": "INFO", "levelno": 20, - "lineno": 284, - "message": "comm-client: TX -> (64): 37 66 65 63 38 65 31 31 61 36 61 31 31 32 37 36 64 38 30 64 38 61 31 39 31 65 33 34 30 66 65 65 31 64 37 65 37 32 31 32 64 36 33 33 65 61 34 62 33 37 38 61 39 36 35 61 34 36 37 35 33 30 63 34", + "lineno": 286, + "message": "comm-client: TX -> (64): 65 64 35 35 30 65 30 66 63 33 34 36 39 36 30 39 37 62 64 30 38 34 33 36 38 64 66 38 39 39 66 38 37 30 39 61 63 32 65 65 64 61 38 38 30 39 38 62 36 34 39 34 31 34 38 66 65 38 37 64 63 61 64 35", "module": "__init__", - "msecs": 379.0, + "msecs": 376.0, "msg": "%s TX -> %s", "name": "helpers.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/helpers/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/helpers/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 2283.193588256836, + "relativeCreated": 2358.672611, "stack_info": null, - "thread": 140631282308800, + "taskName": null, + "thread": 140181483022016, "threadName": "Thread-5 (_start)" }, { "args": [ "comm-server:", - "(64): 37 66 65 63 38 65 31 31 61 36 61 31 31 32 37 36 64 38 30 64 38 61 31 39 31 65 33 34 30 66 65 65 31 64 37 65 37 32 31 32 64 36 33 33 65 61 34 62 33 37 38 61 39 36 35 61 34 36 37 35 33 30 63 34" + "(64): 65 64 35 35 30 65 30 66 63 33 34 36 39 36 30 39 37 62 64 30 38 34 33 36 38 64 66 38 39 39 66 38 37 30 39 61 63 32 65 65 64 61 38 38 30 39 38 62 36 34 39 34 31 34 38 66 65 38 37 64 63 61 64 35" ], - "asctime": "2025-03-23 16:46:58,388", - "created": 1742744818.3880785, + "asctime": "2025-08-15 21:41:53,384", + "created": 1755286913.3847709, "exc_text": null, "filename": "__init__.py", "funcName": "__rx__", "levelname": "DEBUG", "levelno": 10, - "lineno": 414, - "message": "comm-server: RX <- (64): 37 66 65 63 38 65 31 31 61 36 61 31 31 32 37 36 64 38 30 64 38 61 31 39 31 65 33 34 30 66 65 65 31 64 37 65 37 32 31 32 64 36 33 33 65 61 34 62 33 37 38 61 39 36 35 61 34 36 37 35 33 30 63 34", + "lineno": 416, + "message": "comm-server: RX <- (64): 65 64 35 35 30 65 30 66 63 33 34 36 39 36 30 39 37 62 64 30 38 34 33 36 38 64 66 38 39 39 66 38 37 30 39 61 63 32 65 65 64 61 38 38 30 39 38 62 36 34 39 34 31 34 38 66 65 38 37 64 63 61 64 35", "module": "__init__", - "msecs": 388.0, + "msecs": 384.0, "msg": "%s RX <- %s", "name": "helpers.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/helpers/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/helpers/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 2291.7652130126953, + "relativeCreated": 2367.1042, "stack_info": null, - "thread": 140631282308800, + "taskName": null, + "thread": 140181483022016, "threadName": "Thread-5 (_start)" }, { "args": [ "comm-client:", - "(64): 33 65 32 35 37 30 62 35 31 63 33 30 62 38 61 36 38 62 35 31 66 34 63 33 64 39 62 30 66 34 63 32 35 64 33 63 62 62 39 31 65 64 31 62 38 31 33 30 62 61 66 61 62 61 66 32 32 36 63 65 22 7d 11 cd" + "(64): 35 64 65 34 66 63 66 61 30 36 39 37 31 31 34 32 32 32 65 64 30 31 38 39 37 66 34 36 39 37 64 66 36 32 31 35 64 65 39 37 66 38 65 63 30 38 31 30 37 36 32 32 30 39 37 35 34 32 34 37 22 7d 06 2b" ], - "asctime": "2025-03-23 16:46:58,388", - "created": 1742744818.388858, + "asctime": "2025-08-15 21:41:53,385", + "created": 1755286913.3855004, "exc_text": null, "filename": "__init__.py", "funcName": "__tx__", "levelname": "INFO", "levelno": 20, - "lineno": 284, - "message": "comm-client: TX -> (64): 33 65 32 35 37 30 62 35 31 63 33 30 62 38 61 36 38 62 35 31 66 34 63 33 64 39 62 30 66 34 63 32 35 64 33 63 62 62 39 31 65 64 31 62 38 31 33 30 62 61 66 61 62 61 66 32 32 36 63 65 22 7d 11 cd", + "lineno": 286, + "message": "comm-client: TX -> (64): 35 64 65 34 66 63 66 61 30 36 39 37 31 31 34 32 32 32 65 64 30 31 38 39 37 66 34 36 39 37 64 66 36 32 31 35 64 65 39 37 66 38 65 63 30 38 31 30 37 36 32 32 30 39 37 35 34 32 34 37 22 7d 06 2b", "module": "__init__", - "msecs": 388.0, + "msecs": 385.0, "msg": "%s TX -> %s", "name": "helpers.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/helpers/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/helpers/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 2292.5448417663574, + "relativeCreated": 2367.833857, "stack_info": null, - "thread": 140631282308800, + "taskName": null, + "thread": 140181483022016, "threadName": "Thread-5 (_start)" }, { "args": [ "comm-server:", - "(64): 33 65 32 35 37 30 62 35 31 63 33 30 62 38 61 36 38 62 35 31 66 34 63 33 64 39 62 30 66 34 63 32 35 64 33 63 62 62 39 31 65 64 31 62 38 31 33 30 62 61 66 61 62 61 66 32 32 36 63 65 22 7d 11 cd" + "(64): 35 64 65 34 66 63 66 61 30 36 39 37 31 31 34 32 32 32 65 64 30 31 38 39 37 66 34 36 39 37 64 66 36 32 31 35 64 65 39 37 66 38 65 63 30 38 31 30 37 36 32 32 30 39 37 35 34 32 34 37 22 7d 06 2b" ], - "asctime": "2025-03-23 16:46:58,397", - "created": 1742744818.397426, + "asctime": "2025-08-15 21:41:53,393", + "created": 1755286913.3938737, "exc_text": null, "filename": "__init__.py", "funcName": "__rx__", "levelname": "DEBUG", "levelno": 10, - "lineno": 414, - "message": "comm-server: RX <- (64): 33 65 32 35 37 30 62 35 31 63 33 30 62 38 61 36 38 62 35 31 66 34 63 33 64 39 62 30 66 34 63 32 35 64 33 63 62 62 39 31 65 64 31 62 38 31 33 30 62 61 66 61 62 61 66 32 32 36 63 65 22 7d 11 cd", + "lineno": 416, + "message": "comm-server: RX <- (64): 35 64 65 34 66 63 66 61 30 36 39 37 31 31 34 32 32 32 65 64 30 31 38 39 37 66 34 36 39 37 64 66 36 32 31 35 64 65 39 37 66 38 65 63 30 38 31 30 37 36 32 32 30 39 37 35 34 32 34 37 22 7d 06 2b", "module": "__init__", - "msecs": 397.0, + "msecs": 393.0, "msg": "%s RX <- %s", "name": "helpers.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/helpers/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/helpers/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 2301.112651824951, + "relativeCreated": 2376.207176, "stack_info": null, - "thread": 140631282308800, + "taskName": null, + "thread": 140181483022016, "threadName": "Thread-5 (_start)" }, { "args": [ "comm-client:", - "(4): ed d9 3a 3e" + "(4): 92 c1 3a 3e" ], - "asctime": "2025-03-23 16:46:58,398", - "created": 1742744818.3981462, + "asctime": "2025-08-15 21:41:53,394", + "created": 1755286913.3943405, "exc_text": null, "filename": "__init__.py", "funcName": "__tx__", "levelname": "INFO", "levelno": 20, - "lineno": 284, - "message": "comm-client: TX -> (4): ed d9 3a 3e", + "lineno": 286, + "message": "comm-client: TX -> (4): 92 c1 3a 3e", "module": "__init__", - "msecs": 398.0, + "msecs": 394.0, "msg": "%s TX -> %s", "name": "helpers.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/helpers/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/helpers/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 2301.832914352417, + "relativeCreated": 2376.674044, "stack_info": null, - "thread": 140631282308800, + "taskName": null, + "thread": 140181483022016, "threadName": "Thread-5 (_start)" }, { "args": [ "comm-server:", - "(4): ed d9 3a 3e" + "(4): 92 c1 3a 3e" ], - "asctime": "2025-03-23 16:46:58,399", - "created": 1742744818.3990703, + "asctime": "2025-08-15 21:41:53,395", + "created": 1755286913.3951766, "exc_text": null, "filename": "__init__.py", "funcName": "__rx__", "levelname": "DEBUG", "levelno": 10, - "lineno": 414, - "message": "comm-server: RX <- (4): ed d9 3a 3e", + "lineno": 416, + "message": "comm-server: RX <- (4): 92 c1 3a 3e", "module": "__init__", - "msecs": 399.0, + "msecs": 395.0, "msg": "%s RX <- %s", "name": "helpers.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/helpers/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/helpers/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 2302.7570247650146, + "relativeCreated": 2377.510066, "stack_info": null, - "thread": 140631282308800, + "taskName": null, + "thread": 140181483022016, "threadName": "Thread-5 (_start)" }, { @@ -12033,27 +12410,28 @@ "RX <-", "service: authentification request, data_id: key", "status: okay", - "'2fdf7fec8e11a6a11276d80d8a191e340fee1d7e7212d633ea4b378a965a467530c43e2570b51c30b8a68b51f4c3d9b0f4c25d3cbb91ed1b8130bafabaf226ce'" + "'d68aed550e0fc34696097bd084368df899f8709ac2eeda88098b6494148fe87dcad55de4fcfa0697114222ed01897f4697df6215de97f8ec0810762209754247'" ], - "asctime": "2025-03-23 16:46:58,399", - "created": 1742744818.3999946, + "asctime": "2025-08-15 21:41:53,395", + "created": 1755286913.3958254, "exc_text": null, "filename": "__init__.py", "funcName": "__log_msg__", "levelname": "INFO", "levelno": 20, - "lineno": 445, - "message": "prot-server: RX <- service: authentification request, data_id: key, status: okay, data: \"'2fdf7fec8e11a6a11276d80d8a191e340fee1d7e7212d633ea4b378a965a467530c43e2570b51c30b8a68b51f4c3d9b0f4c25d3cbb91ed1b8130bafabaf226ce'\"", + "lineno": 438, + "message": "prot-server: RX <- service: authentification request, data_id: key, status: okay, data: \"'d68aed550e0fc34696097bd084368df899f8709ac2eeda88098b6494148fe87dcad55de4fcfa0697114222ed01897f4697df6215de97f8ec0810762209754247'\"", "module": "__init__", - "msecs": 399.0, + "msecs": 395.0, "msg": "%s %s %s, %s, data: \"%s\"", "name": "socket_protocol.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/socket_protocol/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/socket_protocol/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 2303.6813735961914, + "relativeCreated": 2378.15895, "stack_info": null, - "thread": 140631282308800, + "taskName": null, + "thread": 140181483022016, "threadName": "Thread-5 (_start)" }, { @@ -12061,25 +12439,26 @@ "prot-server:", "__authentificate_check_key__" ], - "asctime": "2025-03-23 16:46:58,400", - "created": 1742744818.4002388, + "asctime": "2025-08-15 21:41:53,396", + "created": 1755286913.3960278, "exc_text": null, "filename": "__init__.py", "funcName": "__data_available_callback__", "levelname": "DEBUG", "levelno": 10, - "lineno": 488, + "lineno": 481, "message": "prot-server: Executing callback __authentificate_check_key__ to process received data", "module": "__init__", - "msecs": 400.0, + "msecs": 396.0, "msg": "%s Executing callback %s to process received data", "name": "socket_protocol.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/socket_protocol/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/socket_protocol/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 2303.9255142211914, + "relativeCreated": 2378.361331, "stack_info": null, - "thread": 140631282308800, + "taskName": null, + "thread": 140181483022016, "threadName": "Thread-5 (_start)" }, { @@ -12090,25 +12469,26 @@ "status: okay", "True" ], - "asctime": "2025-03-23 16:46:58,400", - "created": 1742744818.4005764, + "asctime": "2025-08-15 21:41:53,396", + "created": 1755286913.3963206, "exc_text": null, "filename": "__init__.py", "funcName": "__log_msg__", "levelname": "INFO", "levelno": 20, - "lineno": 445, + "lineno": 438, "message": "prot-server: TX -> service: authentification response, data_id: key, status: okay, data: \"True\"", "module": "__init__", - "msecs": 400.0, + "msecs": 396.0, "msg": "%s %s %s, %s, data: \"%s\"", "name": "socket_protocol.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/socket_protocol/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/socket_protocol/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 2304.263114929199, + "relativeCreated": 2378.653939, "stack_info": null, - "thread": 140631282308800, + "taskName": null, + "thread": 140181483022016, "threadName": "Thread-5 (_start)" }, { @@ -12116,25 +12496,26 @@ "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": "2025-03-23 16:46:58,401", - "created": 1742744818.4014354, + "asctime": "2025-08-15 21:41:53,396", + "created": 1755286913.3969939, "exc_text": null, "filename": "__init__.py", "funcName": "__tx__", "levelname": "INFO", "levelno": 20, - "lineno": 284, + "lineno": 286, "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": 401.0, + "msecs": 396.0, "msg": "%s TX -> %s", "name": "helpers.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/helpers/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/helpers/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 2305.122137069702, + "relativeCreated": 2379.327305, "stack_info": null, - "thread": 140631273916096, + "taskName": null, + "thread": 140181474629312, "threadName": "Thread-6 (_start)" }, { @@ -12142,25 +12523,26 @@ "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": "2025-03-23 16:46:58,410", - "created": 1742744818.4100912, + "asctime": "2025-08-15 21:41:53,405", + "created": 1755286913.4053798, "exc_text": null, "filename": "__init__.py", "funcName": "__rx__", "levelname": "DEBUG", "levelno": 10, - "lineno": 414, + "lineno": 416, "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": 410.0, + "msecs": 405.0, "msg": "%s RX <- %s", "name": "helpers.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/helpers/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/helpers/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 2313.7779235839844, + "relativeCreated": 2387.713242, "stack_info": null, - "thread": 140631273916096, + "taskName": null, + "thread": 140181474629312, "threadName": "Thread-6 (_start)" }, { @@ -12168,25 +12550,26 @@ "comm-server:", "(6): 94 fe 74 32 3a 3e" ], - "asctime": "2025-03-23 16:46:58,410", - "created": 1742744818.4108305, + "asctime": "2025-08-15 21:41:53,405", + "created": 1755286913.405995, "exc_text": null, "filename": "__init__.py", "funcName": "__tx__", "levelname": "INFO", "levelno": 20, - "lineno": 284, + "lineno": 286, "message": "comm-server: TX -> (6): 94 fe 74 32 3a 3e", "module": "__init__", - "msecs": 410.0, + "msecs": 405.0, "msg": "%s TX -> %s", "name": "helpers.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/helpers/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/helpers/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 2314.5172595977783, + "relativeCreated": 2388.328356, "stack_info": null, - "thread": 140631273916096, + "taskName": null, + "thread": 140181474629312, "threadName": "Thread-6 (_start)" }, { @@ -12194,25 +12577,26 @@ "comm-client:", "(6): 94 fe 74 32 3a 3e" ], - "asctime": "2025-03-23 16:46:58,412", - "created": 1742744818.412021, + "asctime": "2025-08-15 21:41:53,407", + "created": 1755286913.4070895, "exc_text": null, "filename": "__init__.py", "funcName": "__rx__", "levelname": "DEBUG", "levelno": 10, - "lineno": 414, + "lineno": 416, "message": "comm-client: RX <- (6): 94 fe 74 32 3a 3e", "module": "__init__", - "msecs": 412.0, + "msecs": 407.0, "msg": "%s RX <- %s", "name": "helpers.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/helpers/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/helpers/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 2315.7076835632324, + "relativeCreated": 2389.422873, "stack_info": null, - "thread": 140631273916096, + "taskName": null, + "thread": 140181474629312, "threadName": "Thread-6 (_start)" }, { @@ -12223,25 +12607,26 @@ "status: okay", "True" ], - "asctime": "2025-03-23 16:46:58,412", - "created": 1742744818.4127207, + "asctime": "2025-08-15 21:41:53,407", + "created": 1755286913.407624, "exc_text": null, "filename": "__init__.py", "funcName": "__log_msg__", "levelname": "INFO", "levelno": 20, - "lineno": 445, + "lineno": 438, "message": "prot-client: RX <- service: authentification response, data_id: key, status: okay, data: \"True\"", "module": "__init__", - "msecs": 412.0, + "msecs": 407.0, "msg": "%s %s %s, %s, data: \"%s\"", "name": "socket_protocol.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/socket_protocol/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/socket_protocol/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 2316.4074420928955, + "relativeCreated": 2389.957335, "stack_info": null, - "thread": 140631273916096, + "taskName": null, + "thread": 140181474629312, "threadName": "Thread-6 (_start)" }, { @@ -12249,72 +12634,75 @@ "prot-client:", "__authentificate_process_feedback__" ], - "asctime": "2025-03-23 16:46:58,412", - "created": 1742744818.4129653, + "asctime": "2025-08-15 21:41:53,407", + "created": 1755286913.407827, "exc_text": null, "filename": "__init__.py", "funcName": "__data_available_callback__", "levelname": "DEBUG", "levelno": 10, - "lineno": 503, + "lineno": 496, "message": "prot-client: Executing callback __authentificate_process_feedback__ to process received data", "module": "__init__", - "msecs": 412.0, + "msecs": 407.0, "msg": "%s Executing callback %s to process received data", "name": "socket_protocol.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/socket_protocol/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/socket_protocol/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 2316.6520595550537, + "relativeCreated": 2390.160326, "stack_info": null, - "thread": 140631273916096, + "taskName": null, + "thread": 140181474629312, "threadName": "Thread-6 (_start)" }, { "args": [ "prot-client:" ], - "asctime": "2025-03-23 16:46:58,413", - "created": 1742744818.4131544, + "asctime": "2025-08-15 21:41:53,408", + "created": 1755286913.4080138, "exc_text": null, "filename": "__init__.py", "funcName": "__authentificate_process_feedback__", "levelname": "INFO", "levelno": 20, - "lineno": 370, + "lineno": 363, "message": "prot-client: Got positive authentification feedback", "module": "__init__", - "msecs": 413.0, + "msecs": 408.0, "msg": "%s Got positive authentification feedback", "name": "socket_protocol.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/socket_protocol/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/socket_protocol/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 2316.8411254882812, + "relativeCreated": 2390.347378, "stack_info": null, - "thread": 140631273916096, + "taskName": null, + "thread": 140181474629312, "threadName": "Thread-6 (_start)" } ], - "msecs": 434.0, + "msecs": 423.0, "msg": "Performing Authentification", "name": "__tLogger__", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/tests/test_communication.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/tests/test_communication.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 2338.214159011841, + "relativeCreated": 2406.30827, "stack_info": null, - "thread": 140631409799232, + "taskName": null, + "thread": 140181752467712, "threadName": "MainThread", - "time_consumption": 0.02137303352355957 + "time_consumption": 0.015961170196533203 }, { "args": [ "True", "" ], - "asctime": "2025-03-23 16:46:58,435", - "created": 1742744818.435548, + "asctime": "2025-08-15 21:41:53,424", + "created": 1755286913.4247253, "exc_text": null, "filename": "test.py", "funcName": "equivalency_chk", @@ -12330,8 +12718,8 @@ "True", "" ], - "asctime": "2025-03-23 16:46:58,435", - "created": 1742744818.435152, + "asctime": "2025-08-15 21:41:53,424", + "created": 1755286913.424405, "exc_text": null, "filename": "test.py", "funcName": "__report_result__", @@ -12340,15 +12728,16 @@ "lineno": 22, "message": "Result (Return Value of authentification method): True ()", "module": "test", - "msecs": 435.0, + "msecs": 424.0, "msg": "Result (%s): %s (%s)", "name": "__unittest__", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/unittest/test.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/unittest/test.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 2338.838815689087, + "relativeCreated": 2406.738463, "stack_info": null, - "thread": 140631409799232, + "taskName": null, + "thread": 140181752467712, "threadName": "MainThread" }, { @@ -12358,8 +12747,8 @@ "True", "" ], - "asctime": "2025-03-23 16:46:58,435", - "created": 1742744818.4353688, + "asctime": "2025-08-15 21:41:53,424", + "created": 1755286913.4245775, "exc_text": null, "filename": "test.py", "funcName": "__report_expectation__", @@ -12368,37 +12757,39 @@ "lineno": 26, "message": "Expectation (Return Value of authentification method): result = True ()", "module": "test", - "msecs": 435.0, + "msecs": 424.0, "msg": "Expectation (%s): result %s %s (%s)", "name": "__unittest__", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/unittest/test.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/unittest/test.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 2339.0555381774902, + "relativeCreated": 2406.911077, "stack_info": null, - "thread": 140631409799232, + "taskName": null, + "thread": 140181752467712, "threadName": "MainThread" } ], - "msecs": 435.0, + "msecs": 424.0, "msg": "Return Value of authentification method is correct (Content %s and Type is %s).", "name": "__tLogger__", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/unittest/test.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/unittest/test.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 2339.2348289489746, + "relativeCreated": 2407.058773, "stack_info": null, - "thread": 140631409799232, + "taskName": null, + "thread": 140181752467712, "threadName": "MainThread", - "time_consumption": 0.000179290771484375 + "time_consumption": 0.00014781951904296875 }, { "args": [ "True", "" ], - "asctime": "2025-03-23 16:46:58,436", - "created": 1742744818.4361606, + "asctime": "2025-08-15 21:41:53,425", + "created": 1755286913.4252667, "exc_text": null, "filename": "test.py", "funcName": "equivalency_chk", @@ -12414,8 +12805,8 @@ "True", "" ], - "asctime": "2025-03-23 16:46:58,435", - "created": 1742744818.4358342, + "asctime": "2025-08-15 21:41:53,424", + "created": 1755286913.424966, "exc_text": null, "filename": "test.py", "funcName": "__report_result__", @@ -12424,15 +12815,16 @@ "lineno": 22, "message": "Result (Authentification state of server): True ()", "module": "test", - "msecs": 435.0, + "msecs": 424.0, "msg": "Result (%s): %s (%s)", "name": "__unittest__", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/unittest/test.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/unittest/test.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 2339.5209312438965, + "relativeCreated": 2407.299587, "stack_info": null, - "thread": 140631409799232, + "taskName": null, + "thread": 140181752467712, "threadName": "MainThread" }, { @@ -12442,8 +12834,8 @@ "True", "" ], - "asctime": "2025-03-23 16:46:58,436", - "created": 1742744818.4360034, + "asctime": "2025-08-15 21:41:53,425", + "created": 1755286913.4251301, "exc_text": null, "filename": "test.py", "funcName": "__report_expectation__", @@ -12452,37 +12844,39 @@ "lineno": 26, "message": "Expectation (Authentification state of server): result = True ()", "module": "test", - "msecs": 436.0, + "msecs": 425.0, "msg": "Expectation (%s): result %s %s (%s)", "name": "__unittest__", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/unittest/test.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/unittest/test.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 2339.6902084350586, + "relativeCreated": 2407.463626, "stack_info": null, - "thread": 140631409799232, + "taskName": null, + "thread": 140181752467712, "threadName": "MainThread" } ], - "msecs": 436.0, + "msecs": 425.0, "msg": "Authentification state of server is correct (Content %s and Type is %s).", "name": "__tLogger__", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/unittest/test.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/unittest/test.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 2339.8473262786865, + "relativeCreated": 2407.600026, "stack_info": null, - "thread": 140631409799232, + "taskName": null, + "thread": 140181752467712, "threadName": "MainThread", - "time_consumption": 0.0001571178436279297 + "time_consumption": 0.0001366138458251953 }, { "args": [ "True", "" ], - "asctime": "2025-03-23 16:46:58,436", - "created": 1742744818.4367301, + "asctime": "2025-08-15 21:41:53,425", + "created": 1755286913.4257505, "exc_text": null, "filename": "test.py", "funcName": "equivalency_chk", @@ -12498,8 +12892,8 @@ "True", "" ], - "asctime": "2025-03-23 16:46:58,436", - "created": 1742744818.4364161, + "asctime": "2025-08-15 21:41:53,425", + "created": 1755286913.4254863, "exc_text": null, "filename": "test.py", "funcName": "__report_result__", @@ -12508,15 +12902,16 @@ "lineno": 22, "message": "Result (Authentification state of client): True ()", "module": "test", - "msecs": 436.0, + "msecs": 425.0, "msg": "Result (%s): %s (%s)", "name": "__unittest__", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/unittest/test.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/unittest/test.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 2340.1029109954834, + "relativeCreated": 2407.819788, "stack_info": null, - "thread": 140631409799232, + "taskName": null, + "thread": 140181752467712, "threadName": "MainThread" }, { @@ -12526,8 +12921,8 @@ "True", "" ], - "asctime": "2025-03-23 16:46:58,436", - "created": 1742744818.436578, + "asctime": "2025-08-15 21:41:53,425", + "created": 1755286913.425623, "exc_text": null, "filename": "test.py", "funcName": "__report_expectation__", @@ -12536,34 +12931,36 @@ "lineno": 26, "message": "Expectation (Authentification state of client): result = True ()", "module": "test", - "msecs": 436.0, + "msecs": 425.0, "msg": "Expectation (%s): result %s %s (%s)", "name": "__unittest__", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/unittest/test.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/unittest/test.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 2340.2647972106934, + "relativeCreated": 2407.956566, "stack_info": null, - "thread": 140631409799232, + "taskName": null, + "thread": 140181752467712, "threadName": "MainThread" } ], - "msecs": 436.0, + "msecs": 425.0, "msg": "Authentification state of client is correct (Content %s and Type is %s).", "name": "__tLogger__", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/unittest/test.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/unittest/test.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 2340.41690826416, + "relativeCreated": 2408.084027, "stack_info": null, - "thread": 140631409799232, + "taskName": null, + "thread": 140181752467712, "threadName": "MainThread", - "time_consumption": 0.00015211105346679688 + "time_consumption": 0.00012755393981933594 }, { "args": [], - "asctime": "2025-03-23 16:46:58,437", - "created": 1742744818.4373384, + "asctime": "2025-08-15 21:41:53,426", + "created": 1755286913.4262502, "exc_text": null, "filename": "test_communication.py", "funcName": "manual_authentification", @@ -12577,69 +12974,72 @@ "args": [ "prot-server:" ], - "asctime": "2025-03-23 16:46:58,436", - "created": 1742744818.4369953, + "asctime": "2025-08-15 21:41:53,425", + "created": 1755286913.4259589, "exc_text": null, "filename": "__init__.py", "funcName": "__authentification_state_reset__", "levelname": "INFO", "levelno": 20, - "lineno": 380, + "lineno": 373, "message": "prot-server: Resetting authentification state to AUTH_STATE_UNTRUSTED_CONNECTION", "module": "__init__", - "msecs": 436.0, + "msecs": 425.0, "msg": "%s Resetting authentification state to AUTH_STATE_UNTRUSTED_CONNECTION", "name": "socket_protocol.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/socket_protocol/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/socket_protocol/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 2340.682029724121, + "relativeCreated": 2408.292478, "stack_info": null, - "thread": 140631409799232, + "taskName": null, + "thread": 140181752467712, "threadName": "MainThread" }, { "args": [ "prot-client:" ], - "asctime": "2025-03-23 16:46:58,437", - "created": 1742744818.43718, + "asctime": "2025-08-15 21:41:53,426", + "created": 1755286913.4261172, "exc_text": null, "filename": "__init__.py", "funcName": "__authentification_state_reset__", "levelname": "INFO", "levelno": 20, - "lineno": 380, + "lineno": 373, "message": "prot-client: Resetting authentification state to AUTH_STATE_UNTRUSTED_CONNECTION", "module": "__init__", - "msecs": 437.0, + "msecs": 426.0, "msg": "%s Resetting authentification state to AUTH_STATE_UNTRUSTED_CONNECTION", "name": "socket_protocol.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/socket_protocol/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/socket_protocol/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 2340.866804122925, + "relativeCreated": 2408.450464, "stack_info": null, - "thread": 140631409799232, + "taskName": null, + "thread": 140181752467712, "threadName": "MainThread" } ], - "msecs": 437.0, + "msecs": 426.0, "msg": "Corrupting the authentification mechanism", "name": "__tLogger__", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/tests/test_communication.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/tests/test_communication.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 2341.0251140594482, + "relativeCreated": 2408.583749, "stack_info": null, - "thread": 140631409799232, + "taskName": null, + "thread": 140181752467712, "threadName": "MainThread", - "time_consumption": 0.0001583099365234375 + "time_consumption": 0.00013303756713867188 }, { "args": [], - "asctime": "2025-03-23 16:46:58,839", - "created": 1742744818.8399978, + "asctime": "2025-08-15 21:41:53,827", + "created": 1755286913.8278325, "exc_text": null, "filename": "test_communication.py", "funcName": "manual_authentification", @@ -12657,25 +13057,26 @@ "status: okay", "None" ], - "asctime": "2025-03-23 16:46:58,437", - "created": 1742744818.4377074, + "asctime": "2025-08-15 21:41:53,426", + "created": 1755286913.426552, "exc_text": null, "filename": "__init__.py", "funcName": "__log_msg__", "levelname": "INFO", "levelno": 20, - "lineno": 445, + "lineno": 438, "message": "prot-client: TX -> service: authentification request, data_id: seed, status: okay, data: \"None\"", "module": "__init__", - "msecs": 437.0, + "msecs": 426.0, "msg": "%s %s %s, %s, data: \"%s\"", "name": "socket_protocol.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/socket_protocol/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/socket_protocol/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 2341.3941860198975, + "relativeCreated": 2408.885498, "stack_info": null, - "thread": 140631409799232, + "taskName": null, + "thread": 140181752467712, "threadName": "MainThread" }, { @@ -12683,25 +13084,26 @@ "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": "2025-03-23 16:46:58,438", - "created": 1742744818.4385934, + "asctime": "2025-08-15 21:41:53,427", + "created": 1755286913.4272895, "exc_text": null, "filename": "__init__.py", "funcName": "__tx__", "levelname": "INFO", "levelno": 20, - "lineno": 284, + "lineno": 286, "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": 438.0, + "msecs": 427.0, "msg": "%s TX -> %s", "name": "helpers.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/helpers/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/helpers/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 2342.280149459839, + "relativeCreated": 2409.62314, "stack_info": null, - "thread": 140631282308800, + "taskName": null, + "thread": 140181483022016, "threadName": "Thread-5 (_start)" }, { @@ -12709,25 +13111,26 @@ "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": "2025-03-23 16:46:58,447", - "created": 1742744818.4471438, + "asctime": "2025-08-15 21:41:53,435", + "created": 1755286913.4356709, "exc_text": null, "filename": "__init__.py", "funcName": "__rx__", "levelname": "DEBUG", "levelno": 10, - "lineno": 414, + "lineno": 416, "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": 447.0, + "msecs": 435.0, "msg": "%s RX <- %s", "name": "helpers.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/helpers/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/helpers/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 2350.830554962158, + "relativeCreated": 2418.004237, "stack_info": null, - "thread": 140631282308800, + "taskName": null, + "thread": 140181483022016, "threadName": "Thread-5 (_start)" }, { @@ -12735,25 +13138,26 @@ "comm-client:", "(6): fd 82 a2 a9 3a 3e" ], - "asctime": "2025-03-23 16:46:58,447", - "created": 1742744818.447887, + "asctime": "2025-08-15 21:41:53,436", + "created": 1755286913.4364116, "exc_text": null, "filename": "__init__.py", "funcName": "__tx__", "levelname": "INFO", "levelno": 20, - "lineno": 284, + "lineno": 286, "message": "comm-client: TX -> (6): fd 82 a2 a9 3a 3e", "module": "__init__", - "msecs": 447.0, + "msecs": 436.0, "msg": "%s TX -> %s", "name": "helpers.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/helpers/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/helpers/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 2351.573705673218, + "relativeCreated": 2418.745046, "stack_info": null, - "thread": 140631282308800, + "taskName": null, + "thread": 140181483022016, "threadName": "Thread-5 (_start)" }, { @@ -12761,25 +13165,26 @@ "comm-server:", "(6): fd 82 a2 a9 3a 3e" ], - "asctime": "2025-03-23 16:46:58,449", - "created": 1742744818.4490612, + "asctime": "2025-08-15 21:41:53,437", + "created": 1755286913.4375901, "exc_text": null, "filename": "__init__.py", "funcName": "__rx__", "levelname": "DEBUG", "levelno": 10, - "lineno": 414, + "lineno": 416, "message": "comm-server: RX <- (6): fd 82 a2 a9 3a 3e", "module": "__init__", - "msecs": 449.0, + "msecs": 437.0, "msg": "%s RX <- %s", "name": "helpers.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/helpers/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/helpers/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 2352.747917175293, + "relativeCreated": 2419.923355, "stack_info": null, - "thread": 140631282308800, + "taskName": null, + "thread": 140181483022016, "threadName": "Thread-5 (_start)" }, { @@ -12790,25 +13195,26 @@ "status: okay", "None" ], - "asctime": "2025-03-23 16:46:58,449", - "created": 1742744818.4497342, + "asctime": "2025-08-15 21:41:53,438", + "created": 1755286913.43837, "exc_text": null, "filename": "__init__.py", "funcName": "__log_msg__", "levelname": "INFO", "levelno": 20, - "lineno": 445, + "lineno": 438, "message": "prot-server: RX <- service: authentification request, data_id: seed, status: okay, data: \"None\"", "module": "__init__", - "msecs": 449.0, + "msecs": 438.0, "msg": "%s %s %s, %s, data: \"%s\"", "name": "socket_protocol.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/socket_protocol/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/socket_protocol/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 2353.4209728240967, + "relativeCreated": 2420.703515, "stack_info": null, - "thread": 140631282308800, + "taskName": null, + "thread": 140181483022016, "threadName": "Thread-5 (_start)" }, { @@ -12816,47 +13222,49 @@ "prot-server:", "__authentificate_create_seed__" ], - "asctime": "2025-03-23 16:46:58,449", - "created": 1742744818.449974, + "asctime": "2025-08-15 21:41:53,438", + "created": 1755286913.4387486, "exc_text": null, "filename": "__init__.py", "funcName": "__data_available_callback__", "levelname": "DEBUG", "levelno": 10, - "lineno": 503, + "lineno": 496, "message": "prot-server: Executing callback __authentificate_create_seed__ to process received data", "module": "__init__", - "msecs": 449.0, + "msecs": 438.0, "msg": "%s Executing callback %s to process received data", "name": "socket_protocol.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/socket_protocol/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/socket_protocol/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 2353.660821914673, + "relativeCreated": 2421.082039, "stack_info": null, - "thread": 140631282308800, + "taskName": null, + "thread": 140181483022016, "threadName": "Thread-5 (_start)" } ], - "msecs": 839.0, + "msecs": 827.0, "msg": "Performing Authentification", "name": "__tLogger__", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/tests/test_communication.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/tests/test_communication.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 2743.6845302581787, + "relativeCreated": 2810.166099, "stack_info": null, - "thread": 140631409799232, + "taskName": null, + "thread": 140181752467712, "threadName": "MainThread", - "time_consumption": 0.39002370834350586 + "time_consumption": 0.3890838623046875 }, { "args": [ "False", "" ], - "asctime": "2025-03-23 16:46:58,841", - "created": 1742744818.8411934, + "asctime": "2025-08-15 21:41:53,829", + "created": 1755286913.8290346, "exc_text": null, "filename": "test.py", "funcName": "equivalency_chk", @@ -12872,8 +13280,8 @@ "False", "" ], - "asctime": "2025-03-23 16:46:58,840", - "created": 1742744818.8406317, + "asctime": "2025-08-15 21:41:53,828", + "created": 1755286913.8284698, "exc_text": null, "filename": "test.py", "funcName": "__report_result__", @@ -12882,15 +13290,16 @@ "lineno": 22, "message": "Result (Return Value of authentification method): False ()", "module": "test", - "msecs": 840.0, + "msecs": 828.0, "msg": "Result (%s): %s (%s)", "name": "__unittest__", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/unittest/test.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/unittest/test.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 2744.3184852600098, + "relativeCreated": 2810.803207, "stack_info": null, - "thread": 140631409799232, + "taskName": null, + "thread": 140181752467712, "threadName": "MainThread" }, { @@ -12900,8 +13309,8 @@ "False", "" ], - "asctime": "2025-03-23 16:46:58,840", - "created": 1742744818.840954, + "asctime": "2025-08-15 21:41:53,828", + "created": 1755286913.8287692, "exc_text": null, "filename": "test.py", "funcName": "__report_expectation__", @@ -12910,37 +13319,39 @@ "lineno": 26, "message": "Expectation (Return Value of authentification method): result = False ()", "module": "test", - "msecs": 840.0, + "msecs": 828.0, "msg": "Expectation (%s): result %s %s (%s)", "name": "__unittest__", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/unittest/test.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/unittest/test.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 2744.640827178955, + "relativeCreated": 2811.102769, "stack_info": null, - "thread": 140631409799232, + "taskName": null, + "thread": 140181752467712, "threadName": "MainThread" } ], - "msecs": 841.0, + "msecs": 829.0, "msg": "Return Value of authentification method is correct (Content %s and Type is %s).", "name": "__tLogger__", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/unittest/test.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/unittest/test.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 2744.880199432373, + "relativeCreated": 2811.367867, "stack_info": null, - "thread": 140631409799232, + "taskName": null, + "thread": 140181752467712, "threadName": "MainThread", - "time_consumption": 0.00023937225341796875 + "time_consumption": 0.00026535987854003906 }, { "args": [ "False", "" ], - "asctime": "2025-03-23 16:46:58,841", - "created": 1742744818.8419964, + "asctime": "2025-08-15 21:41:53,829", + "created": 1755286913.8299918, "exc_text": null, "filename": "test.py", "funcName": "equivalency_chk", @@ -12956,8 +13367,8 @@ "False", "" ], - "asctime": "2025-03-23 16:46:58,841", - "created": 1742744818.841568, + "asctime": "2025-08-15 21:41:53,829", + "created": 1755286913.8294668, "exc_text": null, "filename": "test.py", "funcName": "__report_result__", @@ -12966,15 +13377,16 @@ "lineno": 22, "message": "Result (Authentification state of server): False ()", "module": "test", - "msecs": 841.0, + "msecs": 829.0, "msg": "Result (%s): %s (%s)", "name": "__unittest__", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/unittest/test.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/unittest/test.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 2745.2547550201416, + "relativeCreated": 2811.800245, "stack_info": null, - "thread": 140631409799232, + "taskName": null, + "thread": 140181752467712, "threadName": "MainThread" }, { @@ -12984,8 +13396,8 @@ "False", "" ], - "asctime": "2025-03-23 16:46:58,841", - "created": 1742744818.8417907, + "asctime": "2025-08-15 21:41:53,829", + "created": 1755286913.829734, "exc_text": null, "filename": "test.py", "funcName": "__report_expectation__", @@ -12994,37 +13406,39 @@ "lineno": 26, "message": "Expectation (Authentification state of server): result = False ()", "module": "test", - "msecs": 841.0, + "msecs": 829.0, "msg": "Expectation (%s): result %s %s (%s)", "name": "__unittest__", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/unittest/test.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/unittest/test.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 2745.4774379730225, + "relativeCreated": 2812.06762, "stack_info": null, - "thread": 140631409799232, + "taskName": null, + "thread": 140181752467712, "threadName": "MainThread" } ], - "msecs": 841.0, + "msecs": 829.0, "msg": "Authentification state of server is correct (Content %s and Type is %s).", "name": "__tLogger__", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/unittest/test.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/unittest/test.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 2745.683193206787, + "relativeCreated": 2812.325484, "stack_info": null, - "thread": 140631409799232, + "taskName": null, + "thread": 140181752467712, "threadName": "MainThread", - "time_consumption": 0.00020575523376464844 + "time_consumption": 0.00025773048400878906 }, { "args": [ "False", "" ], - "asctime": "2025-03-23 16:46:58,842", - "created": 1742744818.8427505, + "asctime": "2025-08-15 21:41:53,830", + "created": 1755286913.8309577, "exc_text": null, "filename": "test.py", "funcName": "equivalency_chk", @@ -13040,8 +13454,8 @@ "False", "" ], - "asctime": "2025-03-23 16:46:58,842", - "created": 1742744818.842385, + "asctime": "2025-08-15 21:41:53,830", + "created": 1755286913.830409, "exc_text": null, "filename": "test.py", "funcName": "__report_result__", @@ -13050,15 +13464,16 @@ "lineno": 22, "message": "Result (Authentification state of client): False ()", "module": "test", - "msecs": 842.0, + "msecs": 830.0, "msg": "Result (%s): %s (%s)", "name": "__unittest__", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/unittest/test.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/unittest/test.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 2746.0718154907227, + "relativeCreated": 2812.742324, "stack_info": null, - "thread": 140631409799232, + "taskName": null, + "thread": 140181752467712, "threadName": "MainThread" }, { @@ -13068,8 +13483,8 @@ "False", "" ], - "asctime": "2025-03-23 16:46:58,842", - "created": 1742744818.8425744, + "asctime": "2025-08-15 21:41:53,830", + "created": 1755286913.8307116, "exc_text": null, "filename": "test.py", "funcName": "__report_expectation__", @@ -13078,63 +13493,66 @@ "lineno": 26, "message": "Expectation (Authentification state of client): result = False ()", "module": "test", - "msecs": 842.0, + "msecs": 830.0, "msg": "Expectation (%s): result %s %s (%s)", "name": "__unittest__", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/unittest/test.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/unittest/test.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 2746.2611198425293, + "relativeCreated": 2813.045003, "stack_info": null, - "thread": 140631409799232, + "taskName": null, + "thread": 140181752467712, "threadName": "MainThread" } ], - "msecs": 842.0, + "msecs": 830.0, "msg": "Authentification state of client is correct (Content %s and Type is %s).", "name": "__tLogger__", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/unittest/test.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/unittest/test.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 2746.4373111724854, + "relativeCreated": 2813.29097, "stack_info": null, - "thread": 140631409799232, + "taskName": null, + "thread": 140181752467712, "threadName": "MainThread", - "time_consumption": 0.0001761913299560547 + "time_consumption": 0.0002460479736328125 } ], - "thread": 140631409799232, + "thread": 140181752467712, "threadName": "MainThread", - "time_consumption": 0.9712889194488525, - "time_finished": "2025-03-23 16:46:58,842", - "time_start": "2025-03-23 16:46:57,871" + "time_consumption": 0.9938149452209473, + "time_finished": "2025-08-15 21:41:53,830", + "time_start": "2025-08-15 21:41:52,837" }, "REQ-0008": { "args": null, - "asctime": "2025-03-23 16:47:01,558", - "created": 1742744821.5586765, + "asctime": "2025-08-15 21:41:56,549", + "created": 1755286916.5493145, "exc_text": null, "filename": "__init__.py", "funcName": "testCase", "levelname": "INFO", "levelno": 20, - "lineno": 327, + "lineno": 331, "message": "REQ-0008", "module": "__init__", "moduleLogger": [], - "msecs": 558.0, + "msecs": 549.0, "msg": "REQ-0008", "name": "__tLogger__", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/report/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/report/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 5462.363243103027, + "relativeCreated": 5531.648124, "stack_info": null, + "taskName": null, "testcaseLogger": [ { "args": [], - "asctime": "2025-03-23 16:47:01,567", - "created": 1742744821.5679014, + "asctime": "2025-08-15 21:41:56,558", + "created": 1755286916.5586493, "exc_text": null, "filename": "test_helpers.py", "funcName": "set_up_socket_protocol", @@ -13148,100 +13566,104 @@ "args": [ "comm-client:" ], - "asctime": "2025-03-23 16:47:01,560", - "created": 1742744821.5602956, + "asctime": "2025-08-15 21:41:56,550", + "created": 1755286916.550515, "exc_text": null, "filename": "__init__.py", "funcName": "__clean_buffer__", "levelname": "DEBUG", "levelno": 10, - "lineno": 411, + "lineno": 413, "message": "comm-client: Cleaning up receive-buffer", "module": "__init__", - "msecs": 560.0, + "msecs": 550.0, "msg": "%s Cleaning up receive-buffer", "name": "helpers.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/helpers/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/helpers/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 5463.982343673706, + "relativeCreated": 5532.848259, "stack_info": null, - "thread": 140631409799232, + "taskName": null, + "thread": 140181752467712, "threadName": "MainThread" }, { "args": [ "comm-server:" ], - "asctime": "2025-03-23 16:47:01,561", - "created": 1742744821.561513, + "asctime": "2025-08-15 21:41:56,551", + "created": 1755286916.5515013, "exc_text": null, "filename": "__init__.py", "funcName": "__clean_buffer__", "levelname": "DEBUG", "levelno": 10, - "lineno": 411, + "lineno": 413, "message": "comm-server: Cleaning up receive-buffer", "module": "__init__", - "msecs": 561.0, + "msecs": 551.0, "msg": "%s Cleaning up receive-buffer", "name": "helpers.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/helpers/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/helpers/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 5465.199708938599, + "relativeCreated": 5533.834834, "stack_info": null, - "thread": 140631409799232, + "taskName": null, + "thread": 140181752467712, "threadName": "MainThread" }, { "args": [ "comm-server:" ], - "asctime": "2025-03-23 16:47:01,561", - "created": 1742744821.5618532, + "asctime": "2025-08-15 21:41:56,551", + "created": 1755286916.551751, "exc_text": null, "filename": "__init__.py", "funcName": "__init__", "levelname": "INFO", "levelno": 20, - "lineno": 520, + "lineno": 522, "message": "comm-server: Waiting for incomming connection", "module": "__init__", - "msecs": 561.0, + "msecs": 551.0, "msg": "%s Waiting for incomming connection", "name": "helpers.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/helpers/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/helpers/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 5465.539932250977, + "relativeCreated": 5534.084447, "stack_info": null, - "thread": 140631409799232, + "taskName": null, + "thread": 140181752467712, "threadName": "MainThread" }, { "args": [ "prot-server:" ], - "asctime": "2025-03-23 16:47:01,562", - "created": 1742744821.5623446, + "asctime": "2025-08-15 21:41:56,552", + "created": 1755286916.5520477, "exc_text": null, "filename": "__init__.py", "funcName": "__clean_receive_buffer__", "levelname": "DEBUG", "levelno": 10, - "lineno": 434, + "lineno": 427, "message": "prot-server: Cleaning up receive-buffer", "module": "__init__", - "msecs": 562.0, + "msecs": 552.0, "msg": "%s Cleaning up receive-buffer", "name": "socket_protocol.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/socket_protocol/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/socket_protocol/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 5466.031312942505, + "relativeCreated": 5534.381159, "stack_info": null, - "thread": 140631409799232, + "taskName": null, + "thread": 140181752467712, "threadName": "MainThread" }, { @@ -13250,25 +13672,26 @@ "authentification request", "authentification response" ], - "asctime": "2025-03-23 16:47:01,562", - "created": 1742744821.5626066, + "asctime": "2025-08-15 21:41:56,552", + "created": 1755286916.5522206, "exc_text": null, "filename": "__init__.py", "funcName": "add_service", "levelname": "DEBUG", "levelno": 10, - "lineno": 597, + "lineno": 590, "message": "prot-server: Adding Service with Request=authentification request and Response=authentification response", "module": "__init__", - "msecs": 562.0, + "msecs": 552.0, "msg": "%s Adding Service with Request=%s and Response=%s", "name": "socket_protocol.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/socket_protocol/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/socket_protocol/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 5466.2933349609375, + "relativeCreated": 5534.554057, "stack_info": null, - "thread": 140631409799232, + "taskName": null, + "thread": 140181752467712, "threadName": "MainThread" }, { @@ -13276,25 +13699,26 @@ "prot-server:", "service: authentification request, data_id: seed" ], - "asctime": "2025-03-23 16:47:01,562", - "created": 1742744821.562894, + "asctime": "2025-08-15 21:41:56,552", + "created": 1755286916.5524352, "exc_text": null, "filename": "__init__.py", "funcName": "add_msg_to_auth_whitelist_", "levelname": "DEBUG", "levelno": 10, - "lineno": 571, + "lineno": 564, "message": "prot-server: Adding Message (service: authentification request, data_id: seed) to the authentification whitelist", "module": "__init__", - "msecs": 562.0, + "msecs": 552.0, "msg": "%s Adding Message (%s) to the authentification whitelist", "name": "socket_protocol.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/socket_protocol/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/socket_protocol/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 5466.580867767334, + "relativeCreated": 5534.7686, "stack_info": null, - "thread": 140631409799232, + "taskName": null, + "thread": 140181752467712, "threadName": "MainThread" }, { @@ -13302,25 +13726,26 @@ "prot-server:", "service: authentification response, data_id: seed" ], - "asctime": "2025-03-23 16:47:01,563", - "created": 1742744821.5631113, + "asctime": "2025-08-15 21:41:56,552", + "created": 1755286916.5525937, "exc_text": null, "filename": "__init__.py", "funcName": "add_msg_to_auth_whitelist_", "levelname": "DEBUG", "levelno": 10, - "lineno": 571, + "lineno": 564, "message": "prot-server: Adding Message (service: authentification response, data_id: seed) to the authentification whitelist", "module": "__init__", - "msecs": 563.0, + "msecs": 552.0, "msg": "%s Adding Message (%s) to the authentification whitelist", "name": "socket_protocol.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/socket_protocol/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/socket_protocol/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 5466.7980670928955, + "relativeCreated": 5534.927043, "stack_info": null, - "thread": 140631409799232, + "taskName": null, + "thread": 140181752467712, "threadName": "MainThread" }, { @@ -13328,25 +13753,26 @@ "prot-server:", "service: authentification request, data_id: key" ], - "asctime": "2025-03-23 16:47:01,563", - "created": 1742744821.5633118, + "asctime": "2025-08-15 21:41:56,552", + "created": 1755286916.5527375, "exc_text": null, "filename": "__init__.py", "funcName": "add_msg_to_auth_whitelist_", "levelname": "DEBUG", "levelno": 10, - "lineno": 571, + "lineno": 564, "message": "prot-server: Adding Message (service: authentification request, data_id: key) to the authentification whitelist", "module": "__init__", - "msecs": 563.0, + "msecs": 552.0, "msg": "%s Adding Message (%s) to the authentification whitelist", "name": "socket_protocol.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/socket_protocol/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/socket_protocol/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 5466.99857711792, + "relativeCreated": 5535.070999, "stack_info": null, - "thread": 140631409799232, + "taskName": null, + "thread": 140181752467712, "threadName": "MainThread" }, { @@ -13354,25 +13780,26 @@ "prot-server:", "service: authentification response, data_id: key" ], - "asctime": "2025-03-23 16:47:01,563", - "created": 1742744821.5635087, + "asctime": "2025-08-15 21:41:56,552", + "created": 1755286916.5528886, "exc_text": null, "filename": "__init__.py", "funcName": "add_msg_to_auth_whitelist_", "levelname": "DEBUG", "levelno": 10, - "lineno": 571, + "lineno": 564, "message": "prot-server: Adding Message (service: authentification response, data_id: key) to the authentification whitelist", "module": "__init__", - "msecs": 563.0, + "msecs": 552.0, "msg": "%s Adding Message (%s) to the authentification whitelist", "name": "socket_protocol.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/socket_protocol/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/socket_protocol/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 5467.195510864258, + "relativeCreated": 5535.221945, "stack_info": null, - "thread": 140631409799232, + "taskName": null, + "thread": 140181752467712, "threadName": "MainThread" }, { @@ -13382,25 +13809,26 @@ "0", "0" ], - "asctime": "2025-03-23 16:47:01,563", - "created": 1742744821.5637248, + "asctime": "2025-08-15 21:41:56,553", + "created": 1755286916.553049, "exc_text": null, "filename": "__init__.py", "funcName": "add", "levelname": "DEBUG", "levelno": 10, - "lineno": 172, + "lineno": 169, "message": "prot-server: Adding callback '__authentificate_create_seed__' for SID=0 and DID=0", "module": "__init__", - "msecs": 563.0, + "msecs": 553.0, "msg": "%s Adding callback %s for SID=%s and DID=%s", "name": "socket_protocol.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/socket_protocol/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/socket_protocol/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 5467.411518096924, + "relativeCreated": 5535.382546, "stack_info": null, - "thread": 140631409799232, + "taskName": null, + "thread": 140181752467712, "threadName": "MainThread" }, { @@ -13410,25 +13838,26 @@ "1", "0" ], - "asctime": "2025-03-23 16:47:01,563", - "created": 1742744821.5639424, + "asctime": "2025-08-15 21:41:56,553", + "created": 1755286916.553213, "exc_text": null, "filename": "__init__.py", "funcName": "add", "levelname": "DEBUG", "levelno": 10, - "lineno": 172, + "lineno": 169, "message": "prot-server: Adding callback '__authentificate_create_key__' for SID=1 and DID=0", "module": "__init__", - "msecs": 563.0, + "msecs": 553.0, "msg": "%s Adding callback %s for SID=%s and DID=%s", "name": "socket_protocol.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/socket_protocol/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/socket_protocol/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 5467.629194259644, + "relativeCreated": 5535.546289, "stack_info": null, - "thread": 140631409799232, + "taskName": null, + "thread": 140181752467712, "threadName": "MainThread" }, { @@ -13438,25 +13867,26 @@ "0", "1" ], - "asctime": "2025-03-23 16:47:01,564", - "created": 1742744821.5641701, + "asctime": "2025-08-15 21:41:56,553", + "created": 1755286916.553368, "exc_text": null, "filename": "__init__.py", "funcName": "add", "levelname": "DEBUG", "levelno": 10, - "lineno": 172, + "lineno": 169, "message": "prot-server: Adding callback '__authentificate_check_key__' for SID=0 and DID=1", "module": "__init__", - "msecs": 564.0, + "msecs": 553.0, "msg": "%s Adding callback %s for SID=%s and DID=%s", "name": "socket_protocol.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/socket_protocol/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/socket_protocol/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 5467.856884002686, + "relativeCreated": 5535.701384, "stack_info": null, - "thread": 140631409799232, + "taskName": null, + "thread": 140181752467712, "threadName": "MainThread" }, { @@ -13466,50 +13896,52 @@ "1", "1" ], - "asctime": "2025-03-23 16:47:01,564", - "created": 1742744821.5643904, + "asctime": "2025-08-15 21:41:56,553", + "created": 1755286916.5535321, "exc_text": null, "filename": "__init__.py", "funcName": "add", "levelname": "DEBUG", "levelno": 10, - "lineno": 172, + "lineno": 169, "message": "prot-server: Adding callback '__authentificate_process_feedback__' for SID=1 and DID=1", "module": "__init__", - "msecs": 564.0, + "msecs": 553.0, "msg": "%s Adding callback %s for SID=%s and DID=%s", "name": "socket_protocol.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/socket_protocol/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/socket_protocol/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 5468.077182769775, + "relativeCreated": 5535.865699, "stack_info": null, - "thread": 140631409799232, + "taskName": null, + "thread": 140181752467712, "threadName": "MainThread" }, { "args": [ "prot-server:" ], - "asctime": "2025-03-23 16:47:01,564", - "created": 1742744821.5645876, + "asctime": "2025-08-15 21:41:56,553", + "created": 1755286916.5536685, "exc_text": null, "filename": "__init__.py", "funcName": "__authentification_state_reset__", "levelname": "INFO", "levelno": 20, - "lineno": 380, + "lineno": 373, "message": "prot-server: Resetting authentification state to AUTH_STATE_UNTRUSTED_CONNECTION", "module": "__init__", - "msecs": 564.0, + "msecs": 553.0, "msg": "%s Resetting authentification state to AUTH_STATE_UNTRUSTED_CONNECTION", "name": "socket_protocol.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/socket_protocol/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/socket_protocol/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 5468.274354934692, + "relativeCreated": 5536.002138, "stack_info": null, - "thread": 140631409799232, + "taskName": null, + "thread": 140181752467712, "threadName": "MainThread" }, { @@ -13518,25 +13950,26 @@ "channel name request", "channel name response" ], - "asctime": "2025-03-23 16:47:01,564", - "created": 1742744821.56479, + "asctime": "2025-08-15 21:41:56,553", + "created": 1755286916.5538175, "exc_text": null, "filename": "__init__.py", "funcName": "add_service", "levelname": "DEBUG", "levelno": 10, - "lineno": 597, + "lineno": 590, "message": "prot-server: Adding Service with Request=channel name request and Response=channel name response", "module": "__init__", - "msecs": 564.0, + "msecs": 553.0, "msg": "%s Adding Service with Request=%s and Response=%s", "name": "socket_protocol.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/socket_protocol/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/socket_protocol/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 5468.47677230835, + "relativeCreated": 5536.150928, "stack_info": null, - "thread": 140631409799232, + "taskName": null, + "thread": 140181752467712, "threadName": "MainThread" }, { @@ -13544,25 +13977,26 @@ "prot-server:", "service: channel name request, data_id: name" ], - "asctime": "2025-03-23 16:47:01,565", - "created": 1742744821.5650074, + "asctime": "2025-08-15 21:41:56,553", + "created": 1755286916.5539722, "exc_text": null, "filename": "__init__.py", "funcName": "add_msg_to_auth_whitelist_", "levelname": "DEBUG", "levelno": 10, - "lineno": 571, + "lineno": 564, "message": "prot-server: Adding Message (service: channel name request, data_id: name) to the authentification whitelist", "module": "__init__", - "msecs": 565.0, + "msecs": 553.0, "msg": "%s Adding Message (%s) to the authentification whitelist", "name": "socket_protocol.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/socket_protocol/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/socket_protocol/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 5468.69421005249, + "relativeCreated": 5536.305642, "stack_info": null, - "thread": 140631409799232, + "taskName": null, + "thread": 140181752467712, "threadName": "MainThread" }, { @@ -13570,25 +14004,26 @@ "prot-server:", "service: channel name response, data_id: name" ], - "asctime": "2025-03-23 16:47:01,565", - "created": 1742744821.5652006, + "asctime": "2025-08-15 21:41:56,554", + "created": 1755286916.5541239, "exc_text": null, "filename": "__init__.py", "funcName": "add_msg_to_auth_whitelist_", "levelname": "DEBUG", "levelno": 10, - "lineno": 571, + "lineno": 564, "message": "prot-server: Adding Message (service: channel name response, data_id: name) to the authentification whitelist", "module": "__init__", - "msecs": 565.0, + "msecs": 554.0, "msg": "%s Adding Message (%s) to the authentification whitelist", "name": "socket_protocol.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/socket_protocol/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/socket_protocol/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 5468.8873291015625, + "relativeCreated": 5536.457267, "stack_info": null, - "thread": 140631409799232, + "taskName": null, + "thread": 140181752467712, "threadName": "MainThread" }, { @@ -13598,25 +14033,26 @@ "8", "0" ], - "asctime": "2025-03-23 16:47:01,565", - "created": 1742744821.5654056, + "asctime": "2025-08-15 21:41:56,554", + "created": 1755286916.5542684, "exc_text": null, "filename": "__init__.py", "funcName": "add", "levelname": "DEBUG", "levelno": 10, - "lineno": 172, + "lineno": 169, "message": "prot-server: Adding callback '__channel_name_request__' for SID=8 and DID=0", "module": "__init__", - "msecs": 565.0, + "msecs": 554.0, "msg": "%s Adding callback %s for SID=%s and DID=%s", "name": "socket_protocol.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/socket_protocol/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/socket_protocol/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 5469.09236907959, + "relativeCreated": 5536.601746, "stack_info": null, - "thread": 140631409799232, + "taskName": null, + "thread": 140181752467712, "threadName": "MainThread" }, { @@ -13626,25 +14062,26 @@ "9", "0" ], - "asctime": "2025-03-23 16:47:01,565", - "created": 1742744821.565626, + "asctime": "2025-08-15 21:41:56,554", + "created": 1755286916.554416, "exc_text": null, "filename": "__init__.py", "funcName": "add", "levelname": "DEBUG", "levelno": 10, - "lineno": 172, + "lineno": 169, "message": "prot-server: Adding callback '__channel_name_response__' for SID=9 and DID=0", "module": "__init__", - "msecs": 565.0, + "msecs": 554.0, "msg": "%s Adding callback %s for SID=%s and DID=%s", "name": "socket_protocol.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/socket_protocol/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/socket_protocol/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 5469.31266784668, + "relativeCreated": 5536.749374, "stack_info": null, - "thread": 140631409799232, + "taskName": null, + "thread": 140181752467712, "threadName": "MainThread" }, { @@ -13653,25 +14090,26 @@ "read data request", "read data response" ], - "asctime": "2025-03-23 16:47:01,565", - "created": 1742744821.5658212, + "asctime": "2025-08-15 21:41:56,554", + "created": 1755286916.5545564, "exc_text": null, "filename": "__init__.py", "funcName": "add_service", "levelname": "DEBUG", "levelno": 10, - "lineno": 597, + "lineno": 590, "message": "prot-server: Adding Service with Request=read data request and Response=read data response", "module": "__init__", - "msecs": 565.0, + "msecs": 554.0, "msg": "%s Adding Service with Request=%s and Response=%s", "name": "socket_protocol.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/socket_protocol/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/socket_protocol/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 5469.507932662964, + "relativeCreated": 5536.889855, "stack_info": null, - "thread": 140631409799232, + "taskName": null, + "thread": 140181752467712, "threadName": "MainThread" }, { @@ -13680,25 +14118,26 @@ "write data request", "write data response" ], - "asctime": "2025-03-23 16:47:01,566", - "created": 1742744821.5660079, + "asctime": "2025-08-15 21:41:56,554", + "created": 1755286916.5547287, "exc_text": null, "filename": "__init__.py", "funcName": "add_service", "levelname": "DEBUG", "levelno": 10, - "lineno": 597, + "lineno": 590, "message": "prot-server: Adding Service with Request=write data request and Response=write data response", "module": "__init__", - "msecs": 566.0, + "msecs": 554.0, "msg": "%s Adding Service with Request=%s and Response=%s", "name": "socket_protocol.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/socket_protocol/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/socket_protocol/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 5469.6946144104, + "relativeCreated": 5537.062177, "stack_info": null, - "thread": 140631409799232, + "taskName": null, + "thread": 140181752467712, "threadName": "MainThread" }, { @@ -13707,75 +14146,78 @@ "execute request", "execute response" ], - "asctime": "2025-03-23 16:47:01,566", - "created": 1742744821.5662239, + "asctime": "2025-08-15 21:41:56,554", + "created": 1755286916.554926, "exc_text": null, "filename": "__init__.py", "funcName": "add_service", "levelname": "DEBUG", "levelno": 10, - "lineno": 597, + "lineno": 590, "message": "prot-server: Adding Service with Request=execute request and Response=execute response", "module": "__init__", - "msecs": 566.0, + "msecs": 554.0, "msg": "%s Adding Service with Request=%s and Response=%s", "name": "socket_protocol.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/socket_protocol/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/socket_protocol/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 5469.910621643066, + "relativeCreated": 5537.259142, "stack_info": null, - "thread": 140631409799232, + "taskName": null, + "thread": 140181752467712, "threadName": "MainThread" }, { "args": [ "prot-server:" ], - "asctime": "2025-03-23 16:47:01,566", - "created": 1742744821.5664217, + "asctime": "2025-08-15 21:41:56,555", + "created": 1755286916.555196, "exc_text": null, "filename": "__init__.py", "funcName": "__init__", "levelname": "INFO", "levelno": 20, - "lineno": 340, + "lineno": 333, "message": "prot-server: Initialisation finished.", "module": "__init__", - "msecs": 566.0, + "msecs": 555.0, "msg": "%s Initialisation finished.", "name": "socket_protocol.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/socket_protocol/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/socket_protocol/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 5470.108509063721, + "relativeCreated": 5537.529697, "stack_info": null, - "thread": 140631409799232, + "taskName": null, + "thread": 140181752467712, "threadName": "MainThread" }, { "args": [ "prot-client:" ], - "asctime": "2025-03-23 16:47:01,566", - "created": 1742744821.5667439, + "asctime": "2025-08-15 21:41:56,555", + "created": 1755286916.5555556, "exc_text": null, "filename": "__init__.py", "funcName": "__clean_receive_buffer__", "levelname": "DEBUG", "levelno": 10, - "lineno": 434, + "lineno": 427, "message": "prot-client: Cleaning up receive-buffer", "module": "__init__", - "msecs": 566.0, + "msecs": 555.0, "msg": "%s Cleaning up receive-buffer", "name": "socket_protocol.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/socket_protocol/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/socket_protocol/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 5470.430612564087, + "relativeCreated": 5537.889125, "stack_info": null, - "thread": 140631409799232, + "taskName": null, + "thread": 140181752467712, "threadName": "MainThread" }, { @@ -13784,25 +14226,26 @@ "authentification request", "authentification response" ], - "asctime": "2025-03-23 16:47:01,566", - "created": 1742744821.5668027, + "asctime": "2025-08-15 21:41:56,555", + "created": 1755286916.5557244, "exc_text": null, "filename": "__init__.py", "funcName": "add_service", "levelname": "DEBUG", "levelno": 10, - "lineno": 597, + "lineno": 590, "message": "prot-client: Adding Service with Request=authentification request and Response=authentification response", "module": "__init__", - "msecs": 566.0, + "msecs": 555.0, "msg": "%s Adding Service with Request=%s and Response=%s", "name": "socket_protocol.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/socket_protocol/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/socket_protocol/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 5470.489501953125, + "relativeCreated": 5538.057773, "stack_info": null, - "thread": 140631409799232, + "taskName": null, + "thread": 140181752467712, "threadName": "MainThread" }, { @@ -13810,25 +14253,26 @@ "prot-client:", "service: authentification request, data_id: seed" ], - "asctime": "2025-03-23 16:47:01,566", - "created": 1742744821.5668783, + "asctime": "2025-08-15 21:41:56,555", + "created": 1755286916.555925, "exc_text": null, "filename": "__init__.py", "funcName": "add_msg_to_auth_whitelist_", "levelname": "DEBUG", "levelno": 10, - "lineno": 571, + "lineno": 564, "message": "prot-client: Adding Message (service: authentification request, data_id: seed) to the authentification whitelist", "module": "__init__", - "msecs": 566.0, + "msecs": 555.0, "msg": "%s Adding Message (%s) to the authentification whitelist", "name": "socket_protocol.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/socket_protocol/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/socket_protocol/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 5470.5650806427, + "relativeCreated": 5538.258471, "stack_info": null, - "thread": 140631409799232, + "taskName": null, + "thread": 140181752467712, "threadName": "MainThread" }, { @@ -13836,25 +14280,26 @@ "prot-client:", "service: authentification response, data_id: seed" ], - "asctime": "2025-03-23 16:47:01,566", - "created": 1742744821.5669355, + "asctime": "2025-08-15 21:41:56,556", + "created": 1755286916.5560744, "exc_text": null, "filename": "__init__.py", "funcName": "add_msg_to_auth_whitelist_", "levelname": "DEBUG", "levelno": 10, - "lineno": 571, + "lineno": 564, "message": "prot-client: Adding Message (service: authentification response, data_id: seed) to the authentification whitelist", "module": "__init__", - "msecs": 566.0, + "msecs": 556.0, "msg": "%s Adding Message (%s) to the authentification whitelist", "name": "socket_protocol.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/socket_protocol/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/socket_protocol/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 5470.622301101685, + "relativeCreated": 5538.408009, "stack_info": null, - "thread": 140631409799232, + "taskName": null, + "thread": 140181752467712, "threadName": "MainThread" }, { @@ -13862,25 +14307,26 @@ "prot-client:", "service: authentification request, data_id: key" ], - "asctime": "2025-03-23 16:47:01,566", - "created": 1742744821.5669906, + "asctime": "2025-08-15 21:41:56,556", + "created": 1755286916.556215, "exc_text": null, "filename": "__init__.py", "funcName": "add_msg_to_auth_whitelist_", "levelname": "DEBUG", "levelno": 10, - "lineno": 571, + "lineno": 564, "message": "prot-client: Adding Message (service: authentification request, data_id: key) to the authentification whitelist", "module": "__init__", - "msecs": 566.0, + "msecs": 556.0, "msg": "%s Adding Message (%s) to the authentification whitelist", "name": "socket_protocol.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/socket_protocol/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/socket_protocol/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 5470.677375793457, + "relativeCreated": 5538.548462, "stack_info": null, - "thread": 140631409799232, + "taskName": null, + "thread": 140181752467712, "threadName": "MainThread" }, { @@ -13888,25 +14334,26 @@ "prot-client:", "service: authentification response, data_id: key" ], - "asctime": "2025-03-23 16:47:01,567", - "created": 1742744821.567046, + "asctime": "2025-08-15 21:41:56,556", + "created": 1755286916.5563498, "exc_text": null, "filename": "__init__.py", "funcName": "add_msg_to_auth_whitelist_", "levelname": "DEBUG", "levelno": 10, - "lineno": 571, + "lineno": 564, "message": "prot-client: Adding Message (service: authentification response, data_id: key) to the authentification whitelist", "module": "__init__", - "msecs": 567.0, + "msecs": 556.0, "msg": "%s Adding Message (%s) to the authentification whitelist", "name": "socket_protocol.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/socket_protocol/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/socket_protocol/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 5470.732688903809, + "relativeCreated": 5538.683236, "stack_info": null, - "thread": 140631409799232, + "taskName": null, + "thread": 140181752467712, "threadName": "MainThread" }, { @@ -13916,25 +14363,26 @@ "0", "0" ], - "asctime": "2025-03-23 16:47:01,567", - "created": 1742744821.5671077, + "asctime": "2025-08-15 21:41:56,556", + "created": 1755286916.5564961, "exc_text": null, "filename": "__init__.py", "funcName": "add", "levelname": "DEBUG", "levelno": 10, - "lineno": 172, + "lineno": 169, "message": "prot-client: Adding callback '__authentificate_create_seed__' for SID=0 and DID=0", "module": "__init__", - "msecs": 567.0, + "msecs": 556.0, "msg": "%s Adding callback %s for SID=%s and DID=%s", "name": "socket_protocol.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/socket_protocol/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/socket_protocol/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 5470.794439315796, + "relativeCreated": 5538.829499, "stack_info": null, - "thread": 140631409799232, + "taskName": null, + "thread": 140181752467712, "threadName": "MainThread" }, { @@ -13944,25 +14392,26 @@ "1", "0" ], - "asctime": "2025-03-23 16:47:01,567", - "created": 1742744821.5671675, + "asctime": "2025-08-15 21:41:56,556", + "created": 1755286916.556661, "exc_text": null, "filename": "__init__.py", "funcName": "add", "levelname": "DEBUG", "levelno": 10, - "lineno": 172, + "lineno": 169, "message": "prot-client: Adding callback '__authentificate_create_key__' for SID=1 and DID=0", "module": "__init__", - "msecs": 567.0, + "msecs": 556.0, "msg": "%s Adding callback %s for SID=%s and DID=%s", "name": "socket_protocol.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/socket_protocol/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/socket_protocol/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 5470.85428237915, + "relativeCreated": 5538.99449, "stack_info": null, - "thread": 140631409799232, + "taskName": null, + "thread": 140181752467712, "threadName": "MainThread" }, { @@ -13972,25 +14421,26 @@ "0", "1" ], - "asctime": "2025-03-23 16:47:01,567", - "created": 1742744821.5672271, + "asctime": "2025-08-15 21:41:56,556", + "created": 1755286916.5568235, "exc_text": null, "filename": "__init__.py", "funcName": "add", "levelname": "DEBUG", "levelno": 10, - "lineno": 172, + "lineno": 169, "message": "prot-client: Adding callback '__authentificate_check_key__' for SID=0 and DID=1", "module": "__init__", - "msecs": 567.0, + "msecs": 556.0, "msg": "%s Adding callback %s for SID=%s and DID=%s", "name": "socket_protocol.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/socket_protocol/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/socket_protocol/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 5470.913887023926, + "relativeCreated": 5539.156913, "stack_info": null, - "thread": 140631409799232, + "taskName": null, + "thread": 140181752467712, "threadName": "MainThread" }, { @@ -14000,50 +14450,52 @@ "1", "1" ], - "asctime": "2025-03-23 16:47:01,567", - "created": 1742744821.5672882, + "asctime": "2025-08-15 21:41:56,556", + "created": 1755286916.5569828, "exc_text": null, "filename": "__init__.py", "funcName": "add", "levelname": "DEBUG", "levelno": 10, - "lineno": 172, + "lineno": 169, "message": "prot-client: Adding callback '__authentificate_process_feedback__' for SID=1 and DID=1", "module": "__init__", - "msecs": 567.0, + "msecs": 556.0, "msg": "%s Adding callback %s for SID=%s and DID=%s", "name": "socket_protocol.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/socket_protocol/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/socket_protocol/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 5470.974922180176, + "relativeCreated": 5539.316348, "stack_info": null, - "thread": 140631409799232, + "taskName": null, + "thread": 140181752467712, "threadName": "MainThread" }, { "args": [ "prot-client:" ], - "asctime": "2025-03-23 16:47:01,567", - "created": 1742744821.5673409, + "asctime": "2025-08-15 21:41:56,557", + "created": 1755286916.5571206, "exc_text": null, "filename": "__init__.py", "funcName": "__authentification_state_reset__", "levelname": "INFO", "levelno": 20, - "lineno": 380, + "lineno": 373, "message": "prot-client: Resetting authentification state to AUTH_STATE_UNTRUSTED_CONNECTION", "module": "__init__", - "msecs": 567.0, + "msecs": 557.0, "msg": "%s Resetting authentification state to AUTH_STATE_UNTRUSTED_CONNECTION", "name": "socket_protocol.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/socket_protocol/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/socket_protocol/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 5471.027612686157, + "relativeCreated": 5539.453984, "stack_info": null, - "thread": 140631409799232, + "taskName": null, + "thread": 140181752467712, "threadName": "MainThread" }, { @@ -14052,25 +14504,26 @@ "channel name request", "channel name response" ], - "asctime": "2025-03-23 16:47:01,567", - "created": 1742744821.567397, + "asctime": "2025-08-15 21:41:56,557", + "created": 1755286916.557267, "exc_text": null, "filename": "__init__.py", "funcName": "add_service", "levelname": "DEBUG", "levelno": 10, - "lineno": 597, + "lineno": 590, "message": "prot-client: Adding Service with Request=channel name request and Response=channel name response", "module": "__init__", - "msecs": 567.0, + "msecs": 557.0, "msg": "%s Adding Service with Request=%s and Response=%s", "name": "socket_protocol.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/socket_protocol/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/socket_protocol/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 5471.083879470825, + "relativeCreated": 5539.600483, "stack_info": null, - "thread": 140631409799232, + "taskName": null, + "thread": 140181752467712, "threadName": "MainThread" }, { @@ -14078,25 +14531,26 @@ "prot-client:", "service: channel name request, data_id: name" ], - "asctime": "2025-03-23 16:47:01,567", - "created": 1742744821.5674574, + "asctime": "2025-08-15 21:41:56,557", + "created": 1755286916.5574176, "exc_text": null, "filename": "__init__.py", "funcName": "add_msg_to_auth_whitelist_", "levelname": "DEBUG", "levelno": 10, - "lineno": 571, + "lineno": 564, "message": "prot-client: Adding Message (service: channel name request, data_id: name) to the authentification whitelist", "module": "__init__", - "msecs": 567.0, + "msecs": 557.0, "msg": "%s Adding Message (%s) to the authentification whitelist", "name": "socket_protocol.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/socket_protocol/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/socket_protocol/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 5471.144199371338, + "relativeCreated": 5539.751075, "stack_info": null, - "thread": 140631409799232, + "taskName": null, + "thread": 140181752467712, "threadName": "MainThread" }, { @@ -14104,25 +14558,26 @@ "prot-client:", "service: channel name response, data_id: name" ], - "asctime": "2025-03-23 16:47:01,567", - "created": 1742744821.5675125, + "asctime": "2025-08-15 21:41:56,557", + "created": 1755286916.5575552, "exc_text": null, "filename": "__init__.py", "funcName": "add_msg_to_auth_whitelist_", "levelname": "DEBUG", "levelno": 10, - "lineno": 571, + "lineno": 564, "message": "prot-client: Adding Message (service: channel name response, data_id: name) to the authentification whitelist", "module": "__init__", - "msecs": 567.0, + "msecs": 557.0, "msg": "%s Adding Message (%s) to the authentification whitelist", "name": "socket_protocol.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/socket_protocol/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/socket_protocol/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 5471.19927406311, + "relativeCreated": 5539.888591, "stack_info": null, - "thread": 140631409799232, + "taskName": null, + "thread": 140181752467712, "threadName": "MainThread" }, { @@ -14132,25 +14587,26 @@ "8", "0" ], - "asctime": "2025-03-23 16:47:01,567", - "created": 1742744821.5675726, + "asctime": "2025-08-15 21:41:56,557", + "created": 1755286916.5576966, "exc_text": null, "filename": "__init__.py", "funcName": "add", "levelname": "DEBUG", "levelno": 10, - "lineno": 172, + "lineno": 169, "message": "prot-client: Adding callback '__channel_name_request__' for SID=8 and DID=0", "module": "__init__", - "msecs": 567.0, + "msecs": 557.0, "msg": "%s Adding callback %s for SID=%s and DID=%s", "name": "socket_protocol.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/socket_protocol/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/socket_protocol/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 5471.259355545044, + "relativeCreated": 5540.030065, "stack_info": null, - "thread": 140631409799232, + "taskName": null, + "thread": 140181752467712, "threadName": "MainThread" }, { @@ -14160,25 +14616,26 @@ "9", "0" ], - "asctime": "2025-03-23 16:47:01,567", - "created": 1742744821.5676303, + "asctime": "2025-08-15 21:41:56,557", + "created": 1755286916.5578997, "exc_text": null, "filename": "__init__.py", "funcName": "add", "levelname": "DEBUG", "levelno": 10, - "lineno": 172, + "lineno": 169, "message": "prot-client: Adding callback '__channel_name_response__' for SID=9 and DID=0", "module": "__init__", - "msecs": 567.0, + "msecs": 557.0, "msg": "%s Adding callback %s for SID=%s and DID=%s", "name": "socket_protocol.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/socket_protocol/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/socket_protocol/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 5471.3170528411865, + "relativeCreated": 5540.233123, "stack_info": null, - "thread": 140631409799232, + "taskName": null, + "thread": 140181752467712, "threadName": "MainThread" }, { @@ -14187,25 +14644,26 @@ "read data request", "read data response" ], - "asctime": "2025-03-23 16:47:01,567", - "created": 1742744821.5676854, + "asctime": "2025-08-15 21:41:56,558", + "created": 1755286916.5580475, "exc_text": null, "filename": "__init__.py", "funcName": "add_service", "levelname": "DEBUG", "levelno": 10, - "lineno": 597, + "lineno": 590, "message": "prot-client: Adding Service with Request=read data request and Response=read data response", "module": "__init__", - "msecs": 567.0, + "msecs": 558.0, "msg": "%s Adding Service with Request=%s and Response=%s", "name": "socket_protocol.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/socket_protocol/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/socket_protocol/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 5471.372127532959, + "relativeCreated": 5540.380957, "stack_info": null, - "thread": 140631409799232, + "taskName": null, + "thread": 140181752467712, "threadName": "MainThread" }, { @@ -14214,25 +14672,26 @@ "write data request", "write data response" ], - "asctime": "2025-03-23 16:47:01,567", - "created": 1742744821.5677412, + "asctime": "2025-08-15 21:41:56,558", + "created": 1755286916.5582016, "exc_text": null, "filename": "__init__.py", "funcName": "add_service", "levelname": "DEBUG", "levelno": 10, - "lineno": 597, + "lineno": 590, "message": "prot-client: Adding Service with Request=write data request and Response=write data response", "module": "__init__", - "msecs": 567.0, + "msecs": 558.0, "msg": "%s Adding Service with Request=%s and Response=%s", "name": "socket_protocol.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/socket_protocol/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/socket_protocol/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 5471.427917480469, + "relativeCreated": 5540.535007, "stack_info": null, - "thread": 140631409799232, + "taskName": null, + "thread": 140181752467712, "threadName": "MainThread" }, { @@ -14241,69 +14700,72 @@ "execute request", "execute response" ], - "asctime": "2025-03-23 16:47:01,567", - "created": 1742744821.5677948, + "asctime": "2025-08-15 21:41:56,558", + "created": 1755286916.5583491, "exc_text": null, "filename": "__init__.py", "funcName": "add_service", "levelname": "DEBUG", "levelno": 10, - "lineno": 597, + "lineno": 590, "message": "prot-client: Adding Service with Request=execute request and Response=execute response", "module": "__init__", - "msecs": 567.0, + "msecs": 558.0, "msg": "%s Adding Service with Request=%s and Response=%s", "name": "socket_protocol.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/socket_protocol/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/socket_protocol/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 5471.481561660767, + "relativeCreated": 5540.682554, "stack_info": null, - "thread": 140631409799232, + "taskName": null, + "thread": 140181752467712, "threadName": "MainThread" }, { "args": [ "prot-client:" ], - "asctime": "2025-03-23 16:47:01,567", - "created": 1742744821.5678468, + "asctime": "2025-08-15 21:41:56,558", + "created": 1755286916.5584857, "exc_text": null, "filename": "__init__.py", "funcName": "__init__", "levelname": "INFO", "levelno": 20, - "lineno": 340, + "lineno": 333, "message": "prot-client: Initialisation finished.", "module": "__init__", - "msecs": 567.0, + "msecs": 558.0, "msg": "%s Initialisation finished.", "name": "socket_protocol.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/socket_protocol/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/socket_protocol/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 5471.533536911011, + "relativeCreated": 5540.81929, "stack_info": null, - "thread": 140631409799232, + "taskName": null, + "thread": 140181752467712, "threadName": "MainThread" } ], - "msecs": 567.0, + "msecs": 558.0, "msg": "Setting up communication", "name": "__tLogger__", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/tests/test_helpers.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/tests/test_helpers.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 5471.588134765625, + "relativeCreated": 5540.982884, "stack_info": null, - "thread": 140631409799232, + "taskName": null, + "thread": 140181752467712, "threadName": "MainThread", - "time_consumption": 5.459785461425781e-05 + "time_consumption": 0.00016355514526367188 }, { "args": [], - "asctime": "2025-03-23 16:47:01,911", - "created": 1742744821.9115126, + "asctime": "2025-08-15 21:41:56,904", + "created": 1755286916.9043586, "exc_text": null, "filename": "test_helpers.py", "funcName": "set_up_socket_protocol", @@ -14317,75 +14779,78 @@ "args": [ "comm-client:" ], - "asctime": "2025-03-23 16:47:01,568", - "created": 1742744821.5680285, + "asctime": "2025-08-15 21:41:56,558", + "created": 1755286916.5589468, "exc_text": null, "filename": "__init__.py", "funcName": "__connect__", "levelname": "INFO", "levelno": 20, - "lineno": 268, + "lineno": 270, "message": "comm-client: Connection established...", "module": "__init__", - "msecs": 568.0, + "msecs": 558.0, "msg": "%s Connection established...", "name": "helpers.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/helpers/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/helpers/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 5471.715211868286, + "relativeCreated": 5541.280335, "stack_info": null, - "thread": 140631409799232, + "taskName": null, + "thread": 140181752467712, "threadName": "MainThread" }, { "args": [ "comm-client:" ], - "asctime": "2025-03-23 16:47:01,568", - "created": 1742744821.568084, + "asctime": "2025-08-15 21:41:56,559", + "created": 1755286916.5590997, "exc_text": null, "filename": "__init__.py", "funcName": "__clean_buffer__", "levelname": "DEBUG", "levelno": 10, - "lineno": 411, + "lineno": 413, "message": "comm-client: Cleaning up receive-buffer", "module": "__init__", - "msecs": 568.0, + "msecs": 559.0, "msg": "%s Cleaning up receive-buffer", "name": "helpers.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/helpers/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/helpers/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 5471.770763397217, + "relativeCreated": 5541.433154, "stack_info": null, - "thread": 140631409799232, + "taskName": null, + "thread": 140181752467712, "threadName": "MainThread" }, { "args": [ "prot-client:" ], - "asctime": "2025-03-23 16:47:01,568", - "created": 1742744821.568139, + "asctime": "2025-08-15 21:41:56,559", + "created": 1755286916.5592418, "exc_text": null, "filename": "__init__.py", "funcName": "__clean_receive_buffer__", "levelname": "DEBUG", "levelno": 10, - "lineno": 434, + "lineno": 427, "message": "prot-client: Cleaning up receive-buffer", "module": "__init__", - "msecs": 568.0, + "msecs": 559.0, "msg": "%s Cleaning up receive-buffer", "name": "socket_protocol.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/socket_protocol/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/socket_protocol/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 5471.825838088989, + "relativeCreated": 5541.575214, "stack_info": null, - "thread": 140631409799232, + "taskName": null, + "thread": 140181752467712, "threadName": "MainThread" }, { @@ -14396,100 +14861,104 @@ "status: okay", "None" ], - "asctime": "2025-03-23 16:47:01,568", - "created": 1742744821.5682316, + "asctime": "2025-08-15 21:41:56,559", + "created": 1755286916.559469, "exc_text": null, "filename": "__init__.py", "funcName": "__log_msg__", "levelname": "INFO", "levelno": 20, - "lineno": 445, + "lineno": 438, "message": "prot-client: TX -> service: channel name request, data_id: name, status: okay, data: \"None\"", "module": "__init__", - "msecs": 568.0, + "msecs": 559.0, "msg": "%s %s %s, %s, data: \"%s\"", "name": "socket_protocol.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/socket_protocol/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/socket_protocol/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 5471.918344497681, + "relativeCreated": 5541.802378, "stack_info": null, - "thread": 140631409799232, + "taskName": null, + "thread": 140181752467712, "threadName": "MainThread" }, { "args": [ "comm-server:" ], - "asctime": "2025-03-23 16:47:01,568", - "created": 1742744821.5684395, + "asctime": "2025-08-15 21:41:56,559", + "created": 1755286916.5599134, "exc_text": null, "filename": "__init__.py", "funcName": "__connect__", "levelname": "INFO", "levelno": 20, - "lineno": 268, + "lineno": 270, "message": "comm-server: Connection established...", "module": "__init__", - "msecs": 568.0, + "msecs": 559.0, "msg": "%s Connection established...", "name": "helpers.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/helpers/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/helpers/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 5472.126245498657, + "relativeCreated": 5542.246805, "stack_info": null, - "thread": 140631409799232, + "taskName": null, + "thread": 140181752467712, "threadName": "MainThread" }, { "args": [ "comm-server:" ], - "asctime": "2025-03-23 16:47:01,568", - "created": 1742744821.5684981, + "asctime": "2025-08-15 21:41:56,560", + "created": 1755286916.5600743, "exc_text": null, "filename": "__init__.py", "funcName": "__clean_buffer__", "levelname": "DEBUG", "levelno": 10, - "lineno": 411, + "lineno": 413, "message": "comm-server: Cleaning up receive-buffer", "module": "__init__", - "msecs": 568.0, + "msecs": 560.0, "msg": "%s Cleaning up receive-buffer", "name": "helpers.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/helpers/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/helpers/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 5472.184896469116, + "relativeCreated": 5542.407745, "stack_info": null, - "thread": 140631409799232, + "taskName": null, + "thread": 140181752467712, "threadName": "MainThread" }, { "args": [ "prot-server:" ], - "asctime": "2025-03-23 16:47:01,568", - "created": 1742744821.5685544, + "asctime": "2025-08-15 21:41:56,560", + "created": 1755286916.5602188, "exc_text": null, "filename": "__init__.py", "funcName": "__clean_receive_buffer__", "levelname": "DEBUG", "levelno": 10, - "lineno": 434, + "lineno": 427, "message": "prot-server: Cleaning up receive-buffer", "module": "__init__", - "msecs": 568.0, + "msecs": 560.0, "msg": "%s Cleaning up receive-buffer", "name": "socket_protocol.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/socket_protocol/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/socket_protocol/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 5472.241163253784, + "relativeCreated": 5542.552255, "stack_info": null, - "thread": 140631409799232, + "taskName": null, + "thread": 140181752467712, "threadName": "MainThread" }, { @@ -14497,25 +14966,26 @@ "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": "2025-03-23 16:47:01,568", - "created": 1742744821.5688088, + "asctime": "2025-08-15 21:41:56,560", + "created": 1755286916.5605938, "exc_text": null, "filename": "__init__.py", "funcName": "__tx__", "levelname": "INFO", "levelno": 20, - "lineno": 284, + "lineno": 286, "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": 568.0, + "msecs": 560.0, "msg": "%s TX -> %s", "name": "helpers.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/helpers/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/helpers/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 5472.495555877686, + "relativeCreated": 5542.92728, "stack_info": null, - "thread": 140630776866496, + "taskName": null, + "thread": 140181449451200, "threadName": "Thread-9 (_start)" }, { @@ -14523,25 +14993,26 @@ "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": "2025-03-23 16:47:01,577", - "created": 1742744821.577031, + "asctime": "2025-08-15 21:41:56,569", + "created": 1755286916.569074, "exc_text": null, "filename": "__init__.py", "funcName": "__rx__", "levelname": "DEBUG", "levelno": 10, - "lineno": 414, + "lineno": 416, "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": 577.0, + "msecs": 569.0, "msg": "%s RX <- %s", "name": "helpers.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/helpers/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/helpers/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 5480.717658996582, + "relativeCreated": 5551.407265, "stack_info": null, - "thread": 140630776866496, + "taskName": null, + "thread": 140181449451200, "threadName": "Thread-9 (_start)" }, { @@ -14549,25 +15020,26 @@ "comm-client:", "(6): 53 5e 67 0b 3a 3e" ], - "asctime": "2025-03-23 16:47:01,577", - "created": 1742744821.5773602, + "asctime": "2025-08-15 21:41:56,569", + "created": 1755286916.569646, "exc_text": null, "filename": "__init__.py", "funcName": "__tx__", "levelname": "INFO", "levelno": 20, - "lineno": 284, + "lineno": 286, "message": "comm-client: TX -> (6): 53 5e 67 0b 3a 3e", "module": "__init__", - "msecs": 577.0, + "msecs": 569.0, "msg": "%s TX -> %s", "name": "helpers.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/helpers/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/helpers/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 5481.046915054321, + "relativeCreated": 5551.97936, "stack_info": null, - "thread": 140630776866496, + "taskName": null, + "thread": 140181449451200, "threadName": "Thread-9 (_start)" }, { @@ -14575,25 +15047,26 @@ "comm-server:", "(6): 53 5e 67 0b 3a 3e" ], - "asctime": "2025-03-23 16:47:01,578", - "created": 1742744821.5782585, + "asctime": "2025-08-15 21:41:56,570", + "created": 1755286916.5708756, "exc_text": null, "filename": "__init__.py", "funcName": "__rx__", "levelname": "DEBUG", "levelno": 10, - "lineno": 414, + "lineno": 416, "message": "comm-server: RX <- (6): 53 5e 67 0b 3a 3e", "module": "__init__", - "msecs": 578.0, + "msecs": 570.0, "msg": "%s RX <- %s", "name": "helpers.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/helpers/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/helpers/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 5481.945276260376, + "relativeCreated": 5553.209108, "stack_info": null, - "thread": 140630776866496, + "taskName": null, + "thread": 140181449451200, "threadName": "Thread-9 (_start)" }, { @@ -14604,25 +15077,26 @@ "status: okay", "None" ], - "asctime": "2025-03-23 16:47:01,578", - "created": 1742744821.578511, + "asctime": "2025-08-15 21:41:56,571", + "created": 1755286916.5715, "exc_text": null, "filename": "__init__.py", "funcName": "__log_msg__", "levelname": "INFO", "levelno": 20, - "lineno": 445, + "lineno": 438, "message": "prot-server: RX <- service: channel name request, data_id: name, status: okay, data: \"None\"", "module": "__init__", - "msecs": 578.0, + "msecs": 571.0, "msg": "%s %s %s, %s, data: \"%s\"", "name": "socket_protocol.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/socket_protocol/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/socket_protocol/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 5482.1977615356445, + "relativeCreated": 5553.833377, "stack_info": null, - "thread": 140630776866496, + "taskName": null, + "thread": 140181449451200, "threadName": "Thread-9 (_start)" }, { @@ -14630,25 +15104,26 @@ "prot-server:", "__channel_name_request__" ], - "asctime": "2025-03-23 16:47:01,578", - "created": 1742744821.5785997, + "asctime": "2025-08-15 21:41:56,571", + "created": 1755286916.571734, "exc_text": null, "filename": "__init__.py", "funcName": "__data_available_callback__", "levelname": "DEBUG", "levelno": 10, - "lineno": 488, + "lineno": 481, "message": "prot-server: Executing callback __channel_name_request__ to process received data", "module": "__init__", - "msecs": 578.0, + "msecs": 571.0, "msg": "%s Executing callback %s to process received data", "name": "socket_protocol.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/socket_protocol/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/socket_protocol/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 5482.28645324707, + "relativeCreated": 5554.06754, "stack_info": null, - "thread": 140630776866496, + "taskName": null, + "thread": 140181449451200, "threadName": "Thread-9 (_start)" }, { @@ -14659,25 +15134,26 @@ "status: okay", "None" ], - "asctime": "2025-03-23 16:47:01,578", - "created": 1742744821.5787144, + "asctime": "2025-08-15 21:41:56,571", + "created": 1755286916.5719936, "exc_text": null, "filename": "__init__.py", "funcName": "__log_msg__", "levelname": "INFO", "levelno": 20, - "lineno": 445, + "lineno": 438, "message": "prot-server: TX -> service: channel name response, data_id: name, status: okay, data: \"None\"", "module": "__init__", - "msecs": 578.0, + "msecs": 571.0, "msg": "%s %s %s, %s, data: \"%s\"", "name": "socket_protocol.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/socket_protocol/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/socket_protocol/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 5482.401132583618, + "relativeCreated": 5554.327058, "stack_info": null, - "thread": 140630776866496, + "taskName": null, + "thread": 140181449451200, "threadName": "Thread-9 (_start)" }, { @@ -14685,25 +15161,26 @@ "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": "2025-03-23 16:47:01,579", - "created": 1742744821.5790222, + "asctime": "2025-08-15 21:41:56,572", + "created": 1755286916.5727062, "exc_text": null, "filename": "__init__.py", "funcName": "__tx__", "levelname": "INFO", "levelno": 20, - "lineno": 284, + "lineno": 286, "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": 579.0, + "msecs": 572.0, "msg": "%s TX -> %s", "name": "helpers.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/helpers/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/helpers/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 5482.708930969238, + "relativeCreated": 5555.039825, "stack_info": null, - "thread": 140630768473792, + "taskName": null, + "thread": 140181441058496, "threadName": "Thread-10 (_start)" }, { @@ -14711,25 +15188,26 @@ "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": "2025-03-23 16:47:01,587", - "created": 1742744821.5872617, + "asctime": "2025-08-15 21:41:56,581", + "created": 1755286916.581184, "exc_text": null, "filename": "__init__.py", "funcName": "__rx__", "levelname": "DEBUG", "levelno": 10, - "lineno": 414, + "lineno": 416, "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": 587.0, + "msecs": 581.0, "msg": "%s RX <- %s", "name": "helpers.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/helpers/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/helpers/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 5490.948438644409, + "relativeCreated": 5563.517513, "stack_info": null, - "thread": 140630768473792, + "taskName": null, + "thread": 140181441058496, "threadName": "Thread-10 (_start)" }, { @@ -14737,25 +15215,26 @@ "comm-server:", "(6): 30 59 be 2f 3a 3e" ], - "asctime": "2025-03-23 16:47:01,587", - "created": 1742744821.5876641, + "asctime": "2025-08-15 21:41:56,581", + "created": 1755286916.5819561, "exc_text": null, "filename": "__init__.py", "funcName": "__tx__", "levelname": "INFO", "levelno": 20, - "lineno": 284, + "lineno": 286, "message": "comm-server: TX -> (6): 30 59 be 2f 3a 3e", "module": "__init__", - "msecs": 587.0, + "msecs": 581.0, "msg": "%s TX -> %s", "name": "helpers.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/helpers/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/helpers/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 5491.350889205933, + "relativeCreated": 5564.289608, "stack_info": null, - "thread": 140630768473792, + "taskName": null, + "thread": 140181441058496, "threadName": "Thread-10 (_start)" }, { @@ -14763,25 +15242,26 @@ "comm-client:", "(6): 30 59 be 2f 3a 3e" ], - "asctime": "2025-03-23 16:47:01,588", - "created": 1742744821.5886862, + "asctime": "2025-08-15 21:41:56,583", + "created": 1755286916.5831013, "exc_text": null, "filename": "__init__.py", "funcName": "__rx__", "levelname": "DEBUG", "levelno": 10, - "lineno": 414, + "lineno": 416, "message": "comm-client: RX <- (6): 30 59 be 2f 3a 3e", "module": "__init__", - "msecs": 588.0, + "msecs": 583.0, "msg": "%s RX <- %s", "name": "helpers.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/helpers/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/helpers/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 5492.372989654541, + "relativeCreated": 5565.434738, "stack_info": null, - "thread": 140630768473792, + "taskName": null, + "thread": 140181441058496, "threadName": "Thread-10 (_start)" }, { @@ -14792,25 +15272,26 @@ "status: okay", "None" ], - "asctime": "2025-03-23 16:47:01,589", - "created": 1742744821.589056, + "asctime": "2025-08-15 21:41:56,583", + "created": 1755286916.5836167, "exc_text": null, "filename": "__init__.py", "funcName": "__log_msg__", "levelname": "INFO", "levelno": 20, - "lineno": 445, + "lineno": 438, "message": "prot-client: RX <- service: channel name response, data_id: name, status: okay, data: \"None\"", "module": "__init__", - "msecs": 589.0, + "msecs": 583.0, "msg": "%s %s %s, %s, data: \"%s\"", "name": "socket_protocol.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/socket_protocol/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/socket_protocol/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 5492.7427768707275, + "relativeCreated": 5565.95016, "stack_info": null, - "thread": 140630768473792, + "taskName": null, + "thread": 140181441058496, "threadName": "Thread-10 (_start)" }, { @@ -14818,44 +15299,46 @@ "prot-client:", "__channel_name_response__" ], - "asctime": "2025-03-23 16:47:01,589", - "created": 1742744821.5891876, + "asctime": "2025-08-15 21:41:56,583", + "created": 1755286916.5838232, "exc_text": null, "filename": "__init__.py", "funcName": "__data_available_callback__", "levelname": "DEBUG", "levelno": 10, - "lineno": 503, + "lineno": 496, "message": "prot-client: Executing callback __channel_name_response__ to process received data", "module": "__init__", - "msecs": 589.0, + "msecs": 583.0, "msg": "%s Executing callback %s to process received data", "name": "socket_protocol.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/socket_protocol/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/socket_protocol/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 5492.874383926392, + "relativeCreated": 5566.156501, "stack_info": null, - "thread": 140630768473792, + "taskName": null, + "thread": 140181441058496, "threadName": "Thread-10 (_start)" } ], - "msecs": 911.0, + "msecs": 904.0, "msg": "Connecting Server and Client", "name": "__tLogger__", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/tests/test_helpers.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/tests/test_helpers.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 5815.199375152588, + "relativeCreated": 5886.6922, "stack_info": null, - "thread": 140631409799232, + "taskName": null, + "thread": 140181752467712, "threadName": "MainThread", - "time_consumption": 0.3223249912261963 + "time_consumption": 0.32053542137145996 }, { "args": [], - "asctime": "2025-03-23 16:47:01,912", - "created": 1742744821.912154, + "asctime": "2025-08-15 21:41:56,904", + "created": 1755286916.9048307, "exc_text": null, "filename": "test_communication.py", "funcName": "blocked_communication_authentification", @@ -14865,22 +15348,23 @@ "message": "Setting a Server secret and no Client secret", "module": "test_communication", "moduleLogger": [], - "msecs": 912.0, + "msecs": 904.0, "msg": "Setting a Server secret and no Client secret", "name": "__tLogger__", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/tests/test_communication.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/tests/test_communication.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 5815.840721130371, + "relativeCreated": 5887.164107, "stack_info": null, - "thread": 140631409799232, + "taskName": null, + "thread": 140181752467712, "threadName": "MainThread", "time_consumption": 0.0 }, { "args": [], - "asctime": "2025-03-23 16:47:02,114", - "created": 1742744822.114133, + "asctime": "2025-08-15 21:41:57,108", + "created": 1755286917.1085982, "exc_text": null, "filename": "test_communication.py", "funcName": "blocked_communication_authentification", @@ -14898,25 +15382,26 @@ "status: okay", "'msg3_data_to_be_transfered'" ], - "asctime": "2025-03-23 16:47:01,912", - "created": 1742744821.9126875, + "asctime": "2025-08-15 21:41:56,905", + "created": 1755286916.9052804, "exc_text": null, "filename": "__init__.py", "funcName": "__log_msg__", "levelname": "INFO", "levelno": 20, - "lineno": 445, + "lineno": 438, "message": "prot-client: TX -> service: execute request, data_id: 36, status: okay, data: \"'msg3_data_to_be_transfered'\"", "module": "__init__", - "msecs": 912.0, + "msecs": 905.0, "msg": "%s %s %s, %s, data: \"%s\"", "name": "socket_protocol.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/socket_protocol/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/socket_protocol/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 5816.3743019104, + "relativeCreated": 5887.613743, "stack_info": null, - "thread": 140631409799232, + "taskName": null, + "thread": 140181752467712, "threadName": "MainThread" }, { @@ -14924,25 +15409,26 @@ "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": "2025-03-23 16:47:01,913", - "created": 1742744821.9139621, + "asctime": "2025-08-15 21:41:56,906", + "created": 1755286916.9060938, "exc_text": null, "filename": "__init__.py", "funcName": "__tx__", "levelname": "INFO", "levelno": 20, - "lineno": 284, + "lineno": 286, "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": 913.0, + "msecs": 906.0, "msg": "%s TX -> %s", "name": "helpers.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/helpers/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/helpers/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 5817.648887634277, + "relativeCreated": 5888.427175, "stack_info": null, - "thread": 140630776866496, + "taskName": null, + "thread": 140181449451200, "threadName": "Thread-9 (_start)" }, { @@ -14950,25 +15436,26 @@ "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": "2025-03-23 16:47:01,922", - "created": 1742744821.922871, + "asctime": "2025-08-15 21:41:56,915", + "created": 1755286916.9157062, "exc_text": null, "filename": "__init__.py", "funcName": "__rx__", "levelname": "DEBUG", "levelno": 10, - "lineno": 414, + "lineno": 416, "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": 922.0, + "msecs": 915.0, "msg": "%s RX <- %s", "name": "helpers.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/helpers/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/helpers/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 5826.557874679565, + "relativeCreated": 5898.039466, "stack_info": null, - "thread": 140630776866496, + "taskName": null, + "thread": 140181449451200, "threadName": "Thread-9 (_start)" }, { @@ -14976,25 +15463,26 @@ "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": "2025-03-23 16:47:01,923", - "created": 1742744821.9237702, + "asctime": "2025-08-15 21:41:56,916", + "created": 1755286916.9163435, "exc_text": null, "filename": "__init__.py", "funcName": "__tx__", "levelname": "INFO", "levelno": 20, - "lineno": 284, + "lineno": 286, "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": 923.0, + "msecs": 916.0, "msg": "%s TX -> %s", "name": "helpers.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/helpers/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/helpers/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 5827.456951141357, + "relativeCreated": 5898.676941, "stack_info": null, - "thread": 140630776866496, + "taskName": null, + "thread": 140181449451200, "threadName": "Thread-9 (_start)" }, { @@ -15002,25 +15490,26 @@ "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": "2025-03-23 16:47:01,928", - "created": 1742744821.9283962, + "asctime": "2025-08-15 21:41:56,921", + "created": 1755286916.9210649, "exc_text": null, "filename": "__init__.py", "funcName": "__rx__", "levelname": "DEBUG", "levelno": 10, - "lineno": 414, + "lineno": 416, "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": 928.0, + "msecs": 921.0, "msg": "%s RX <- %s", "name": "helpers.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/helpers/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/helpers/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 5832.082986831665, + "relativeCreated": 5903.39852, "stack_info": null, - "thread": 140630776866496, + "taskName": null, + "thread": 140181449451200, "threadName": "Thread-9 (_start)" }, { @@ -15031,50 +15520,52 @@ "status: okay", "'msg3_data_to_be_transfered'" ], - "asctime": "2025-03-23 16:47:01,929", - "created": 1742744821.929568, + "asctime": "2025-08-15 21:41:56,921", + "created": 1755286916.921832, "exc_text": null, "filename": "__init__.py", "funcName": "__log_msg__", "levelname": "INFO", "levelno": 20, - "lineno": 445, + "lineno": 438, "message": "prot-server: RX <- service: execute request, data_id: 36, status: okay, data: \"'msg3_data_to_be_transfered'\"", "module": "__init__", - "msecs": 929.0, + "msecs": 921.0, "msg": "%s %s %s, %s, data: \"%s\"", "name": "socket_protocol.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/socket_protocol/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/socket_protocol/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 5833.254814147949, + "relativeCreated": 5904.16562, "stack_info": null, - "thread": 140630776866496, + "taskName": null, + "thread": 140181449451200, "threadName": "Thread-9 (_start)" }, { "args": [ "prot-server:" ], - "asctime": "2025-03-23 16:47:01,929", - "created": 1742744821.9298332, + "asctime": "2025-08-15 21:41:56,922", + "created": 1755286916.9220626, "exc_text": null, "filename": "__init__.py", "funcName": "__data_available_callback__", "levelname": "WARNING", "levelno": 30, - "lineno": 467, + "lineno": 460, "message": "prot-server: Authentification is required. Just sending negative response.", "module": "__init__", - "msecs": 929.0, + "msecs": 922.0, "msg": "%s Authentification is required. Just sending negative response.", "name": "socket_protocol.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/socket_protocol/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/socket_protocol/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 5833.51993560791, + "relativeCreated": 5904.39605, "stack_info": null, - "thread": 140630776866496, + "taskName": null, + "thread": 140181449451200, "threadName": "Thread-9 (_start)" }, { @@ -15085,25 +15576,26 @@ "status: authentification required", "None" ], - "asctime": "2025-03-23 16:47:01,930", - "created": 1742744821.9302456, + "asctime": "2025-08-15 21:41:56,922", + "created": 1755286916.922351, "exc_text": null, "filename": "__init__.py", "funcName": "__log_msg__", "levelname": "WARNING", "levelno": 30, - "lineno": 445, + "lineno": 438, "message": "prot-server: TX -> service: execute response, data_id: 36, status: authentification required, data: \"None\"", "module": "__init__", - "msecs": 930.0, + "msecs": 922.0, "msg": "%s %s %s, %s, data: \"%s\"", "name": "socket_protocol.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/socket_protocol/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/socket_protocol/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 5833.932399749756, + "relativeCreated": 5904.684294, "stack_info": null, - "thread": 140630776866496, + "taskName": null, + "thread": 140181449451200, "threadName": "Thread-9 (_start)" }, { @@ -15111,25 +15603,26 @@ "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": "2025-03-23 16:47:01,931", - "created": 1742744821.9310617, + "asctime": "2025-08-15 21:41:56,923", + "created": 1755286916.9230952, "exc_text": null, "filename": "__init__.py", "funcName": "__tx__", "levelname": "INFO", "levelno": 20, - "lineno": 284, + "lineno": 286, "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": 931.0, + "msecs": 923.0, "msg": "%s TX -> %s", "name": "helpers.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/helpers/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/helpers/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 5834.7485065460205, + "relativeCreated": 5905.428812, "stack_info": null, - "thread": 140630768473792, + "taskName": null, + "thread": 140181441058496, "threadName": "Thread-10 (_start)" }, { @@ -15137,25 +15630,26 @@ "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": "2025-03-23 16:47:01,939", - "created": 1742744821.9395292, + "asctime": "2025-08-15 21:41:56,931", + "created": 1755286916.9316072, "exc_text": null, "filename": "__init__.py", "funcName": "__rx__", "levelname": "DEBUG", "levelno": 10, - "lineno": 414, + "lineno": 416, "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": 939.0, + "msecs": 931.0, "msg": "%s RX <- %s", "name": "helpers.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/helpers/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/helpers/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 5843.2159423828125, + "relativeCreated": 5913.940688, "stack_info": null, - "thread": 140630768473792, + "taskName": null, + "thread": 140181441058496, "threadName": "Thread-10 (_start)" }, { @@ -15163,25 +15657,26 @@ "comm-server:", "(8): 6c 7d 5d 78 af a4 3a 3e" ], - "asctime": "2025-03-23 16:47:01,939", - "created": 1742744821.9398777, + "asctime": "2025-08-15 21:41:56,932", + "created": 1755286916.932197, "exc_text": null, "filename": "__init__.py", "funcName": "__tx__", "levelname": "INFO", "levelno": 20, - "lineno": 284, + "lineno": 286, "message": "comm-server: TX -> (8): 6c 7d 5d 78 af a4 3a 3e", "module": "__init__", - "msecs": 939.0, + "msecs": 932.0, "msg": "%s TX -> %s", "name": "helpers.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/helpers/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/helpers/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 5843.564510345459, + "relativeCreated": 5914.530474, "stack_info": null, - "thread": 140630768473792, + "taskName": null, + "thread": 140181441058496, "threadName": "Thread-10 (_start)" }, { @@ -15189,25 +15684,26 @@ "comm-client:", "(8): 6c 7d 5d 78 af a4 3a 3e" ], - "asctime": "2025-03-23 16:47:01,941", - "created": 1742744821.9411252, + "asctime": "2025-08-15 21:41:56,933", + "created": 1755286916.9336286, "exc_text": null, "filename": "__init__.py", "funcName": "__rx__", "levelname": "DEBUG", "levelno": 10, - "lineno": 414, + "lineno": 416, "message": "comm-client: RX <- (8): 6c 7d 5d 78 af a4 3a 3e", "module": "__init__", - "msecs": 941.0, + "msecs": 933.0, "msg": "%s RX <- %s", "name": "helpers.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/helpers/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/helpers/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 5844.811916351318, + "relativeCreated": 5915.962124, "stack_info": null, - "thread": 140630768473792, + "taskName": null, + "thread": 140181441058496, "threadName": "Thread-10 (_start)" }, { @@ -15218,72 +15714,75 @@ "status: authentification required", "None" ], - "asctime": "2025-03-23 16:47:01,941", - "created": 1742744821.941443, + "asctime": "2025-08-15 21:41:56,934", + "created": 1755286916.934215, "exc_text": null, "filename": "__init__.py", "funcName": "__log_msg__", "levelname": "WARNING", "levelno": 30, - "lineno": 445, + "lineno": 438, "message": "prot-client: RX <- service: execute response, data_id: 36, status: authentification required, data: \"None\"", "module": "__init__", - "msecs": 941.0, + "msecs": 934.0, "msg": "%s %s %s, %s, data: \"%s\"", "name": "socket_protocol.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/socket_protocol/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/socket_protocol/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 5845.129728317261, + "relativeCreated": 5916.54872, "stack_info": null, - "thread": 140630768473792, + "taskName": null, + "thread": 140181441058496, "threadName": "Thread-10 (_start)" }, { "args": [ "prot-client:" ], - "asctime": "2025-03-23 16:47:01,941", - "created": 1742744821.941567, + "asctime": "2025-08-15 21:41:56,934", + "created": 1755286916.9345305, "exc_text": null, "filename": "__init__.py", "funcName": "__buffer_received_data__", "levelname": "DEBUG", "levelno": 10, - "lineno": 392, + "lineno": 385, "message": "prot-client: Message data is stored in buffer and is now ready to be retrieved by receive method", "module": "__init__", - "msecs": 941.0, + "msecs": 934.0, "msg": "%s Message data is stored in buffer and is now ready to be retrieved by receive method", "name": "socket_protocol.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/socket_protocol/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/socket_protocol/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 5845.253705978394, + "relativeCreated": 5916.863959, "stack_info": null, - "thread": 140630768473792, + "taskName": null, + "thread": 140181441058496, "threadName": "Thread-10 (_start)" } ], - "msecs": 114.0, + "msecs": 108.0, "msg": "Transfering a message client -> server", "name": "__tLogger__", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/tests/test_communication.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/tests/test_communication.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 6017.81964302063, + "relativeCreated": 6090.93162, "stack_info": null, - "thread": 140631409799232, + "taskName": null, + "thread": 140181752467712, "threadName": "MainThread", - "time_consumption": 0.17256593704223633 + "time_consumption": 0.17406773567199707 }, { "args": [ "True", "" ], - "asctime": "2025-03-23 16:47:02,115", - "created": 1742744822.1151822, + "asctime": "2025-08-15 21:41:57,109", + "created": 1755286917.109475, "exc_text": null, "filename": "test.py", "funcName": "equivalency_chk", @@ -15299,8 +15798,8 @@ "True", "" ], - "asctime": "2025-03-23 16:47:02,114", - "created": 1742744822.1147504, + "asctime": "2025-08-15 21:41:57,109", + "created": 1755286917.1090913, "exc_text": null, "filename": "test.py", "funcName": "__report_result__", @@ -15309,15 +15808,16 @@ "lineno": 22, "message": "Result (Returnvalue of Client send Method): True ()", "module": "test", - "msecs": 114.0, + "msecs": 109.0, "msg": "Result (%s): %s (%s)", "name": "__unittest__", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/unittest/test.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/unittest/test.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 6018.437147140503, + "relativeCreated": 6091.424751, "stack_info": null, - "thread": 140631409799232, + "taskName": null, + "thread": 140181752467712, "threadName": "MainThread" }, { @@ -15327,8 +15827,8 @@ "True", "" ], - "asctime": "2025-03-23 16:47:02,114", - "created": 1742744822.1149821, + "asctime": "2025-08-15 21:41:57,109", + "created": 1755286917.1093, "exc_text": null, "filename": "test.py", "funcName": "__report_expectation__", @@ -15337,37 +15837,39 @@ "lineno": 26, "message": "Expectation (Returnvalue of Client send Method): result = True ()", "module": "test", - "msecs": 114.0, + "msecs": 109.0, "msg": "Expectation (%s): result %s %s (%s)", "name": "__unittest__", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/unittest/test.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/unittest/test.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 6018.66888999939, + "relativeCreated": 6091.633411, "stack_info": null, - "thread": 140631409799232, + "taskName": null, + "thread": 140181752467712, "threadName": "MainThread" } ], - "msecs": 115.0, + "msecs": 109.0, "msg": "Returnvalue of Client send Method is correct (Content %s and Type is %s).", "name": "__tLogger__", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/unittest/test.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/unittest/test.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 6018.868923187256, + "relativeCreated": 6091.808168, "stack_info": null, - "thread": 140631409799232, + "taskName": null, + "thread": 140181752467712, "threadName": "MainThread", - "time_consumption": 0.00020003318786621094 + "time_consumption": 0.00017499923706054688 }, { "args": [ "{'data_id': 36, 'service_id': 31, 'status': 3, 'data': None}", "" ], - "asctime": "2025-03-23 16:47:02,115", - "created": 1742744822.1159241, + "asctime": "2025-08-15 21:41:57,110", + "created": 1755286917.1101098, "exc_text": null, "filename": "test.py", "funcName": "equivalency_chk", @@ -15383,8 +15885,8 @@ "{'data_id': 36, 'service_id': 31, 'status': 3, 'data': None}", "" ], - "asctime": "2025-03-23 16:47:02,115", - "created": 1742744822.1155028, + "asctime": "2025-08-15 21:41:57,109", + "created": 1755286917.1097448, "exc_text": null, "filename": "test.py", "funcName": "__report_result__", @@ -15393,15 +15895,16 @@ "lineno": 22, "message": "Result (Received message on server side): {'data_id': 36, 'service_id': 31, 'status': 3, 'data': None} ()", "module": "test", - "msecs": 115.0, + "msecs": 109.0, "msg": "Result (%s): %s (%s)", "name": "__unittest__", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/unittest/test.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/unittest/test.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 6019.1895961761475, + "relativeCreated": 6092.078235, "stack_info": null, - "thread": 140631409799232, + "taskName": null, + "thread": 140181752467712, "threadName": "MainThread" }, { @@ -15411,8 +15914,8 @@ "{'service_id': 31, 'data_id': 36, 'status': 3, 'data': None}", "" ], - "asctime": "2025-03-23 16:47:02,115", - "created": 1742744822.115705, + "asctime": "2025-08-15 21:41:57,109", + "created": 1755286917.1099176, "exc_text": null, "filename": "test.py", "funcName": "__report_expectation__", @@ -15421,34 +15924,36 @@ "lineno": 26, "message": "Expectation (Received message on server side): result = {'service_id': 31, 'data_id': 36, 'status': 3, 'data': None} ()", "module": "test", - "msecs": 115.0, + "msecs": 109.0, "msg": "Expectation (%s): result %s %s (%s)", "name": "__unittest__", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/unittest/test.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/unittest/test.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 6019.391775131226, + "relativeCreated": 6092.251162, "stack_info": null, - "thread": 140631409799232, + "taskName": null, + "thread": 140181752467712, "threadName": "MainThread" } ], - "msecs": 115.0, + "msecs": 110.0, "msg": "Received message on server side is correct (Content %s and Type is %s).", "name": "__tLogger__", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/unittest/test.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/unittest/test.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 6019.61088180542, + "relativeCreated": 6092.443089, "stack_info": null, - "thread": 140631409799232, + "taskName": null, + "thread": 140181752467712, "threadName": "MainThread", - "time_consumption": 0.00021910667419433594 + "time_consumption": 0.00019216537475585938 }, { "args": [], - "asctime": "2025-03-23 16:47:02,116", - "created": 1742744822.1162124, + "asctime": "2025-08-15 21:41:57,110", + "created": 1755286917.1103497, "exc_text": null, "filename": "test_communication.py", "funcName": "blocked_communication_authentification", @@ -15458,22 +15963,23 @@ "message": "Setting no Server secret but a Client secret", "module": "test_communication", "moduleLogger": [], - "msecs": 116.0, + "msecs": 110.0, "msg": "Setting no Server secret but a Client secret", "name": "__tLogger__", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/tests/test_communication.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/tests/test_communication.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 6019.899129867554, + "relativeCreated": 6092.682953, "stack_info": null, - "thread": 140631409799232, + "taskName": null, + "thread": 140181752467712, "threadName": "MainThread", "time_consumption": 0.0 }, { "args": [], - "asctime": "2025-03-23 16:47:02,419", - "created": 1742744822.4193213, + "asctime": "2025-08-15 21:41:57,413", + "created": 1755286917.4135747, "exc_text": null, "filename": "test_communication.py", "funcName": "blocked_communication_authentification", @@ -15491,25 +15997,26 @@ "status: service or data unknown", "'msg2_data_to_be_transfered'" ], - "asctime": "2025-03-23 16:47:02,116", - "created": 1742744822.1166346, + "asctime": "2025-08-15 21:41:57,110", + "created": 1755286917.1107554, "exc_text": null, "filename": "__init__.py", "funcName": "__log_msg__", "levelname": "ERROR", "levelno": 40, - "lineno": 445, + "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": 116.0, + "msecs": 110.0, "msg": "%s %s %s, %s, data: \"%s\"", "name": "socket_protocol.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/socket_protocol/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/socket_protocol/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 6020.321369171143, + "relativeCreated": 6093.08867, "stack_info": null, - "thread": 140631409799232, + "taskName": null, + "thread": 140181752467712, "threadName": "MainThread" }, { @@ -15517,25 +16024,26 @@ "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": "2025-03-23 16:47:02,117", - "created": 1742744822.1176836, + "asctime": "2025-08-15 21:41:57,111", + "created": 1755286917.1115255, "exc_text": null, "filename": "__init__.py", "funcName": "__tx__", "levelname": "INFO", "levelno": 20, - "lineno": 284, + "lineno": 286, "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": 117.0, + "msecs": 111.0, "msg": "%s TX -> %s", "name": "helpers.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/helpers/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/helpers/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 6021.370410919189, + "relativeCreated": 6093.859066, "stack_info": null, - "thread": 140630768473792, + "taskName": null, + "thread": 140181441058496, "threadName": "Thread-10 (_start)" }, { @@ -15543,25 +16051,26 @@ "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": "2025-03-23 16:47:02,126", - "created": 1742744822.126546, + "asctime": "2025-08-15 21:41:57,121", + "created": 1755286917.1210992, "exc_text": null, "filename": "__init__.py", "funcName": "__rx__", "levelname": "DEBUG", "levelno": 10, - "lineno": 414, + "lineno": 416, "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": 126.0, + "msecs": 121.0, "msg": "%s RX <- %s", "name": "helpers.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/helpers/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/helpers/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 6030.232667922974, + "relativeCreated": 6103.432747, "stack_info": null, - "thread": 140630768473792, + "taskName": null, + "thread": 140181441058496, "threadName": "Thread-10 (_start)" }, { @@ -15569,25 +16078,26 @@ "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": "2025-03-23 16:47:02,127", - "created": 1742744822.127439, + "asctime": "2025-08-15 21:41:57,121", + "created": 1755286917.1216958, "exc_text": null, "filename": "__init__.py", "funcName": "__tx__", "levelname": "INFO", "levelno": 20, - "lineno": 284, + "lineno": 286, "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": 127.0, + "msecs": 121.0, "msg": "%s TX -> %s", "name": "helpers.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/helpers/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/helpers/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 6031.125783920288, + "relativeCreated": 6104.029266, "stack_info": null, - "thread": 140630768473792, + "taskName": null, + "thread": 140181441058496, "threadName": "Thread-10 (_start)" }, { @@ -15595,25 +16105,26 @@ "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": "2025-03-23 16:47:02,131", - "created": 1742744822.1319227, + "asctime": "2025-08-15 21:41:57,126", + "created": 1755286917.1262946, "exc_text": null, "filename": "__init__.py", "funcName": "__rx__", "levelname": "DEBUG", "levelno": 10, - "lineno": 414, + "lineno": 416, "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": 131.0, + "msecs": 126.0, "msg": "%s RX <- %s", "name": "helpers.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/helpers/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/helpers/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 6035.609483718872, + "relativeCreated": 6108.627856, "stack_info": null, - "thread": 140630768473792, + "taskName": null, + "thread": 140181441058496, "threadName": "Thread-10 (_start)" }, { @@ -15624,50 +16135,52 @@ "status: service or data unknown", "'msg2_data_to_be_transfered'" ], - "asctime": "2025-03-23 16:47:02,132", - "created": 1742744822.132973, + "asctime": "2025-08-15 21:41:57,127", + "created": 1755286917.127159, "exc_text": null, "filename": "__init__.py", "funcName": "__log_msg__", "levelname": "ERROR", "levelno": 40, - "lineno": 445, + "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": 132.0, + "msecs": 127.0, "msg": "%s %s %s, %s, data: \"%s\"", "name": "socket_protocol.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/socket_protocol/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/socket_protocol/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 6036.659717559814, + "relativeCreated": 6109.492411, "stack_info": null, - "thread": 140630768473792, + "taskName": null, + "thread": 140181441058496, "threadName": "Thread-10 (_start)" }, { "args": [ "prot-client:" ], - "asctime": "2025-03-23 16:47:02,133", - "created": 1742744822.1332393, + "asctime": "2025-08-15 21:41:57,127", + "created": 1755286917.1273997, "exc_text": null, "filename": "__init__.py", "funcName": "__data_available_callback__", "levelname": "WARNING", "levelno": 30, - "lineno": 472, + "lineno": 465, "message": "prot-client: Authentification is required. Incomming message will be ignored.", "module": "__init__", - "msecs": 133.0, + "msecs": 127.0, "msg": "%s Authentification is required. Incomming message will be ignored.", "name": "socket_protocol.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/socket_protocol/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/socket_protocol/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 6036.926031112671, + "relativeCreated": 6109.733035, "stack_info": null, - "thread": 140630768473792, + "taskName": null, + "thread": 140181441058496, "threadName": "Thread-10 (_start)" }, { @@ -15677,47 +16190,49 @@ "17", "35" ], - "asctime": "2025-03-23 16:47:02,418", - "created": 1742744822.4189234, + "asctime": "2025-08-15 21:41:57,413", + "created": 1755286917.4132564, "exc_text": null, "filename": "__init__.py", "funcName": "receive", "levelname": "WARNING", "levelno": 30, - "lineno": 687, + "lineno": 680, "message": "prot-client: TIMEOUT (0.28705533596837945s): Requested data (service_id: 17; data_id: 35) not in buffer.", "module": "__init__", - "msecs": 418.0, + "msecs": 413.0, "msg": "%s TIMEOUT (%ss): Requested data (service_id: %s; data_id: %s) not in buffer.", "name": "socket_protocol.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/socket_protocol/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/socket_protocol/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 6322.610139846802, + "relativeCreated": 6395.589854, "stack_info": null, - "thread": 140631409799232, + "taskName": null, + "thread": 140181752467712, "threadName": "MainThread" } ], - "msecs": 419.0, + "msecs": 413.0, "msg": "Transfering a message server -> client", "name": "__tLogger__", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/tests/test_communication.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/tests/test_communication.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 6323.008060455322, + "relativeCreated": 6395.908009, "stack_info": null, - "thread": 140631409799232, + "taskName": null, + "thread": 140181752467712, "threadName": "MainThread", - "time_consumption": 0.0003979206085205078 + "time_consumption": 0.00031828880310058594 }, { "args": [ "True", "" ], - "asctime": "2025-03-23 16:47:02,420", - "created": 1742744822.4203172, + "asctime": "2025-08-15 21:41:57,414", + "created": 1755286917.4141953, "exc_text": null, "filename": "test.py", "funcName": "equivalency_chk", @@ -15733,8 +16248,8 @@ "True", "" ], - "asctime": "2025-03-23 16:47:02,419", - "created": 1742744822.4198394, + "asctime": "2025-08-15 21:41:57,413", + "created": 1755286917.4138844, "exc_text": null, "filename": "test.py", "funcName": "__report_result__", @@ -15743,15 +16258,16 @@ "lineno": 22, "message": "Result (Returnvalue of Server send Method): True ()", "module": "test", - "msecs": 419.0, + "msecs": 413.0, "msg": "Result (%s): %s (%s)", "name": "__unittest__", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/unittest/test.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/unittest/test.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 6323.52614402771, + "relativeCreated": 6396.21792, "stack_info": null, - "thread": 140631409799232, + "taskName": null, + "thread": 140181752467712, "threadName": "MainThread" }, { @@ -15761,8 +16277,8 @@ "True", "" ], - "asctime": "2025-03-23 16:47:02,420", - "created": 1742744822.4200926, + "asctime": "2025-08-15 21:41:57,414", + "created": 1755286917.4140482, "exc_text": null, "filename": "test.py", "funcName": "__report_expectation__", @@ -15771,37 +16287,39 @@ "lineno": 26, "message": "Expectation (Returnvalue of Server send Method): result = True ()", "module": "test", - "msecs": 420.0, + "msecs": 414.0, "msg": "Expectation (%s): result %s %s (%s)", "name": "__unittest__", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/unittest/test.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/unittest/test.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 6323.779344558716, + "relativeCreated": 6396.381591, "stack_info": null, - "thread": 140631409799232, + "taskName": null, + "thread": 140181752467712, "threadName": "MainThread" } ], - "msecs": 420.0, + "msecs": 414.0, "msg": "Returnvalue of Server send Method is correct (Content %s and Type is %s).", "name": "__tLogger__", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/unittest/test.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/unittest/test.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 6324.0039348602295, + "relativeCreated": 6396.528624, "stack_info": null, - "thread": 140631409799232, + "taskName": null, + "thread": 140181752467712, "threadName": "MainThread", - "time_consumption": 0.00022459030151367188 + "time_consumption": 0.00014710426330566406 }, { "args": [ "None", "" ], - "asctime": "2025-03-23 16:47:02,421", - "created": 1742744822.4211004, + "asctime": "2025-08-15 21:41:57,414", + "created": 1755286917.4148016, "exc_text": null, "filename": "test.py", "funcName": "equivalency_chk", @@ -15817,8 +16335,8 @@ "None", "" ], - "asctime": "2025-03-23 16:47:02,420", - "created": 1742744822.4206617, + "asctime": "2025-08-15 21:41:57,414", + "created": 1755286917.4144127, "exc_text": null, "filename": "test.py", "funcName": "__report_result__", @@ -15827,15 +16345,16 @@ "lineno": 22, "message": "Result (Received message on client side): None ()", "module": "test", - "msecs": 420.0, + "msecs": 414.0, "msg": "Result (%s): %s (%s)", "name": "__unittest__", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/unittest/test.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/unittest/test.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 6324.348449707031, + "relativeCreated": 6396.74627, "stack_info": null, - "thread": 140631409799232, + "taskName": null, + "thread": 140181752467712, "threadName": "MainThread" }, { @@ -15845,8 +16364,8 @@ "None", "" ], - "asctime": "2025-03-23 16:47:02,420", - "created": 1742744822.4208775, + "asctime": "2025-08-15 21:41:57,414", + "created": 1755286917.4145808, "exc_text": null, "filename": "test.py", "funcName": "__report_expectation__", @@ -15855,34 +16374,36 @@ "lineno": 26, "message": "Expectation (Received message on client side): result = None ()", "module": "test", - "msecs": 420.0, + "msecs": 414.0, "msg": "Expectation (%s): result %s %s (%s)", "name": "__unittest__", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/unittest/test.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/unittest/test.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 6324.564218521118, + "relativeCreated": 6396.914081, "stack_info": null, - "thread": 140631409799232, + "taskName": null, + "thread": 140181752467712, "threadName": "MainThread" } ], - "msecs": 421.0, + "msecs": 414.0, "msg": "Received message on client side is correct (Content %s and Type is %s).", "name": "__tLogger__", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/unittest/test.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/unittest/test.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 6324.787139892578, + "relativeCreated": 6397.13504, "stack_info": null, - "thread": 140631409799232, + "taskName": null, + "thread": 140181752467712, "threadName": "MainThread", - "time_consumption": 0.00022292137145996094 + "time_consumption": 0.00022077560424804688 }, { "args": [], - "asctime": "2025-03-23 16:47:02,421", - "created": 1742744822.4214194, + "asctime": "2025-08-15 21:41:57,415", + "created": 1755286917.4150147, "exc_text": null, "filename": "test_communication.py", "funcName": "blocked_communication_authentification", @@ -15892,22 +16413,23 @@ "message": "Identical secrets set", "module": "test_communication", "moduleLogger": [], - "msecs": 421.0, + "msecs": 415.0, "msg": "Identical secrets set", "name": "__tLogger__", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/tests/test_communication.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/tests/test_communication.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 6325.106143951416, + "relativeCreated": 6397.348034, "stack_info": null, - "thread": 140631409799232, + "taskName": null, + "thread": 140181752467712, "threadName": "MainThread", "time_consumption": 0.0 }, { "args": [], - "asctime": "2025-03-23 16:47:02,723", - "created": 1742744822.7234166, + "asctime": "2025-08-15 21:41:57,717", + "created": 1755286917.7177746, "exc_text": null, "filename": "test_communication.py", "funcName": "blocked_communication_authentification", @@ -15924,25 +16446,26 @@ "status: okay", "'msg1_data_to_be_transfered'" ], - "asctime": "2025-03-23 16:47:02,421", - "created": 1742744822.4217002, + "asctime": "2025-08-15 21:41:57,415", + "created": 1755286917.4152942, "exc_text": null, "filename": "__init__.py", "funcName": "send", "levelname": "WARNING", "levelno": 30, - "lineno": 756, + "lineno": 749, "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": 421.0, + "msecs": 415.0, "msg": "%s Authentification is required. TX-Message %s, %s, data: %s will be ignored.", "name": "socket_protocol.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/socket_protocol/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/socket_protocol/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 6325.387001037598, + "relativeCreated": 6397.62768, "stack_info": null, - "thread": 140631409799232, + "taskName": null, + "thread": 140181752467712, "threadName": "MainThread" }, { @@ -15952,47 +16475,49 @@ "17", "34" ], - "asctime": "2025-03-23 16:47:02,723", - "created": 1742744822.7230217, + "asctime": "2025-08-15 21:41:57,717", + "created": 1755286917.7174397, "exc_text": null, "filename": "__init__.py", "funcName": "receive", "levelname": "WARNING", "levelno": 30, - "lineno": 687, + "lineno": 680, "message": "prot-server: TIMEOUT (0.28705533596837945s): Requested data (service_id: 17; data_id: 34) not in buffer.", "module": "__init__", - "msecs": 723.0, + "msecs": 717.0, "msg": "%s TIMEOUT (%ss): Requested data (service_id: %s; data_id: %s) not in buffer.", "name": "socket_protocol.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/socket_protocol/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/socket_protocol/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 6626.708507537842, + "relativeCreated": 6699.773304, "stack_info": null, - "thread": 140631409799232, + "taskName": null, + "thread": 140181752467712, "threadName": "MainThread" } ], - "msecs": 723.0, + "msecs": 717.0, "msg": "Transfering a message client -> server", "name": "__tLogger__", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/tests/test_communication.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/tests/test_communication.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 6627.103328704834, + "relativeCreated": 6700.108047, "stack_info": null, - "thread": 140631409799232, + "taskName": null, + "thread": 140181752467712, "threadName": "MainThread", - "time_consumption": 0.0003948211669921875 + "time_consumption": 0.0003349781036376953 }, { "args": [ "False", "" ], - "asctime": "2025-03-23 16:47:02,724", - "created": 1742744822.724243, + "asctime": "2025-08-15 21:41:57,718", + "created": 1755286917.7185335, "exc_text": null, "filename": "test.py", "funcName": "equivalency_chk", @@ -16008,8 +16533,8 @@ "False", "" ], - "asctime": "2025-03-23 16:47:02,723", - "created": 1742744822.7238264, + "asctime": "2025-08-15 21:41:57,718", + "created": 1755286917.7181537, "exc_text": null, "filename": "test.py", "funcName": "__report_result__", @@ -16018,15 +16543,16 @@ "lineno": 22, "message": "Result (Returnvalue of Client send Method): False ()", "module": "test", - "msecs": 723.0, + "msecs": 718.0, "msg": "Result (%s): %s (%s)", "name": "__unittest__", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/unittest/test.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/unittest/test.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 6627.51317024231, + "relativeCreated": 6700.487185, "stack_info": null, - "thread": 140631409799232, + "taskName": null, + "thread": 140181752467712, "threadName": "MainThread" }, { @@ -16036,8 +16562,8 @@ "False", "" ], - "asctime": "2025-03-23 16:47:02,724", - "created": 1742744822.724048, + "asctime": "2025-08-15 21:41:57,718", + "created": 1755286917.7183478, "exc_text": null, "filename": "test.py", "funcName": "__report_expectation__", @@ -16046,37 +16572,39 @@ "lineno": 26, "message": "Expectation (Returnvalue of Client send Method): result = False ()", "module": "test", - "msecs": 724.0, + "msecs": 718.0, "msg": "Expectation (%s): result %s %s (%s)", "name": "__unittest__", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/unittest/test.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/unittest/test.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 6627.734661102295, + "relativeCreated": 6700.681161, "stack_info": null, - "thread": 140631409799232, + "taskName": null, + "thread": 140181752467712, "threadName": "MainThread" } ], - "msecs": 724.0, + "msecs": 718.0, "msg": "Returnvalue of Client send Method is correct (Content %s and Type is %s).", "name": "__tLogger__", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/unittest/test.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/unittest/test.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 6627.9296875, + "relativeCreated": 6700.867056, "stack_info": null, - "thread": 140631409799232, + "taskName": null, + "thread": 140181752467712, "threadName": "MainThread", - "time_consumption": 0.00019502639770507812 + "time_consumption": 0.0001857280731201172 }, { "args": [ "None", "" ], - "asctime": "2025-03-23 16:47:02,724", - "created": 1742744822.724916, + "asctime": "2025-08-15 21:41:57,719", + "created": 1755286917.7191951, "exc_text": null, "filename": "test.py", "funcName": "equivalency_chk", @@ -16092,8 +16620,8 @@ "None", "" ], - "asctime": "2025-03-23 16:47:02,724", - "created": 1742744822.7245457, + "asctime": "2025-08-15 21:41:57,718", + "created": 1755286917.7188666, "exc_text": null, "filename": "test.py", "funcName": "__report_result__", @@ -16102,15 +16630,16 @@ "lineno": 22, "message": "Result (Received message on server side): None ()", "module": "test", - "msecs": 724.0, + "msecs": 718.0, "msg": "Result (%s): %s (%s)", "name": "__unittest__", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/unittest/test.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/unittest/test.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 6628.232479095459, + "relativeCreated": 6701.200097, "stack_info": null, - "thread": 140631409799232, + "taskName": null, + "thread": 140181752467712, "threadName": "MainThread" }, { @@ -16120,8 +16649,8 @@ "None", "" ], - "asctime": "2025-03-23 16:47:02,724", - "created": 1742744822.7247372, + "asctime": "2025-08-15 21:41:57,719", + "created": 1755286917.719028, "exc_text": null, "filename": "test.py", "funcName": "__report_expectation__", @@ -16130,34 +16659,36 @@ "lineno": 26, "message": "Expectation (Received message on server side): result = None ()", "module": "test", - "msecs": 724.0, + "msecs": 719.0, "msg": "Expectation (%s): result %s %s (%s)", "name": "__unittest__", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/unittest/test.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/unittest/test.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 6628.4239292144775, + "relativeCreated": 6701.361414, "stack_info": null, - "thread": 140631409799232, + "taskName": null, + "thread": 140181752467712, "threadName": "MainThread" } ], - "msecs": 724.0, + "msecs": 719.0, "msg": "Received message on server side is correct (Content %s and Type is %s).", "name": "__tLogger__", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/unittest/test.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/unittest/test.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 6628.602743148804, + "relativeCreated": 6701.528536, "stack_info": null, - "thread": 140631409799232, + "taskName": null, + "thread": 140181752467712, "threadName": "MainThread", - "time_consumption": 0.00017881393432617188 + "time_consumption": 0.0001671314239501953 }, { "args": [], - "asctime": "2025-03-23 16:47:03,027", - "created": 1742744823.0275054, + "asctime": "2025-08-15 21:41:58,021", + "created": 1755286918.0215683, "exc_text": null, "filename": "test_communication.py", "funcName": "blocked_communication_authentification", @@ -16174,25 +16705,26 @@ "status: service or data unknown", "'msg2_data_to_be_transfered'" ], - "asctime": "2025-03-23 16:47:02,725", - "created": 1742744822.72529, + "asctime": "2025-08-15 21:41:57,719", + "created": 1755286917.7195315, "exc_text": null, "filename": "__init__.py", "funcName": "send", "levelname": "WARNING", "levelno": 30, - "lineno": 756, + "lineno": 749, "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": 725.0, + "msecs": 719.0, "msg": "%s Authentification is required. TX-Message %s, %s, data: %s will be ignored.", "name": "socket_protocol.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/socket_protocol/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/socket_protocol/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 6628.976821899414, + "relativeCreated": 6701.865031, "stack_info": null, - "thread": 140631409799232, + "taskName": null, + "thread": 140181752467712, "threadName": "MainThread" }, { @@ -16202,47 +16734,49 @@ "17", "35" ], - "asctime": "2025-03-23 16:47:03,027", - "created": 1742744823.0271108, + "asctime": "2025-08-15 21:41:58,021", + "created": 1755286918.0214436, "exc_text": null, "filename": "__init__.py", "funcName": "receive", "levelname": "WARNING", "levelno": 30, - "lineno": 687, + "lineno": 680, "message": "prot-client: TIMEOUT (0.28705533596837945s): Requested data (service_id: 17; data_id: 35) not in buffer.", "module": "__init__", - "msecs": 27.0, + "msecs": 21.0, "msg": "%s TIMEOUT (%ss): Requested data (service_id: %s; data_id: %s) not in buffer.", "name": "socket_protocol.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/socket_protocol/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/socket_protocol/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 6930.797576904297, + "relativeCreated": 7003.777078, "stack_info": null, - "thread": 140631409799232, + "taskName": null, + "thread": 140181752467712, "threadName": "MainThread" } ], - "msecs": 27.0, + "msecs": 21.0, "msg": "Transfering a message server -> client", "name": "__tLogger__", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/tests/test_communication.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/tests/test_communication.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 6931.19215965271, + "relativeCreated": 7003.901613, "stack_info": null, - "thread": 140631409799232, + "taskName": null, + "thread": 140181752467712, "threadName": "MainThread", - "time_consumption": 0.00039458274841308594 + "time_consumption": 0.0001246929168701172 }, { "args": [ "False", "" ], - "asctime": "2025-03-23 16:47:03,028", - "created": 1742744823.0284214, + "asctime": "2025-08-15 21:41:58,021", + "created": 1755286918.0218258, "exc_text": null, "filename": "test.py", "funcName": "equivalency_chk", @@ -16258,8 +16792,8 @@ "False", "" ], - "asctime": "2025-03-23 16:47:03,027", - "created": 1742744823.0279565, + "asctime": "2025-08-15 21:41:58,021", + "created": 1755286918.0216994, "exc_text": null, "filename": "test.py", "funcName": "__report_result__", @@ -16268,15 +16802,16 @@ "lineno": 22, "message": "Result (Returnvalue of Server send Method): False ()", "module": "test", - "msecs": 27.0, + "msecs": 21.0, "msg": "Result (%s): %s (%s)", "name": "__unittest__", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/unittest/test.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/unittest/test.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 6931.64324760437, + "relativeCreated": 7004.032865, "stack_info": null, - "thread": 140631409799232, + "taskName": null, + "thread": 140181752467712, "threadName": "MainThread" }, { @@ -16286,8 +16821,8 @@ "False", "" ], - "asctime": "2025-03-23 16:47:03,028", - "created": 1742744823.028201, + "asctime": "2025-08-15 21:41:58,021", + "created": 1755286918.0217662, "exc_text": null, "filename": "test.py", "funcName": "__report_expectation__", @@ -16296,37 +16831,39 @@ "lineno": 26, "message": "Expectation (Returnvalue of Server send Method): result = False ()", "module": "test", - "msecs": 28.0, + "msecs": 21.0, "msg": "Expectation (%s): result %s %s (%s)", "name": "__unittest__", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/unittest/test.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/unittest/test.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 6931.887865066528, + "relativeCreated": 7004.099641, "stack_info": null, - "thread": 140631409799232, + "taskName": null, + "thread": 140181752467712, "threadName": "MainThread" } ], - "msecs": 28.0, + "msecs": 21.0, "msg": "Returnvalue of Server send Method is correct (Content %s and Type is %s).", "name": "__tLogger__", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/unittest/test.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/unittest/test.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 6932.108163833618, + "relativeCreated": 7004.159344, "stack_info": null, - "thread": 140631409799232, + "taskName": null, + "thread": 140181752467712, "threadName": "MainThread", - "time_consumption": 0.00022029876708984375 + "time_consumption": 5.9604644775390625e-05 }, { "args": [ "None", "" ], - "asctime": "2025-03-23 16:47:03,029", - "created": 1742744823.02925, + "asctime": "2025-08-15 21:41:58,022", + "created": 1755286918.0220516, "exc_text": null, "filename": "test.py", "funcName": "equivalency_chk", @@ -16342,8 +16879,8 @@ "None", "" ], - "asctime": "2025-03-23 16:47:03,028", - "created": 1742744823.0287626, + "asctime": "2025-08-15 21:41:58,021", + "created": 1755286918.0219166, "exc_text": null, "filename": "test.py", "funcName": "__report_result__", @@ -16352,15 +16889,16 @@ "lineno": 22, "message": "Result (Received message on client side): None ()", "module": "test", - "msecs": 28.0, + "msecs": 21.0, "msg": "Result (%s): %s (%s)", "name": "__unittest__", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/unittest/test.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/unittest/test.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 6932.4493408203125, + "relativeCreated": 7004.250014, "stack_info": null, - "thread": 140631409799232, + "taskName": null, + "thread": 140181752467712, "threadName": "MainThread" }, { @@ -16370,8 +16908,8 @@ "None", "" ], - "asctime": "2025-03-23 16:47:03,029", - "created": 1742744823.029023, + "asctime": "2025-08-15 21:41:58,021", + "created": 1755286918.0219982, "exc_text": null, "filename": "test.py", "funcName": "__report_expectation__", @@ -16380,34 +16918,36 @@ "lineno": 26, "message": "Expectation (Received message on client side): result = None ()", "module": "test", - "msecs": 29.0, + "msecs": 21.0, "msg": "Expectation (%s): result %s %s (%s)", "name": "__unittest__", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/unittest/test.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/unittest/test.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 6932.709693908691, + "relativeCreated": 7004.331619, "stack_info": null, - "thread": 140631409799232, + "taskName": null, + "thread": 140181752467712, "threadName": "MainThread" } ], - "msecs": 29.0, + "msecs": 22.0, "msg": "Received message on client side is correct (Content %s and Type is %s).", "name": "__tLogger__", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/unittest/test.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/unittest/test.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 6932.936668395996, + "relativeCreated": 7004.384959, "stack_info": null, - "thread": 140631409799232, + "taskName": null, + "thread": 140181752467712, "threadName": "MainThread", - "time_consumption": 0.0002269744873046875 + "time_consumption": 5.340576171875e-05 }, { "args": [], - "asctime": "2025-03-23 16:47:03,131", - "created": 1742744823.1310656, + "asctime": "2025-08-15 21:41:58,122", + "created": 1755286918.1226914, "exc_text": null, "filename": "test_communication.py", "funcName": "blocked_communication_authentification", @@ -16425,25 +16965,26 @@ "status: okay", "None" ], - "asctime": "2025-03-23 16:47:03,029", - "created": 1742744823.0297399, + "asctime": "2025-08-15 21:41:58,022", + "created": 1755286918.0221798, "exc_text": null, "filename": "__init__.py", "funcName": "__log_msg__", "levelname": "INFO", "levelno": 20, - "lineno": 445, + "lineno": 438, "message": "prot-client: TX -> service: authentification request, data_id: seed, status: okay, data: \"None\"", "module": "__init__", - "msecs": 29.0, + "msecs": 22.0, "msg": "%s %s %s, %s, data: \"%s\"", "name": "socket_protocol.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/socket_protocol/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/socket_protocol/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 6933.42661857605, + "relativeCreated": 7004.51329, "stack_info": null, - "thread": 140631409799232, + "taskName": null, + "thread": 140181752467712, "threadName": "MainThread" }, { @@ -16451,25 +16992,26 @@ "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": "2025-03-23 16:47:03,030", - "created": 1742744823.030873, + "asctime": "2025-08-15 21:41:58,022", + "created": 1755286918.022463, "exc_text": null, "filename": "__init__.py", "funcName": "__tx__", "levelname": "INFO", "levelno": 20, - "lineno": 284, + "lineno": 286, "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": 30.0, + "msecs": 22.0, "msg": "%s TX -> %s", "name": "helpers.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/helpers/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/helpers/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 6934.5598220825195, + "relativeCreated": 7004.796296, "stack_info": null, - "thread": 140630776866496, + "taskName": null, + "thread": 140181449451200, "threadName": "Thread-9 (_start)" }, { @@ -16477,25 +17019,26 @@ "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": "2025-03-23 16:47:03,039", - "created": 1742744823.0394993, + "asctime": "2025-08-15 21:41:58,030", + "created": 1755286918.0306642, "exc_text": null, "filename": "__init__.py", "funcName": "__rx__", "levelname": "DEBUG", "levelno": 10, - "lineno": 414, + "lineno": 416, "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": 39.0, + "msecs": 30.0, "msg": "%s RX <- %s", "name": "helpers.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/helpers/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/helpers/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 6943.186044692993, + "relativeCreated": 7012.997546, "stack_info": null, - "thread": 140630776866496, + "taskName": null, + "thread": 140181449451200, "threadName": "Thread-9 (_start)" }, { @@ -16503,25 +17046,26 @@ "comm-client:", "(6): fd 82 a2 a9 3a 3e" ], - "asctime": "2025-03-23 16:47:03,040", - "created": 1742744823.0403643, + "asctime": "2025-08-15 21:41:58,030", + "created": 1755286918.030887, "exc_text": null, "filename": "__init__.py", "funcName": "__tx__", "levelname": "INFO", "levelno": 20, - "lineno": 284, + "lineno": 286, "message": "comm-client: TX -> (6): fd 82 a2 a9 3a 3e", "module": "__init__", - "msecs": 40.0, + "msecs": 30.0, "msg": "%s TX -> %s", "name": "helpers.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/helpers/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/helpers/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 6944.051027297974, + "relativeCreated": 7013.220475, "stack_info": null, - "thread": 140630776866496, + "taskName": null, + "thread": 140181449451200, "threadName": "Thread-9 (_start)" }, { @@ -16529,25 +17073,26 @@ "comm-server:", "(6): fd 82 a2 a9 3a 3e" ], - "asctime": "2025-03-23 16:47:03,041", - "created": 1742744823.0415921, + "asctime": "2025-08-15 21:41:58,031", + "created": 1755286918.0318143, "exc_text": null, "filename": "__init__.py", "funcName": "__rx__", "levelname": "DEBUG", "levelno": 10, - "lineno": 414, + "lineno": 416, "message": "comm-server: RX <- (6): fd 82 a2 a9 3a 3e", "module": "__init__", - "msecs": 41.0, + "msecs": 31.0, "msg": "%s RX <- %s", "name": "helpers.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/helpers/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/helpers/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 6945.278882980347, + "relativeCreated": 7014.147881, "stack_info": null, - "thread": 140630776866496, + "taskName": null, + "thread": 140181449451200, "threadName": "Thread-9 (_start)" }, { @@ -16558,25 +17103,26 @@ "status: okay", "None" ], - "asctime": "2025-03-23 16:47:03,042", - "created": 1742744823.0424068, + "asctime": "2025-08-15 21:41:58,032", + "created": 1755286918.0320697, "exc_text": null, "filename": "__init__.py", "funcName": "__log_msg__", "levelname": "INFO", "levelno": 20, - "lineno": 445, + "lineno": 438, "message": "prot-server: RX <- service: authentification request, data_id: seed, status: okay, data: \"None\"", "module": "__init__", - "msecs": 42.0, + "msecs": 32.0, "msg": "%s %s %s, %s, data: \"%s\"", "name": "socket_protocol.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/socket_protocol/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/socket_protocol/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 6946.093559265137, + "relativeCreated": 7014.403003, "stack_info": null, - "thread": 140630776866496, + "taskName": null, + "thread": 140181449451200, "threadName": "Thread-9 (_start)" }, { @@ -16584,25 +17130,26 @@ "prot-server:", "__authentificate_create_seed__" ], - "asctime": "2025-03-23 16:47:03,042", - "created": 1742744823.0426865, + "asctime": "2025-08-15 21:41:58,032", + "created": 1755286918.032187, "exc_text": null, "filename": "__init__.py", "funcName": "__data_available_callback__", "levelname": "DEBUG", "levelno": 10, - "lineno": 488, + "lineno": 481, "message": "prot-server: Executing callback __authentificate_create_seed__ to process received data", "module": "__init__", - "msecs": 42.0, + "msecs": 32.0, "msg": "%s Executing callback %s to process received data", "name": "socket_protocol.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/socket_protocol/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/socket_protocol/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 6946.373224258423, + "relativeCreated": 7014.520388, "stack_info": null, - "thread": 140630776866496, + "taskName": null, + "thread": 140181449451200, "threadName": "Thread-9 (_start)" }, { @@ -16611,183 +17158,190 @@ "TX ->", "service: authentification response, data_id: seed", "status: okay", - "'0bd0e2cc2069395cebe88c192a41001e87e98f0e95c99ff45eb1806ccdf78aee'" + "'cf7de519476e5a0a037bb6820cf86a79af9d49ac04b7aae0fdcb1a175fbb1027'" ], - "asctime": "2025-03-23 16:47:03,043", - "created": 1742744823.0431416, + "asctime": "2025-08-15 21:41:58,032", + "created": 1755286918.0323, "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: \"'0bd0e2cc2069395cebe88c192a41001e87e98f0e95c99ff45eb1806ccdf78aee'\"", + "lineno": 438, + "message": "prot-server: TX -> service: authentification response, data_id: seed, status: okay, data: \"'cf7de519476e5a0a037bb6820cf86a79af9d49ac04b7aae0fdcb1a175fbb1027'\"", "module": "__init__", - "msecs": 43.0, + "msecs": 32.0, "msg": "%s %s %s, %s, data: \"%s\"", "name": "socket_protocol.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/socket_protocol/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/socket_protocol/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 6946.828365325928, + "relativeCreated": 7014.633416, "stack_info": null, - "thread": 140630776866496, + "taskName": null, + "thread": 140181449451200, "threadName": "Thread-9 (_start)" }, { "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 62 64 30" + "(64): 3a 3c 7b 22 64 61 74 61 5f 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 66 37 64" ], - "asctime": "2025-03-23 16:47:03,044", - "created": 1742744823.04495, + "asctime": "2025-08-15 21:41:58,032", + "created": 1755286918.0326285, "exc_text": null, "filename": "__init__.py", "funcName": "__tx__", "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 62 64 30", + "lineno": 286, + "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 66 37 64", "module": "__init__", - "msecs": 44.0, + "msecs": 32.0, "msg": "%s TX -> %s", "name": "helpers.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/helpers/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/helpers/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 6948.636770248413, + "relativeCreated": 7014.961924, "stack_info": null, - "thread": 140630768473792, + "taskName": null, + "thread": 140181441058496, "threadName": "Thread-10 (_start)" }, { "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 62 64 30" + "(64): 3a 3c 7b 22 64 61 74 61 5f 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 66 37 64" ], - "asctime": "2025-03-23 16:47:03,053", - "created": 1742744823.0534806, + "asctime": "2025-08-15 21:41:58,040", + "created": 1755286918.040781, "exc_text": null, "filename": "__init__.py", "funcName": "__rx__", "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 62 64 30", + "lineno": 416, + "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 66 37 64", "module": "__init__", - "msecs": 53.0, + "msecs": 40.0, "msg": "%s RX <- %s", "name": "helpers.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/helpers/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/helpers/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 6957.167387008667, + "relativeCreated": 7023.114421, "stack_info": null, - "thread": 140630768473792, + "taskName": null, + "thread": 140181441058496, "threadName": "Thread-10 (_start)" }, { "args": [ "comm-server:", - "(64): 65 32 63 63 32 30 36 39 33 39 35 63 65 62 65 38 38 63 31 39 32 61 34 31 30 30 31 65 38 37 65 39 38 66 30 65 39 35 63 39 39 66 66 34 35 65 62 31 38 30 36 63 63 64 66 37 38 61 65 65 22 7d 08 ee" + "(64): 65 35 31 39 34 37 36 65 35 61 30 61 30 33 37 62 62 36 38 32 30 63 66 38 36 61 37 39 61 66 39 64 34 39 61 63 30 34 62 37 61 61 65 30 66 64 63 62 31 61 31 37 35 66 62 62 31 30 32 37 22 7d c6 4a" ], - "asctime": "2025-03-23 16:47:03,054", - "created": 1742744823.054301, + "asctime": "2025-08-15 21:41:58,040", + "created": 1755286918.0409608, "exc_text": null, "filename": "__init__.py", "funcName": "__tx__", "levelname": "INFO", "levelno": 20, - "lineno": 284, - "message": "comm-server: TX -> (64): 65 32 63 63 32 30 36 39 33 39 35 63 65 62 65 38 38 63 31 39 32 61 34 31 30 30 31 65 38 37 65 39 38 66 30 65 39 35 63 39 39 66 66 34 35 65 62 31 38 30 36 63 63 64 66 37 38 61 65 65 22 7d 08 ee", + "lineno": 286, + "message": "comm-server: TX -> (64): 65 35 31 39 34 37 36 65 35 61 30 61 30 33 37 62 62 36 38 32 30 63 66 38 36 61 37 39 61 66 39 64 34 39 61 63 30 34 62 37 61 61 65 30 66 64 63 62 31 61 31 37 35 66 62 62 31 30 32 37 22 7d c6 4a", "module": "__init__", - "msecs": 54.0, + "msecs": 40.0, "msg": "%s TX -> %s", "name": "helpers.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/helpers/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/helpers/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 6957.9877853393555, + "relativeCreated": 7023.294307, "stack_info": null, - "thread": 140630768473792, + "taskName": null, + "thread": 140181441058496, "threadName": "Thread-10 (_start)" }, { "args": [ "comm-client:", - "(64): 65 32 63 63 32 30 36 39 33 39 35 63 65 62 65 38 38 63 31 39 32 61 34 31 30 30 31 65 38 37 65 39 38 66 30 65 39 35 63 39 39 66 66 34 35 65 62 31 38 30 36 63 63 64 66 37 38 61 65 65 22 7d 08 ee" + "(64): 65 35 31 39 34 37 36 65 35 61 30 61 30 33 37 62 62 36 38 32 30 63 66 38 36 61 37 39 61 66 39 64 34 39 61 63 30 34 62 37 61 61 65 30 66 64 63 62 31 61 31 37 35 66 62 62 31 30 32 37 22 7d c6 4a" ], - "asctime": "2025-03-23 16:47:03,062", - "created": 1742744823.0627754, + "asctime": "2025-08-15 21:41:58,049", + "created": 1755286918.0490968, "exc_text": null, "filename": "__init__.py", "funcName": "__rx__", "levelname": "DEBUG", "levelno": 10, - "lineno": 414, - "message": "comm-client: RX <- (64): 65 32 63 63 32 30 36 39 33 39 35 63 65 62 65 38 38 63 31 39 32 61 34 31 30 30 31 65 38 37 65 39 38 66 30 65 39 35 63 39 39 66 66 34 35 65 62 31 38 30 36 63 63 64 66 37 38 61 65 65 22 7d 08 ee", + "lineno": 416, + "message": "comm-client: RX <- (64): 65 35 31 39 34 37 36 65 35 61 30 61 30 33 37 62 62 36 38 32 30 63 66 38 36 61 37 39 61 66 39 64 34 39 61 63 30 34 62 37 61 61 65 30 66 64 63 62 31 61 31 37 35 66 62 62 31 30 32 37 22 7d c6 4a", "module": "__init__", - "msecs": 62.0, + "msecs": 49.0, "msg": "%s RX <- %s", "name": "helpers.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/helpers/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/helpers/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 6966.462135314941, + "relativeCreated": 7031.430168, "stack_info": null, - "thread": 140630768473792, + "taskName": null, + "thread": 140181441058496, "threadName": "Thread-10 (_start)" }, { "args": [ "comm-server:", - "(4): 07 8b 3a 3e" + "(4): 1e e9 3a 3e" ], - "asctime": "2025-03-23 16:47:03,063", - "created": 1742744823.0634408, + "asctime": "2025-08-15 21:41:58,049", + "created": 1755286918.0493045, "exc_text": null, "filename": "__init__.py", "funcName": "__tx__", "levelname": "INFO", "levelno": 20, - "lineno": 284, - "message": "comm-server: TX -> (4): 07 8b 3a 3e", + "lineno": 286, + "message": "comm-server: TX -> (4): 1e e9 3a 3e", "module": "__init__", - "msecs": 63.0, + "msecs": 49.0, "msg": "%s TX -> %s", "name": "helpers.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/helpers/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/helpers/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 6967.127561569214, + "relativeCreated": 7031.637918, "stack_info": null, - "thread": 140630768473792, + "taskName": null, + "thread": 140181441058496, "threadName": "Thread-10 (_start)" }, { "args": [ "comm-client:", - "(4): 07 8b 3a 3e" + "(4): 1e e9 3a 3e" ], - "asctime": "2025-03-23 16:47:03,064", - "created": 1742744823.0643284, + "asctime": "2025-08-15 21:41:58,050", + "created": 1755286918.0500216, "exc_text": null, "filename": "__init__.py", "funcName": "__rx__", "levelname": "DEBUG", "levelno": 10, - "lineno": 414, - "message": "comm-client: RX <- (4): 07 8b 3a 3e", + "lineno": 416, + "message": "comm-client: RX <- (4): 1e e9 3a 3e", "module": "__init__", - "msecs": 64.0, + "msecs": 50.0, "msg": "%s RX <- %s", "name": "helpers.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/helpers/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/helpers/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 6968.015193939209, + "relativeCreated": 7032.354958, "stack_info": null, - "thread": 140630768473792, + "taskName": null, + "thread": 140181441058496, "threadName": "Thread-10 (_start)" }, { @@ -16796,27 +17350,28 @@ "RX <-", "service: authentification response, data_id: seed", "status: okay", - "'0bd0e2cc2069395cebe88c192a41001e87e98f0e95c99ff45eb1806ccdf78aee'" + "'cf7de519476e5a0a037bb6820cf86a79af9d49ac04b7aae0fdcb1a175fbb1027'" ], - "asctime": "2025-03-23 16:47:03,065", - "created": 1742744823.0651488, + "asctime": "2025-08-15 21:41:58,050", + "created": 1755286918.0502727, "exc_text": null, "filename": "__init__.py", "funcName": "__log_msg__", "levelname": "INFO", "levelno": 20, - "lineno": 445, - "message": "prot-client: RX <- service: authentification response, data_id: seed, status: okay, data: \"'0bd0e2cc2069395cebe88c192a41001e87e98f0e95c99ff45eb1806ccdf78aee'\"", + "lineno": 438, + "message": "prot-client: RX <- service: authentification response, data_id: seed, status: okay, data: \"'cf7de519476e5a0a037bb6820cf86a79af9d49ac04b7aae0fdcb1a175fbb1027'\"", "module": "__init__", - "msecs": 65.0, + "msecs": 50.0, "msg": "%s %s %s, %s, data: \"%s\"", "name": "socket_protocol.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/socket_protocol/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/socket_protocol/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 6968.8355922698975, + "relativeCreated": 7032.606093, "stack_info": null, - "thread": 140630768473792, + "taskName": null, + "thread": 140181441058496, "threadName": "Thread-10 (_start)" }, { @@ -16824,25 +17379,26 @@ "prot-client:", "__authentificate_create_key__" ], - "asctime": "2025-03-23 16:47:03,065", - "created": 1742744823.0654094, + "asctime": "2025-08-15 21:41:58,050", + "created": 1755286918.0503633, "exc_text": null, "filename": "__init__.py", "funcName": "__data_available_callback__", "levelname": "DEBUG", "levelno": 10, - "lineno": 503, + "lineno": 496, "message": "prot-client: Executing callback __authentificate_create_key__ to process received data", "module": "__init__", - "msecs": 65.0, + "msecs": 50.0, "msg": "%s Executing callback %s to process received data", "name": "socket_protocol.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/socket_protocol/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/socket_protocol/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 6969.0961837768555, + "relativeCreated": 7032.69694, "stack_info": null, - "thread": 140630768473792, + "taskName": null, + "thread": 140181441058496, "threadName": "Thread-10 (_start)" }, { @@ -16851,235 +17407,244 @@ "TX ->", "service: authentification request, data_id: key", "status: okay", - "'22df2547b66672daa68554babb89a4144f4edf8a0bb6c6e1ea7124567b203e2edf962715a1a3ca50de2e63ddff2e055883bd800936f76a935b7d68c14f6c9c3c'" + "'f022b79a9666c79993f00d7798d1762b9ab18a29afec5154b60f7810cb19779ab9fa9c85c68fdd5441a1c95c639757b19166e2564533db1f7404adb30df07d9e'" ], - "asctime": "2025-03-23 16:47:03,065", - "created": 1742744823.0657415, + "asctime": "2025-08-15 21:41:58,050", + "created": 1755286918.0504982, "exc_text": null, "filename": "__init__.py", "funcName": "__log_msg__", "levelname": "INFO", "levelno": 20, - "lineno": 445, - "message": "prot-client: TX -> service: authentification request, data_id: key, status: okay, data: \"'22df2547b66672daa68554babb89a4144f4edf8a0bb6c6e1ea7124567b203e2edf962715a1a3ca50de2e63ddff2e055883bd800936f76a935b7d68c14f6c9c3c'\"", + "lineno": 438, + "message": "prot-client: TX -> service: authentification request, data_id: key, status: okay, data: \"'f022b79a9666c79993f00d7798d1762b9ab18a29afec5154b60f7810cb19779ab9fa9c85c68fdd5441a1c95c639757b19166e2564533db1f7404adb30df07d9e'\"", "module": "__init__", - "msecs": 65.0, + "msecs": 50.0, "msg": "%s %s %s, %s, data: \"%s\"", "name": "socket_protocol.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/socket_protocol/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/socket_protocol/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 6969.428300857544, + "relativeCreated": 7032.831715, "stack_info": null, - "thread": 140630768473792, + "taskName": null, + "thread": 140181441058496, "threadName": "Thread-10 (_start)" }, { "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 32 32 64 66" + "(64): 3a 3c 7b 22 64 61 74 61 5f 69 64 22 3a 3d 20 31 2c 20 22 73 65 72 76 69 63 65 5f 69 64 22 3a 3d 20 30 2c 20 22 73 74 61 74 75 73 22 3a 3d 20 30 2c 20 22 64 61 74 61 22 3a 3d 20 22 66 30 32 32" ], - "asctime": "2025-03-23 16:47:03,066", - "created": 1742744823.0669644, + "asctime": "2025-08-15 21:41:58,050", + "created": 1755286918.0508933, "exc_text": null, "filename": "__init__.py", "funcName": "__tx__", "levelname": "INFO", "levelno": 20, - "lineno": 284, - "message": "comm-client: TX -> (64): 3a 3c 7b 22 64 61 74 61 5f 69 64 22 3a 3d 20 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 32 32 64 66", + "lineno": 286, + "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 30 32 32", "module": "__init__", - "msecs": 66.0, + "msecs": 50.0, "msg": "%s TX -> %s", "name": "helpers.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/helpers/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/helpers/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 6970.651149749756, + "relativeCreated": 7033.226763, "stack_info": null, - "thread": 140630776866496, + "taskName": null, + "thread": 140181449451200, "threadName": "Thread-9 (_start)" }, { "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 32 32 64 66" + "(64): 3a 3c 7b 22 64 61 74 61 5f 69 64 22 3a 3d 20 31 2c 20 22 73 65 72 76 69 63 65 5f 69 64 22 3a 3d 20 30 2c 20 22 73 74 61 74 75 73 22 3a 3d 20 30 2c 20 22 64 61 74 61 22 3a 3d 20 22 66 30 32 32" ], - "asctime": "2025-03-23 16:47:03,075", - "created": 1742744823.0755527, + "asctime": "2025-08-15 21:41:58,059", + "created": 1755286918.0590968, "exc_text": null, "filename": "__init__.py", "funcName": "__rx__", "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 32 32 64 66", + "lineno": 416, + "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 30 32 32", "module": "__init__", - "msecs": 75.0, + "msecs": 59.0, "msg": "%s RX <- %s", "name": "helpers.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/helpers/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/helpers/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 6979.239463806152, + "relativeCreated": 7041.430255, "stack_info": null, - "thread": 140630776866496, + "taskName": null, + "thread": 140181449451200, "threadName": "Thread-9 (_start)" }, { "args": [ "comm-client:", - "(64): 32 35 34 37 62 36 36 36 37 32 64 61 61 36 38 35 35 34 62 61 62 62 38 39 61 34 31 34 34 66 34 65 64 66 38 61 30 62 62 36 63 36 65 31 65 61 37 31 32 34 35 36 37 62 32 30 33 65 32 65 64 66 39 36" + "(64): 62 37 39 61 39 36 36 36 63 37 39 39 39 33 66 30 30 64 37 37 39 38 64 31 37 36 32 62 39 61 62 31 38 61 32 39 61 66 65 63 35 31 35 34 62 36 30 66 37 38 31 30 63 62 31 39 37 37 39 61 62 39 66 61" ], - "asctime": "2025-03-23 16:47:03,076", - "created": 1742744823.0763962, + "asctime": "2025-08-15 21:41:58,059", + "created": 1755286918.0594113, "exc_text": null, "filename": "__init__.py", "funcName": "__tx__", "levelname": "INFO", "levelno": 20, - "lineno": 284, - "message": "comm-client: TX -> (64): 32 35 34 37 62 36 36 36 37 32 64 61 61 36 38 35 35 34 62 61 62 62 38 39 61 34 31 34 34 66 34 65 64 66 38 61 30 62 62 36 63 36 65 31 65 61 37 31 32 34 35 36 37 62 32 30 33 65 32 65 64 66 39 36", + "lineno": 286, + "message": "comm-client: TX -> (64): 62 37 39 61 39 36 36 36 63 37 39 39 39 33 66 30 30 64 37 37 39 38 64 31 37 36 32 62 39 61 62 31 38 61 32 39 61 66 65 63 35 31 35 34 62 36 30 66 37 38 31 30 63 62 31 39 37 37 39 61 62 39 66 61", + "module": "__init__", + "msecs": 59.0, + "msg": "%s TX -> %s", + "name": "helpers.all_others", + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/helpers/__init__.py", + "process": 1195744, + "processName": "MainProcess", + "relativeCreated": 7041.744755, + "stack_info": null, + "taskName": null, + "thread": 140181449451200, + "threadName": "Thread-9 (_start)" + }, + { + "args": [ + "comm-server:", + "(64): 62 37 39 61 39 36 36 36 63 37 39 39 39 33 66 30 30 64 37 37 39 38 64 31 37 36 32 62 39 61 62 31 38 61 32 39 61 66 65 63 35 31 35 34 62 36 30 66 37 38 31 30 63 62 31 39 37 37 39 61 62 39 66 61" + ], + "asctime": "2025-08-15 21:41:58,067", + "created": 1755286918.0676434, + "exc_text": null, + "filename": "__init__.py", + "funcName": "__rx__", + "levelname": "DEBUG", + "levelno": 10, + "lineno": 416, + "message": "comm-server: RX <- (64): 62 37 39 61 39 36 36 36 63 37 39 39 39 33 66 30 30 64 37 37 39 38 64 31 37 36 32 62 39 61 62 31 38 61 32 39 61 66 65 63 35 31 35 34 62 36 30 66 37 38 31 30 63 62 31 39 37 37 39 61 62 39 66 61", + "module": "__init__", + "msecs": 67.0, + "msg": "%s RX <- %s", + "name": "helpers.all_others", + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/helpers/__init__.py", + "process": 1195744, + "processName": "MainProcess", + "relativeCreated": 7049.976802, + "stack_info": null, + "taskName": null, + "thread": 140181449451200, + "threadName": "Thread-9 (_start)" + }, + { + "args": [ + "comm-client:", + "(64): 39 63 38 35 63 36 38 66 64 64 35 34 34 31 61 31 63 39 35 63 36 33 39 37 35 37 62 31 39 31 36 36 65 32 35 36 34 35 33 33 64 62 31 66 37 34 30 34 61 64 62 33 30 64 66 30 37 64 39 65 22 7d f7 aa" + ], + "asctime": "2025-08-15 21:41:58,067", + "created": 1755286918.0679395, + "exc_text": null, + "filename": "__init__.py", + "funcName": "__tx__", + "levelname": "INFO", + "levelno": 20, + "lineno": 286, + "message": "comm-client: TX -> (64): 39 63 38 35 63 36 38 66 64 64 35 34 34 31 61 31 63 39 35 63 36 33 39 37 35 37 62 31 39 31 36 36 65 32 35 36 34 35 33 33 64 62 31 66 37 34 30 34 61 64 62 33 30 64 66 30 37 64 39 65 22 7d f7 aa", + "module": "__init__", + "msecs": 67.0, + "msg": "%s TX -> %s", + "name": "helpers.all_others", + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/helpers/__init__.py", + "process": 1195744, + "processName": "MainProcess", + "relativeCreated": 7050.27314, + "stack_info": null, + "taskName": null, + "thread": 140181449451200, + "threadName": "Thread-9 (_start)" + }, + { + "args": [ + "comm-server:", + "(64): 39 63 38 35 63 36 38 66 64 64 35 34 34 31 61 31 63 39 35 63 36 33 39 37 35 37 62 31 39 31 36 36 65 32 35 36 34 35 33 33 64 62 31 66 37 34 30 34 61 64 62 33 30 64 66 30 37 64 39 65 22 7d f7 aa" + ], + "asctime": "2025-08-15 21:41:58,076", + "created": 1755286918.0761719, + "exc_text": null, + "filename": "__init__.py", + "funcName": "__rx__", + "levelname": "DEBUG", + "levelno": 10, + "lineno": 416, + "message": "comm-server: RX <- (64): 39 63 38 35 63 36 38 66 64 64 35 34 34 31 61 31 63 39 35 63 36 33 39 37 35 37 62 31 39 31 36 36 65 32 35 36 34 35 33 33 64 62 31 66 37 34 30 34 61 64 62 33 30 64 66 30 37 64 39 65 22 7d f7 aa", + "module": "__init__", + "msecs": 76.0, + "msg": "%s RX <- %s", + "name": "helpers.all_others", + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/helpers/__init__.py", + "process": 1195744, + "processName": "MainProcess", + "relativeCreated": 7058.50527, + "stack_info": null, + "taskName": null, + "thread": 140181449451200, + "threadName": "Thread-9 (_start)" + }, + { + "args": [ + "comm-client:", + "(4): 9f 01 3a 3e" + ], + "asctime": "2025-08-15 21:41:58,076", + "created": 1755286918.076479, + "exc_text": null, + "filename": "__init__.py", + "funcName": "__tx__", + "levelname": "INFO", + "levelno": 20, + "lineno": 286, + "message": "comm-client: TX -> (4): 9f 01 3a 3e", "module": "__init__", "msecs": 76.0, "msg": "%s TX -> %s", "name": "helpers.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/helpers/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/helpers/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 6980.082988739014, + "relativeCreated": 7058.812355, "stack_info": null, - "thread": 140630776866496, + "taskName": null, + "thread": 140181449451200, "threadName": "Thread-9 (_start)" }, { "args": [ "comm-server:", - "(64): 32 35 34 37 62 36 36 36 37 32 64 61 61 36 38 35 35 34 62 61 62 62 38 39 61 34 31 34 34 66 34 65 64 66 38 61 30 62 62 36 63 36 65 31 65 61 37 31 32 34 35 36 37 62 32 30 33 65 32 65 64 66 39 36" + "(4): 9f 01 3a 3e" ], - "asctime": "2025-03-23 16:47:03,084", - "created": 1742744823.0849254, + "asctime": "2025-08-15 21:41:58,077", + "created": 1755286918.0772629, "exc_text": null, "filename": "__init__.py", "funcName": "__rx__", "levelname": "DEBUG", "levelno": 10, - "lineno": 414, - "message": "comm-server: RX <- (64): 32 35 34 37 62 36 36 36 37 32 64 61 61 36 38 35 35 34 62 61 62 62 38 39 61 34 31 34 34 66 34 65 64 66 38 61 30 62 62 36 63 36 65 31 65 61 37 31 32 34 35 36 37 62 32 30 33 65 32 65 64 66 39 36", + "lineno": 416, + "message": "comm-server: RX <- (4): 9f 01 3a 3e", "module": "__init__", - "msecs": 84.0, + "msecs": 77.0, "msg": "%s RX <- %s", "name": "helpers.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/helpers/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/helpers/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 6988.612174987793, + "relativeCreated": 7059.596355, "stack_info": null, - "thread": 140630776866496, - "threadName": "Thread-9 (_start)" - }, - { - "args": [ - "comm-client:", - "(64): 32 37 31 35 61 31 61 33 63 61 35 30 64 65 32 65 36 33 64 64 66 66 32 65 30 35 35 38 38 33 62 64 38 30 30 39 33 36 66 37 36 61 39 33 35 62 37 64 36 38 63 31 34 66 36 63 39 63 33 63 22 7d a8 eb" - ], - "asctime": "2025-03-23 16:47:03,085", - "created": 1742744823.0858233, - "exc_text": null, - "filename": "__init__.py", - "funcName": "__tx__", - "levelname": "INFO", - "levelno": 20, - "lineno": 284, - "message": "comm-client: TX -> (64): 32 37 31 35 61 31 61 33 63 61 35 30 64 65 32 65 36 33 64 64 66 66 32 65 30 35 35 38 38 33 62 64 38 30 30 39 33 36 66 37 36 61 39 33 35 62 37 64 36 38 63 31 34 66 36 63 39 63 33 63 22 7d a8 eb", - "module": "__init__", - "msecs": 85.0, - "msg": "%s TX -> %s", - "name": "helpers.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/helpers/__init__.py", - "process": 183973, - "processName": "MainProcess", - "relativeCreated": 6989.510059356689, - "stack_info": null, - "thread": 140630776866496, - "threadName": "Thread-9 (_start)" - }, - { - "args": [ - "comm-server:", - "(64): 32 37 31 35 61 31 61 33 63 61 35 30 64 65 32 65 36 33 64 64 66 66 32 65 30 35 35 38 38 33 62 64 38 30 30 39 33 36 66 37 36 61 39 33 35 62 37 64 36 38 63 31 34 66 36 63 39 63 33 63 22 7d a8 eb" - ], - "asctime": "2025-03-23 16:47:03,094", - "created": 1742744823.0945044, - "exc_text": null, - "filename": "__init__.py", - "funcName": "__rx__", - "levelname": "DEBUG", - "levelno": 10, - "lineno": 414, - "message": "comm-server: RX <- (64): 32 37 31 35 61 31 61 33 63 61 35 30 64 65 32 65 36 33 64 64 66 66 32 65 30 35 35 38 38 33 62 64 38 30 30 39 33 36 66 37 36 61 39 33 35 62 37 64 36 38 63 31 34 66 36 63 39 63 33 63 22 7d a8 eb", - "module": "__init__", - "msecs": 94.0, - "msg": "%s RX <- %s", - "name": "helpers.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/helpers/__init__.py", - "process": 183973, - "processName": "MainProcess", - "relativeCreated": 6998.191118240356, - "stack_info": null, - "thread": 140630776866496, - "threadName": "Thread-9 (_start)" - }, - { - "args": [ - "comm-client:", - "(4): 03 85 3a 3e" - ], - "asctime": "2025-03-23 16:47:03,095", - "created": 1742744823.095288, - "exc_text": null, - "filename": "__init__.py", - "funcName": "__tx__", - "levelname": "INFO", - "levelno": 20, - "lineno": 284, - "message": "comm-client: TX -> (4): 03 85 3a 3e", - "module": "__init__", - "msecs": 95.0, - "msg": "%s TX -> %s", - "name": "helpers.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/helpers/__init__.py", - "process": 183973, - "processName": "MainProcess", - "relativeCreated": 6998.974800109863, - "stack_info": null, - "thread": 140630776866496, - "threadName": "Thread-9 (_start)" - }, - { - "args": [ - "comm-server:", - "(4): 03 85 3a 3e" - ], - "asctime": "2025-03-23 16:47:03,096", - "created": 1742744823.096232, - "exc_text": null, - "filename": "__init__.py", - "funcName": "__rx__", - "levelname": "DEBUG", - "levelno": 10, - "lineno": 414, - "message": "comm-server: RX <- (4): 03 85 3a 3e", - "module": "__init__", - "msecs": 96.0, - "msg": "%s RX <- %s", - "name": "helpers.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/helpers/__init__.py", - "process": 183973, - "processName": "MainProcess", - "relativeCreated": 6999.918699264526, - "stack_info": null, - "thread": 140630776866496, + "taskName": null, + "thread": 140181449451200, "threadName": "Thread-9 (_start)" }, { @@ -17088,27 +17653,28 @@ "RX <-", "service: authentification request, data_id: key", "status: okay", - "'22df2547b66672daa68554babb89a4144f4edf8a0bb6c6e1ea7124567b203e2edf962715a1a3ca50de2e63ddff2e055883bd800936f76a935b7d68c14f6c9c3c'" + "'f022b79a9666c79993f00d7798d1762b9ab18a29afec5154b60f7810cb19779ab9fa9c85c68fdd5441a1c95c639757b19166e2564533db1f7404adb30df07d9e'" ], - "asctime": "2025-03-23 16:47:03,097", - "created": 1742744823.0973384, + "asctime": "2025-08-15 21:41:58,077", + "created": 1755286918.0778985, "exc_text": null, "filename": "__init__.py", "funcName": "__log_msg__", "levelname": "INFO", "levelno": 20, - "lineno": 445, - "message": "prot-server: RX <- service: authentification request, data_id: key, status: okay, data: \"'22df2547b66672daa68554babb89a4144f4edf8a0bb6c6e1ea7124567b203e2edf962715a1a3ca50de2e63ddff2e055883bd800936f76a935b7d68c14f6c9c3c'\"", + "lineno": 438, + "message": "prot-server: RX <- service: authentification request, data_id: key, status: okay, data: \"'f022b79a9666c79993f00d7798d1762b9ab18a29afec5154b60f7810cb19779ab9fa9c85c68fdd5441a1c95c639757b19166e2564533db1f7404adb30df07d9e'\"", "module": "__init__", - "msecs": 97.0, + "msecs": 77.0, "msg": "%s %s %s, %s, data: \"%s\"", "name": "socket_protocol.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/socket_protocol/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/socket_protocol/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 7001.025199890137, + "relativeCreated": 7060.231971, "stack_info": null, - "thread": 140630776866496, + "taskName": null, + "thread": 140181449451200, "threadName": "Thread-9 (_start)" }, { @@ -17116,25 +17682,26 @@ "prot-server:", "__authentificate_check_key__" ], - "asctime": "2025-03-23 16:47:03,097", - "created": 1742744823.0976336, + "asctime": "2025-08-15 21:41:58,078", + "created": 1755286918.0781102, "exc_text": null, "filename": "__init__.py", "funcName": "__data_available_callback__", "levelname": "DEBUG", "levelno": 10, - "lineno": 488, + "lineno": 481, "message": "prot-server: Executing callback __authentificate_check_key__ to process received data", "module": "__init__", - "msecs": 97.0, + "msecs": 78.0, "msg": "%s Executing callback %s to process received data", "name": "socket_protocol.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/socket_protocol/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/socket_protocol/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 7001.320362091064, + "relativeCreated": 7060.443696, "stack_info": null, - "thread": 140630776866496, + "taskName": null, + "thread": 140181449451200, "threadName": "Thread-9 (_start)" }, { @@ -17145,25 +17712,26 @@ "status: okay", "True" ], - "asctime": "2025-03-23 16:47:03,098", - "created": 1742744823.0980413, + "asctime": "2025-08-15 21:41:58,078", + "created": 1755286918.0785122, "exc_text": null, "filename": "__init__.py", "funcName": "__log_msg__", "levelname": "INFO", "levelno": 20, - "lineno": 445, + "lineno": 438, "message": "prot-server: TX -> service: authentification response, data_id: key, status: okay, data: \"True\"", "module": "__init__", - "msecs": 98.0, + "msecs": 78.0, "msg": "%s %s %s, %s, data: \"%s\"", "name": "socket_protocol.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/socket_protocol/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/socket_protocol/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 7001.728057861328, + "relativeCreated": 7060.845566, "stack_info": null, - "thread": 140630776866496, + "taskName": null, + "thread": 140181449451200, "threadName": "Thread-9 (_start)" }, { @@ -17171,25 +17739,26 @@ "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": "2025-03-23 16:47:03,099", - "created": 1742744823.0990238, + "asctime": "2025-08-15 21:41:58,079", + "created": 1755286918.0794342, "exc_text": null, "filename": "__init__.py", "funcName": "__tx__", "levelname": "INFO", "levelno": 20, - "lineno": 284, + "lineno": 286, "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": 99.0, + "msecs": 79.0, "msg": "%s TX -> %s", "name": "helpers.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/helpers/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/helpers/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 7002.710580825806, + "relativeCreated": 7061.767643, "stack_info": null, - "thread": 140630768473792, + "taskName": null, + "thread": 140181441058496, "threadName": "Thread-10 (_start)" }, { @@ -17197,25 +17766,26 @@ "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": "2025-03-23 16:47:03,107", - "created": 1742744823.1076512, + "asctime": "2025-08-15 21:41:58,087", + "created": 1755286918.0879571, "exc_text": null, "filename": "__init__.py", "funcName": "__rx__", "levelname": "DEBUG", "levelno": 10, - "lineno": 414, + "lineno": 416, "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": 107.0, + "msecs": 87.0, "msg": "%s RX <- %s", "name": "helpers.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/helpers/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/helpers/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 7011.337995529175, + "relativeCreated": 7070.290654, "stack_info": null, - "thread": 140630768473792, + "taskName": null, + "thread": 140181441058496, "threadName": "Thread-10 (_start)" }, { @@ -17223,25 +17793,26 @@ "comm-server:", "(6): 94 fe 74 32 3a 3e" ], - "asctime": "2025-03-23 16:47:03,108", - "created": 1742744823.108487, + "asctime": "2025-08-15 21:41:58,088", + "created": 1755286918.088457, "exc_text": null, "filename": "__init__.py", "funcName": "__tx__", "levelname": "INFO", "levelno": 20, - "lineno": 284, + "lineno": 286, "message": "comm-server: TX -> (6): 94 fe 74 32 3a 3e", "module": "__init__", - "msecs": 108.0, + "msecs": 88.0, "msg": "%s TX -> %s", "name": "helpers.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/helpers/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/helpers/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 7012.173652648926, + "relativeCreated": 7070.790589, "stack_info": null, - "thread": 140630768473792, + "taskName": null, + "thread": 140181441058496, "threadName": "Thread-10 (_start)" }, { @@ -17249,25 +17820,26 @@ "comm-client:", "(6): 94 fe 74 32 3a 3e" ], - "asctime": "2025-03-23 16:47:03,109", - "created": 1742744823.1097043, + "asctime": "2025-08-15 21:41:58,089", + "created": 1755286918.089614, "exc_text": null, "filename": "__init__.py", "funcName": "__rx__", "levelname": "DEBUG", "levelno": 10, - "lineno": 414, + "lineno": 416, "message": "comm-client: RX <- (6): 94 fe 74 32 3a 3e", "module": "__init__", - "msecs": 109.0, + "msecs": 89.0, "msg": "%s RX <- %s", "name": "helpers.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/helpers/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/helpers/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 7013.391017913818, + "relativeCreated": 7071.947252, "stack_info": null, - "thread": 140630768473792, + "taskName": null, + "thread": 140181441058496, "threadName": "Thread-10 (_start)" }, { @@ -17278,25 +17850,26 @@ "status: okay", "True" ], - "asctime": "2025-03-23 16:47:03,110", - "created": 1742744823.1105485, + "asctime": "2025-08-15 21:41:58,090", + "created": 1755286918.0901258, "exc_text": null, "filename": "__init__.py", "funcName": "__log_msg__", "levelname": "INFO", "levelno": 20, - "lineno": 445, + "lineno": 438, "message": "prot-client: RX <- service: authentification response, data_id: key, status: okay, data: \"True\"", "module": "__init__", - "msecs": 110.0, + "msecs": 90.0, "msg": "%s %s %s, %s, data: \"%s\"", "name": "socket_protocol.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/socket_protocol/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/socket_protocol/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 7014.235258102417, + "relativeCreated": 7072.459162, "stack_info": null, - "thread": 140630768473792, + "taskName": null, + "thread": 140181441058496, "threadName": "Thread-10 (_start)" }, { @@ -17304,69 +17877,72 @@ "prot-client:", "__authentificate_process_feedback__" ], - "asctime": "2025-03-23 16:47:03,110", - "created": 1742744823.1108084, + "asctime": "2025-08-15 21:41:58,090", + "created": 1755286918.0903258, "exc_text": null, "filename": "__init__.py", "funcName": "__data_available_callback__", "levelname": "DEBUG", "levelno": 10, - "lineno": 503, + "lineno": 496, "message": "prot-client: Executing callback __authentificate_process_feedback__ to process received data", "module": "__init__", - "msecs": 110.0, + "msecs": 90.0, "msg": "%s Executing callback %s to process received data", "name": "socket_protocol.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/socket_protocol/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/socket_protocol/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 7014.495134353638, + "relativeCreated": 7072.659318, "stack_info": null, - "thread": 140630768473792, + "taskName": null, + "thread": 140181441058496, "threadName": "Thread-10 (_start)" }, { "args": [ "prot-client:" ], - "asctime": "2025-03-23 16:47:03,111", - "created": 1742744823.1110003, + "asctime": "2025-08-15 21:41:58,090", + "created": 1755286918.0904796, "exc_text": null, "filename": "__init__.py", "funcName": "__authentificate_process_feedback__", "levelname": "INFO", "levelno": 20, - "lineno": 370, + "lineno": 363, "message": "prot-client: Got positive authentification feedback", "module": "__init__", - "msecs": 111.0, + "msecs": 90.0, "msg": "%s Got positive authentification feedback", "name": "socket_protocol.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/socket_protocol/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/socket_protocol/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 7014.687061309814, + "relativeCreated": 7072.812946, "stack_info": null, - "thread": 140630768473792, + "taskName": null, + "thread": 140181441058496, "threadName": "Thread-10 (_start)" } ], - "msecs": 131.0, + "msecs": 122.0, "msg": "Performing Authentification", "name": "__tLogger__", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/tests/test_communication.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/tests/test_communication.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 7034.752368927002, + "relativeCreated": 7105.024733, "stack_info": null, - "thread": 140631409799232, + "taskName": null, + "thread": 140181752467712, "threadName": "MainThread", - "time_consumption": 0.0200653076171875 + "time_consumption": 0.0322117805480957 }, { "args": [], - "asctime": "2025-03-23 16:47:03,333", - "created": 1742744823.3335283, + "asctime": "2025-08-15 21:41:58,324", + "created": 1755286918.3241136, "exc_text": null, "filename": "test_communication.py", "funcName": "blocked_communication_authentification", @@ -17384,25 +17960,26 @@ "status: okay", "'msg1_data_to_be_transfered'" ], - "asctime": "2025-03-23 16:47:03,131", - "created": 1742744823.1318712, + "asctime": "2025-08-15 21:41:58,123", + "created": 1755286918.1232219, "exc_text": null, "filename": "__init__.py", "funcName": "__log_msg__", "levelname": "INFO", "levelno": 20, - "lineno": 445, + "lineno": 438, "message": "prot-client: TX -> service: 17, data_id: 34, status: okay, data: \"'msg1_data_to_be_transfered'\"", "module": "__init__", - "msecs": 131.0, + "msecs": 123.0, "msg": "%s %s %s, %s, data: \"%s\"", "name": "socket_protocol.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/socket_protocol/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/socket_protocol/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 7035.557985305786, + "relativeCreated": 7105.555092, "stack_info": null, - "thread": 140631409799232, + "taskName": null, + "thread": 140181752467712, "threadName": "MainThread" }, { @@ -17410,25 +17987,26 @@ "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": "2025-03-23 16:47:03,132", - "created": 1742744823.1329648, + "asctime": "2025-08-15 21:41:58,123", + "created": 1755286918.1239731, "exc_text": null, "filename": "__init__.py", "funcName": "__tx__", "levelname": "INFO", "levelno": 20, - "lineno": 284, + "lineno": 286, "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": 132.0, + "msecs": 123.0, "msg": "%s TX -> %s", "name": "helpers.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/helpers/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/helpers/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 7036.651611328125, + "relativeCreated": 7106.306578, "stack_info": null, - "thread": 140630776866496, + "taskName": null, + "thread": 140181449451200, "threadName": "Thread-9 (_start)" }, { @@ -17436,25 +18014,26 @@ "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": "2025-03-23 16:47:03,141", - "created": 1742744823.1417894, + "asctime": "2025-08-15 21:41:58,132", + "created": 1755286918.1323764, "exc_text": null, "filename": "__init__.py", "funcName": "__rx__", "levelname": "DEBUG", "levelno": 10, - "lineno": 414, + "lineno": 416, "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": 141.0, + "msecs": 132.0, "msg": "%s RX <- %s", "name": "helpers.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/helpers/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/helpers/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 7045.476198196411, + "relativeCreated": 7114.709818, "stack_info": null, - "thread": 140630776866496, + "taskName": null, + "thread": 140181449451200, "threadName": "Thread-9 (_start)" }, { @@ -17462,25 +18041,26 @@ "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": "2025-03-23 16:47:03,142", - "created": 1742744823.1427367, + "asctime": "2025-08-15 21:41:58,132", + "created": 1755286918.132911, "exc_text": null, "filename": "__init__.py", "funcName": "__tx__", "levelname": "INFO", "levelno": 20, - "lineno": 284, + "lineno": 286, "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": 142.0, + "msecs": 132.0, "msg": "%s TX -> %s", "name": "helpers.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/helpers/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/helpers/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 7046.423435211182, + "relativeCreated": 7115.244348, "stack_info": null, - "thread": 140630776866496, + "taskName": null, + "thread": 140181449451200, "threadName": "Thread-9 (_start)" }, { @@ -17488,25 +18068,26 @@ "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": "2025-03-23 16:47:03,147", - "created": 1742744823.147307, + "asctime": "2025-08-15 21:41:58,137", + "created": 1755286918.1373334, "exc_text": null, "filename": "__init__.py", "funcName": "__rx__", "levelname": "DEBUG", "levelno": 10, - "lineno": 414, + "lineno": 416, "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": 147.0, + "msecs": 137.0, "msg": "%s RX <- %s", "name": "helpers.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/helpers/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/helpers/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 7050.9936809539795, + "relativeCreated": 7119.667063, "stack_info": null, - "thread": 140630776866496, + "taskName": null, + "thread": 140181449451200, "threadName": "Thread-9 (_start)" }, { @@ -17517,72 +18098,75 @@ "status: okay", "'msg1_data_to_be_transfered'" ], - "asctime": "2025-03-23 16:47:03,148", - "created": 1742744823.1483543, + "asctime": "2025-08-15 21:41:58,137", + "created": 1755286918.1379538, "exc_text": null, "filename": "__init__.py", "funcName": "__log_msg__", "levelname": "INFO", "levelno": 20, - "lineno": 445, + "lineno": 438, "message": "prot-server: RX <- service: 17, data_id: 34, status: okay, data: \"'msg1_data_to_be_transfered'\"", "module": "__init__", - "msecs": 148.0, + "msecs": 137.0, "msg": "%s %s %s, %s, data: \"%s\"", "name": "socket_protocol.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/socket_protocol/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/socket_protocol/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 7052.041053771973, + "relativeCreated": 7120.287244, "stack_info": null, - "thread": 140630776866496, + "taskName": null, + "thread": 140181449451200, "threadName": "Thread-9 (_start)" }, { "args": [ "prot-server:" ], - "asctime": "2025-03-23 16:47:03,148", - "created": 1742744823.1487112, + "asctime": "2025-08-15 21:41:58,138", + "created": 1755286918.138186, "exc_text": null, "filename": "__init__.py", "funcName": "__buffer_received_data__", "levelname": "DEBUG", "levelno": 10, - "lineno": 392, + "lineno": 385, "message": "prot-server: Message data is stored in buffer and is now ready to be retrieved by receive method", "module": "__init__", - "msecs": 148.0, + "msecs": 138.0, "msg": "%s Message data is stored in buffer and is now ready to be retrieved by receive method", "name": "socket_protocol.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/socket_protocol/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/socket_protocol/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 7052.397966384888, + "relativeCreated": 7120.519314, "stack_info": null, - "thread": 140630776866496, + "taskName": null, + "thread": 140181449451200, "threadName": "Thread-9 (_start)" } ], - "msecs": 333.0, + "msecs": 324.0, "msg": "Transfering a message client -> server", "name": "__tLogger__", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/tests/test_communication.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/tests/test_communication.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 7237.215042114258, + "relativeCreated": 7306.447062, "stack_info": null, - "thread": 140631409799232, + "taskName": null, + "thread": 140181752467712, "threadName": "MainThread", - "time_consumption": 0.18481707572937012 + "time_consumption": 0.1859276294708252 }, { "args": [ "True", "" ], - "asctime": "2025-03-23 16:47:03,334", - "created": 1742744823.3346827, + "asctime": "2025-08-15 21:41:58,324", + "created": 1755286918.3245697, "exc_text": null, "filename": "test.py", "funcName": "equivalency_chk", @@ -17598,8 +18182,8 @@ "True", "" ], - "asctime": "2025-03-23 16:47:03,334", - "created": 1742744823.3342073, + "asctime": "2025-08-15 21:41:58,324", + "created": 1755286918.3244035, "exc_text": null, "filename": "test.py", "funcName": "__report_result__", @@ -17608,15 +18192,16 @@ "lineno": 22, "message": "Result (Returnvalue of Client send Method): True ()", "module": "test", - "msecs": 334.0, + "msecs": 324.0, "msg": "Result (%s): %s (%s)", "name": "__unittest__", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/unittest/test.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/unittest/test.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 7237.894058227539, + "relativeCreated": 7306.736806, "stack_info": null, - "thread": 140631409799232, + "taskName": null, + "thread": 140181752467712, "threadName": "MainThread" }, { @@ -17626,8 +18211,8 @@ "True", "" ], - "asctime": "2025-03-23 16:47:03,334", - "created": 1742744823.3344617, + "asctime": "2025-08-15 21:41:58,324", + "created": 1755286918.3244941, "exc_text": null, "filename": "test.py", "funcName": "__report_expectation__", @@ -17636,37 +18221,39 @@ "lineno": 26, "message": "Expectation (Returnvalue of Client send Method): result = True ()", "module": "test", - "msecs": 334.0, + "msecs": 324.0, "msg": "Expectation (%s): result %s %s (%s)", "name": "__unittest__", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/unittest/test.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/unittest/test.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 7238.14845085144, + "relativeCreated": 7306.827498, "stack_info": null, - "thread": 140631409799232, + "taskName": null, + "thread": 140181752467712, "threadName": "MainThread" } ], - "msecs": 334.0, + "msecs": 324.0, "msg": "Returnvalue of Client send Method is correct (Content %s and Type is %s).", "name": "__tLogger__", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/unittest/test.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/unittest/test.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 7238.369464874268, + "relativeCreated": 7306.903147, "stack_info": null, - "thread": 140631409799232, + "taskName": null, + "thread": 140181752467712, "threadName": "MainThread", - "time_consumption": 0.00022101402282714844 + "time_consumption": 7.557868957519531e-05 }, { "args": [ "{'data_id': 34, 'service_id': 17, 'status': 0, 'data': 'msg1_data_to_be_transfered'}", "" ], - "asctime": "2025-03-23 16:47:03,335", - "created": 1742744823.3354104, + "asctime": "2025-08-15 21:41:58,324", + "created": 1755286918.3248115, "exc_text": null, "filename": "test.py", "funcName": "equivalency_chk", @@ -17682,8 +18269,8 @@ "{'data_id': 34, 'service_id': 17, 'status': 0, 'data': 'msg1_data_to_be_transfered'}", "" ], - "asctime": "2025-03-23 16:47:03,335", - "created": 1742744823.3350136, + "asctime": "2025-08-15 21:41:58,324", + "created": 1755286918.3246827, "exc_text": null, "filename": "test.py", "funcName": "__report_result__", @@ -17692,15 +18279,16 @@ "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": 335.0, + "msecs": 324.0, "msg": "Result (%s): %s (%s)", "name": "__unittest__", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/unittest/test.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/unittest/test.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 7238.700389862061, + "relativeCreated": 7307.016283, "stack_info": null, - "thread": 140631409799232, + "taskName": null, + "thread": 140181752467712, "threadName": "MainThread" }, { @@ -17710,8 +18298,8 @@ "{'service_id': 17, 'data_id': 34, 'status': 0, 'data': 'msg1_data_to_be_transfered'}", "" ], - "asctime": "2025-03-23 16:47:03,335", - "created": 1742744823.3352172, + "asctime": "2025-08-15 21:41:58,324", + "created": 1755286918.3247523, "exc_text": null, "filename": "test.py", "funcName": "__report_expectation__", @@ -17720,34 +18308,36 @@ "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": 335.0, + "msecs": 324.0, "msg": "Expectation (%s): result %s %s (%s)", "name": "__unittest__", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/unittest/test.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/unittest/test.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 7238.903999328613, + "relativeCreated": 7307.085848, "stack_info": null, - "thread": 140631409799232, + "taskName": null, + "thread": 140181752467712, "threadName": "MainThread" } ], - "msecs": 335.0, + "msecs": 324.0, "msg": "Received message on server side is correct (Content %s and Type is %s).", "name": "__tLogger__", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/unittest/test.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/unittest/test.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 7239.097118377686, + "relativeCreated": 7307.144855, "stack_info": null, - "thread": 140631409799232, + "taskName": null, + "thread": 140181752467712, "threadName": "MainThread", - "time_consumption": 0.00019311904907226562 + "time_consumption": 5.91278076171875e-05 }, { "args": [], - "asctime": "2025-03-23 16:47:03,537", - "created": 1742744823.5374894, + "asctime": "2025-08-15 21:41:58,525", + "created": 1755286918.5255806, "exc_text": null, "filename": "test_communication.py", "funcName": "blocked_communication_authentification", @@ -17765,25 +18355,26 @@ "status: service or data unknown", "'msg2_data_to_be_transfered'" ], - "asctime": "2025-03-23 16:47:03,335", - "created": 1742744823.3358545, + "asctime": "2025-08-15 21:41:58,324", + "created": 1755286918.3249667, "exc_text": null, "filename": "__init__.py", "funcName": "__log_msg__", "levelname": "ERROR", "levelno": 40, - "lineno": 445, + "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": 335.0, + "msecs": 324.0, "msg": "%s %s %s, %s, data: \"%s\"", "name": "socket_protocol.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/socket_protocol/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/socket_protocol/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 7239.541292190552, + "relativeCreated": 7307.299985, "stack_info": null, - "thread": 140631409799232, + "taskName": null, + "thread": 140181752467712, "threadName": "MainThread" }, { @@ -17791,25 +18382,26 @@ "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": "2025-03-23 16:47:03,336", - "created": 1742744823.336914, + "asctime": "2025-08-15 21:41:58,325", + "created": 1755286918.3252816, "exc_text": null, "filename": "__init__.py", "funcName": "__tx__", "levelname": "INFO", "levelno": 20, - "lineno": 284, + "lineno": 286, "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": 336.0, + "msecs": 325.0, "msg": "%s TX -> %s", "name": "helpers.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/helpers/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/helpers/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 7240.600824356079, + "relativeCreated": 7307.614944, "stack_info": null, - "thread": 140630768473792, + "taskName": null, + "thread": 140181441058496, "threadName": "Thread-10 (_start)" }, { @@ -17817,25 +18409,26 @@ "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": "2025-03-23 16:47:03,345", - "created": 1742744823.3456295, + "asctime": "2025-08-15 21:41:58,333", + "created": 1755286918.3334107, "exc_text": null, "filename": "__init__.py", "funcName": "__rx__", "levelname": "DEBUG", "levelno": 10, - "lineno": 414, + "lineno": 416, "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": 345.0, + "msecs": 333.0, "msg": "%s RX <- %s", "name": "helpers.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/helpers/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/helpers/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 7249.316215515137, + "relativeCreated": 7315.744204, "stack_info": null, - "thread": 140630768473792, + "taskName": null, + "thread": 140181441058496, "threadName": "Thread-10 (_start)" }, { @@ -17843,25 +18436,26 @@ "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": "2025-03-23 16:47:03,346", - "created": 1742744823.3465717, + "asctime": "2025-08-15 21:41:58,333", + "created": 1755286918.333715, "exc_text": null, "filename": "__init__.py", "funcName": "__tx__", "levelname": "INFO", "levelno": 20, - "lineno": 284, + "lineno": 286, "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": 346.0, + "msecs": 333.0, "msg": "%s TX -> %s", "name": "helpers.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/helpers/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/helpers/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 7250.258445739746, + "relativeCreated": 7316.04842, "stack_info": null, - "thread": 140630768473792, + "taskName": null, + "thread": 140181441058496, "threadName": "Thread-10 (_start)" }, { @@ -17869,25 +18463,26 @@ "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": "2025-03-23 16:47:03,351", - "created": 1742744823.3511486, + "asctime": "2025-08-15 21:41:58,337", + "created": 1755286918.3378854, "exc_text": null, "filename": "__init__.py", "funcName": "__rx__", "levelname": "DEBUG", "levelno": 10, - "lineno": 414, + "lineno": 416, "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": 351.0, + "msecs": 337.0, "msg": "%s RX <- %s", "name": "helpers.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/helpers/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/helpers/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 7254.835367202759, + "relativeCreated": 7320.218796, "stack_info": null, - "thread": 140630768473792, + "taskName": null, + "thread": 140181441058496, "threadName": "Thread-10 (_start)" }, { @@ -17898,72 +18493,75 @@ "status: service or data unknown", "'msg2_data_to_be_transfered'" ], - "asctime": "2025-03-23 16:47:03,352", - "created": 1742744823.352205, + "asctime": "2025-08-15 21:41:58,338", + "created": 1755286918.3381438, "exc_text": null, "filename": "__init__.py", "funcName": "__log_msg__", "levelname": "ERROR", "levelno": 40, - "lineno": 445, + "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": 352.0, + "msecs": 338.0, "msg": "%s %s %s, %s, data: \"%s\"", "name": "socket_protocol.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/socket_protocol/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/socket_protocol/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 7255.891799926758, + "relativeCreated": 7320.477149, "stack_info": null, - "thread": 140630768473792, + "taskName": null, + "thread": 140181441058496, "threadName": "Thread-10 (_start)" }, { "args": [ "prot-client:" ], - "asctime": "2025-03-23 16:47:03,352", - "created": 1742744823.352535, + "asctime": "2025-08-15 21:41:58,338", + "created": 1755286918.338237, "exc_text": null, "filename": "__init__.py", "funcName": "__buffer_received_data__", "levelname": "DEBUG", "levelno": 10, - "lineno": 392, + "lineno": 385, "message": "prot-client: Message data is stored in buffer and is now ready to be retrieved by receive method", "module": "__init__", - "msecs": 352.0, + "msecs": 338.0, "msg": "%s Message data is stored in buffer and is now ready to be retrieved by receive method", "name": "socket_protocol.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/socket_protocol/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/socket_protocol/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 7256.221771240234, + "relativeCreated": 7320.57027, "stack_info": null, - "thread": 140630768473792, + "taskName": null, + "thread": 140181441058496, "threadName": "Thread-10 (_start)" } ], - "msecs": 537.0, + "msecs": 525.0, "msg": "Transfering a message server -> client", "name": "__tLogger__", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/tests/test_communication.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/tests/test_communication.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 7441.176176071167, + "relativeCreated": 7507.913939, "stack_info": null, - "thread": 140631409799232, + "taskName": null, + "thread": 140181752467712, "threadName": "MainThread", - "time_consumption": 0.18495440483093262 + "time_consumption": 0.18734359741210938 }, { "args": [ "True", "" ], - "asctime": "2025-03-23 16:47:03,538", - "created": 1742744823.5387294, + "asctime": "2025-08-15 21:41:58,525", + "created": 1755286918.5259595, "exc_text": null, "filename": "test.py", "funcName": "equivalency_chk", @@ -17979,8 +18577,8 @@ "True", "" ], - "asctime": "2025-03-23 16:47:03,538", - "created": 1742744823.5382013, + "asctime": "2025-08-15 21:41:58,525", + "created": 1755286918.5258012, "exc_text": null, "filename": "test.py", "funcName": "__report_result__", @@ -17989,15 +18587,16 @@ "lineno": 22, "message": "Result (Returnvalue of Server send Method): True ()", "module": "test", - "msecs": 538.0, + "msecs": 525.0, "msg": "Result (%s): %s (%s)", "name": "__unittest__", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/unittest/test.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/unittest/test.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 7441.888093948364, + "relativeCreated": 7508.134667, "stack_info": null, - "thread": 140631409799232, + "taskName": null, + "thread": 140181752467712, "threadName": "MainThread" }, { @@ -18007,8 +18606,8 @@ "True", "" ], - "asctime": "2025-03-23 16:47:03,538", - "created": 1742744823.5384972, + "asctime": "2025-08-15 21:41:58,525", + "created": 1755286918.5258865, "exc_text": null, "filename": "test.py", "funcName": "__report_expectation__", @@ -18017,37 +18616,39 @@ "lineno": 26, "message": "Expectation (Returnvalue of Server send Method): result = True ()", "module": "test", - "msecs": 538.0, + "msecs": 525.0, "msg": "Expectation (%s): result %s %s (%s)", "name": "__unittest__", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/unittest/test.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/unittest/test.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 7442.183971405029, + "relativeCreated": 7508.21986, "stack_info": null, - "thread": 140631409799232, + "taskName": null, + "thread": 140181752467712, "threadName": "MainThread" } ], - "msecs": 538.0, + "msecs": 525.0, "msg": "Returnvalue of Server send Method is correct (Content %s and Type is %s).", "name": "__tLogger__", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/unittest/test.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/unittest/test.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 7442.416191101074, + "relativeCreated": 7508.292751, "stack_info": null, - "thread": 140631409799232, + "taskName": null, + "thread": 140181752467712, "threadName": "MainThread", - "time_consumption": 0.00023221969604492188 + "time_consumption": 7.295608520507812e-05 }, { "args": [ "{'data_id': 35, 'service_id': 17, 'status': 4, 'data': 'msg2_data_to_be_transfered'}", "" ], - "asctime": "2025-03-23 16:47:03,540", - "created": 1742744823.5400674, + "asctime": "2025-08-15 21:41:58,526", + "created": 1755286918.5262706, "exc_text": null, "filename": "test.py", "funcName": "equivalency_chk", @@ -18063,8 +18664,8 @@ "{'data_id': 35, 'service_id': 17, 'status': 4, 'data': 'msg2_data_to_be_transfered'}", "" ], - "asctime": "2025-03-23 16:47:03,539", - "created": 1742744823.5395808, + "asctime": "2025-08-15 21:41:58,526", + "created": 1755286918.5261066, "exc_text": null, "filename": "test.py", "funcName": "__report_result__", @@ -18073,15 +18674,16 @@ "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": 539.0, + "msecs": 526.0, "msg": "Result (%s): %s (%s)", "name": "__unittest__", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/unittest/test.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/unittest/test.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 7443.267583847046, + "relativeCreated": 7508.440182, "stack_info": null, - "thread": 140631409799232, + "taskName": null, + "thread": 140181752467712, "threadName": "MainThread" }, { @@ -18091,8 +18693,8 @@ "{'service_id': 17, 'data_id': 35, 'status': 4, 'data': 'msg2_data_to_be_transfered'}", "" ], - "asctime": "2025-03-23 16:47:03,539", - "created": 1742744823.5398378, + "asctime": "2025-08-15 21:41:58,526", + "created": 1755286918.5261986, "exc_text": null, "filename": "test.py", "funcName": "__report_expectation__", @@ -18101,63 +18703,66 @@ "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": 539.0, + "msecs": 526.0, "msg": "Expectation (%s): result %s %s (%s)", "name": "__unittest__", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/unittest/test.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/unittest/test.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 7443.524599075317, + "relativeCreated": 7508.532066, "stack_info": null, - "thread": 140631409799232, + "taskName": null, + "thread": 140181752467712, "threadName": "MainThread" } ], - "msecs": 540.0, + "msecs": 526.0, "msg": "Received message on client side is correct (Content %s and Type is %s).", "name": "__tLogger__", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/unittest/test.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/unittest/test.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 7443.754196166992, + "relativeCreated": 7508.604057, "stack_info": null, - "thread": 140631409799232, + "taskName": null, + "thread": 140181752467712, "threadName": "MainThread", - "time_consumption": 0.0002295970916748047 + "time_consumption": 7.200241088867188e-05 } ], - "thread": 140631409799232, + "thread": 140181752467712, "threadName": "MainThread", - "time_consumption": 1.9813909530639648, - "time_finished": "2025-03-23 16:47:03,540", - "time_start": "2025-03-23 16:47:01,558" + "time_consumption": 1.9769561290740967, + "time_finished": "2025-08-15 21:41:58,526", + "time_start": "2025-08-15 21:41:56,549" }, "REQ-0009": { "args": null, - "asctime": "2025-03-23 16:47:03,541", - "created": 1742744823.5410602, + "asctime": "2025-08-15 21:41:58,526", + "created": 1755286918.5265808, "exc_text": null, "filename": "__init__.py", "funcName": "testCase", "levelname": "INFO", "levelno": 20, - "lineno": 327, + "lineno": 331, "message": "REQ-0009", "module": "__init__", "moduleLogger": [], - "msecs": 541.0, + "msecs": 526.0, "msg": "REQ-0009", "name": "__tLogger__", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/report/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/report/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 7444.746971130371, + "relativeCreated": 7508.914221, "stack_info": null, + "taskName": null, "testcaseLogger": [ { "args": [], - "asctime": "2025-03-23 16:47:03,550", - "created": 1742744823.5506287, + "asctime": "2025-08-15 21:41:58,537", + "created": 1755286918.537947, "exc_text": null, "filename": "test_helpers.py", "funcName": "set_up_socket_protocol", @@ -18171,100 +18776,104 @@ "args": [ "comm-client:" ], - "asctime": "2025-03-23 16:47:03,542", - "created": 1742744823.5427487, + "asctime": "2025-08-15 21:41:58,527", + "created": 1755286918.5273795, "exc_text": null, "filename": "__init__.py", "funcName": "__clean_buffer__", "levelname": "DEBUG", "levelno": 10, - "lineno": 411, + "lineno": 413, "message": "comm-client: Cleaning up receive-buffer", "module": "__init__", - "msecs": 542.0, + "msecs": 527.0, "msg": "%s Cleaning up receive-buffer", "name": "helpers.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/helpers/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/helpers/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 7446.435451507568, + "relativeCreated": 7509.712887, "stack_info": null, - "thread": 140631409799232, + "taskName": null, + "thread": 140181752467712, "threadName": "MainThread" }, { "args": [ "comm-server:" ], - "asctime": "2025-03-23 16:47:03,544", - "created": 1742744823.5441089, + "asctime": "2025-08-15 21:41:58,527", + "created": 1755286918.5279918, "exc_text": null, "filename": "__init__.py", "funcName": "__clean_buffer__", "levelname": "DEBUG", "levelno": 10, - "lineno": 411, + "lineno": 413, "message": "comm-server: Cleaning up receive-buffer", "module": "__init__", - "msecs": 544.0, + "msecs": 527.0, "msg": "%s Cleaning up receive-buffer", "name": "helpers.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/helpers/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/helpers/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 7447.795629501343, + "relativeCreated": 7510.325202, "stack_info": null, - "thread": 140631409799232, + "taskName": null, + "thread": 140181752467712, "threadName": "MainThread" }, { "args": [ "comm-server:" ], - "asctime": "2025-03-23 16:47:03,544", - "created": 1742744823.5444283, + "asctime": "2025-08-15 21:41:58,528", + "created": 1755286918.528152, "exc_text": null, "filename": "__init__.py", "funcName": "__init__", "levelname": "INFO", "levelno": 20, - "lineno": 520, + "lineno": 522, "message": "comm-server: Waiting for incomming connection", "module": "__init__", - "msecs": 544.0, + "msecs": 528.0, "msg": "%s Waiting for incomming connection", "name": "helpers.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/helpers/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/helpers/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 7448.115110397339, + "relativeCreated": 7510.485553, "stack_info": null, - "thread": 140631409799232, + "taskName": null, + "thread": 140181752467712, "threadName": "MainThread" }, { "args": [ "prot-server:" ], - "asctime": "2025-03-23 16:47:03,544", - "created": 1742744823.5448298, + "asctime": "2025-08-15 21:41:58,528", + "created": 1755286918.528379, "exc_text": null, "filename": "__init__.py", "funcName": "__clean_receive_buffer__", "levelname": "DEBUG", "levelno": 10, - "lineno": 434, + "lineno": 427, "message": "prot-server: Cleaning up receive-buffer", "module": "__init__", - "msecs": 544.0, + "msecs": 528.0, "msg": "%s Cleaning up receive-buffer", "name": "socket_protocol.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/socket_protocol/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/socket_protocol/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 7448.516607284546, + "relativeCreated": 7510.712238, "stack_info": null, - "thread": 140631409799232, + "taskName": null, + "thread": 140181752467712, "threadName": "MainThread" }, { @@ -18273,25 +18882,26 @@ "authentification request", "authentification response" ], - "asctime": "2025-03-23 16:47:03,545", - "created": 1742744823.5450647, + "asctime": "2025-08-15 21:41:58,528", + "created": 1755286918.5285165, "exc_text": null, "filename": "__init__.py", "funcName": "add_service", "levelname": "DEBUG", "levelno": 10, - "lineno": 597, + "lineno": 590, "message": "prot-server: Adding Service with Request=authentification request and Response=authentification response", "module": "__init__", - "msecs": 545.0, + "msecs": 528.0, "msg": "%s Adding Service with Request=%s and Response=%s", "name": "socket_protocol.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/socket_protocol/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/socket_protocol/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 7448.751449584961, + "relativeCreated": 7510.850152, "stack_info": null, - "thread": 140631409799232, + "taskName": null, + "thread": 140181752467712, "threadName": "MainThread" }, { @@ -18299,25 +18909,26 @@ "prot-server:", "service: authentification request, data_id: seed" ], - "asctime": "2025-03-23 16:47:03,545", - "created": 1742744823.5453434, + "asctime": "2025-08-15 21:41:58,528", + "created": 1755286918.5286794, "exc_text": null, "filename": "__init__.py", "funcName": "add_msg_to_auth_whitelist_", "levelname": "DEBUG", "levelno": 10, - "lineno": 571, + "lineno": 564, "message": "prot-server: Adding Message (service: authentification request, data_id: seed) to the authentification whitelist", "module": "__init__", - "msecs": 545.0, + "msecs": 528.0, "msg": "%s Adding Message (%s) to the authentification whitelist", "name": "socket_protocol.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/socket_protocol/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/socket_protocol/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 7449.030160903931, + "relativeCreated": 7511.012942, "stack_info": null, - "thread": 140631409799232, + "taskName": null, + "thread": 140181752467712, "threadName": "MainThread" }, { @@ -18325,25 +18936,26 @@ "prot-server:", "service: authentification response, data_id: seed" ], - "asctime": "2025-03-23 16:47:03,545", - "created": 1742744823.5455518, + "asctime": "2025-08-15 21:41:58,528", + "created": 1755286918.528814, "exc_text": null, "filename": "__init__.py", "funcName": "add_msg_to_auth_whitelist_", "levelname": "DEBUG", "levelno": 10, - "lineno": 571, + "lineno": 564, "message": "prot-server: Adding Message (service: authentification response, data_id: seed) to the authentification whitelist", "module": "__init__", - "msecs": 545.0, + "msecs": 528.0, "msg": "%s Adding Message (%s) to the authentification whitelist", "name": "socket_protocol.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/socket_protocol/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/socket_protocol/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 7449.238538742065, + "relativeCreated": 7511.147553, "stack_info": null, - "thread": 140631409799232, + "taskName": null, + "thread": 140181752467712, "threadName": "MainThread" }, { @@ -18351,25 +18963,26 @@ "prot-server:", "service: authentification request, data_id: key" ], - "asctime": "2025-03-23 16:47:03,545", - "created": 1742744823.5457444, + "asctime": "2025-08-15 21:41:58,528", + "created": 1755286918.5289366, "exc_text": null, "filename": "__init__.py", "funcName": "add_msg_to_auth_whitelist_", "levelname": "DEBUG", "levelno": 10, - "lineno": 571, + "lineno": 564, "message": "prot-server: Adding Message (service: authentification request, data_id: key) to the authentification whitelist", "module": "__init__", - "msecs": 545.0, + "msecs": 528.0, "msg": "%s Adding Message (%s) to the authentification whitelist", "name": "socket_protocol.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/socket_protocol/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/socket_protocol/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 7449.4311809539795, + "relativeCreated": 7511.270103, "stack_info": null, - "thread": 140631409799232, + "taskName": null, + "thread": 140181752467712, "threadName": "MainThread" }, { @@ -18377,25 +18990,26 @@ "prot-server:", "service: authentification response, data_id: key" ], - "asctime": "2025-03-23 16:47:03,545", - "created": 1742744823.5459325, + "asctime": "2025-08-15 21:41:58,529", + "created": 1755286918.5290482, "exc_text": null, "filename": "__init__.py", "funcName": "add_msg_to_auth_whitelist_", "levelname": "DEBUG", "levelno": 10, - "lineno": 571, + "lineno": 564, "message": "prot-server: Adding Message (service: authentification response, data_id: key) to the authentification whitelist", "module": "__init__", - "msecs": 545.0, + "msecs": 529.0, "msg": "%s Adding Message (%s) to the authentification whitelist", "name": "socket_protocol.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/socket_protocol/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/socket_protocol/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 7449.619293212891, + "relativeCreated": 7511.381813, "stack_info": null, - "thread": 140631409799232, + "taskName": null, + "thread": 140181752467712, "threadName": "MainThread" }, { @@ -18405,25 +19019,26 @@ "0", "0" ], - "asctime": "2025-03-23 16:47:03,546", - "created": 1742744823.5461955, + "asctime": "2025-08-15 21:41:58,529", + "created": 1755286918.5292144, "exc_text": null, "filename": "__init__.py", "funcName": "add", "levelname": "DEBUG", "levelno": 10, - "lineno": 172, + "lineno": 169, "message": "prot-server: Adding callback '__authentificate_create_seed__' for SID=0 and DID=0", "module": "__init__", - "msecs": 546.0, + "msecs": 529.0, "msg": "%s Adding callback %s for SID=%s and DID=%s", "name": "socket_protocol.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/socket_protocol/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/socket_protocol/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 7449.88226890564, + "relativeCreated": 7511.547997, "stack_info": null, - "thread": 140631409799232, + "taskName": null, + "thread": 140181752467712, "threadName": "MainThread" }, { @@ -18433,25 +19048,26 @@ "1", "0" ], - "asctime": "2025-03-23 16:47:03,546", - "created": 1742744823.5464177, + "asctime": "2025-08-15 21:41:58,529", + "created": 1755286918.5293481, "exc_text": null, "filename": "__init__.py", "funcName": "add", "levelname": "DEBUG", "levelno": 10, - "lineno": 172, + "lineno": 169, "message": "prot-server: Adding callback '__authentificate_create_key__' for SID=1 and DID=0", "module": "__init__", - "msecs": 546.0, + "msecs": 529.0, "msg": "%s Adding callback %s for SID=%s and DID=%s", "name": "socket_protocol.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/socket_protocol/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/socket_protocol/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 7450.104475021362, + "relativeCreated": 7511.681499, "stack_info": null, - "thread": 140631409799232, + "taskName": null, + "thread": 140181752467712, "threadName": "MainThread" }, { @@ -18461,25 +19077,26 @@ "0", "1" ], - "asctime": "2025-03-23 16:47:03,546", - "created": 1742744823.5466356, + "asctime": "2025-08-15 21:41:58,529", + "created": 1755286918.5294864, "exc_text": null, "filename": "__init__.py", "funcName": "add", "levelname": "DEBUG", "levelno": 10, - "lineno": 172, + "lineno": 169, "message": "prot-server: Adding callback '__authentificate_check_key__' for SID=0 and DID=1", "module": "__init__", - "msecs": 546.0, + "msecs": 529.0, "msg": "%s Adding callback %s for SID=%s and DID=%s", "name": "socket_protocol.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/socket_protocol/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/socket_protocol/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 7450.322389602661, + "relativeCreated": 7511.819738, "stack_info": null, - "thread": 140631409799232, + "taskName": null, + "thread": 140181752467712, "threadName": "MainThread" }, { @@ -18489,50 +19106,52 @@ "1", "1" ], - "asctime": "2025-03-23 16:47:03,546", - "created": 1742744823.5468504, + "asctime": "2025-08-15 21:41:58,535", + "created": 1755286918.5357716, "exc_text": null, "filename": "__init__.py", "funcName": "add", "levelname": "DEBUG", "levelno": 10, - "lineno": 172, + "lineno": 169, "message": "prot-server: Adding callback '__authentificate_process_feedback__' for SID=1 and DID=1", "module": "__init__", - "msecs": 546.0, + "msecs": 535.0, "msg": "%s Adding callback %s for SID=%s and DID=%s", "name": "socket_protocol.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/socket_protocol/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/socket_protocol/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 7450.537204742432, + "relativeCreated": 7518.104982, "stack_info": null, - "thread": 140631409799232, + "taskName": null, + "thread": 140181752467712, "threadName": "MainThread" }, { "args": [ "prot-server:" ], - "asctime": "2025-03-23 16:47:03,547", - "created": 1742744823.5470376, + "asctime": "2025-08-15 21:41:58,535", + "created": 1755286918.5358787, "exc_text": null, "filename": "__init__.py", "funcName": "__authentification_state_reset__", "levelname": "INFO", "levelno": 20, - "lineno": 380, + "lineno": 373, "message": "prot-server: Resetting authentification state to AUTH_STATE_UNTRUSTED_CONNECTION", "module": "__init__", - "msecs": 547.0, + "msecs": 535.0, "msg": "%s Resetting authentification state to AUTH_STATE_UNTRUSTED_CONNECTION", "name": "socket_protocol.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/socket_protocol/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/socket_protocol/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 7450.724363327026, + "relativeCreated": 7518.212116, "stack_info": null, - "thread": 140631409799232, + "taskName": null, + "thread": 140181752467712, "threadName": "MainThread" }, { @@ -18541,25 +19160,26 @@ "channel name request", "channel name response" ], - "asctime": "2025-03-23 16:47:03,547", - "created": 1742744823.547237, + "asctime": "2025-08-15 21:41:58,535", + "created": 1755286918.535965, "exc_text": null, "filename": "__init__.py", "funcName": "add_service", "levelname": "DEBUG", "levelno": 10, - "lineno": 597, + "lineno": 590, "message": "prot-server: Adding Service with Request=channel name request and Response=channel name response", "module": "__init__", - "msecs": 547.0, + "msecs": 535.0, "msg": "%s Adding Service with Request=%s and Response=%s", "name": "socket_protocol.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/socket_protocol/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/socket_protocol/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 7450.923681259155, + "relativeCreated": 7518.29843, "stack_info": null, - "thread": 140631409799232, + "taskName": null, + "thread": 140181752467712, "threadName": "MainThread" }, { @@ -18567,25 +19187,26 @@ "prot-server:", "service: channel name request, data_id: name" ], - "asctime": "2025-03-23 16:47:03,547", - "created": 1742744823.547463, + "asctime": "2025-08-15 21:41:58,536", + "created": 1755286918.5360491, "exc_text": null, "filename": "__init__.py", "funcName": "add_msg_to_auth_whitelist_", "levelname": "DEBUG", "levelno": 10, - "lineno": 571, + "lineno": 564, "message": "prot-server: Adding Message (service: channel name request, data_id: name) to the authentification whitelist", "module": "__init__", - "msecs": 547.0, + "msecs": 536.0, "msg": "%s Adding Message (%s) to the authentification whitelist", "name": "socket_protocol.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/socket_protocol/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/socket_protocol/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 7451.149702072144, + "relativeCreated": 7518.382469, "stack_info": null, - "thread": 140631409799232, + "taskName": null, + "thread": 140181752467712, "threadName": "MainThread" }, { @@ -18593,25 +19214,26 @@ "prot-server:", "service: channel name response, data_id: name" ], - "asctime": "2025-03-23 16:47:03,547", - "created": 1742744823.5476582, + "asctime": "2025-08-15 21:41:58,536", + "created": 1755286918.5361335, "exc_text": null, "filename": "__init__.py", "funcName": "add_msg_to_auth_whitelist_", "levelname": "DEBUG", "levelno": 10, - "lineno": 571, + "lineno": 564, "message": "prot-server: Adding Message (service: channel name response, data_id: name) to the authentification whitelist", "module": "__init__", - "msecs": 547.0, + "msecs": 536.0, "msg": "%s Adding Message (%s) to the authentification whitelist", "name": "socket_protocol.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/socket_protocol/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/socket_protocol/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 7451.344966888428, + "relativeCreated": 7518.467149, "stack_info": null, - "thread": 140631409799232, + "taskName": null, + "thread": 140181752467712, "threadName": "MainThread" }, { @@ -18621,25 +19243,26 @@ "8", "0" ], - "asctime": "2025-03-23 16:47:03,547", - "created": 1742744823.5478592, + "asctime": "2025-08-15 21:41:58,536", + "created": 1755286918.536208, "exc_text": null, "filename": "__init__.py", "funcName": "add", "levelname": "DEBUG", "levelno": 10, - "lineno": 172, + "lineno": 169, "message": "prot-server: Adding callback '__channel_name_request__' for SID=8 and DID=0", "module": "__init__", - "msecs": 547.0, + "msecs": 536.0, "msg": "%s Adding callback %s for SID=%s and DID=%s", "name": "socket_protocol.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/socket_protocol/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/socket_protocol/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 7451.54595375061, + "relativeCreated": 7518.541381, "stack_info": null, - "thread": 140631409799232, + "taskName": null, + "thread": 140181752467712, "threadName": "MainThread" }, { @@ -18649,25 +19272,26 @@ "9", "0" ], - "asctime": "2025-03-23 16:47:03,548", - "created": 1742744823.5480628, + "asctime": "2025-08-15 21:41:58,536", + "created": 1755286918.5362818, "exc_text": null, "filename": "__init__.py", "funcName": "add", "levelname": "DEBUG", "levelno": 10, - "lineno": 172, + "lineno": 169, "message": "prot-server: Adding callback '__channel_name_response__' for SID=9 and DID=0", "module": "__init__", - "msecs": 548.0, + "msecs": 536.0, "msg": "%s Adding callback %s for SID=%s and DID=%s", "name": "socket_protocol.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/socket_protocol/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/socket_protocol/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 7451.749563217163, + "relativeCreated": 7518.615421, "stack_info": null, - "thread": 140631409799232, + "taskName": null, + "thread": 140181752467712, "threadName": "MainThread" }, { @@ -18676,25 +19300,26 @@ "read data request", "read data response" ], - "asctime": "2025-03-23 16:47:03,548", - "created": 1742744823.548254, + "asctime": "2025-08-15 21:41:58,536", + "created": 1755286918.5363512, "exc_text": null, "filename": "__init__.py", "funcName": "add_service", "levelname": "DEBUG", "levelno": 10, - "lineno": 597, + "lineno": 590, "message": "prot-server: Adding Service with Request=read data request and Response=read data response", "module": "__init__", - "msecs": 548.0, + "msecs": 536.0, "msg": "%s Adding Service with Request=%s and Response=%s", "name": "socket_protocol.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/socket_protocol/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/socket_protocol/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 7451.9407749176025, + "relativeCreated": 7518.684751, "stack_info": null, - "thread": 140631409799232, + "taskName": null, + "thread": 140181752467712, "threadName": "MainThread" }, { @@ -18703,25 +19328,26 @@ "write data request", "write data response" ], - "asctime": "2025-03-23 16:47:03,548", - "created": 1742744823.5484362, + "asctime": "2025-08-15 21:41:58,536", + "created": 1755286918.5364203, "exc_text": null, "filename": "__init__.py", "funcName": "add_service", "levelname": "DEBUG", "levelno": 10, - "lineno": 597, + "lineno": 590, "message": "prot-server: Adding Service with Request=write data request and Response=write data response", "module": "__init__", - "msecs": 548.0, + "msecs": 536.0, "msg": "%s Adding Service with Request=%s and Response=%s", "name": "socket_protocol.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/socket_protocol/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/socket_protocol/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 7452.122926712036, + "relativeCreated": 7518.753886, "stack_info": null, - "thread": 140631409799232, + "taskName": null, + "thread": 140181752467712, "threadName": "MainThread" }, { @@ -18730,75 +19356,78 @@ "execute request", "execute response" ], - "asctime": "2025-03-23 16:47:03,548", - "created": 1742744823.5486267, + "asctime": "2025-08-15 21:41:58,536", + "created": 1755286918.536483, "exc_text": null, "filename": "__init__.py", "funcName": "add_service", "levelname": "DEBUG", "levelno": 10, - "lineno": 597, + "lineno": 590, "message": "prot-server: Adding Service with Request=execute request and Response=execute response", "module": "__init__", - "msecs": 548.0, + "msecs": 536.0, "msg": "%s Adding Service with Request=%s and Response=%s", "name": "socket_protocol.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/socket_protocol/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/socket_protocol/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 7452.313423156738, + "relativeCreated": 7518.816516, "stack_info": null, - "thread": 140631409799232, + "taskName": null, + "thread": 140181752467712, "threadName": "MainThread" }, { "args": [ "prot-server:" ], - "asctime": "2025-03-23 16:47:03,548", - "created": 1742744823.5488198, + "asctime": "2025-08-15 21:41:58,536", + "created": 1755286918.5365458, "exc_text": null, "filename": "__init__.py", "funcName": "__init__", "levelname": "INFO", "levelno": 20, - "lineno": 340, + "lineno": 333, "message": "prot-server: Initialisation finished.", "module": "__init__", - "msecs": 548.0, + "msecs": 536.0, "msg": "%s Initialisation finished.", "name": "socket_protocol.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/socket_protocol/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/socket_protocol/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 7452.506542205811, + "relativeCreated": 7518.87926, "stack_info": null, - "thread": 140631409799232, + "taskName": null, + "thread": 140181752467712, "threadName": "MainThread" }, { "args": [ "prot-client:" ], - "asctime": "2025-03-23 16:47:03,549", - "created": 1742744823.5491526, + "asctime": "2025-08-15 21:41:58,536", + "created": 1755286918.5366662, "exc_text": null, "filename": "__init__.py", "funcName": "__clean_receive_buffer__", "levelname": "DEBUG", "levelno": 10, - "lineno": 434, + "lineno": 427, "message": "prot-client: Cleaning up receive-buffer", "module": "__init__", - "msecs": 549.0, + "msecs": 536.0, "msg": "%s Cleaning up receive-buffer", "name": "socket_protocol.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/socket_protocol/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/socket_protocol/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 7452.839374542236, + "relativeCreated": 7518.999631, "stack_info": null, - "thread": 140631409799232, + "taskName": null, + "thread": 140181752467712, "threadName": "MainThread" }, { @@ -18807,25 +19436,26 @@ "authentification request", "authentification response" ], - "asctime": "2025-03-23 16:47:03,549", - "created": 1742744823.5493557, + "asctime": "2025-08-15 21:41:58,536", + "created": 1755286918.536741, "exc_text": null, "filename": "__init__.py", "funcName": "add_service", "levelname": "DEBUG", "levelno": 10, - "lineno": 597, + "lineno": 590, "message": "prot-client: Adding Service with Request=authentification request and Response=authentification response", "module": "__init__", - "msecs": 549.0, + "msecs": 536.0, "msg": "%s Adding Service with Request=%s and Response=%s", "name": "socket_protocol.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/socket_protocol/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/socket_protocol/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 7453.042507171631, + "relativeCreated": 7519.074531, "stack_info": null, - "thread": 140631409799232, + "taskName": null, + "thread": 140181752467712, "threadName": "MainThread" }, { @@ -18833,25 +19463,26 @@ "prot-client:", "service: authentification request, data_id: seed" ], - "asctime": "2025-03-23 16:47:03,549", - "created": 1742744823.5496066, + "asctime": "2025-08-15 21:41:58,536", + "created": 1755286918.5368285, "exc_text": null, "filename": "__init__.py", "funcName": "add_msg_to_auth_whitelist_", "levelname": "DEBUG", "levelno": 10, - "lineno": 571, + "lineno": 564, "message": "prot-client: Adding Message (service: authentification request, data_id: seed) to the authentification whitelist", "module": "__init__", - "msecs": 549.0, + "msecs": 536.0, "msg": "%s Adding Message (%s) to the authentification whitelist", "name": "socket_protocol.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/socket_protocol/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/socket_protocol/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 7453.293323516846, + "relativeCreated": 7519.161746, "stack_info": null, - "thread": 140631409799232, + "taskName": null, + "thread": 140181752467712, "threadName": "MainThread" }, { @@ -18859,25 +19490,26 @@ "prot-client:", "service: authentification response, data_id: seed" ], - "asctime": "2025-03-23 16:47:03,549", - "created": 1742744823.5496633, + "asctime": "2025-08-15 21:41:58,536", + "created": 1755286918.5368953, "exc_text": null, "filename": "__init__.py", "funcName": "add_msg_to_auth_whitelist_", "levelname": "DEBUG", "levelno": 10, - "lineno": 571, + "lineno": 564, "message": "prot-client: Adding Message (service: authentification response, data_id: seed) to the authentification whitelist", "module": "__init__", - "msecs": 549.0, + "msecs": 536.0, "msg": "%s Adding Message (%s) to the authentification whitelist", "name": "socket_protocol.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/socket_protocol/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/socket_protocol/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 7453.350067138672, + "relativeCreated": 7519.228725, "stack_info": null, - "thread": 140631409799232, + "taskName": null, + "thread": 140181752467712, "threadName": "MainThread" }, { @@ -18885,25 +19517,26 @@ "prot-client:", "service: authentification request, data_id: key" ], - "asctime": "2025-03-23 16:47:03,549", - "created": 1742744823.549718, + "asctime": "2025-08-15 21:41:58,536", + "created": 1755286918.5369718, "exc_text": null, "filename": "__init__.py", "funcName": "add_msg_to_auth_whitelist_", "levelname": "DEBUG", "levelno": 10, - "lineno": 571, + "lineno": 564, "message": "prot-client: Adding Message (service: authentification request, data_id: key) to the authentification whitelist", "module": "__init__", - "msecs": 549.0, + "msecs": 536.0, "msg": "%s Adding Message (%s) to the authentification whitelist", "name": "socket_protocol.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/socket_protocol/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/socket_protocol/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 7453.404664993286, + "relativeCreated": 7519.305151, "stack_info": null, - "thread": 140631409799232, + "taskName": null, + "thread": 140181752467712, "threadName": "MainThread" }, { @@ -18911,25 +19544,26 @@ "prot-client:", "service: authentification response, data_id: key" ], - "asctime": "2025-03-23 16:47:03,549", - "created": 1742744823.5497708, + "asctime": "2025-08-15 21:41:58,537", + "created": 1755286918.5370317, "exc_text": null, "filename": "__init__.py", "funcName": "add_msg_to_auth_whitelist_", "levelname": "DEBUG", "levelno": 10, - "lineno": 571, + "lineno": 564, "message": "prot-client: Adding Message (service: authentification response, data_id: key) to the authentification whitelist", "module": "__init__", - "msecs": 549.0, + "msecs": 537.0, "msg": "%s Adding Message (%s) to the authentification whitelist", "name": "socket_protocol.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/socket_protocol/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/socket_protocol/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 7453.457593917847, + "relativeCreated": 7519.365237, "stack_info": null, - "thread": 140631409799232, + "taskName": null, + "thread": 140181752467712, "threadName": "MainThread" }, { @@ -18939,25 +19573,26 @@ "0", "0" ], - "asctime": "2025-03-23 16:47:03,549", - "created": 1742744823.5498278, + "asctime": "2025-08-15 21:41:58,537", + "created": 1755286918.5370967, "exc_text": null, "filename": "__init__.py", "funcName": "add", "levelname": "DEBUG", "levelno": 10, - "lineno": 172, + "lineno": 169, "message": "prot-client: Adding callback '__authentificate_create_seed__' for SID=0 and DID=0", "module": "__init__", - "msecs": 549.0, + "msecs": 537.0, "msg": "%s Adding callback %s for SID=%s and DID=%s", "name": "socket_protocol.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/socket_protocol/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/socket_protocol/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 7453.514575958252, + "relativeCreated": 7519.430065, "stack_info": null, - "thread": 140631409799232, + "taskName": null, + "thread": 140181752467712, "threadName": "MainThread" }, { @@ -18967,25 +19602,26 @@ "1", "0" ], - "asctime": "2025-03-23 16:47:03,549", - "created": 1742744823.549886, + "asctime": "2025-08-15 21:41:58,537", + "created": 1755286918.5371633, "exc_text": null, "filename": "__init__.py", "funcName": "add", "levelname": "DEBUG", "levelno": 10, - "lineno": 172, + "lineno": 169, "message": "prot-client: Adding callback '__authentificate_create_key__' for SID=1 and DID=0", "module": "__init__", - "msecs": 549.0, + "msecs": 537.0, "msg": "%s Adding callback %s for SID=%s and DID=%s", "name": "socket_protocol.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/socket_protocol/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/socket_protocol/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 7453.572750091553, + "relativeCreated": 7519.496603, "stack_info": null, - "thread": 140631409799232, + "taskName": null, + "thread": 140181752467712, "threadName": "MainThread" }, { @@ -18995,25 +19631,26 @@ "0", "1" ], - "asctime": "2025-03-23 16:47:03,549", - "created": 1742744823.5499463, + "asctime": "2025-08-15 21:41:58,537", + "created": 1755286918.5372276, "exc_text": null, "filename": "__init__.py", "funcName": "add", "levelname": "DEBUG", "levelno": 10, - "lineno": 172, + "lineno": 169, "message": "prot-client: Adding callback '__authentificate_check_key__' for SID=0 and DID=1", "module": "__init__", - "msecs": 549.0, + "msecs": 537.0, "msg": "%s Adding callback %s for SID=%s and DID=%s", "name": "socket_protocol.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/socket_protocol/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/socket_protocol/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 7453.633069992065, + "relativeCreated": 7519.560986, "stack_info": null, - "thread": 140631409799232, + "taskName": null, + "thread": 140181752467712, "threadName": "MainThread" }, { @@ -19023,50 +19660,52 @@ "1", "1" ], - "asctime": "2025-03-23 16:47:03,550", - "created": 1742744823.5500047, + "asctime": "2025-08-15 21:41:58,537", + "created": 1755286918.53729, "exc_text": null, "filename": "__init__.py", "funcName": "add", "levelname": "DEBUG", "levelno": 10, - "lineno": 172, + "lineno": 169, "message": "prot-client: Adding callback '__authentificate_process_feedback__' for SID=1 and DID=1", "module": "__init__", - "msecs": 550.0, + "msecs": 537.0, "msg": "%s Adding callback %s for SID=%s and DID=%s", "name": "socket_protocol.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/socket_protocol/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/socket_protocol/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 7453.691482543945, + "relativeCreated": 7519.623391, "stack_info": null, - "thread": 140631409799232, + "taskName": null, + "thread": 140181752467712, "threadName": "MainThread" }, { "args": [ "prot-client:" ], - "asctime": "2025-03-23 16:47:03,550", - "created": 1742744823.550064, + "asctime": "2025-08-15 21:41:58,537", + "created": 1755286918.5373511, "exc_text": null, "filename": "__init__.py", "funcName": "__authentification_state_reset__", "levelname": "INFO", "levelno": 20, - "lineno": 380, + "lineno": 373, "message": "prot-client: Resetting authentification state to AUTH_STATE_UNTRUSTED_CONNECTION", "module": "__init__", - "msecs": 550.0, + "msecs": 537.0, "msg": "%s Resetting authentification state to AUTH_STATE_UNTRUSTED_CONNECTION", "name": "socket_protocol.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/socket_protocol/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/socket_protocol/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 7453.750848770142, + "relativeCreated": 7519.684717, "stack_info": null, - "thread": 140631409799232, + "taskName": null, + "thread": 140181752467712, "threadName": "MainThread" }, { @@ -19075,25 +19714,26 @@ "channel name request", "channel name response" ], - "asctime": "2025-03-23 16:47:03,550", - "created": 1742744823.5501223, + "asctime": "2025-08-15 21:41:58,537", + "created": 1755286918.5374153, "exc_text": null, "filename": "__init__.py", "funcName": "add_service", "levelname": "DEBUG", "levelno": 10, - "lineno": 597, + "lineno": 590, "message": "prot-client: Adding Service with Request=channel name request and Response=channel name response", "module": "__init__", - "msecs": 550.0, + "msecs": 537.0, "msg": "%s Adding Service with Request=%s and Response=%s", "name": "socket_protocol.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/socket_protocol/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/socket_protocol/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 7453.809022903442, + "relativeCreated": 7519.748555, "stack_info": null, - "thread": 140631409799232, + "taskName": null, + "thread": 140181752467712, "threadName": "MainThread" }, { @@ -19101,25 +19741,26 @@ "prot-client:", "service: channel name request, data_id: name" ], - "asctime": "2025-03-23 16:47:03,550", - "created": 1742744823.550183, + "asctime": "2025-08-15 21:41:58,537", + "created": 1755286918.5374804, "exc_text": null, "filename": "__init__.py", "funcName": "add_msg_to_auth_whitelist_", "levelname": "DEBUG", "levelno": 10, - "lineno": 571, + "lineno": 564, "message": "prot-client: Adding Message (service: channel name request, data_id: name) to the authentification whitelist", "module": "__init__", - "msecs": 550.0, + "msecs": 537.0, "msg": "%s Adding Message (%s) to the authentification whitelist", "name": "socket_protocol.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/socket_protocol/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/socket_protocol/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 7453.869819641113, + "relativeCreated": 7519.81391, "stack_info": null, - "thread": 140631409799232, + "taskName": null, + "thread": 140181752467712, "threadName": "MainThread" }, { @@ -19127,25 +19768,26 @@ "prot-client:", "service: channel name response, data_id: name" ], - "asctime": "2025-03-23 16:47:03,550", - "created": 1742744823.5502374, + "asctime": "2025-08-15 21:41:58,537", + "created": 1755286918.537539, "exc_text": null, "filename": "__init__.py", "funcName": "add_msg_to_auth_whitelist_", "levelname": "DEBUG", "levelno": 10, - "lineno": 571, + "lineno": 564, "message": "prot-client: Adding Message (service: channel name response, data_id: name) to the authentification whitelist", "module": "__init__", - "msecs": 550.0, + "msecs": 537.0, "msg": "%s Adding Message (%s) to the authentification whitelist", "name": "socket_protocol.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/socket_protocol/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/socket_protocol/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 7453.924179077148, + "relativeCreated": 7519.872516, "stack_info": null, - "thread": 140631409799232, + "taskName": null, + "thread": 140181752467712, "threadName": "MainThread" }, { @@ -19155,25 +19797,26 @@ "8", "0" ], - "asctime": "2025-03-23 16:47:03,550", - "created": 1742744823.5502934, + "asctime": "2025-08-15 21:41:58,537", + "created": 1755286918.5375996, "exc_text": null, "filename": "__init__.py", "funcName": "add", "levelname": "DEBUG", "levelno": 10, - "lineno": 172, + "lineno": 169, "message": "prot-client: Adding callback '__channel_name_request__' for SID=8 and DID=0", "module": "__init__", - "msecs": 550.0, + "msecs": 537.0, "msg": "%s Adding callback %s for SID=%s and DID=%s", "name": "socket_protocol.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/socket_protocol/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/socket_protocol/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 7453.980207443237, + "relativeCreated": 7519.932912, "stack_info": null, - "thread": 140631409799232, + "taskName": null, + "thread": 140181752467712, "threadName": "MainThread" }, { @@ -19183,25 +19826,26 @@ "9", "0" ], - "asctime": "2025-03-23 16:47:03,550", - "created": 1742744823.5503502, + "asctime": "2025-08-15 21:41:58,537", + "created": 1755286918.5376627, "exc_text": null, "filename": "__init__.py", "funcName": "add", "levelname": "DEBUG", "levelno": 10, - "lineno": 172, + "lineno": 169, "message": "prot-client: Adding callback '__channel_name_response__' for SID=9 and DID=0", "module": "__init__", - "msecs": 550.0, + "msecs": 537.0, "msg": "%s Adding callback %s for SID=%s and DID=%s", "name": "socket_protocol.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/socket_protocol/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/socket_protocol/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 7454.0369510650635, + "relativeCreated": 7519.996037, "stack_info": null, - "thread": 140631409799232, + "taskName": null, + "thread": 140181752467712, "threadName": "MainThread" }, { @@ -19210,25 +19854,26 @@ "read data request", "read data response" ], - "asctime": "2025-03-23 16:47:03,550", - "created": 1742744823.5504036, + "asctime": "2025-08-15 21:41:58,537", + "created": 1755286918.5377228, "exc_text": null, "filename": "__init__.py", "funcName": "add_service", "levelname": "DEBUG", "levelno": 10, - "lineno": 597, + "lineno": 590, "message": "prot-client: Adding Service with Request=read data request and Response=read data response", "module": "__init__", - "msecs": 550.0, + "msecs": 537.0, "msg": "%s Adding Service with Request=%s and Response=%s", "name": "socket_protocol.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/socket_protocol/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/socket_protocol/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 7454.090356826782, + "relativeCreated": 7520.056432, "stack_info": null, - "thread": 140631409799232, + "taskName": null, + "thread": 140181752467712, "threadName": "MainThread" }, { @@ -19237,25 +19882,26 @@ "write data request", "write data response" ], - "asctime": "2025-03-23 16:47:03,550", - "created": 1742744823.5504558, + "asctime": "2025-08-15 21:41:58,537", + "created": 1755286918.5377789, "exc_text": null, "filename": "__init__.py", "funcName": "add_service", "levelname": "DEBUG", "levelno": 10, - "lineno": 597, + "lineno": 590, "message": "prot-client: Adding Service with Request=write data request and Response=write data response", "module": "__init__", - "msecs": 550.0, + "msecs": 537.0, "msg": "%s Adding Service with Request=%s and Response=%s", "name": "socket_protocol.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/socket_protocol/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/socket_protocol/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 7454.1425704956055, + "relativeCreated": 7520.112292, "stack_info": null, - "thread": 140631409799232, + "taskName": null, + "thread": 140181752467712, "threadName": "MainThread" }, { @@ -19264,69 +19910,72 @@ "execute request", "execute response" ], - "asctime": "2025-03-23 16:47:03,550", - "created": 1742744823.5505226, + "asctime": "2025-08-15 21:41:58,537", + "created": 1755286918.5378337, "exc_text": null, "filename": "__init__.py", "funcName": "add_service", "levelname": "DEBUG", "levelno": 10, - "lineno": 597, + "lineno": 590, "message": "prot-client: Adding Service with Request=execute request and Response=execute response", "module": "__init__", - "msecs": 550.0, + "msecs": 537.0, "msg": "%s Adding Service with Request=%s and Response=%s", "name": "socket_protocol.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/socket_protocol/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/socket_protocol/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 7454.209327697754, + "relativeCreated": 7520.167152, "stack_info": null, - "thread": 140631409799232, + "taskName": null, + "thread": 140181752467712, "threadName": "MainThread" }, { "args": [ "prot-client:" ], - "asctime": "2025-03-23 16:47:03,550", - "created": 1742744823.5505762, + "asctime": "2025-08-15 21:41:58,537", + "created": 1755286918.5378907, "exc_text": null, "filename": "__init__.py", "funcName": "__init__", "levelname": "INFO", "levelno": 20, - "lineno": 340, + "lineno": 333, "message": "prot-client: Initialisation finished.", "module": "__init__", - "msecs": 550.0, + "msecs": 537.0, "msg": "%s Initialisation finished.", "name": "socket_protocol.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/socket_protocol/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/socket_protocol/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 7454.262971878052, + "relativeCreated": 7520.224027, "stack_info": null, - "thread": 140631409799232, + "taskName": null, + "thread": 140181752467712, "threadName": "MainThread" } ], - "msecs": 550.0, + "msecs": 537.0, "msg": "Setting up communication", "name": "__tLogger__", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/tests/test_helpers.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/tests/test_helpers.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 7454.315423965454, + "relativeCreated": 7520.280324, "stack_info": null, - "thread": 140631409799232, + "taskName": null, + "thread": 140181752467712, "threadName": "MainThread", - "time_consumption": 5.245208740234375e-05 + "time_consumption": 5.626678466796875e-05 }, { "args": [], - "asctime": "2025-03-23 16:47:03,894", - "created": 1742744823.8942804, + "asctime": "2025-08-15 21:41:58,881", + "created": 1755286918.8815176, "exc_text": null, "filename": "test_helpers.py", "funcName": "set_up_socket_protocol", @@ -19340,75 +19989,78 @@ "args": [ "comm-client:" ], - "asctime": "2025-03-23 16:47:03,550", - "created": 1742744823.5507517, + "asctime": "2025-08-15 21:41:58,538", + "created": 1755286918.5380766, "exc_text": null, "filename": "__init__.py", "funcName": "__connect__", "levelname": "INFO", "levelno": 20, - "lineno": 268, + "lineno": 270, "message": "comm-client: Connection established...", "module": "__init__", - "msecs": 550.0, + "msecs": 538.0, "msg": "%s Connection established...", "name": "helpers.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/helpers/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/helpers/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 7454.4384479522705, + "relativeCreated": 7520.410239, "stack_info": null, - "thread": 140631409799232, + "taskName": null, + "thread": 140181752467712, "threadName": "MainThread" }, { "args": [ "comm-client:" ], - "asctime": "2025-03-23 16:47:03,550", - "created": 1742744823.5508049, + "asctime": "2025-08-15 21:41:58,538", + "created": 1755286918.53814, "exc_text": null, "filename": "__init__.py", "funcName": "__clean_buffer__", "levelname": "DEBUG", "levelno": 10, - "lineno": 411, + "lineno": 413, "message": "comm-client: Cleaning up receive-buffer", "module": "__init__", - "msecs": 550.0, + "msecs": 538.0, "msg": "%s Cleaning up receive-buffer", "name": "helpers.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/helpers/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/helpers/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 7454.49161529541, + "relativeCreated": 7520.473718, "stack_info": null, - "thread": 140631409799232, + "taskName": null, + "thread": 140181752467712, "threadName": "MainThread" }, { "args": [ "prot-client:" ], - "asctime": "2025-03-23 16:47:03,550", - "created": 1742744823.5508556, + "asctime": "2025-08-15 21:41:58,538", + "created": 1755286918.5382073, "exc_text": null, "filename": "__init__.py", "funcName": "__clean_receive_buffer__", "levelname": "DEBUG", "levelno": 10, - "lineno": 434, + "lineno": 427, "message": "prot-client: Cleaning up receive-buffer", "module": "__init__", - "msecs": 550.0, + "msecs": 538.0, "msg": "%s Cleaning up receive-buffer", "name": "socket_protocol.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/socket_protocol/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/socket_protocol/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 7454.542398452759, + "relativeCreated": 7520.540785, "stack_info": null, - "thread": 140631409799232, + "taskName": null, + "thread": 140181752467712, "threadName": "MainThread" }, { @@ -19419,100 +20071,104 @@ "status: okay", "None" ], - "asctime": "2025-03-23 16:47:03,550", - "created": 1742744823.5509489, + "asctime": "2025-08-15 21:41:58,538", + "created": 1755286918.5383077, "exc_text": null, "filename": "__init__.py", "funcName": "__log_msg__", "levelname": "INFO", "levelno": 20, - "lineno": 445, + "lineno": 438, "message": "prot-client: TX -> service: channel name request, data_id: name, status: okay, data: \"None\"", "module": "__init__", - "msecs": 550.0, + "msecs": 538.0, "msg": "%s %s %s, %s, data: \"%s\"", "name": "socket_protocol.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/socket_protocol/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/socket_protocol/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 7454.6356201171875, + "relativeCreated": 7520.641008, "stack_info": null, - "thread": 140631409799232, + "taskName": null, + "thread": 140181752467712, "threadName": "MainThread" }, { "args": [ "comm-server:" ], - "asctime": "2025-03-23 16:47:03,551", - "created": 1742744823.5511546, + "asctime": "2025-08-15 21:41:58,538", + "created": 1755286918.5385072, "exc_text": null, "filename": "__init__.py", "funcName": "__connect__", "levelname": "INFO", "levelno": 20, - "lineno": 268, + "lineno": 270, "message": "comm-server: Connection established...", "module": "__init__", - "msecs": 551.0, + "msecs": 538.0, "msg": "%s Connection established...", "name": "helpers.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/helpers/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/helpers/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 7454.841375350952, + "relativeCreated": 7520.840719, "stack_info": null, - "thread": 140631409799232, + "taskName": null, + "thread": 140181752467712, "threadName": "MainThread" }, { "args": [ "comm-server:" ], - "asctime": "2025-03-23 16:47:03,551", - "created": 1742744823.551214, + "asctime": "2025-08-15 21:41:58,538", + "created": 1755286918.5385756, "exc_text": null, "filename": "__init__.py", "funcName": "__clean_buffer__", "levelname": "DEBUG", "levelno": 10, - "lineno": 411, + "lineno": 413, "message": "comm-server: Cleaning up receive-buffer", "module": "__init__", - "msecs": 551.0, + "msecs": 538.0, "msg": "%s Cleaning up receive-buffer", "name": "helpers.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/helpers/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/helpers/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 7454.900741577148, + "relativeCreated": 7520.90906, "stack_info": null, - "thread": 140631409799232, + "taskName": null, + "thread": 140181752467712, "threadName": "MainThread" }, { "args": [ "prot-server:" ], - "asctime": "2025-03-23 16:47:03,551", - "created": 1742744823.5512688, + "asctime": "2025-08-15 21:41:58,538", + "created": 1755286918.5386553, "exc_text": null, "filename": "__init__.py", "funcName": "__clean_receive_buffer__", "levelname": "DEBUG", "levelno": 10, - "lineno": 434, + "lineno": 427, "message": "prot-server: Cleaning up receive-buffer", "module": "__init__", - "msecs": 551.0, + "msecs": 538.0, "msg": "%s Cleaning up receive-buffer", "name": "socket_protocol.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/socket_protocol/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/socket_protocol/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 7454.955577850342, + "relativeCreated": 7520.988619, "stack_info": null, - "thread": 140631409799232, + "taskName": null, + "thread": 140181752467712, "threadName": "MainThread" }, { @@ -19520,25 +20176,26 @@ "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": "2025-03-23 16:47:03,551", - "created": 1742744823.551596, + "asctime": "2025-08-15 21:41:58,538", + "created": 1755286918.53881, "exc_text": null, "filename": "__init__.py", "funcName": "__tx__", "levelname": "INFO", "levelno": 20, - "lineno": 284, + "lineno": 286, "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": 551.0, + "msecs": 538.0, "msg": "%s TX -> %s", "name": "helpers.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/helpers/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/helpers/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 7455.282688140869, + "relativeCreated": 7521.143504, "stack_info": null, - "thread": 140630760081088, + "taskName": null, + "thread": 140180954543808, "threadName": "Thread-11 (_start)" }, { @@ -19546,25 +20203,26 @@ "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": "2025-03-23 16:47:03,559", - "created": 1742744823.5597851, + "asctime": "2025-08-15 21:41:58,547", + "created": 1755286918.5470006, "exc_text": null, "filename": "__init__.py", "funcName": "__rx__", "levelname": "DEBUG", "levelno": 10, - "lineno": 414, + "lineno": 416, "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": 559.0, + "msecs": 547.0, "msg": "%s RX <- %s", "name": "helpers.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/helpers/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/helpers/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 7463.47188949585, + "relativeCreated": 7529.333976, "stack_info": null, - "thread": 140630760081088, + "taskName": null, + "thread": 140180954543808, "threadName": "Thread-11 (_start)" }, { @@ -19572,25 +20230,26 @@ "comm-client:", "(6): 53 5e 67 0b 3a 3e" ], - "asctime": "2025-03-23 16:47:03,560", - "created": 1742744823.5600832, + "asctime": "2025-08-15 21:41:58,547", + "created": 1755286918.5473669, "exc_text": null, "filename": "__init__.py", "funcName": "__tx__", "levelname": "INFO", "levelno": 20, - "lineno": 284, + "lineno": 286, "message": "comm-client: TX -> (6): 53 5e 67 0b 3a 3e", "module": "__init__", - "msecs": 560.0, + "msecs": 547.0, "msg": "%s TX -> %s", "name": "helpers.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/helpers/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/helpers/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 7463.769912719727, + "relativeCreated": 7529.700288, "stack_info": null, - "thread": 140630760081088, + "taskName": null, + "thread": 140180954543808, "threadName": "Thread-11 (_start)" }, { @@ -19598,25 +20257,26 @@ "comm-server:", "(6): 53 5e 67 0b 3a 3e" ], - "asctime": "2025-03-23 16:47:03,561", - "created": 1742744823.5610383, + "asctime": "2025-08-15 21:41:58,548", + "created": 1755286918.548335, "exc_text": null, "filename": "__init__.py", "funcName": "__rx__", "levelname": "DEBUG", "levelno": 10, - "lineno": 414, + "lineno": 416, "message": "comm-server: RX <- (6): 53 5e 67 0b 3a 3e", "module": "__init__", - "msecs": 561.0, + "msecs": 548.0, "msg": "%s RX <- %s", "name": "helpers.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/helpers/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/helpers/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 7464.725017547607, + "relativeCreated": 7530.668437, "stack_info": null, - "thread": 140630760081088, + "taskName": null, + "thread": 140180954543808, "threadName": "Thread-11 (_start)" }, { @@ -19627,25 +20287,26 @@ "status: okay", "None" ], - "asctime": "2025-03-23 16:47:03,561", - "created": 1742744823.5612931, + "asctime": "2025-08-15 21:41:58,548", + "created": 1755286918.5486846, "exc_text": null, "filename": "__init__.py", "funcName": "__log_msg__", "levelname": "INFO", "levelno": 20, - "lineno": 445, + "lineno": 438, "message": "prot-server: RX <- service: channel name request, data_id: name, status: okay, data: \"None\"", "module": "__init__", - "msecs": 561.0, + "msecs": 548.0, "msg": "%s %s %s, %s, data: \"%s\"", "name": "socket_protocol.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/socket_protocol/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/socket_protocol/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 7464.979887008667, + "relativeCreated": 7531.017962, "stack_info": null, - "thread": 140630760081088, + "taskName": null, + "thread": 140180954543808, "threadName": "Thread-11 (_start)" }, { @@ -19653,25 +20314,26 @@ "prot-server:", "__channel_name_request__" ], - "asctime": "2025-03-23 16:47:03,561", - "created": 1742744823.5613902, + "asctime": "2025-08-15 21:41:58,548", + "created": 1755286918.548799, "exc_text": null, "filename": "__init__.py", "funcName": "__data_available_callback__", "levelname": "DEBUG", "levelno": 10, - "lineno": 488, + "lineno": 481, "message": "prot-server: Executing callback __channel_name_request__ to process received data", "module": "__init__", - "msecs": 561.0, + "msecs": 548.0, "msg": "%s Executing callback %s to process received data", "name": "socket_protocol.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/socket_protocol/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/socket_protocol/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 7465.076923370361, + "relativeCreated": 7531.132438, "stack_info": null, - "thread": 140630760081088, + "taskName": null, + "thread": 140180954543808, "threadName": "Thread-11 (_start)" }, { @@ -19682,25 +20344,26 @@ "status: okay", "None" ], - "asctime": "2025-03-23 16:47:03,561", - "created": 1742744823.561502, + "asctime": "2025-08-15 21:41:58,548", + "created": 1755286918.548915, "exc_text": null, "filename": "__init__.py", "funcName": "__log_msg__", "levelname": "INFO", "levelno": 20, - "lineno": 445, + "lineno": 438, "message": "prot-server: TX -> service: channel name response, data_id: name, status: okay, data: \"None\"", "module": "__init__", - "msecs": 561.0, + "msecs": 548.0, "msg": "%s %s %s, %s, data: \"%s\"", "name": "socket_protocol.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/socket_protocol/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/socket_protocol/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 7465.18874168396, + "relativeCreated": 7531.248397, "stack_info": null, - "thread": 140630760081088, + "taskName": null, + "thread": 140180954543808, "threadName": "Thread-11 (_start)" }, { @@ -19708,25 +20371,26 @@ "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": "2025-03-23 16:47:03,561", - "created": 1742744823.5618112, + "asctime": "2025-08-15 21:41:58,549", + "created": 1755286918.549267, "exc_text": null, "filename": "__init__.py", "funcName": "__tx__", "levelname": "INFO", "levelno": 20, - "lineno": 284, + "lineno": 286, "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": 561.0, + "msecs": 549.0, "msg": "%s TX -> %s", "name": "helpers.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/helpers/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/helpers/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 7465.497970581055, + "relativeCreated": 7531.600408, "stack_info": null, - "thread": 140630751688384, + "taskName": null, + "thread": 140180946151104, "threadName": "Thread-12 (_start)" }, { @@ -19734,25 +20398,26 @@ "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": "2025-03-23 16:47:03,569", - "created": 1742744823.569974, + "asctime": "2025-08-15 21:41:58,557", + "created": 1755286918.55756, "exc_text": null, "filename": "__init__.py", "funcName": "__rx__", "levelname": "DEBUG", "levelno": 10, - "lineno": 414, + "lineno": 416, "message": "comm-client: RX <- (64): 3a 3c 7b 22 64 61 74 61 5f 69 64 22 3a 3d 20 30 2c 20 22 73 65 72 76 69 63 65 5f 69 64 22 3a 3d 20 39 2c 20 22 73 74 61 74 75 73 22 3a 3d 20 30 2c 20 22 64 61 74 61 22 3a 3d 20 6e 75 6c 6c 7d", "module": "__init__", - "msecs": 569.0, + "msecs": 557.0, "msg": "%s RX <- %s", "name": "helpers.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/helpers/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/helpers/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 7473.660707473755, + "relativeCreated": 7539.893443, "stack_info": null, - "thread": 140630751688384, + "taskName": null, + "thread": 140180946151104, "threadName": "Thread-12 (_start)" }, { @@ -19760,25 +20425,26 @@ "comm-server:", "(6): 30 59 be 2f 3a 3e" ], - "asctime": "2025-03-23 16:47:03,570", - "created": 1742744823.570334, + "asctime": "2025-08-15 21:41:58,557", + "created": 1755286918.5578377, "exc_text": null, "filename": "__init__.py", "funcName": "__tx__", "levelname": "INFO", "levelno": 20, - "lineno": 284, + "lineno": 286, "message": "comm-server: TX -> (6): 30 59 be 2f 3a 3e", "module": "__init__", - "msecs": 570.0, + "msecs": 557.0, "msg": "%s TX -> %s", "name": "helpers.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/helpers/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/helpers/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 7474.020719528198, + "relativeCreated": 7540.171366, "stack_info": null, - "thread": 140630751688384, + "taskName": null, + "thread": 140180946151104, "threadName": "Thread-12 (_start)" }, { @@ -19786,25 +20452,26 @@ "comm-client:", "(6): 30 59 be 2f 3a 3e" ], - "asctime": "2025-03-23 16:47:03,571", - "created": 1742744823.5713453, + "asctime": "2025-08-15 21:41:58,558", + "created": 1755286918.5587416, "exc_text": null, "filename": "__init__.py", "funcName": "__rx__", "levelname": "DEBUG", "levelno": 10, - "lineno": 414, + "lineno": 416, "message": "comm-client: RX <- (6): 30 59 be 2f 3a 3e", "module": "__init__", - "msecs": 571.0, + "msecs": 558.0, "msg": "%s RX <- %s", "name": "helpers.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/helpers/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/helpers/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 7475.032091140747, + "relativeCreated": 7541.075057, "stack_info": null, - "thread": 140630751688384, + "taskName": null, + "thread": 140180946151104, "threadName": "Thread-12 (_start)" }, { @@ -19815,25 +20482,26 @@ "status: okay", "None" ], - "asctime": "2025-03-23 16:47:03,571", - "created": 1742744823.571711, + "asctime": "2025-08-15 21:41:58,559", + "created": 1755286918.5590606, "exc_text": null, "filename": "__init__.py", "funcName": "__log_msg__", "levelname": "INFO", "levelno": 20, - "lineno": 445, + "lineno": 438, "message": "prot-client: RX <- service: channel name response, data_id: name, status: okay, data: \"None\"", "module": "__init__", - "msecs": 571.0, + "msecs": 559.0, "msg": "%s %s %s, %s, data: \"%s\"", "name": "socket_protocol.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/socket_protocol/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/socket_protocol/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 7475.397825241089, + "relativeCreated": 7541.393807, "stack_info": null, - "thread": 140630751688384, + "taskName": null, + "thread": 140180946151104, "threadName": "Thread-12 (_start)" }, { @@ -19841,44 +20509,46 @@ "prot-client:", "__channel_name_response__" ], - "asctime": "2025-03-23 16:47:03,571", - "created": 1742744823.5718474, + "asctime": "2025-08-15 21:41:58,559", + "created": 1755286918.5591893, "exc_text": null, "filename": "__init__.py", "funcName": "__data_available_callback__", "levelname": "DEBUG", "levelno": 10, - "lineno": 503, + "lineno": 496, "message": "prot-client: Executing callback __channel_name_response__ to process received data", "module": "__init__", - "msecs": 571.0, + "msecs": 559.0, "msg": "%s Executing callback %s to process received data", "name": "socket_protocol.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/socket_protocol/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/socket_protocol/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 7475.534200668335, + "relativeCreated": 7541.522564, "stack_info": null, - "thread": 140630751688384, + "taskName": null, + "thread": 140180946151104, "threadName": "Thread-12 (_start)" } ], - "msecs": 894.0, + "msecs": 881.0, "msg": "Connecting Server and Client", "name": "__tLogger__", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/tests/test_helpers.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/tests/test_helpers.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 7797.967195510864, + "relativeCreated": 7863.850972, "stack_info": null, - "thread": 140631409799232, + "taskName": null, + "thread": 140181752467712, "threadName": "MainThread", - "time_consumption": 0.3224329948425293 + "time_consumption": 0.3223283290863037 }, { "args": [], - "asctime": "2025-03-23 16:47:03,894", - "created": 1742744823.894907, + "asctime": "2025-08-15 21:41:58,881", + "created": 1755286918.8818574, "exc_text": null, "filename": "test_communication.py", "funcName": "auth_whitelist_communication", @@ -19888,22 +20558,23 @@ "message": "Identical secrets set", "module": "test_communication", "moduleLogger": [], - "msecs": 894.0, + "msecs": 881.0, "msg": "Identical secrets set", "name": "__tLogger__", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/tests/test_communication.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/tests/test_communication.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 7798.593759536743, + "relativeCreated": 7864.190725, "stack_info": null, - "thread": 140631409799232, + "taskName": null, + "thread": 140181752467712, "threadName": "MainThread", "time_consumption": 0.0 }, { "args": [], - "asctime": "2025-03-23 16:47:04,197", - "created": 1742744824.1973424, + "asctime": "2025-08-15 21:41:59,183", + "created": 1755286919.1833692, "exc_text": null, "filename": "test_communication.py", "funcName": "auth_whitelist_communication", @@ -19920,25 +20591,26 @@ "status: okay", "'msg1_data_to_be_transfered'" ], - "asctime": "2025-03-23 16:47:03,895", - "created": 1742744823.8953514, + "asctime": "2025-08-15 21:41:58,882", + "created": 1755286918.8821554, "exc_text": null, "filename": "__init__.py", "funcName": "send", "levelname": "WARNING", "levelno": 30, - "lineno": 756, + "lineno": 749, "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": 895.0, + "msecs": 882.0, "msg": "%s Authentification is required. TX-Message %s, %s, data: %s will be ignored.", "name": "socket_protocol.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/socket_protocol/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/socket_protocol/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 7799.0381717681885, + "relativeCreated": 7864.489076, "stack_info": null, - "thread": 140631409799232, + "taskName": null, + "thread": 140181752467712, "threadName": "MainThread" }, { @@ -19948,47 +20620,49 @@ "17", "34" ], - "asctime": "2025-03-23 16:47:04,196", - "created": 1742744824.1969867, + "asctime": "2025-08-15 21:41:59,183", + "created": 1755286919.1830623, "exc_text": null, "filename": "__init__.py", "funcName": "receive", "levelname": "WARNING", "levelno": 30, - "lineno": 687, + "lineno": 680, "message": "prot-server: TIMEOUT (0.28705533596837945s): Requested data (service_id: 17; data_id: 34) not in buffer.", "module": "__init__", - "msecs": 196.0, + "msecs": 183.0, "msg": "%s TIMEOUT (%ss): Requested data (service_id: %s; data_id: %s) not in buffer.", "name": "socket_protocol.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/socket_protocol/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/socket_protocol/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 8100.67343711853, + "relativeCreated": 8165.39579, "stack_info": null, - "thread": 140631409799232, + "taskName": null, + "thread": 140181752467712, "threadName": "MainThread" } ], - "msecs": 197.0, + "msecs": 183.0, "msg": "Transfering a message client -> server", "name": "__tLogger__", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/tests/test_communication.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/tests/test_communication.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 8101.02915763855, + "relativeCreated": 8165.702567, "stack_info": null, - "thread": 140631409799232, + "taskName": null, + "thread": 140181752467712, "threadName": "MainThread", - "time_consumption": 0.00035572052001953125 + "time_consumption": 0.00030684471130371094 }, { "args": [ "False", "" ], - "asctime": "2025-03-23 16:47:04,198", - "created": 1742744824.198196, + "asctime": "2025-08-15 21:41:59,184", + "created": 1755286919.184116, "exc_text": null, "filename": "test.py", "funcName": "equivalency_chk", @@ -20004,8 +20678,8 @@ "False", "" ], - "asctime": "2025-03-23 16:47:04,197", - "created": 1742744824.1977441, + "asctime": "2025-08-15 21:41:59,183", + "created": 1755286919.1837633, "exc_text": null, "filename": "test.py", "funcName": "__report_result__", @@ -20014,15 +20688,16 @@ "lineno": 22, "message": "Result (Returnvalue of Client send Method): False ()", "module": "test", - "msecs": 197.0, + "msecs": 183.0, "msg": "Result (%s): %s (%s)", "name": "__unittest__", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/unittest/test.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/unittest/test.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 8101.430892944336, + "relativeCreated": 8166.096614, "stack_info": null, - "thread": 140631409799232, + "taskName": null, + "thread": 140181752467712, "threadName": "MainThread" }, { @@ -20032,8 +20707,8 @@ "False", "" ], - "asctime": "2025-03-23 16:47:04,197", - "created": 1742744824.1979606, + "asctime": "2025-08-15 21:41:59,183", + "created": 1755286919.1839535, "exc_text": null, "filename": "test.py", "funcName": "__report_expectation__", @@ -20042,37 +20717,39 @@ "lineno": 26, "message": "Expectation (Returnvalue of Client send Method): result = False ()", "module": "test", - "msecs": 197.0, + "msecs": 183.0, "msg": "Expectation (%s): result %s %s (%s)", "name": "__unittest__", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/unittest/test.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/unittest/test.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 8101.64737701416, + "relativeCreated": 8166.286823, "stack_info": null, - "thread": 140631409799232, + "taskName": null, + "thread": 140181752467712, "threadName": "MainThread" } ], - "msecs": 198.0, + "msecs": 184.0, "msg": "Returnvalue of Client send Method is correct (Content %s and Type is %s).", "name": "__tLogger__", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/unittest/test.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/unittest/test.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 8101.882696151733, + "relativeCreated": 8166.449435, "stack_info": null, - "thread": 140631409799232, + "taskName": null, + "thread": 140181752467712, "threadName": "MainThread", - "time_consumption": 0.0002353191375732422 + "time_consumption": 0.00016236305236816406 }, { "args": [ "None", "" ], - "asctime": "2025-03-23 16:47:04,198", - "created": 1742744824.198907, + "asctime": "2025-08-15 21:41:59,184", + "created": 1755286919.1846733, "exc_text": null, "filename": "test.py", "funcName": "equivalency_chk", @@ -20088,8 +20765,8 @@ "None", "" ], - "asctime": "2025-03-23 16:47:04,198", - "created": 1742744824.198504, + "asctime": "2025-08-15 21:41:59,184", + "created": 1755286919.1843653, "exc_text": null, "filename": "test.py", "funcName": "__report_result__", @@ -20098,15 +20775,16 @@ "lineno": 22, "message": "Result (Received message on server side): None ()", "module": "test", - "msecs": 198.0, + "msecs": 184.0, "msg": "Result (%s): %s (%s)", "name": "__unittest__", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/unittest/test.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/unittest/test.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 8102.190732955933, + "relativeCreated": 8166.698794, "stack_info": null, - "thread": 140631409799232, + "taskName": null, + "thread": 140181752467712, "threadName": "MainThread" }, { @@ -20116,8 +20794,8 @@ "None", "" ], - "asctime": "2025-03-23 16:47:04,198", - "created": 1742744824.1986923, + "asctime": "2025-08-15 21:41:59,184", + "created": 1755286919.184524, "exc_text": null, "filename": "test.py", "funcName": "__report_expectation__", @@ -20126,34 +20804,36 @@ "lineno": 26, "message": "Expectation (Received message on server side): result = None ()", "module": "test", - "msecs": 198.0, + "msecs": 184.0, "msg": "Expectation (%s): result %s %s (%s)", "name": "__unittest__", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/unittest/test.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/unittest/test.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 8102.379083633423, + "relativeCreated": 8166.85753, "stack_info": null, - "thread": 140631409799232, + "taskName": null, + "thread": 140181752467712, "threadName": "MainThread" } ], - "msecs": 198.0, + "msecs": 184.0, "msg": "Received message on server side is correct (Content %s and Type is %s).", "name": "__tLogger__", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/unittest/test.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/unittest/test.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 8102.593660354614, + "relativeCreated": 8167.006674, "stack_info": null, - "thread": 140631409799232, + "taskName": null, + "thread": 140181752467712, "threadName": "MainThread", - "time_consumption": 0.00021457672119140625 + "time_consumption": 0.00014925003051757812 }, { "args": [], - "asctime": "2025-03-23 16:47:04,501", - "created": 1742744824.5012224, + "asctime": "2025-08-15 21:41:59,486", + "created": 1755286919.486756, "exc_text": null, "filename": "test_communication.py", "funcName": "auth_whitelist_communication", @@ -20170,25 +20850,26 @@ "status: service or data unknown", "'msg2_data_to_be_transfered'" ], - "asctime": "2025-03-23 16:47:04,199", - "created": 1742744824.1992967, + "asctime": "2025-08-15 21:41:59,184", + "created": 1755286919.1849883, "exc_text": null, "filename": "__init__.py", "funcName": "send", "levelname": "WARNING", "levelno": 30, - "lineno": 756, + "lineno": 749, "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": 199.0, + "msecs": 184.0, "msg": "%s Authentification is required. TX-Message %s, %s, data: %s will be ignored.", "name": "socket_protocol.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/socket_protocol/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/socket_protocol/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 8102.983474731445, + "relativeCreated": 8167.321712, "stack_info": null, - "thread": 140631409799232, + "taskName": null, + "thread": 140181752467712, "threadName": "MainThread" }, { @@ -20198,47 +20879,49 @@ "17", "35" ], - "asctime": "2025-03-23 16:47:04,500", - "created": 1742744824.5008261, + "asctime": "2025-08-15 21:41:59,486", + "created": 1755286919.4864054, "exc_text": null, "filename": "__init__.py", "funcName": "receive", "levelname": "WARNING", "levelno": 30, - "lineno": 687, + "lineno": 680, "message": "prot-client: TIMEOUT (0.28705533596837945s): Requested data (service_id: 17; data_id: 35) not in buffer.", "module": "__init__", - "msecs": 500.0, + "msecs": 486.0, "msg": "%s TIMEOUT (%ss): Requested data (service_id: %s; data_id: %s) not in buffer.", "name": "socket_protocol.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/socket_protocol/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/socket_protocol/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 8404.512882232666, + "relativeCreated": 8468.738821, "stack_info": null, - "thread": 140631409799232, + "taskName": null, + "thread": 140181752467712, "threadName": "MainThread" } ], - "msecs": 501.0, + "msecs": 486.0, "msg": "Transfering a message server -> client", "name": "__tLogger__", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/tests/test_communication.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/tests/test_communication.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 8404.909133911133, + "relativeCreated": 8469.089473, "stack_info": null, - "thread": 140631409799232, + "taskName": null, + "thread": 140181752467712, "threadName": "MainThread", - "time_consumption": 0.0003962516784667969 + "time_consumption": 0.00035071372985839844 }, { "args": [ "False", "" ], - "asctime": "2025-03-23 16:47:04,502", - "created": 1742744824.5022554, + "asctime": "2025-08-15 21:41:59,487", + "created": 1755286919.4874892, "exc_text": null, "filename": "test.py", "funcName": "equivalency_chk", @@ -20254,8 +20937,8 @@ "False", "" ], - "asctime": "2025-03-23 16:47:04,501", - "created": 1742744824.5016763, + "asctime": "2025-08-15 21:41:59,487", + "created": 1755286919.4871078, "exc_text": null, "filename": "test.py", "funcName": "__report_result__", @@ -20264,15 +20947,16 @@ "lineno": 22, "message": "Result (Returnvalue of Server send Method): False ()", "module": "test", - "msecs": 501.0, + "msecs": 487.0, "msg": "Result (%s): %s (%s)", "name": "__unittest__", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/unittest/test.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/unittest/test.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 8405.363082885742, + "relativeCreated": 8469.441286, "stack_info": null, - "thread": 140631409799232, + "taskName": null, + "thread": 140181752467712, "threadName": "MainThread" }, { @@ -20282,8 +20966,8 @@ "False", "" ], - "asctime": "2025-03-23 16:47:04,501", - "created": 1742744824.5019238, + "asctime": "2025-08-15 21:41:59,487", + "created": 1755286919.4872913, "exc_text": null, "filename": "test.py", "funcName": "__report_expectation__", @@ -20292,37 +20976,39 @@ "lineno": 26, "message": "Expectation (Returnvalue of Server send Method): result = False ()", "module": "test", - "msecs": 501.0, + "msecs": 487.0, "msg": "Expectation (%s): result %s %s (%s)", "name": "__unittest__", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/unittest/test.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/unittest/test.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 8405.61056137085, + "relativeCreated": 8469.624811, "stack_info": null, - "thread": 140631409799232, + "taskName": null, + "thread": 140181752467712, "threadName": "MainThread" } ], - "msecs": 502.0, + "msecs": 487.0, "msg": "Returnvalue of Server send Method is correct (Content %s and Type is %s).", "name": "__tLogger__", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/unittest/test.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/unittest/test.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 8405.94220161438, + "relativeCreated": 8469.822642, "stack_info": null, - "thread": 140631409799232, + "taskName": null, + "thread": 140181752467712, "threadName": "MainThread", - "time_consumption": 0.00033164024353027344 + "time_consumption": 0.00019788742065429688 }, { "args": [ "None", "" ], - "asctime": "2025-03-23 16:47:04,503", - "created": 1742744824.5030484, + "asctime": "2025-08-15 21:41:59,488", + "created": 1755286919.488098, "exc_text": null, "filename": "test.py", "funcName": "equivalency_chk", @@ -20338,8 +21024,8 @@ "None", "" ], - "asctime": "2025-03-23 16:47:04,502", - "created": 1742744824.5026217, + "asctime": "2025-08-15 21:41:59,487", + "created": 1755286919.4877474, "exc_text": null, "filename": "test.py", "funcName": "__report_result__", @@ -20348,15 +21034,16 @@ "lineno": 22, "message": "Result (Received message on client side): None ()", "module": "test", - "msecs": 502.0, + "msecs": 487.0, "msg": "Result (%s): %s (%s)", "name": "__unittest__", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/unittest/test.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/unittest/test.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 8406.30841255188, + "relativeCreated": 8470.080877, "stack_info": null, - "thread": 140631409799232, + "taskName": null, + "thread": 140181752467712, "threadName": "MainThread" }, { @@ -20366,8 +21053,8 @@ "None", "" ], - "asctime": "2025-03-23 16:47:04,502", - "created": 1742744824.5028396, + "asctime": "2025-08-15 21:41:59,487", + "created": 1755286919.4879243, "exc_text": null, "filename": "test.py", "funcName": "__report_expectation__", @@ -20376,37 +21063,39 @@ "lineno": 26, "message": "Expectation (Received message on client side): result = None ()", "module": "test", - "msecs": 502.0, + "msecs": 487.0, "msg": "Expectation (%s): result %s %s (%s)", "name": "__unittest__", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/unittest/test.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/unittest/test.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 8406.526327133179, + "relativeCreated": 8470.257621, "stack_info": null, - "thread": 140631409799232, + "taskName": null, + "thread": 140181752467712, "threadName": "MainThread" } ], - "msecs": 503.0, + "msecs": 488.0, "msg": "Received message on client side is correct (Content %s and Type is %s).", "name": "__tLogger__", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/unittest/test.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/unittest/test.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 8406.735181808472, + "relativeCreated": 8470.431166, "stack_info": null, - "thread": 140631409799232, + "taskName": null, + "thread": 140181752467712, "threadName": "MainThread", - "time_consumption": 0.00020885467529296875 + "time_consumption": 0.0001735687255859375 }, { "args": [ 17, 34 ], - "asctime": "2025-03-23 16:47:04,503", - "created": 1742744824.5033848, + "asctime": "2025-08-15 21:41:59,488", + "created": 1755286919.4885485, "exc_text": null, "filename": "test_communication.py", "funcName": "auth_whitelist_communication", @@ -20421,44 +21110,46 @@ "prot-client:", "service: 17, data_id: 34" ], - "asctime": "2025-03-23 16:47:04,503", - "created": 1742744824.5033157, + "asctime": "2025-08-15 21:41:59,488", + "created": 1755286919.4883816, "exc_text": null, "filename": "__init__.py", "funcName": "add_msg_to_auth_whitelist_", "levelname": "DEBUG", "levelno": 10, - "lineno": 571, + "lineno": 564, "message": "prot-client: Adding Message (service: 17, data_id: 34) to the authentification whitelist", "module": "__init__", - "msecs": 503.0, + "msecs": 488.0, "msg": "%s Adding Message (%s) to the authentification whitelist", "name": "socket_protocol.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/socket_protocol/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/socket_protocol/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 8407.002449035645, + "relativeCreated": 8470.715124, "stack_info": null, - "thread": 140631409799232, + "taskName": null, + "thread": 140181752467712, "threadName": "MainThread" } ], - "msecs": 503.0, + "msecs": 488.0, "msg": "Added msg1 to client whitelist (sid=%d, did=%d)", "name": "__tLogger__", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/tests/test_communication.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/tests/test_communication.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 8407.071590423584, + "relativeCreated": 8470.882075, "stack_info": null, - "thread": 140631409799232, + "taskName": null, + "thread": 140181752467712, "threadName": "MainThread", - "time_consumption": 6.914138793945312e-05 + "time_consumption": 0.00016689300537109375 }, { "args": [], - "asctime": "2025-03-23 16:47:04,805", - "created": 1742744824.8052988, + "asctime": "2025-08-15 21:41:59,791", + "created": 1755286919.791235, "exc_text": null, "filename": "test_communication.py", "funcName": "auth_whitelist_communication", @@ -20476,25 +21167,26 @@ "status: okay", "'msg1_data_to_be_transfered'" ], - "asctime": "2025-03-23 16:47:04,503", - "created": 1742744824.503532, + "asctime": "2025-08-15 21:41:59,488", + "created": 1755286919.4889004, "exc_text": null, "filename": "__init__.py", "funcName": "__log_msg__", "levelname": "INFO", "levelno": 20, - "lineno": 445, + "lineno": 438, "message": "prot-client: TX -> service: 17, data_id: 34, status: okay, data: \"'msg1_data_to_be_transfered'\"", "module": "__init__", - "msecs": 503.0, + "msecs": 488.0, "msg": "%s %s %s, %s, data: \"%s\"", "name": "socket_protocol.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/socket_protocol/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/socket_protocol/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 8407.21869468689, + "relativeCreated": 8471.233888, "stack_info": null, - "thread": 140631409799232, + "taskName": null, + "thread": 140181752467712, "threadName": "MainThread" }, { @@ -20502,25 +21194,26 @@ "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": "2025-03-23 16:47:04,503", - "created": 1742744824.5039182, + "asctime": "2025-08-15 21:41:59,489", + "created": 1755286919.489687, "exc_text": null, "filename": "__init__.py", "funcName": "__tx__", "levelname": "INFO", "levelno": 20, - "lineno": 284, + "lineno": 286, "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": 503.0, + "msecs": 489.0, "msg": "%s TX -> %s", "name": "helpers.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/helpers/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/helpers/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 8407.604932785034, + "relativeCreated": 8472.020463, "stack_info": null, - "thread": 140630760081088, + "taskName": null, + "thread": 140180954543808, "threadName": "Thread-11 (_start)" }, { @@ -20528,25 +21221,26 @@ "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": "2025-03-23 16:47:04,512", - "created": 1742744824.5122848, + "asctime": "2025-08-15 21:41:59,498", + "created": 1755286919.49832, "exc_text": null, "filename": "__init__.py", "funcName": "__rx__", "levelname": "DEBUG", "levelno": 10, - "lineno": 414, + "lineno": 416, "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": 512.0, + "msecs": 498.0, "msg": "%s RX <- %s", "name": "helpers.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/helpers/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/helpers/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 8415.971517562866, + "relativeCreated": 8480.653453, "stack_info": null, - "thread": 140630760081088, + "taskName": null, + "thread": 140180954543808, "threadName": "Thread-11 (_start)" }, { @@ -20554,25 +21248,26 @@ "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": "2025-03-23 16:47:04,512", - "created": 1742744824.5127141, + "asctime": "2025-08-15 21:41:59,498", + "created": 1755286919.4989686, "exc_text": null, "filename": "__init__.py", "funcName": "__tx__", "levelname": "INFO", "levelno": 20, - "lineno": 284, + "lineno": 286, "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": 512.0, + "msecs": 498.0, "msg": "%s TX -> %s", "name": "helpers.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/helpers/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/helpers/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 8416.400909423828, + "relativeCreated": 8481.301994, "stack_info": null, - "thread": 140630760081088, + "taskName": null, + "thread": 140180954543808, "threadName": "Thread-11 (_start)" }, { @@ -20580,25 +21275,26 @@ "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": "2025-03-23 16:47:04,517", - "created": 1742744824.5170903, + "asctime": "2025-08-15 21:41:59,503", + "created": 1755286919.5035067, "exc_text": null, "filename": "__init__.py", "funcName": "__rx__", "levelname": "DEBUG", "levelno": 10, - "lineno": 414, + "lineno": 416, "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": 517.0, + "msecs": 503.0, "msg": "%s RX <- %s", "name": "helpers.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/helpers/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/helpers/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 8420.777082443237, + "relativeCreated": 8485.840137, "stack_info": null, - "thread": 140630760081088, + "taskName": null, + "thread": 140180954543808, "threadName": "Thread-11 (_start)" }, { @@ -20609,50 +21305,52 @@ "status: okay", "'msg1_data_to_be_transfered'" ], - "asctime": "2025-03-23 16:47:04,517", - "created": 1742744824.5176976, + "asctime": "2025-08-15 21:41:59,504", + "created": 1755286919.5042467, "exc_text": null, "filename": "__init__.py", "funcName": "__log_msg__", "levelname": "INFO", "levelno": 20, - "lineno": 445, + "lineno": 438, "message": "prot-server: RX <- service: 17, data_id: 34, status: okay, data: \"'msg1_data_to_be_transfered'\"", "module": "__init__", - "msecs": 517.0, + "msecs": 504.0, "msg": "%s %s %s, %s, data: \"%s\"", "name": "socket_protocol.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/socket_protocol/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/socket_protocol/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 8421.384334564209, + "relativeCreated": 8486.580244, "stack_info": null, - "thread": 140630760081088, + "taskName": null, + "thread": 140180954543808, "threadName": "Thread-11 (_start)" }, { "args": [ "prot-server:" ], - "asctime": "2025-03-23 16:47:04,517", - "created": 1742744824.5178459, + "asctime": "2025-08-15 21:41:59,504", + "created": 1755286919.50447, "exc_text": null, "filename": "__init__.py", "funcName": "__data_available_callback__", "levelname": "WARNING", "levelno": 30, - "lineno": 472, + "lineno": 465, "message": "prot-server: Authentification is required. Incomming message will be ignored.", "module": "__init__", - "msecs": 517.0, + "msecs": 504.0, "msg": "%s Authentification is required. Incomming message will be ignored.", "name": "socket_protocol.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/socket_protocol/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/socket_protocol/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 8421.53263092041, + "relativeCreated": 8486.8035, "stack_info": null, - "thread": 140630760081088, + "taskName": null, + "thread": 140180954543808, "threadName": "Thread-11 (_start)" }, { @@ -20662,47 +21360,49 @@ "17", "34" ], - "asctime": "2025-03-23 16:47:04,804", - "created": 1742744824.8049085, + "asctime": "2025-08-15 21:41:59,791", + "created": 1755286919.791071, "exc_text": null, "filename": "__init__.py", "funcName": "receive", "levelname": "WARNING", "levelno": 30, - "lineno": 687, + "lineno": 680, "message": "prot-server: TIMEOUT (0.28705533596837945s): Requested data (service_id: 17; data_id: 34) not in buffer.", "module": "__init__", - "msecs": 804.0, + "msecs": 791.0, "msg": "%s TIMEOUT (%ss): Requested data (service_id: %s; data_id: %s) not in buffer.", "name": "socket_protocol.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/socket_protocol/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/socket_protocol/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 8708.595275878906, + "relativeCreated": 8773.404321, "stack_info": null, - "thread": 140631409799232, + "taskName": null, + "thread": 140181752467712, "threadName": "MainThread" } ], - "msecs": 805.0, + "msecs": 791.0, "msg": "Transfering a message client -> server", "name": "__tLogger__", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/tests/test_communication.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/tests/test_communication.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 8708.985567092896, + "relativeCreated": 8773.568617, "stack_info": null, - "thread": 140631409799232, + "taskName": null, + "thread": 140181752467712, "threadName": "MainThread", - "time_consumption": 0.0003902912139892578 + "time_consumption": 0.000164031982421875 }, { "args": [ "True", "" ], - "asctime": "2025-03-23 16:47:04,806", - "created": 1742744824.8062997, + "asctime": "2025-08-15 21:41:59,791", + "created": 1755286919.7916243, "exc_text": null, "filename": "test.py", "funcName": "equivalency_chk", @@ -20718,8 +21418,8 @@ "True", "" ], - "asctime": "2025-03-23 16:47:04,805", - "created": 1742744824.805775, + "asctime": "2025-08-15 21:41:59,791", + "created": 1755286919.791419, "exc_text": null, "filename": "test.py", "funcName": "__report_result__", @@ -20728,15 +21428,16 @@ "lineno": 22, "message": "Result (Returnvalue of Client send Method): True ()", "module": "test", - "msecs": 805.0, + "msecs": 791.0, "msg": "Result (%s): %s (%s)", "name": "__unittest__", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/unittest/test.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/unittest/test.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 8709.461688995361, + "relativeCreated": 8773.752562, "stack_info": null, - "thread": 140631409799232, + "taskName": null, + "thread": 140181752467712, "threadName": "MainThread" }, { @@ -20746,8 +21447,8 @@ "True", "" ], - "asctime": "2025-03-23 16:47:04,806", - "created": 1742744824.8060198, + "asctime": "2025-08-15 21:41:59,791", + "created": 1755286919.7915308, "exc_text": null, "filename": "test.py", "funcName": "__report_expectation__", @@ -20756,37 +21457,39 @@ "lineno": 26, "message": "Expectation (Returnvalue of Client send Method): result = True ()", "module": "test", - "msecs": 806.0, + "msecs": 791.0, "msg": "Expectation (%s): result %s %s (%s)", "name": "__unittest__", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/unittest/test.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/unittest/test.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 8709.706544876099, + "relativeCreated": 8773.864181, "stack_info": null, - "thread": 140631409799232, + "taskName": null, + "thread": 140181752467712, "threadName": "MainThread" } ], - "msecs": 806.0, + "msecs": 791.0, "msg": "Returnvalue of Client send Method is correct (Content %s and Type is %s).", "name": "__tLogger__", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/unittest/test.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/unittest/test.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 8709.986448287964, + "relativeCreated": 8773.957732, "stack_info": null, - "thread": 140631409799232, + "taskName": null, + "thread": 140181752467712, "threadName": "MainThread", - "time_consumption": 0.0002799034118652344 + "time_consumption": 9.34600830078125e-05 }, { "args": [ "None", "" ], - "asctime": "2025-03-23 16:47:04,807", - "created": 1742744824.8071198, + "asctime": "2025-08-15 21:41:59,791", + "created": 1755286919.7919118, "exc_text": null, "filename": "test.py", "funcName": "equivalency_chk", @@ -20802,8 +21505,8 @@ "None", "" ], - "asctime": "2025-03-23 16:47:04,806", - "created": 1742744824.8066812, + "asctime": "2025-08-15 21:41:59,791", + "created": 1755286919.7917547, "exc_text": null, "filename": "test.py", "funcName": "__report_result__", @@ -20812,15 +21515,16 @@ "lineno": 22, "message": "Result (Received message on server side): None ()", "module": "test", - "msecs": 806.0, + "msecs": 791.0, "msg": "Result (%s): %s (%s)", "name": "__unittest__", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/unittest/test.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/unittest/test.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 8710.367918014526, + "relativeCreated": 8774.088147, "stack_info": null, - "thread": 140631409799232, + "taskName": null, + "thread": 140181752467712, "threadName": "MainThread" }, { @@ -20830,8 +21534,8 @@ "None", "" ], - "asctime": "2025-03-23 16:47:04,806", - "created": 1742744824.806909, + "asctime": "2025-08-15 21:41:59,791", + "created": 1755286919.7918353, "exc_text": null, "filename": "test.py", "funcName": "__report_expectation__", @@ -20840,34 +21544,36 @@ "lineno": 26, "message": "Expectation (Received message on server side): result = None ()", "module": "test", - "msecs": 806.0, + "msecs": 791.0, "msg": "Expectation (%s): result %s %s (%s)", "name": "__unittest__", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/unittest/test.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/unittest/test.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 8710.595846176147, + "relativeCreated": 8774.168841, "stack_info": null, - "thread": 140631409799232, + "taskName": null, + "thread": 140181752467712, "threadName": "MainThread" } ], - "msecs": 807.0, + "msecs": 791.0, "msg": "Received message on server side is correct (Content %s and Type is %s).", "name": "__tLogger__", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/unittest/test.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/unittest/test.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 8710.806608200073, + "relativeCreated": 8774.245473, "stack_info": null, - "thread": 140631409799232, + "taskName": null, + "thread": 140181752467712, "threadName": "MainThread", - "time_consumption": 0.00021076202392578125 + "time_consumption": 7.653236389160156e-05 }, { "args": [], - "asctime": "2025-03-23 16:47:05,109", - "created": 1742744825.10946, + "asctime": "2025-08-15 21:42:00,093", + "created": 1755286920.0937066, "exc_text": null, "filename": "test_communication.py", "funcName": "auth_whitelist_communication", @@ -20884,25 +21590,26 @@ "status: service or data unknown", "'msg2_data_to_be_transfered'" ], - "asctime": "2025-03-23 16:47:04,807", - "created": 1742744824.8075454, + "asctime": "2025-08-15 21:41:59,792", + "created": 1755286919.7920837, "exc_text": null, "filename": "__init__.py", "funcName": "send", "levelname": "WARNING", "levelno": 30, - "lineno": 756, + "lineno": 749, "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": 807.0, + "msecs": 792.0, "msg": "%s Authentification is required. TX-Message %s, %s, data: %s will be ignored.", "name": "socket_protocol.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/socket_protocol/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/socket_protocol/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 8711.23218536377, + "relativeCreated": 8774.417034, "stack_info": null, - "thread": 140631409799232, + "taskName": null, + "thread": 140181752467712, "threadName": "MainThread" }, { @@ -20912,47 +21619,49 @@ "17", "35" ], - "asctime": "2025-03-23 16:47:05,109", - "created": 1742744825.1090672, + "asctime": "2025-08-15 21:42:00,093", + "created": 1755286920.0933986, "exc_text": null, "filename": "__init__.py", "funcName": "receive", "levelname": "WARNING", "levelno": 30, - "lineno": 687, + "lineno": 680, "message": "prot-client: TIMEOUT (0.28705533596837945s): Requested data (service_id: 17; data_id: 35) not in buffer.", "module": "__init__", - "msecs": 109.0, + "msecs": 93.0, "msg": "%s TIMEOUT (%ss): Requested data (service_id: %s; data_id: %s) not in buffer.", "name": "socket_protocol.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/socket_protocol/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/socket_protocol/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 9012.753963470459, + "relativeCreated": 9075.732064, "stack_info": null, - "thread": 140631409799232, + "taskName": null, + "thread": 140181752467712, "threadName": "MainThread" } ], - "msecs": 109.0, + "msecs": 93.0, "msg": "Transfering a message server -> client", "name": "__tLogger__", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/tests/test_communication.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/tests/test_communication.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 9013.146877288818, + "relativeCreated": 9076.039814, "stack_info": null, - "thread": 140631409799232, + "taskName": null, + "thread": 140181752467712, "threadName": "MainThread", - "time_consumption": 0.000392913818359375 + "time_consumption": 0.00030803680419921875 }, { "args": [ "False", "" ], - "asctime": "2025-03-23 16:47:05,110", - "created": 1742744825.11038, + "asctime": "2025-08-15 21:42:00,094", + "created": 1755286920.0944037, "exc_text": null, "filename": "test.py", "funcName": "equivalency_chk", @@ -20968,8 +21677,8 @@ "False", "" ], - "asctime": "2025-03-23 16:47:05,109", - "created": 1742744825.1098766, + "asctime": "2025-08-15 21:42:00,094", + "created": 1755286920.0940518, "exc_text": null, "filename": "test.py", "funcName": "__report_result__", @@ -20978,15 +21687,16 @@ "lineno": 22, "message": "Result (Returnvalue of Server send Method): False ()", "module": "test", - "msecs": 109.0, + "msecs": 94.0, "msg": "Result (%s): %s (%s)", "name": "__unittest__", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/unittest/test.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/unittest/test.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 9013.563394546509, + "relativeCreated": 9076.385286, "stack_info": null, - "thread": 140631409799232, + "taskName": null, + "thread": 140181752467712, "threadName": "MainThread" }, { @@ -20996,8 +21706,8 @@ "False", "" ], - "asctime": "2025-03-23 16:47:05,110", - "created": 1742744825.1101649, + "asctime": "2025-08-15 21:42:00,094", + "created": 1755286920.094239, "exc_text": null, "filename": "test.py", "funcName": "__report_expectation__", @@ -21006,37 +21716,39 @@ "lineno": 26, "message": "Expectation (Returnvalue of Server send Method): result = False ()", "module": "test", - "msecs": 110.0, + "msecs": 94.0, "msg": "Expectation (%s): result %s %s (%s)", "name": "__unittest__", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/unittest/test.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/unittest/test.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 9013.851642608643, + "relativeCreated": 9076.572491, "stack_info": null, - "thread": 140631409799232, + "taskName": null, + "thread": 140181752467712, "threadName": "MainThread" } ], - "msecs": 110.0, + "msecs": 94.0, "msg": "Returnvalue of Server send Method is correct (Content %s and Type is %s).", "name": "__tLogger__", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/unittest/test.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/unittest/test.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 9014.066696166992, + "relativeCreated": 9076.737172, "stack_info": null, - "thread": 140631409799232, + "taskName": null, + "thread": 140181752467712, "threadName": "MainThread", - "time_consumption": 0.00021505355834960938 + "time_consumption": 0.0001647472381591797 }, { "args": [ "None", "" ], - "asctime": "2025-03-23 16:47:05,111", - "created": 1742744825.1110847, + "asctime": "2025-08-15 21:42:00,095", + "created": 1755286920.095013, "exc_text": null, "filename": "test.py", "funcName": "equivalency_chk", @@ -21052,8 +21764,8 @@ "None", "" ], - "asctime": "2025-03-23 16:47:05,110", - "created": 1742744825.1106906, + "asctime": "2025-08-15 21:42:00,094", + "created": 1755286920.0947015, "exc_text": null, "filename": "test.py", "funcName": "__report_result__", @@ -21062,15 +21774,16 @@ "lineno": 22, "message": "Result (Received message on client side): None ()", "module": "test", - "msecs": 110.0, + "msecs": 94.0, "msg": "Result (%s): %s (%s)", "name": "__unittest__", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/unittest/test.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/unittest/test.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 9014.377355575562, + "relativeCreated": 9077.034897, "stack_info": null, - "thread": 140631409799232, + "taskName": null, + "thread": 140181752467712, "threadName": "MainThread" }, { @@ -21080,8 +21793,8 @@ "None", "" ], - "asctime": "2025-03-23 16:47:05,110", - "created": 1742744825.1108844, + "asctime": "2025-08-15 21:42:00,094", + "created": 1755286920.0948653, "exc_text": null, "filename": "test.py", "funcName": "__report_expectation__", @@ -21090,37 +21803,39 @@ "lineno": 26, "message": "Expectation (Received message on client side): result = None ()", "module": "test", - "msecs": 110.0, + "msecs": 94.0, "msg": "Expectation (%s): result %s %s (%s)", "name": "__unittest__", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/unittest/test.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/unittest/test.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 9014.571189880371, + "relativeCreated": 9077.198955, "stack_info": null, - "thread": 140631409799232, + "taskName": null, + "thread": 140181752467712, "threadName": "MainThread" } ], - "msecs": 111.0, + "msecs": 95.0, "msg": "Received message on client side is correct (Content %s and Type is %s).", "name": "__tLogger__", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/unittest/test.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/unittest/test.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 9014.771461486816, + "relativeCreated": 9077.346282, "stack_info": null, - "thread": 140631409799232, + "taskName": null, + "thread": 140181752467712, "threadName": "MainThread", - "time_consumption": 0.0002002716064453125 + "time_consumption": 0.0001475811004638672 }, { "args": [ 17, 34 ], - "asctime": "2025-03-23 16:47:05,111", - "created": 1742744825.1116257, + "asctime": "2025-08-15 21:42:00,095", + "created": 1755286920.0954592, "exc_text": null, "filename": "test_communication.py", "funcName": "auth_whitelist_communication", @@ -21135,44 +21850,46 @@ "prot-server:", "service: 17, data_id: 34" ], - "asctime": "2025-03-23 16:47:05,111", - "created": 1742744825.111426, + "asctime": "2025-08-15 21:42:00,095", + "created": 1755286920.0952916, "exc_text": null, "filename": "__init__.py", "funcName": "add_msg_to_auth_whitelist_", "levelname": "DEBUG", "levelno": 10, - "lineno": 571, + "lineno": 564, "message": "prot-server: Adding Message (service: 17, data_id: 34) to the authentification whitelist", "module": "__init__", - "msecs": 111.0, + "msecs": 95.0, "msg": "%s Adding Message (%s) to the authentification whitelist", "name": "socket_protocol.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/socket_protocol/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/socket_protocol/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 9015.11287689209, + "relativeCreated": 9077.625148, "stack_info": null, - "thread": 140631409799232, + "taskName": null, + "thread": 140181752467712, "threadName": "MainThread" } ], - "msecs": 111.0, + "msecs": 95.0, "msg": "Added msg1 to server whitelist (sid=%d, did=%d)", "name": "__tLogger__", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/tests/test_communication.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/tests/test_communication.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 9015.312433242798, + "relativeCreated": 9077.792684, "stack_info": null, - "thread": 140631409799232, + "taskName": null, + "thread": 140181752467712, "threadName": "MainThread", - "time_consumption": 0.0001995563507080078 + "time_consumption": 0.00016760826110839844 }, { "args": [], - "asctime": "2025-03-23 16:47:05,313", - "created": 1742744825.3135417, + "asctime": "2025-08-15 21:42:00,296", + "created": 1755286920.2967136, "exc_text": null, "filename": "test_communication.py", "funcName": "auth_whitelist_communication", @@ -21190,25 +21907,26 @@ "status: okay", "'msg1_data_to_be_transfered'" ], - "asctime": "2025-03-23 16:47:05,112", - "created": 1742744825.1120503, + "asctime": "2025-08-15 21:42:00,095", + "created": 1755286920.0958126, "exc_text": null, "filename": "__init__.py", "funcName": "__log_msg__", "levelname": "INFO", "levelno": 20, - "lineno": 445, + "lineno": 438, "message": "prot-client: TX -> service: 17, data_id: 34, status: okay, data: \"'msg1_data_to_be_transfered'\"", "module": "__init__", - "msecs": 112.0, + "msecs": 95.0, "msg": "%s %s %s, %s, data: \"%s\"", "name": "socket_protocol.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/socket_protocol/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/socket_protocol/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 9015.737056732178, + "relativeCreated": 9078.146007, "stack_info": null, - "thread": 140631409799232, + "taskName": null, + "thread": 140181752467712, "threadName": "MainThread" }, { @@ -21216,25 +21934,26 @@ "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": "2025-03-23 16:47:05,113", - "created": 1742744825.1134396, + "asctime": "2025-08-15 21:42:00,096", + "created": 1755286920.0969267, "exc_text": null, "filename": "__init__.py", "funcName": "__tx__", "levelname": "INFO", "levelno": 20, - "lineno": 284, + "lineno": 286, "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": 113.0, + "msecs": 96.0, "msg": "%s TX -> %s", "name": "helpers.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/helpers/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/helpers/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 9017.126321792603, + "relativeCreated": 9079.260034, "stack_info": null, - "thread": 140630760081088, + "taskName": null, + "thread": 140180954543808, "threadName": "Thread-11 (_start)" }, { @@ -21242,25 +21961,26 @@ "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": "2025-03-23 16:47:05,122", - "created": 1742744825.122192, + "asctime": "2025-08-15 21:42:00,105", + "created": 1755286920.1053135, "exc_text": null, "filename": "__init__.py", "funcName": "__rx__", "levelname": "DEBUG", "levelno": 10, - "lineno": 414, + "lineno": 416, "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": 122.0, + "msecs": 105.0, "msg": "%s RX <- %s", "name": "helpers.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/helpers/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/helpers/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 9025.87866783142, + "relativeCreated": 9087.647047, "stack_info": null, - "thread": 140630760081088, + "taskName": null, + "thread": 140180954543808, "threadName": "Thread-11 (_start)" }, { @@ -21268,25 +21988,26 @@ "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": "2025-03-23 16:47:05,123", - "created": 1742744825.1230764, + "asctime": "2025-08-15 21:42:00,105", + "created": 1755286920.1059237, "exc_text": null, "filename": "__init__.py", "funcName": "__tx__", "levelname": "INFO", "levelno": 20, - "lineno": 284, + "lineno": 286, "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": 123.0, + "msecs": 105.0, "msg": "%s TX -> %s", "name": "helpers.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/helpers/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/helpers/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 9026.763200759888, + "relativeCreated": 9088.257004, "stack_info": null, - "thread": 140630760081088, + "taskName": null, + "thread": 140180954543808, "threadName": "Thread-11 (_start)" }, { @@ -21294,25 +22015,26 @@ "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": "2025-03-23 16:47:05,127", - "created": 1742744825.1276703, + "asctime": "2025-08-15 21:42:00,110", + "created": 1755286920.11054, "exc_text": null, "filename": "__init__.py", "funcName": "__rx__", "levelname": "DEBUG", "levelno": 10, - "lineno": 414, + "lineno": 416, "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": 127.0, + "msecs": 110.0, "msg": "%s RX <- %s", "name": "helpers.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/helpers/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/helpers/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 9031.357049942017, + "relativeCreated": 9092.873384, "stack_info": null, - "thread": 140630760081088, + "taskName": null, + "thread": 140180954543808, "threadName": "Thread-11 (_start)" }, { @@ -21323,72 +22045,75 @@ "status: okay", "'msg1_data_to_be_transfered'" ], - "asctime": "2025-03-23 16:47:05,128", - "created": 1742744825.1287262, + "asctime": "2025-08-15 21:42:00,111", + "created": 1755286920.111325, "exc_text": null, "filename": "__init__.py", "funcName": "__log_msg__", "levelname": "INFO", "levelno": 20, - "lineno": 445, + "lineno": 438, "message": "prot-server: RX <- service: 17, data_id: 34, status: okay, data: \"'msg1_data_to_be_transfered'\"", "module": "__init__", - "msecs": 128.0, + "msecs": 111.0, "msg": "%s %s %s, %s, data: \"%s\"", "name": "socket_protocol.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/socket_protocol/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/socket_protocol/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 9032.413005828857, + "relativeCreated": 9093.658308, "stack_info": null, - "thread": 140630760081088, + "taskName": null, + "thread": 140180954543808, "threadName": "Thread-11 (_start)" }, { "args": [ "prot-server:" ], - "asctime": "2025-03-23 16:47:05,129", - "created": 1742744825.1290681, + "asctime": "2025-08-15 21:42:00,111", + "created": 1755286920.111596, "exc_text": null, "filename": "__init__.py", "funcName": "__buffer_received_data__", "levelname": "DEBUG", "levelno": 10, - "lineno": 392, + "lineno": 385, "message": "prot-server: Message data is stored in buffer and is now ready to be retrieved by receive method", "module": "__init__", - "msecs": 129.0, + "msecs": 111.0, "msg": "%s Message data is stored in buffer and is now ready to be retrieved by receive method", "name": "socket_protocol.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/socket_protocol/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/socket_protocol/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 9032.754898071289, + "relativeCreated": 9093.929346, "stack_info": null, - "thread": 140630760081088, + "taskName": null, + "thread": 140180954543808, "threadName": "Thread-11 (_start)" } ], - "msecs": 313.0, + "msecs": 296.0, "msg": "Transfering a message client -> server", "name": "__tLogger__", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/tests/test_communication.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/tests/test_communication.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 9217.228412628174, + "relativeCreated": 9279.046885, "stack_info": null, - "thread": 140631409799232, + "taskName": null, + "thread": 140181752467712, "threadName": "MainThread", - "time_consumption": 0.18447351455688477 + "time_consumption": 0.18511748313903809 }, { "args": [ "True", "" ], - "asctime": "2025-03-23 16:47:05,314", - "created": 1742744825.3147945, + "asctime": "2025-08-15 21:42:00,297", + "created": 1755286920.2972116, "exc_text": null, "filename": "test.py", "funcName": "equivalency_chk", @@ -21404,8 +22129,8 @@ "True", "" ], - "asctime": "2025-03-23 16:47:05,314", - "created": 1742744825.3142807, + "asctime": "2025-08-15 21:42:00,296", + "created": 1755286920.296992, "exc_text": null, "filename": "test.py", "funcName": "__report_result__", @@ -21414,15 +22139,16 @@ "lineno": 22, "message": "Result (Returnvalue of Client send Method): True ()", "module": "test", - "msecs": 314.0, + "msecs": 296.0, "msg": "Result (%s): %s (%s)", "name": "__unittest__", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/unittest/test.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/unittest/test.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 9217.967510223389, + "relativeCreated": 9279.325528, "stack_info": null, - "thread": 140631409799232, + "taskName": null, + "thread": 140181752467712, "threadName": "MainThread" }, { @@ -21432,8 +22158,8 @@ "True", "" ], - "asctime": "2025-03-23 16:47:05,314", - "created": 1742744825.314562, + "asctime": "2025-08-15 21:42:00,297", + "created": 1755286920.2971203, "exc_text": null, "filename": "test.py", "funcName": "__report_expectation__", @@ -21442,37 +22168,39 @@ "lineno": 26, "message": "Expectation (Returnvalue of Client send Method): result = True ()", "module": "test", - "msecs": 314.0, + "msecs": 297.0, "msg": "Expectation (%s): result %s %s (%s)", "name": "__unittest__", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/unittest/test.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/unittest/test.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 9218.248844146729, + "relativeCreated": 9279.453635, "stack_info": null, - "thread": 140631409799232, + "taskName": null, + "thread": 140181752467712, "threadName": "MainThread" } ], - "msecs": 314.0, + "msecs": 297.0, "msg": "Returnvalue of Client send Method is correct (Content %s and Type is %s).", "name": "__tLogger__", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/unittest/test.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/unittest/test.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 9218.481302261353, + "relativeCreated": 9279.545217, "stack_info": null, - "thread": 140631409799232, + "taskName": null, + "thread": 140181752467712, "threadName": "MainThread", - "time_consumption": 0.00023245811462402344 + "time_consumption": 9.131431579589844e-05 }, { "args": [ "{'data_id': 34, 'service_id': 17, 'status': 0, 'data': 'msg1_data_to_be_transfered'}", "" ], - "asctime": "2025-03-23 16:47:05,315", - "created": 1742744825.315656, + "asctime": "2025-08-15 21:42:00,297", + "created": 1755286920.2974665, "exc_text": null, "filename": "test.py", "funcName": "equivalency_chk", @@ -21488,8 +22216,8 @@ "{'data_id': 34, 'service_id': 17, 'status': 0, 'data': 'msg1_data_to_be_transfered'}", "" ], - "asctime": "2025-03-23 16:47:05,315", - "created": 1742744825.315207, + "asctime": "2025-08-15 21:42:00,297", + "created": 1755286920.297329, "exc_text": null, "filename": "test.py", "funcName": "__report_result__", @@ -21498,15 +22226,16 @@ "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": 315.0, + "msecs": 297.0, "msg": "Result (%s): %s (%s)", "name": "__unittest__", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/unittest/test.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/unittest/test.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 9218.893766403198, + "relativeCreated": 9279.662343, "stack_info": null, - "thread": 140631409799232, + "taskName": null, + "thread": 140181752467712, "threadName": "MainThread" }, { @@ -21516,8 +22245,8 @@ "{'service_id': 17, 'data_id': 34, 'status': 0, 'data': 'msg1_data_to_be_transfered'}", "" ], - "asctime": "2025-03-23 16:47:05,315", - "created": 1742744825.3154378, + "asctime": "2025-08-15 21:42:00,297", + "created": 1755286920.2973995, "exc_text": null, "filename": "test.py", "funcName": "__report_expectation__", @@ -21526,34 +22255,36 @@ "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": 315.0, + "msecs": 297.0, "msg": "Expectation (%s): result %s %s (%s)", "name": "__unittest__", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/unittest/test.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/unittest/test.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 9219.124555587769, + "relativeCreated": 9279.732979, "stack_info": null, - "thread": 140631409799232, + "taskName": null, + "thread": 140181752467712, "threadName": "MainThread" } ], - "msecs": 315.0, + "msecs": 297.0, "msg": "Received message on server side is correct (Content %s and Type is %s).", "name": "__tLogger__", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/unittest/test.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/unittest/test.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 9219.342708587646, + "relativeCreated": 9279.800026, "stack_info": null, - "thread": 140631409799232, + "taskName": null, + "thread": 140181752467712, "threadName": "MainThread", - "time_consumption": 0.0002181529998779297 + "time_consumption": 6.699562072753906e-05 }, { "args": [], - "asctime": "2025-03-23 16:47:05,617", - "created": 1742744825.617932, + "asctime": "2025-08-15 21:42:00,599", + "created": 1755286920.5998785, "exc_text": null, "filename": "test_communication.py", "funcName": "auth_whitelist_communication", @@ -21570,25 +22301,26 @@ "status: service or data unknown", "'msg2_data_to_be_transfered'" ], - "asctime": "2025-03-23 16:47:05,316", - "created": 1742744825.3160462, + "asctime": "2025-08-15 21:42:00,297", + "created": 1755286920.2976015, "exc_text": null, "filename": "__init__.py", "funcName": "send", "levelname": "WARNING", "levelno": 30, - "lineno": 756, + "lineno": 749, "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": 316.0, + "msecs": 297.0, "msg": "%s Authentification is required. TX-Message %s, %s, data: %s will be ignored.", "name": "socket_protocol.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/socket_protocol/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/socket_protocol/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 9219.732999801636, + "relativeCreated": 9279.934945, "stack_info": null, - "thread": 140631409799232, + "taskName": null, + "thread": 140181752467712, "threadName": "MainThread" }, { @@ -21598,47 +22330,49 @@ "17", "35" ], - "asctime": "2025-03-23 16:47:05,617", - "created": 1742744825.6175385, + "asctime": "2025-08-15 21:42:00,599", + "created": 1755286920.599564, "exc_text": null, "filename": "__init__.py", "funcName": "receive", "levelname": "WARNING", "levelno": 30, - "lineno": 687, + "lineno": 680, "message": "prot-client: TIMEOUT (0.28705533596837945s): Requested data (service_id: 17; data_id: 35) not in buffer.", "module": "__init__", - "msecs": 617.0, + "msecs": 599.0, "msg": "%s TIMEOUT (%ss): Requested data (service_id: %s; data_id: %s) not in buffer.", "name": "socket_protocol.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/socket_protocol/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/socket_protocol/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 9521.225214004517, + "relativeCreated": 9581.897542, "stack_info": null, - "thread": 140631409799232, + "taskName": null, + "thread": 140181752467712, "threadName": "MainThread" } ], - "msecs": 617.0, + "msecs": 599.0, "msg": "Transfering a message server -> client", "name": "__tLogger__", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/tests/test_communication.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/tests/test_communication.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 9521.618843078613, + "relativeCreated": 9582.212054, "stack_info": null, - "thread": 140631409799232, + "taskName": null, + "thread": 140181752467712, "threadName": "MainThread", - "time_consumption": 0.0003936290740966797 + "time_consumption": 0.00031447410583496094 }, { "args": [ "False", "" ], - "asctime": "2025-03-23 16:47:05,618", - "created": 1742744825.618967, + "asctime": "2025-08-15 21:42:00,600", + "created": 1755286920.6006265, "exc_text": null, "filename": "test.py", "funcName": "equivalency_chk", @@ -21654,8 +22388,8 @@ "False", "" ], - "asctime": "2025-03-23 16:47:05,618", - "created": 1742744825.618452, + "asctime": "2025-08-15 21:42:00,600", + "created": 1755286920.6002717, "exc_text": null, "filename": "test.py", "funcName": "__report_result__", @@ -21664,15 +22398,16 @@ "lineno": 22, "message": "Result (Returnvalue of Server send Method): False ()", "module": "test", - "msecs": 618.0, + "msecs": 600.0, "msg": "Result (%s): %s (%s)", "name": "__unittest__", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/unittest/test.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/unittest/test.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 9522.138833999634, + "relativeCreated": 9582.605077, "stack_info": null, - "thread": 140631409799232, + "taskName": null, + "thread": 140181752467712, "threadName": "MainThread" }, { @@ -21682,8 +22417,8 @@ "False", "" ], - "asctime": "2025-03-23 16:47:05,618", - "created": 1742744825.618705, + "asctime": "2025-08-15 21:42:00,600", + "created": 1755286920.600463, "exc_text": null, "filename": "test.py", "funcName": "__report_expectation__", @@ -21692,37 +22427,39 @@ "lineno": 26, "message": "Expectation (Returnvalue of Server send Method): result = False ()", "module": "test", - "msecs": 618.0, + "msecs": 600.0, "msg": "Expectation (%s): result %s %s (%s)", "name": "__unittest__", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/unittest/test.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/unittest/test.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 9522.39179611206, + "relativeCreated": 9582.79627, "stack_info": null, - "thread": 140631409799232, + "taskName": null, + "thread": 140181752467712, "threadName": "MainThread" } ], - "msecs": 618.0, + "msecs": 600.0, "msg": "Returnvalue of Server send Method is correct (Content %s and Type is %s).", "name": "__tLogger__", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/unittest/test.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/unittest/test.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 9522.653818130493, + "relativeCreated": 9582.959778, "stack_info": null, - "thread": 140631409799232, + "taskName": null, + "thread": 140181752467712, "threadName": "MainThread", - "time_consumption": 0.0002620220184326172 + "time_consumption": 0.00016355514526367188 }, { "args": [ "None", "" ], - "asctime": "2025-03-23 16:47:05,619", - "created": 1742744825.6197672, + "asctime": "2025-08-15 21:42:00,601", + "created": 1755286920.6011827, "exc_text": null, "filename": "test.py", "funcName": "equivalency_chk", @@ -21738,8 +22475,8 @@ "None", "" ], - "asctime": "2025-03-23 16:47:05,619", - "created": 1742744825.6193268, + "asctime": "2025-08-15 21:42:00,600", + "created": 1755286920.600879, "exc_text": null, "filename": "test.py", "funcName": "__report_result__", @@ -21748,15 +22485,16 @@ "lineno": 22, "message": "Result (Received message on client side): None ()", "module": "test", - "msecs": 619.0, + "msecs": 600.0, "msg": "Result (%s): %s (%s)", "name": "__unittest__", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/unittest/test.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/unittest/test.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 9523.013591766357, + "relativeCreated": 9583.212306, "stack_info": null, - "thread": 140631409799232, + "taskName": null, + "thread": 140181752467712, "threadName": "MainThread" }, { @@ -21766,8 +22504,8 @@ "None", "" ], - "asctime": "2025-03-23 16:47:05,619", - "created": 1742744825.6195421, + "asctime": "2025-08-15 21:42:00,601", + "created": 1755286920.601035, "exc_text": null, "filename": "test.py", "funcName": "__report_expectation__", @@ -21776,37 +22514,39 @@ "lineno": 26, "message": "Expectation (Received message on client side): result = None ()", "module": "test", - "msecs": 619.0, + "msecs": 601.0, "msg": "Expectation (%s): result %s %s (%s)", "name": "__unittest__", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/unittest/test.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/unittest/test.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 9523.228883743286, + "relativeCreated": 9583.368516, "stack_info": null, - "thread": 140631409799232, + "taskName": null, + "thread": 140181752467712, "threadName": "MainThread" } ], - "msecs": 619.0, + "msecs": 601.0, "msg": "Received message on client side is correct (Content %s and Type is %s).", "name": "__tLogger__", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/unittest/test.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/unittest/test.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 9523.453950881958, + "relativeCreated": 9583.516172, "stack_info": null, - "thread": 140631409799232, + "taskName": null, + "thread": 140181752467712, "threadName": "MainThread", - "time_consumption": 0.000225067138671875 + "time_consumption": 0.0001475811004638672 }, { "args": [ 17, 35 ], - "asctime": "2025-03-23 16:47:05,620", - "created": 1742744825.6204476, + "asctime": "2025-08-15 21:42:00,601", + "created": 1755286920.6018136, "exc_text": null, "filename": "test_communication.py", "funcName": "auth_whitelist_communication", @@ -21821,25 +22561,26 @@ "prot-client:", "service: 17, data_id: 35" ], - "asctime": "2025-03-23 16:47:05,620", - "created": 1742744825.6201541, + "asctime": "2025-08-15 21:42:00,601", + "created": 1755286920.601475, "exc_text": null, "filename": "__init__.py", "funcName": "add_msg_to_auth_whitelist_", "levelname": "DEBUG", "levelno": 10, - "lineno": 571, + "lineno": 564, "message": "prot-client: Adding Message (service: 17, data_id: 35) to the authentification whitelist", "module": "__init__", - "msecs": 620.0, + "msecs": 601.0, "msg": "%s Adding Message (%s) to the authentification whitelist", "name": "socket_protocol.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/socket_protocol/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/socket_protocol/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 9523.84090423584, + "relativeCreated": 9583.80852, "stack_info": null, - "thread": 140631409799232, + "taskName": null, + "thread": 140181752467712, "threadName": "MainThread" }, { @@ -21847,44 +22588,46 @@ "prot-server:", "service: 17, data_id: 35" ], - "asctime": "2025-03-23 16:47:05,620", - "created": 1742744825.620387, + "asctime": "2025-08-15 21:42:00,601", + "created": 1755286920.6016636, "exc_text": null, "filename": "__init__.py", "funcName": "add_msg_to_auth_whitelist_", "levelname": "DEBUG", "levelno": 10, - "lineno": 571, + "lineno": 564, "message": "prot-server: Adding Message (service: 17, data_id: 35) to the authentification whitelist", "module": "__init__", - "msecs": 620.0, + "msecs": 601.0, "msg": "%s Adding Message (%s) to the authentification whitelist", "name": "socket_protocol.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/socket_protocol/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/socket_protocol/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 9524.073839187622, + "relativeCreated": 9583.997044, "stack_info": null, - "thread": 140631409799232, + "taskName": null, + "thread": 140181752467712, "threadName": "MainThread" } ], - "msecs": 620.0, + "msecs": 601.0, "msg": "Added msg2 to client and server whitelist (sid=%d, did=%d)", "name": "__tLogger__", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/tests/test_communication.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/tests/test_communication.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 9524.134397506714, + "relativeCreated": 9584.14699, "stack_info": null, - "thread": 140631409799232, + "taskName": null, + "thread": 140181752467712, "threadName": "MainThread", - "time_consumption": 6.0558319091796875e-05 + "time_consumption": 0.0001499652862548828 }, { "args": [], - "asctime": "2025-03-23 16:47:05,821", - "created": 1742744825.8218832, + "asctime": "2025-08-15 21:42:00,804", + "created": 1755286920.8042862, "exc_text": null, "filename": "test_communication.py", "funcName": "auth_whitelist_communication", @@ -21902,25 +22645,26 @@ "status: okay", "'msg1_data_to_be_transfered'" ], - "asctime": "2025-03-23 16:47:05,620", - "created": 1742744825.620594, + "asctime": "2025-08-15 21:42:00,602", + "created": 1755286920.6021633, "exc_text": null, "filename": "__init__.py", "funcName": "__log_msg__", "levelname": "INFO", "levelno": 20, - "lineno": 445, + "lineno": 438, "message": "prot-client: TX -> service: 17, data_id: 34, status: okay, data: \"'msg1_data_to_be_transfered'\"", "module": "__init__", - "msecs": 620.0, + "msecs": 602.0, "msg": "%s %s %s, %s, data: \"%s\"", "name": "socket_protocol.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/socket_protocol/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/socket_protocol/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 9524.280786514282, + "relativeCreated": 9584.496569, "stack_info": null, - "thread": 140631409799232, + "taskName": null, + "thread": 140181752467712, "threadName": "MainThread" }, { @@ -21928,25 +22672,26 @@ "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": "2025-03-23 16:47:05,620", - "created": 1742744825.6209812, + "asctime": "2025-08-15 21:42:00,603", + "created": 1755286920.6030142, "exc_text": null, "filename": "__init__.py", "funcName": "__tx__", "levelname": "INFO", "levelno": 20, - "lineno": 284, + "lineno": 286, "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": 620.0, + "msecs": 603.0, "msg": "%s TX -> %s", "name": "helpers.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/helpers/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/helpers/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 9524.667978286743, + "relativeCreated": 9585.347705, "stack_info": null, - "thread": 140630760081088, + "taskName": null, + "thread": 140180954543808, "threadName": "Thread-11 (_start)" }, { @@ -21954,25 +22699,26 @@ "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": "2025-03-23 16:47:05,629", - "created": 1742744825.6293175, + "asctime": "2025-08-15 21:42:00,611", + "created": 1755286920.61151, "exc_text": null, "filename": "__init__.py", "funcName": "__rx__", "levelname": "DEBUG", "levelno": 10, - "lineno": 414, + "lineno": 416, "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": 629.0, + "msecs": 611.0, "msg": "%s RX <- %s", "name": "helpers.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/helpers/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/helpers/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 9533.00428390503, + "relativeCreated": 9593.843472, "stack_info": null, - "thread": 140630760081088, + "taskName": null, + "thread": 140180954543808, "threadName": "Thread-11 (_start)" }, { @@ -21980,25 +22726,26 @@ "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": "2025-03-23 16:47:05,629", - "created": 1742744825.6297033, + "asctime": "2025-08-15 21:42:00,612", + "created": 1755286920.6121287, "exc_text": null, "filename": "__init__.py", "funcName": "__tx__", "levelname": "INFO", "levelno": 20, - "lineno": 284, + "lineno": 286, "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": 629.0, + "msecs": 612.0, "msg": "%s TX -> %s", "name": "helpers.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/helpers/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/helpers/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 9533.390045166016, + "relativeCreated": 9594.462224, "stack_info": null, - "thread": 140630760081088, + "taskName": null, + "thread": 140180954543808, "threadName": "Thread-11 (_start)" }, { @@ -22006,25 +22753,26 @@ "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": "2025-03-23 16:47:05,634", - "created": 1742744825.6340892, + "asctime": "2025-08-15 21:42:00,616", + "created": 1755286920.6167982, "exc_text": null, "filename": "__init__.py", "funcName": "__rx__", "levelname": "DEBUG", "levelno": 10, - "lineno": 414, + "lineno": 416, "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": 634.0, + "msecs": 616.0, "msg": "%s RX <- %s", "name": "helpers.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/helpers/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/helpers/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 9537.775993347168, + "relativeCreated": 9599.131687, "stack_info": null, - "thread": 140630760081088, + "taskName": null, + "thread": 140180954543808, "threadName": "Thread-11 (_start)" }, { @@ -22035,72 +22783,75 @@ "status: okay", "'msg1_data_to_be_transfered'" ], - "asctime": "2025-03-23 16:47:05,634", - "created": 1742744825.6346433, + "asctime": "2025-08-15 21:42:00,617", + "created": 1755286920.6175916, "exc_text": null, "filename": "__init__.py", "funcName": "__log_msg__", "levelname": "INFO", "levelno": 20, - "lineno": 445, + "lineno": 438, "message": "prot-server: RX <- service: 17, data_id: 34, status: okay, data: \"'msg1_data_to_be_transfered'\"", "module": "__init__", - "msecs": 634.0, + "msecs": 617.0, "msg": "%s %s %s, %s, data: \"%s\"", "name": "socket_protocol.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/socket_protocol/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/socket_protocol/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 9538.330078125, + "relativeCreated": 9599.924943, "stack_info": null, - "thread": 140630760081088, + "taskName": null, + "thread": 140180954543808, "threadName": "Thread-11 (_start)" }, { "args": [ "prot-server:" ], - "asctime": "2025-03-23 16:47:05,634", - "created": 1742744825.6348076, + "asctime": "2025-08-15 21:42:00,617", + "created": 1755286920.6178768, "exc_text": null, "filename": "__init__.py", "funcName": "__buffer_received_data__", "levelname": "DEBUG", "levelno": 10, - "lineno": 392, + "lineno": 385, "message": "prot-server: Message data is stored in buffer and is now ready to be retrieved by receive method", "module": "__init__", - "msecs": 634.0, + "msecs": 617.0, "msg": "%s Message data is stored in buffer and is now ready to be retrieved by receive method", "name": "socket_protocol.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/socket_protocol/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/socket_protocol/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 9538.494348526001, + "relativeCreated": 9600.210132, "stack_info": null, - "thread": 140630760081088, + "taskName": null, + "thread": 140180954543808, "threadName": "Thread-11 (_start)" } ], - "msecs": 821.0, + "msecs": 804.0, "msg": "Transfering a message client -> server", "name": "__tLogger__", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/tests/test_communication.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/tests/test_communication.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 9725.5699634552, + "relativeCreated": 9786.619685, "stack_info": null, - "thread": 140631409799232, + "taskName": null, + "thread": 140181752467712, "threadName": "MainThread", - "time_consumption": 0.18707561492919922 + "time_consumption": 0.18640947341918945 }, { "args": [ "True", "" ], - "asctime": "2025-03-23 16:47:05,823", - "created": 1742744825.823044, + "asctime": "2025-08-15 21:42:00,805", + "created": 1755286920.8050148, "exc_text": null, "filename": "test.py", "funcName": "equivalency_chk", @@ -22116,8 +22867,8 @@ "True", "" ], - "asctime": "2025-03-23 16:47:05,822", - "created": 1742744825.8225915, + "asctime": "2025-08-15 21:42:00,804", + "created": 1755286920.8046913, "exc_text": null, "filename": "test.py", "funcName": "__report_result__", @@ -22126,15 +22877,16 @@ "lineno": 22, "message": "Result (Returnvalue of Client send Method): True ()", "module": "test", - "msecs": 822.0, + "msecs": 804.0, "msg": "Result (%s): %s (%s)", "name": "__unittest__", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/unittest/test.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/unittest/test.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 9726.278305053711, + "relativeCreated": 9787.024676, "stack_info": null, - "thread": 140631409799232, + "taskName": null, + "thread": 140181752467712, "threadName": "MainThread" }, { @@ -22144,8 +22896,8 @@ "True", "" ], - "asctime": "2025-03-23 16:47:05,822", - "created": 1742744825.8228362, + "asctime": "2025-08-15 21:42:00,804", + "created": 1755286920.8048651, "exc_text": null, "filename": "test.py", "funcName": "__report_expectation__", @@ -22154,37 +22906,39 @@ "lineno": 26, "message": "Expectation (Returnvalue of Client send Method): result = True ()", "module": "test", - "msecs": 822.0, + "msecs": 804.0, "msg": "Expectation (%s): result %s %s (%s)", "name": "__unittest__", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/unittest/test.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/unittest/test.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 9726.52292251587, + "relativeCreated": 9787.198446, "stack_info": null, - "thread": 140631409799232, + "taskName": null, + "thread": 140181752467712, "threadName": "MainThread" } ], - "msecs": 823.0, + "msecs": 805.0, "msg": "Returnvalue of Client send Method is correct (Content %s and Type is %s).", "name": "__tLogger__", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/unittest/test.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/unittest/test.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 9726.730823516846, + "relativeCreated": 9787.348289, "stack_info": null, - "thread": 140631409799232, + "taskName": null, + "thread": 140181752467712, "threadName": "MainThread", - "time_consumption": 0.0002079010009765625 + "time_consumption": 0.00014972686767578125 }, { "args": [ "{'data_id': 34, 'service_id': 17, 'status': 0, 'data': 'msg1_data_to_be_transfered'}", "" ], - "asctime": "2025-03-23 16:47:05,823", - "created": 1742744825.823766, + "asctime": "2025-08-15 21:42:00,805", + "created": 1755286920.8055387, "exc_text": null, "filename": "test.py", "funcName": "equivalency_chk", @@ -22200,8 +22954,8 @@ "{'data_id': 34, 'service_id': 17, 'status': 0, 'data': 'msg1_data_to_be_transfered'}", "" ], - "asctime": "2025-03-23 16:47:05,823", - "created": 1742744825.823369, + "asctime": "2025-08-15 21:42:00,805", + "created": 1755286920.8052487, "exc_text": null, "filename": "test.py", "funcName": "__report_result__", @@ -22210,15 +22964,16 @@ "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": 823.0, + "msecs": 805.0, "msg": "Result (%s): %s (%s)", "name": "__unittest__", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/unittest/test.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/unittest/test.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 9727.055788040161, + "relativeCreated": 9787.582248, "stack_info": null, - "thread": 140631409799232, + "taskName": null, + "thread": 140181752467712, "threadName": "MainThread" }, { @@ -22228,8 +22983,8 @@ "{'service_id': 17, 'data_id': 34, 'status': 0, 'data': 'msg1_data_to_be_transfered'}", "" ], - "asctime": "2025-03-23 16:47:05,823", - "created": 1742744825.8235717, + "asctime": "2025-08-15 21:42:00,805", + "created": 1755286920.805398, "exc_text": null, "filename": "test.py", "funcName": "__report_expectation__", @@ -22238,34 +22993,36 @@ "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": 823.0, + "msecs": 805.0, "msg": "Expectation (%s): result %s %s (%s)", "name": "__unittest__", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/unittest/test.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/unittest/test.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 9727.258443832397, + "relativeCreated": 9787.731347, "stack_info": null, - "thread": 140631409799232, + "taskName": null, + "thread": 140181752467712, "threadName": "MainThread" } ], - "msecs": 823.0, + "msecs": 805.0, "msg": "Received message on server side is correct (Content %s and Type is %s).", "name": "__tLogger__", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/unittest/test.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/unittest/test.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 9727.452754974365, + "relativeCreated": 9787.872006, "stack_info": null, - "thread": 140631409799232, + "taskName": null, + "thread": 140181752467712, "threadName": "MainThread", - "time_consumption": 0.00019431114196777344 + "time_consumption": 0.00014066696166992188 }, { "args": [], - "asctime": "2025-03-23 16:47:06,025", - "created": 1742744826.0258534, + "asctime": "2025-08-15 21:42:01,006", + "created": 1755286921.0067859, "exc_text": null, "filename": "test_communication.py", "funcName": "auth_whitelist_communication", @@ -22283,25 +23040,26 @@ "status: service or data unknown", "'msg2_data_to_be_transfered'" ], - "asctime": "2025-03-23 16:47:05,824", - "created": 1742744825.824234, + "asctime": "2025-08-15 21:42:00,805", + "created": 1755286920.8059435, "exc_text": null, "filename": "__init__.py", "funcName": "__log_msg__", "levelname": "ERROR", "levelno": 40, - "lineno": 445, + "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": 824.0, + "msecs": 805.0, "msg": "%s %s %s, %s, data: \"%s\"", "name": "socket_protocol.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/socket_protocol/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/socket_protocol/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 9727.920770645142, + "relativeCreated": 9788.276893, "stack_info": null, - "thread": 140631409799232, + "taskName": null, + "thread": 140181752467712, "threadName": "MainThread" }, { @@ -22309,25 +23067,26 @@ "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": "2025-03-23 16:47:05,825", - "created": 1742744825.8257668, + "asctime": "2025-08-15 21:42:00,806", + "created": 1755286920.8067758, "exc_text": null, "filename": "__init__.py", "funcName": "__tx__", "levelname": "INFO", "levelno": 20, - "lineno": 284, + "lineno": 286, "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": 825.0, + "msecs": 806.0, "msg": "%s TX -> %s", "name": "helpers.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/helpers/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/helpers/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 9729.453563690186, + "relativeCreated": 9789.109239, "stack_info": null, - "thread": 140630751688384, + "taskName": null, + "thread": 140180946151104, "threadName": "Thread-12 (_start)" }, { @@ -22335,25 +23094,26 @@ "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": "2025-03-23 16:47:05,834", - "created": 1742744825.8346026, + "asctime": "2025-08-15 21:42:00,815", + "created": 1755286920.8150694, "exc_text": null, "filename": "__init__.py", "funcName": "__rx__", "levelname": "DEBUG", "levelno": 10, - "lineno": 414, + "lineno": 416, "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": 834.0, + "msecs": 815.0, "msg": "%s RX <- %s", "name": "helpers.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/helpers/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/helpers/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 9738.28935623169, + "relativeCreated": 9797.402839, "stack_info": null, - "thread": 140630751688384, + "taskName": null, + "thread": 140180946151104, "threadName": "Thread-12 (_start)" }, { @@ -22361,25 +23121,26 @@ "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": "2025-03-23 16:47:05,835", - "created": 1742744825.8355021, + "asctime": "2025-08-15 21:42:00,815", + "created": 1755286920.8155298, "exc_text": null, "filename": "__init__.py", "funcName": "__tx__", "levelname": "INFO", "levelno": 20, - "lineno": 284, + "lineno": 286, "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": 835.0, + "msecs": 815.0, "msg": "%s TX -> %s", "name": "helpers.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/helpers/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/helpers/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 9739.18890953064, + "relativeCreated": 9797.863188, "stack_info": null, - "thread": 140630751688384, + "taskName": null, + "thread": 140180946151104, "threadName": "Thread-12 (_start)" }, { @@ -22387,25 +23148,26 @@ "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": "2025-03-23 16:47:05,840", - "created": 1742744825.8401306, + "asctime": "2025-08-15 21:42:00,819", + "created": 1755286920.8197935, "exc_text": null, "filename": "__init__.py", "funcName": "__rx__", "levelname": "DEBUG", "levelno": 10, - "lineno": 414, + "lineno": 416, "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": 840.0, + "msecs": 819.0, "msg": "%s RX <- %s", "name": "helpers.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/helpers/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/helpers/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 9743.817329406738, + "relativeCreated": 9802.126778, "stack_info": null, - "thread": 140630751688384, + "taskName": null, + "thread": 140180946151104, "threadName": "Thread-12 (_start)" }, { @@ -22416,72 +23178,75 @@ "status: service or data unknown", "'msg2_data_to_be_transfered'" ], - "asctime": "2025-03-23 16:47:05,841", - "created": 1742744825.841194, + "asctime": "2025-08-15 21:42:00,820", + "created": 1755286920.8203564, "exc_text": null, "filename": "__init__.py", "funcName": "__log_msg__", "levelname": "ERROR", "levelno": 40, - "lineno": 445, + "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": 841.0, + "msecs": 820.0, "msg": "%s %s %s, %s, data: \"%s\"", "name": "socket_protocol.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/socket_protocol/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/socket_protocol/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 9744.880676269531, + "relativeCreated": 9802.689726, "stack_info": null, - "thread": 140630751688384, + "taskName": null, + "thread": 140180946151104, "threadName": "Thread-12 (_start)" }, { "args": [ "prot-client:" ], - "asctime": "2025-03-23 16:47:05,841", - "created": 1742744825.8415172, + "asctime": "2025-08-15 21:42:00,820", + "created": 1755286920.8205807, "exc_text": null, "filename": "__init__.py", "funcName": "__buffer_received_data__", "levelname": "DEBUG", "levelno": 10, - "lineno": 392, + "lineno": 385, "message": "prot-client: Message data is stored in buffer and is now ready to be retrieved by receive method", "module": "__init__", - "msecs": 841.0, + "msecs": 820.0, "msg": "%s Message data is stored in buffer and is now ready to be retrieved by receive method", "name": "socket_protocol.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/socket_protocol/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/socket_protocol/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 9745.203971862793, + "relativeCreated": 9802.914158, "stack_info": null, - "thread": 140630751688384, + "taskName": null, + "thread": 140180946151104, "threadName": "Thread-12 (_start)" } ], - "msecs": 25.0, + "msecs": 6.0, "msg": "Transfering a message server -> client", "name": "__tLogger__", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/tests/test_communication.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/tests/test_communication.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 9929.540157318115, + "relativeCreated": 9989.119218, "stack_info": null, - "thread": 140631409799232, + "taskName": null, + "thread": 140181752467712, "threadName": "MainThread", - "time_consumption": 0.18433618545532227 + "time_consumption": 0.18620514869689941 }, { "args": [ "True", "" ], - "asctime": "2025-03-23 16:47:06,026", - "created": 1742744826.0269685, + "asctime": "2025-08-15 21:42:01,007", + "created": 1755286921.0073361, "exc_text": null, "filename": "test.py", "funcName": "equivalency_chk", @@ -22497,8 +23262,8 @@ "True", "" ], - "asctime": "2025-03-23 16:47:06,026", - "created": 1742744826.0264764, + "asctime": "2025-08-15 21:42:01,007", + "created": 1755286921.0070956, "exc_text": null, "filename": "test.py", "funcName": "__report_result__", @@ -22507,15 +23272,16 @@ "lineno": 22, "message": "Result (Returnvalue of Server send Method): True ()", "module": "test", - "msecs": 26.0, + "msecs": 7.0, "msg": "Result (%s): %s (%s)", "name": "__unittest__", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/unittest/test.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/unittest/test.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 9930.163145065308, + "relativeCreated": 9989.429094, "stack_info": null, - "thread": 140631409799232, + "taskName": null, + "thread": 140181752467712, "threadName": "MainThread" }, { @@ -22525,8 +23291,8 @@ "True", "" ], - "asctime": "2025-03-23 16:47:06,026", - "created": 1742744826.0267181, + "asctime": "2025-08-15 21:42:01,007", + "created": 1755286921.0072258, "exc_text": null, "filename": "test.py", "funcName": "__report_expectation__", @@ -22535,37 +23301,39 @@ "lineno": 26, "message": "Expectation (Returnvalue of Server send Method): result = True ()", "module": "test", - "msecs": 26.0, + "msecs": 7.0, "msg": "Expectation (%s): result %s %s (%s)", "name": "__unittest__", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/unittest/test.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/unittest/test.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 9930.404901504517, + "relativeCreated": 9989.559221, "stack_info": null, - "thread": 140631409799232, + "taskName": null, + "thread": 140181752467712, "threadName": "MainThread" } ], - "msecs": 26.0, + "msecs": 7.0, "msg": "Returnvalue of Server send Method is correct (Content %s and Type is %s).", "name": "__tLogger__", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/unittest/test.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/unittest/test.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 9930.655241012573, + "relativeCreated": 9989.669664, "stack_info": null, - "thread": 140631409799232, + "taskName": null, + "thread": 140181752467712, "threadName": "MainThread", - "time_consumption": 0.0002503395080566406 + "time_consumption": 0.00011038780212402344 }, { "args": [ "{'data_id': 35, 'service_id': 17, 'status': 4, 'data': 'msg2_data_to_be_transfered'}", "" ], - "asctime": "2025-03-23 16:47:06,027", - "created": 1742744826.0277011, + "asctime": "2025-08-15 21:42:01,007", + "created": 1755286921.0077374, "exc_text": null, "filename": "test.py", "funcName": "equivalency_chk", @@ -22581,8 +23349,8 @@ "{'data_id': 35, 'service_id': 17, 'status': 4, 'data': 'msg2_data_to_be_transfered'}", "" ], - "asctime": "2025-03-23 16:47:06,027", - "created": 1742744826.0273006, + "asctime": "2025-08-15 21:42:01,007", + "created": 1755286921.0075097, "exc_text": null, "filename": "test.py", "funcName": "__report_result__", @@ -22591,15 +23359,16 @@ "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": 27.0, + "msecs": 7.0, "msg": "Result (%s): %s (%s)", "name": "__unittest__", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/unittest/test.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/unittest/test.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 9930.987358093262, + "relativeCreated": 9989.843225, "stack_info": null, - "thread": 140631409799232, + "taskName": null, + "thread": 140181752467712, "threadName": "MainThread" }, { @@ -22609,8 +23378,8 @@ "{'service_id': 17, 'data_id': 35, 'status': 4, 'data': 'msg2_data_to_be_transfered'}", "" ], - "asctime": "2025-03-23 16:47:06,027", - "created": 1742744826.0275073, + "asctime": "2025-08-15 21:42:01,007", + "created": 1755286921.00762, "exc_text": null, "filename": "test.py", "funcName": "__report_expectation__", @@ -22619,63 +23388,66 @@ "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": 27.0, + "msecs": 7.0, "msg": "Expectation (%s): result %s %s (%s)", "name": "__unittest__", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/unittest/test.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/unittest/test.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 9931.194067001343, + "relativeCreated": 9989.953571, "stack_info": null, - "thread": 140631409799232, + "taskName": null, + "thread": 140181752467712, "threadName": "MainThread" } ], - "msecs": 27.0, + "msecs": 7.0, "msg": "Received message on client side is correct (Content %s and Type is %s).", "name": "__tLogger__", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/unittest/test.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/unittest/test.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 9931.387901306152, + "relativeCreated": 9990.070868, "stack_info": null, - "thread": 140631409799232, + "taskName": null, + "thread": 140181752467712, "threadName": "MainThread", - "time_consumption": 0.0001938343048095703 + "time_consumption": 0.00011730194091796875 } ], - "thread": 140631409799232, + "thread": 140181752467712, "threadName": "MainThread", - "time_consumption": 2.4866409301757812, - "time_finished": "2025-03-23 16:47:06,027", - "time_start": "2025-03-23 16:47:03,541" + "time_consumption": 2.481156587600708, + "time_finished": "2025-08-15 21:42:01,007", + "time_start": "2025-08-15 21:41:58,526" }, "REQ-0010": { "args": null, - "asctime": "2025-03-23 16:47:06,028", - "created": 1742744826.028659, + "asctime": "2025-08-15 21:42:01,008", + "created": 1755286921.008543, "exc_text": null, "filename": "__init__.py", "funcName": "testCase", "levelname": "INFO", "levelno": 20, - "lineno": 327, + "lineno": 331, "message": "REQ-0010", "module": "__init__", "moduleLogger": [], - "msecs": 28.0, + "msecs": 8.0, "msg": "REQ-0010", "name": "__tLogger__", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/report/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/report/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 9932.345867156982, + "relativeCreated": 9990.876421, "stack_info": null, + "taskName": null, "testcaseLogger": [ { "args": [], - "asctime": "2025-03-23 16:47:06,041", - "created": 1742744826.0410266, + "asctime": "2025-08-15 21:42:01,015", + "created": 1755286921.0158725, "exc_text": null, "filename": "test_helpers.py", "funcName": "set_up_socket_protocol", @@ -22689,100 +23461,104 @@ "args": [ "comm-client:" ], - "asctime": "2025-03-23 16:47:06,030", - "created": 1742744826.0307558, + "asctime": "2025-08-15 21:42:01,009", + "created": 1755286921.009416, "exc_text": null, "filename": "__init__.py", "funcName": "__clean_buffer__", "levelname": "DEBUG", "levelno": 10, - "lineno": 411, + "lineno": 413, "message": "comm-client: Cleaning up receive-buffer", "module": "__init__", - "msecs": 30.0, + "msecs": 9.0, "msg": "%s Cleaning up receive-buffer", "name": "helpers.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/helpers/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/helpers/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 9934.442520141602, + "relativeCreated": 9991.749723, "stack_info": null, - "thread": 140631409799232, + "taskName": null, + "thread": 140181752467712, "threadName": "MainThread" }, { "args": [ "comm-server:" ], - "asctime": "2025-03-23 16:47:06,031", - "created": 1742744826.03196, + "asctime": "2025-08-15 21:42:01,010", + "created": 1755286921.0100613, "exc_text": null, "filename": "__init__.py", "funcName": "__clean_buffer__", "levelname": "DEBUG", "levelno": 10, - "lineno": 411, + "lineno": 413, "message": "comm-server: Cleaning up receive-buffer", "module": "__init__", - "msecs": 31.0, + "msecs": 10.0, "msg": "%s Cleaning up receive-buffer", "name": "helpers.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/helpers/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/helpers/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 9935.646772384644, + "relativeCreated": 9992.394698, "stack_info": null, - "thread": 140631409799232, + "taskName": null, + "thread": 140181752467712, "threadName": "MainThread" }, { "args": [ "comm-server:" ], - "asctime": "2025-03-23 16:47:06,032", - "created": 1742744826.0322976, + "asctime": "2025-08-15 21:42:01,010", + "created": 1755286921.010255, "exc_text": null, "filename": "__init__.py", "funcName": "__init__", "levelname": "INFO", "levelno": 20, - "lineno": 520, + "lineno": 522, "message": "comm-server: Waiting for incomming connection", "module": "__init__", - "msecs": 32.0, + "msecs": 10.0, "msg": "%s Waiting for incomming connection", "name": "helpers.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/helpers/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/helpers/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 9935.984373092651, + "relativeCreated": 9992.58858, "stack_info": null, - "thread": 140631409799232, + "taskName": null, + "thread": 140181752467712, "threadName": "MainThread" }, { "args": [ "prot-server:" ], - "asctime": "2025-03-23 16:47:06,032", - "created": 1742744826.0327032, + "asctime": "2025-08-15 21:42:01,010", + "created": 1755286921.0105503, "exc_text": null, "filename": "__init__.py", "funcName": "__clean_receive_buffer__", "levelname": "DEBUG", "levelno": 10, - "lineno": 434, + "lineno": 427, "message": "prot-server: Cleaning up receive-buffer", "module": "__init__", - "msecs": 32.0, + "msecs": 10.0, "msg": "%s Cleaning up receive-buffer", "name": "socket_protocol.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/socket_protocol/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/socket_protocol/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 9936.389923095703, + "relativeCreated": 9992.883586, "stack_info": null, - "thread": 140631409799232, + "taskName": null, + "thread": 140181752467712, "threadName": "MainThread" }, { @@ -22791,25 +23567,26 @@ "authentification request", "authentification response" ], - "asctime": "2025-03-23 16:47:06,033", - "created": 1742744826.0333424, + "asctime": "2025-08-15 21:42:01,010", + "created": 1755286921.010735, "exc_text": null, "filename": "__init__.py", "funcName": "add_service", "levelname": "DEBUG", "levelno": 10, - "lineno": 597, + "lineno": 590, "message": "prot-server: Adding Service with Request=authentification request and Response=authentification response", "module": "__init__", - "msecs": 33.0, + "msecs": 10.0, "msg": "%s Adding Service with Request=%s and Response=%s", "name": "socket_protocol.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/socket_protocol/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/socket_protocol/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 9937.029123306274, + "relativeCreated": 9993.068479, "stack_info": null, - "thread": 140631409799232, + "taskName": null, + "thread": 140181752467712, "threadName": "MainThread" }, { @@ -22817,25 +23594,26 @@ "prot-server:", "service: authentification request, data_id: seed" ], - "asctime": "2025-03-23 16:47:06,033", - "created": 1742744826.033639, + "asctime": "2025-08-15 21:42:01,010", + "created": 1755286921.010973, "exc_text": null, "filename": "__init__.py", "funcName": "add_msg_to_auth_whitelist_", "levelname": "DEBUG", "levelno": 10, - "lineno": 571, + "lineno": 564, "message": "prot-server: Adding Message (service: authentification request, data_id: seed) to the authentification whitelist", "module": "__init__", - "msecs": 33.0, + "msecs": 10.0, "msg": "%s Adding Message (%s) to the authentification whitelist", "name": "socket_protocol.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/socket_protocol/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/socket_protocol/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 9937.325716018677, + "relativeCreated": 9993.30641, "stack_info": null, - "thread": 140631409799232, + "taskName": null, + "thread": 140181752467712, "threadName": "MainThread" }, { @@ -22843,25 +23621,26 @@ "prot-server:", "service: authentification response, data_id: seed" ], - "asctime": "2025-03-23 16:47:06,033", - "created": 1742744826.033856, + "asctime": "2025-08-15 21:42:01,011", + "created": 1755286921.011111, "exc_text": null, "filename": "__init__.py", "funcName": "add_msg_to_auth_whitelist_", "levelname": "DEBUG", "levelno": 10, - "lineno": 571, + "lineno": 564, "message": "prot-server: Adding Message (service: authentification response, data_id: seed) to the authentification whitelist", "module": "__init__", - "msecs": 33.0, + "msecs": 11.0, "msg": "%s Adding Message (%s) to the authentification whitelist", "name": "socket_protocol.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/socket_protocol/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/socket_protocol/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 9937.54267692566, + "relativeCreated": 9993.444436, "stack_info": null, - "thread": 140631409799232, + "taskName": null, + "thread": 140181752467712, "threadName": "MainThread" }, { @@ -22869,25 +23648,26 @@ "prot-server:", "service: authentification request, data_id: key" ], - "asctime": "2025-03-23 16:47:06,034", - "created": 1742744826.0340798, + "asctime": "2025-08-15 21:42:01,011", + "created": 1755286921.01122, "exc_text": null, "filename": "__init__.py", "funcName": "add_msg_to_auth_whitelist_", "levelname": "DEBUG", "levelno": 10, - "lineno": 571, + "lineno": 564, "message": "prot-server: Adding Message (service: authentification request, data_id: key) to the authentification whitelist", "module": "__init__", - "msecs": 34.0, + "msecs": 11.0, "msg": "%s Adding Message (%s) to the authentification whitelist", "name": "socket_protocol.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/socket_protocol/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/socket_protocol/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 9937.766551971436, + "relativeCreated": 9993.553477, "stack_info": null, - "thread": 140631409799232, + "taskName": null, + "thread": 140181752467712, "threadName": "MainThread" }, { @@ -22895,25 +23675,26 @@ "prot-server:", "service: authentification response, data_id: key" ], - "asctime": "2025-03-23 16:47:06,034", - "created": 1742744826.0342839, + "asctime": "2025-08-15 21:42:01,011", + "created": 1755286921.0113218, "exc_text": null, "filename": "__init__.py", "funcName": "add_msg_to_auth_whitelist_", "levelname": "DEBUG", "levelno": 10, - "lineno": 571, + "lineno": 564, "message": "prot-server: Adding Message (service: authentification response, data_id: key) to the authentification whitelist", "module": "__init__", - "msecs": 34.0, + "msecs": 11.0, "msg": "%s Adding Message (%s) to the authentification whitelist", "name": "socket_protocol.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/socket_protocol/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/socket_protocol/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 9937.970638275146, + "relativeCreated": 9993.655263, "stack_info": null, - "thread": 140631409799232, + "taskName": null, + "thread": 140181752467712, "threadName": "MainThread" }, { @@ -22923,25 +23704,26 @@ "0", "0" ], - "asctime": "2025-03-23 16:47:06,034", - "created": 1742744826.0344982, + "asctime": "2025-08-15 21:42:01,011", + "created": 1755286921.0114384, "exc_text": null, "filename": "__init__.py", "funcName": "add", "levelname": "DEBUG", "levelno": 10, - "lineno": 172, + "lineno": 169, "message": "prot-server: Adding callback '__authentificate_create_seed__' for SID=0 and DID=0", "module": "__init__", - "msecs": 34.0, + "msecs": 11.0, "msg": "%s Adding callback %s for SID=%s and DID=%s", "name": "socket_protocol.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/socket_protocol/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/socket_protocol/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 9938.184976577759, + "relativeCreated": 9993.771879, "stack_info": null, - "thread": 140631409799232, + "taskName": null, + "thread": 140181752467712, "threadName": "MainThread" }, { @@ -22951,25 +23733,26 @@ "1", "0" ], - "asctime": "2025-03-23 16:47:06,034", - "created": 1742744826.0347145, + "asctime": "2025-08-15 21:42:01,011", + "created": 1755286921.0115619, "exc_text": null, "filename": "__init__.py", "funcName": "add", "levelname": "DEBUG", "levelno": 10, - "lineno": 172, + "lineno": 169, "message": "prot-server: Adding callback '__authentificate_create_key__' for SID=1 and DID=0", "module": "__init__", - "msecs": 34.0, + "msecs": 11.0, "msg": "%s Adding callback %s for SID=%s and DID=%s", "name": "socket_protocol.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/socket_protocol/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/socket_protocol/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 9938.401222229004, + "relativeCreated": 9993.895481, "stack_info": null, - "thread": 140631409799232, + "taskName": null, + "thread": 140181752467712, "threadName": "MainThread" }, { @@ -22979,25 +23762,26 @@ "0", "1" ], - "asctime": "2025-03-23 16:47:06,034", - "created": 1742744826.0349193, + "asctime": "2025-08-15 21:42:01,011", + "created": 1755286921.0116744, "exc_text": null, "filename": "__init__.py", "funcName": "add", "levelname": "DEBUG", "levelno": 10, - "lineno": 172, + "lineno": 169, "message": "prot-server: Adding callback '__authentificate_check_key__' for SID=0 and DID=1", "module": "__init__", - "msecs": 34.0, + "msecs": 11.0, "msg": "%s Adding callback %s for SID=%s and DID=%s", "name": "socket_protocol.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/socket_protocol/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/socket_protocol/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 9938.606023788452, + "relativeCreated": 9994.007848, "stack_info": null, - "thread": 140631409799232, + "taskName": null, + "thread": 140181752467712, "threadName": "MainThread" }, { @@ -23007,50 +23791,52 @@ "1", "1" ], - "asctime": "2025-03-23 16:47:06,035", - "created": 1742744826.0351238, + "asctime": "2025-08-15 21:42:01,011", + "created": 1755286921.011817, "exc_text": null, "filename": "__init__.py", "funcName": "add", "levelname": "DEBUG", "levelno": 10, - "lineno": 172, + "lineno": 169, "message": "prot-server: Adding callback '__authentificate_process_feedback__' for SID=1 and DID=1", "module": "__init__", - "msecs": 35.0, + "msecs": 11.0, "msg": "%s Adding callback %s for SID=%s and DID=%s", "name": "socket_protocol.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/socket_protocol/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/socket_protocol/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 9938.810586929321, + "relativeCreated": 9994.150296, "stack_info": null, - "thread": 140631409799232, + "taskName": null, + "thread": 140181752467712, "threadName": "MainThread" }, { "args": [ "prot-server:" ], - "asctime": "2025-03-23 16:47:06,035", - "created": 1742744826.0353057, + "asctime": "2025-08-15 21:42:01,011", + "created": 1755286921.0119348, "exc_text": null, "filename": "__init__.py", "funcName": "__authentification_state_reset__", "levelname": "INFO", "levelno": 20, - "lineno": 380, + "lineno": 373, "message": "prot-server: Resetting authentification state to AUTH_STATE_UNTRUSTED_CONNECTION", "module": "__init__", - "msecs": 35.0, + "msecs": 11.0, "msg": "%s Resetting authentification state to AUTH_STATE_UNTRUSTED_CONNECTION", "name": "socket_protocol.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/socket_protocol/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/socket_protocol/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 9938.992500305176, + "relativeCreated": 9994.268194, "stack_info": null, - "thread": 140631409799232, + "taskName": null, + "thread": 140181752467712, "threadName": "MainThread" }, { @@ -23059,25 +23845,26 @@ "channel name request", "channel name response" ], - "asctime": "2025-03-23 16:47:06,035", - "created": 1742744826.0355048, + "asctime": "2025-08-15 21:42:01,012", + "created": 1755286921.0120513, "exc_text": null, "filename": "__init__.py", "funcName": "add_service", "levelname": "DEBUG", "levelno": 10, - "lineno": 597, + "lineno": 590, "message": "prot-server: Adding Service with Request=channel name request and Response=channel name response", "module": "__init__", - "msecs": 35.0, + "msecs": 12.0, "msg": "%s Adding Service with Request=%s and Response=%s", "name": "socket_protocol.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/socket_protocol/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/socket_protocol/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 9939.191579818726, + "relativeCreated": 9994.384778, "stack_info": null, - "thread": 140631409799232, + "taskName": null, + "thread": 140181752467712, "threadName": "MainThread" }, { @@ -23085,25 +23872,26 @@ "prot-server:", "service: channel name request, data_id: name" ], - "asctime": "2025-03-23 16:47:06,035", - "created": 1742744826.0357192, + "asctime": "2025-08-15 21:42:01,012", + "created": 1755286921.0121982, "exc_text": null, "filename": "__init__.py", "funcName": "add_msg_to_auth_whitelist_", "levelname": "DEBUG", "levelno": 10, - "lineno": 571, + "lineno": 564, "message": "prot-server: Adding Message (service: channel name request, data_id: name) to the authentification whitelist", "module": "__init__", - "msecs": 35.0, + "msecs": 12.0, "msg": "%s Adding Message (%s) to the authentification whitelist", "name": "socket_protocol.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/socket_protocol/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/socket_protocol/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 9939.405918121338, + "relativeCreated": 9994.531563, "stack_info": null, - "thread": 140631409799232, + "taskName": null, + "thread": 140181752467712, "threadName": "MainThread" }, { @@ -23111,25 +23899,26 @@ "prot-server:", "service: channel name response, data_id: name" ], - "asctime": "2025-03-23 16:47:06,035", - "created": 1742744826.035911, + "asctime": "2025-08-15 21:42:01,012", + "created": 1755286921.012306, "exc_text": null, "filename": "__init__.py", "funcName": "add_msg_to_auth_whitelist_", "levelname": "DEBUG", "levelno": 10, - "lineno": 571, + "lineno": 564, "message": "prot-server: Adding Message (service: channel name response, data_id: name) to the authentification whitelist", "module": "__init__", - "msecs": 35.0, + "msecs": 12.0, "msg": "%s Adding Message (%s) to the authentification whitelist", "name": "socket_protocol.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/socket_protocol/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/socket_protocol/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 9939.597845077515, + "relativeCreated": 9994.639485, "stack_info": null, - "thread": 140631409799232, + "taskName": null, + "thread": 140181752467712, "threadName": "MainThread" }, { @@ -23139,25 +23928,26 @@ "8", "0" ], - "asctime": "2025-03-23 16:47:06,036", - "created": 1742744826.036115, + "asctime": "2025-08-15 21:42:01,012", + "created": 1755286921.0124266, "exc_text": null, "filename": "__init__.py", "funcName": "add", "levelname": "DEBUG", "levelno": 10, - "lineno": 172, + "lineno": 169, "message": "prot-server: Adding callback '__channel_name_request__' for SID=8 and DID=0", "module": "__init__", - "msecs": 36.0, + "msecs": 12.0, "msg": "%s Adding callback %s for SID=%s and DID=%s", "name": "socket_protocol.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/socket_protocol/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/socket_protocol/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 9939.801692962646, + "relativeCreated": 9994.759913, "stack_info": null, - "thread": 140631409799232, + "taskName": null, + "thread": 140181752467712, "threadName": "MainThread" }, { @@ -23167,25 +23957,26 @@ "9", "0" ], - "asctime": "2025-03-23 16:47:06,036", - "created": 1742744826.0363185, + "asctime": "2025-08-15 21:42:01,012", + "created": 1755286921.0126264, "exc_text": null, "filename": "__init__.py", "funcName": "add", "levelname": "DEBUG", "levelno": 10, - "lineno": 172, + "lineno": 169, "message": "prot-server: Adding callback '__channel_name_response__' for SID=9 and DID=0", "module": "__init__", - "msecs": 36.0, + "msecs": 12.0, "msg": "%s Adding callback %s for SID=%s and DID=%s", "name": "socket_protocol.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/socket_protocol/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/socket_protocol/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 9940.0053024292, + "relativeCreated": 9994.959775, "stack_info": null, - "thread": 140631409799232, + "taskName": null, + "thread": 140181752467712, "threadName": "MainThread" }, { @@ -23194,25 +23985,26 @@ "read data request", "read data response" ], - "asctime": "2025-03-23 16:47:06,036", - "created": 1742744826.0365086, + "asctime": "2025-08-15 21:42:01,012", + "created": 1755286921.01274, "exc_text": null, "filename": "__init__.py", "funcName": "add_service", "levelname": "DEBUG", "levelno": 10, - "lineno": 597, + "lineno": 590, "message": "prot-server: Adding Service with Request=read data request and Response=read data response", "module": "__init__", - "msecs": 36.0, + "msecs": 12.0, "msg": "%s Adding Service with Request=%s and Response=%s", "name": "socket_protocol.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/socket_protocol/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/socket_protocol/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 9940.195322036743, + "relativeCreated": 9995.073396, "stack_info": null, - "thread": 140631409799232, + "taskName": null, + "thread": 140181752467712, "threadName": "MainThread" }, { @@ -23221,25 +24013,26 @@ "write data request", "write data response" ], - "asctime": "2025-03-23 16:47:06,036", - "created": 1742744826.0366955, + "asctime": "2025-08-15 21:42:01,012", + "created": 1755286921.012842, "exc_text": null, "filename": "__init__.py", "funcName": "add_service", "levelname": "DEBUG", "levelno": 10, - "lineno": 597, + "lineno": 590, "message": "prot-server: Adding Service with Request=write data request and Response=write data response", "module": "__init__", - "msecs": 36.0, + "msecs": 12.0, "msg": "%s Adding Service with Request=%s and Response=%s", "name": "socket_protocol.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/socket_protocol/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/socket_protocol/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 9940.382242202759, + "relativeCreated": 9995.175361, "stack_info": null, - "thread": 140631409799232, + "taskName": null, + "thread": 140181752467712, "threadName": "MainThread" }, { @@ -23248,75 +24041,78 @@ "execute request", "execute response" ], - "asctime": "2025-03-23 16:47:06,036", - "created": 1742744826.0368774, + "asctime": "2025-08-15 21:42:01,012", + "created": 1755286921.0129416, "exc_text": null, "filename": "__init__.py", "funcName": "add_service", "levelname": "DEBUG", "levelno": 10, - "lineno": 597, + "lineno": 590, "message": "prot-server: Adding Service with Request=execute request and Response=execute response", "module": "__init__", - "msecs": 36.0, + "msecs": 12.0, "msg": "%s Adding Service with Request=%s and Response=%s", "name": "socket_protocol.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/socket_protocol/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/socket_protocol/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 9940.564155578613, + "relativeCreated": 9995.27497, "stack_info": null, - "thread": 140631409799232, + "taskName": null, + "thread": 140181752467712, "threadName": "MainThread" }, { "args": [ "prot-server:" ], - "asctime": "2025-03-23 16:47:06,037", - "created": 1742744826.037065, + "asctime": "2025-08-15 21:42:01,013", + "created": 1755286921.013042, "exc_text": null, "filename": "__init__.py", "funcName": "__init__", "levelname": "INFO", "levelno": 20, - "lineno": 340, + "lineno": 333, "message": "prot-server: Initialisation finished.", "module": "__init__", - "msecs": 37.0, + "msecs": 13.0, "msg": "%s Initialisation finished.", "name": "socket_protocol.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/socket_protocol/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/socket_protocol/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 9940.751791000366, + "relativeCreated": 9995.375376, "stack_info": null, - "thread": 140631409799232, + "taskName": null, + "thread": 140181752467712, "threadName": "MainThread" }, { "args": [ "prot-client:" ], - "asctime": "2025-03-23 16:47:06,037", - "created": 1742744826.0373795, + "asctime": "2025-08-15 21:42:01,013", + "created": 1755286921.0132763, "exc_text": null, "filename": "__init__.py", "funcName": "__clean_receive_buffer__", "levelname": "DEBUG", "levelno": 10, - "lineno": 434, + "lineno": 427, "message": "prot-client: Cleaning up receive-buffer", "module": "__init__", - "msecs": 37.0, + "msecs": 13.0, "msg": "%s Cleaning up receive-buffer", "name": "socket_protocol.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/socket_protocol/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/socket_protocol/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 9941.066265106201, + "relativeCreated": 9995.609797, "stack_info": null, - "thread": 140631409799232, + "taskName": null, + "thread": 140181752467712, "threadName": "MainThread" }, { @@ -23325,25 +24121,26 @@ "authentification request", "authentification response" ], - "asctime": "2025-03-23 16:47:06,037", - "created": 1742744826.03757, + "asctime": "2025-08-15 21:42:01,013", + "created": 1755286921.013464, "exc_text": null, "filename": "__init__.py", "funcName": "add_service", "levelname": "DEBUG", "levelno": 10, - "lineno": 597, + "lineno": 590, "message": "prot-client: Adding Service with Request=authentification request and Response=authentification response", "module": "__init__", - "msecs": 37.0, + "msecs": 13.0, "msg": "%s Adding Service with Request=%s and Response=%s", "name": "socket_protocol.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/socket_protocol/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/socket_protocol/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 9941.256761550903, + "relativeCreated": 9995.797488, "stack_info": null, - "thread": 140631409799232, + "taskName": null, + "thread": 140181752467712, "threadName": "MainThread" }, { @@ -23351,25 +24148,26 @@ "prot-client:", "service: authentification request, data_id: seed" ], - "asctime": "2025-03-23 16:47:06,037", - "created": 1742744826.037782, + "asctime": "2025-08-15 21:42:01,013", + "created": 1755286921.0137038, "exc_text": null, "filename": "__init__.py", "funcName": "add_msg_to_auth_whitelist_", "levelname": "DEBUG", "levelno": 10, - "lineno": 571, + "lineno": 564, "message": "prot-client: Adding Message (service: authentification request, data_id: seed) to the authentification whitelist", "module": "__init__", - "msecs": 37.0, + "msecs": 13.0, "msg": "%s Adding Message (%s) to the authentification whitelist", "name": "socket_protocol.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/socket_protocol/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/socket_protocol/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 9941.468715667725, + "relativeCreated": 9996.03742, "stack_info": null, - "thread": 140631409799232, + "taskName": null, + "thread": 140181752467712, "threadName": "MainThread" }, { @@ -23377,25 +24175,26 @@ "prot-client:", "service: authentification response, data_id: seed" ], - "asctime": "2025-03-23 16:47:06,037", - "created": 1742744826.0379624, + "asctime": "2025-08-15 21:42:01,013", + "created": 1755286921.0138347, "exc_text": null, "filename": "__init__.py", "funcName": "add_msg_to_auth_whitelist_", "levelname": "DEBUG", "levelno": 10, - "lineno": 571, + "lineno": 564, "message": "prot-client: Adding Message (service: authentification response, data_id: seed) to the authentification whitelist", "module": "__init__", - "msecs": 37.0, + "msecs": 13.0, "msg": "%s Adding Message (%s) to the authentification whitelist", "name": "socket_protocol.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/socket_protocol/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/socket_protocol/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 9941.649198532104, + "relativeCreated": 9996.168258, "stack_info": null, - "thread": 140631409799232, + "taskName": null, + "thread": 140181752467712, "threadName": "MainThread" }, { @@ -23403,25 +24202,26 @@ "prot-client:", "service: authentification request, data_id: key" ], - "asctime": "2025-03-23 16:47:06,038", - "created": 1742744826.038195, + "asctime": "2025-08-15 21:42:01,013", + "created": 1755286921.0139594, "exc_text": null, "filename": "__init__.py", "funcName": "add_msg_to_auth_whitelist_", "levelname": "DEBUG", "levelno": 10, - "lineno": 571, + "lineno": 564, "message": "prot-client: Adding Message (service: authentification request, data_id: key) to the authentification whitelist", "module": "__init__", - "msecs": 38.0, + "msecs": 13.0, "msg": "%s Adding Message (%s) to the authentification whitelist", "name": "socket_protocol.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/socket_protocol/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/socket_protocol/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 9941.881656646729, + "relativeCreated": 9996.292846, "stack_info": null, - "thread": 140631409799232, + "taskName": null, + "thread": 140181752467712, "threadName": "MainThread" }, { @@ -23429,25 +24229,26 @@ "prot-client:", "service: authentification response, data_id: key" ], - "asctime": "2025-03-23 16:47:06,038", - "created": 1742744826.0383716, + "asctime": "2025-08-15 21:42:01,014", + "created": 1755286921.0140707, "exc_text": null, "filename": "__init__.py", "funcName": "add_msg_to_auth_whitelist_", "levelname": "DEBUG", "levelno": 10, - "lineno": 571, + "lineno": 564, "message": "prot-client: Adding Message (service: authentification response, data_id: key) to the authentification whitelist", "module": "__init__", - "msecs": 38.0, + "msecs": 14.0, "msg": "%s Adding Message (%s) to the authentification whitelist", "name": "socket_protocol.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/socket_protocol/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/socket_protocol/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 9942.058324813843, + "relativeCreated": 9996.404249, "stack_info": null, - "thread": 140631409799232, + "taskName": null, + "thread": 140181752467712, "threadName": "MainThread" }, { @@ -23457,25 +24258,26 @@ "0", "0" ], - "asctime": "2025-03-23 16:47:06,038", - "created": 1742744826.038568, + "asctime": "2025-08-15 21:42:01,014", + "created": 1755286921.0141842, "exc_text": null, "filename": "__init__.py", "funcName": "add", "levelname": "DEBUG", "levelno": 10, - "lineno": 172, + "lineno": 169, "message": "prot-client: Adding callback '__authentificate_create_seed__' for SID=0 and DID=0", "module": "__init__", - "msecs": 38.0, + "msecs": 14.0, "msg": "%s Adding callback %s for SID=%s and DID=%s", "name": "socket_protocol.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/socket_protocol/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/socket_protocol/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 9942.254781723022, + "relativeCreated": 9996.517577, "stack_info": null, - "thread": 140631409799232, + "taskName": null, + "thread": 140181752467712, "threadName": "MainThread" }, { @@ -23485,25 +24287,26 @@ "1", "0" ], - "asctime": "2025-03-23 16:47:06,038", - "created": 1742744826.0387614, + "asctime": "2025-08-15 21:42:01,014", + "created": 1755286921.0142992, "exc_text": null, "filename": "__init__.py", "funcName": "add", "levelname": "DEBUG", "levelno": 10, - "lineno": 172, + "lineno": 169, "message": "prot-client: Adding callback '__authentificate_create_key__' for SID=1 and DID=0", "module": "__init__", - "msecs": 38.0, + "msecs": 14.0, "msg": "%s Adding callback %s for SID=%s and DID=%s", "name": "socket_protocol.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/socket_protocol/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/socket_protocol/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 9942.448139190674, + "relativeCreated": 9996.632687, "stack_info": null, - "thread": 140631409799232, + "taskName": null, + "thread": 140181752467712, "threadName": "MainThread" }, { @@ -23513,25 +24316,26 @@ "0", "1" ], - "asctime": "2025-03-23 16:47:06,038", - "created": 1742744826.0389442, + "asctime": "2025-08-15 21:42:01,014", + "created": 1755286921.0144107, "exc_text": null, "filename": "__init__.py", "funcName": "add", "levelname": "DEBUG", "levelno": 10, - "lineno": 172, + "lineno": 169, "message": "prot-client: Adding callback '__authentificate_check_key__' for SID=0 and DID=1", "module": "__init__", - "msecs": 38.0, + "msecs": 14.0, "msg": "%s Adding callback %s for SID=%s and DID=%s", "name": "socket_protocol.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/socket_protocol/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/socket_protocol/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 9942.631006240845, + "relativeCreated": 9996.744318, "stack_info": null, - "thread": 140631409799232, + "taskName": null, + "thread": 140181752467712, "threadName": "MainThread" }, { @@ -23541,50 +24345,52 @@ "1", "1" ], - "asctime": "2025-03-23 16:47:06,039", - "created": 1742744826.0391254, + "asctime": "2025-08-15 21:42:01,014", + "created": 1755286921.0145266, "exc_text": null, "filename": "__init__.py", "funcName": "add", "levelname": "DEBUG", "levelno": 10, - "lineno": 172, + "lineno": 169, "message": "prot-client: Adding callback '__authentificate_process_feedback__' for SID=1 and DID=1", "module": "__init__", - "msecs": 39.0, + "msecs": 14.0, "msg": "%s Adding callback %s for SID=%s and DID=%s", "name": "socket_protocol.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/socket_protocol/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/socket_protocol/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 9942.812204360962, + "relativeCreated": 9996.860117, "stack_info": null, - "thread": 140631409799232, + "taskName": null, + "thread": 140181752467712, "threadName": "MainThread" }, { "args": [ "prot-client:" ], - "asctime": "2025-03-23 16:47:06,039", - "created": 1742744826.0392864, + "asctime": "2025-08-15 21:42:01,014", + "created": 1755286921.0147128, "exc_text": null, "filename": "__init__.py", "funcName": "__authentification_state_reset__", "levelname": "INFO", "levelno": 20, - "lineno": 380, + "lineno": 373, "message": "prot-client: Resetting authentification state to AUTH_STATE_UNTRUSTED_CONNECTION", "module": "__init__", - "msecs": 39.0, + "msecs": 14.0, "msg": "%s Resetting authentification state to AUTH_STATE_UNTRUSTED_CONNECTION", "name": "socket_protocol.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/socket_protocol/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/socket_protocol/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 9942.973136901855, + "relativeCreated": 9997.046163, "stack_info": null, - "thread": 140631409799232, + "taskName": null, + "thread": 140181752467712, "threadName": "MainThread" }, { @@ -23593,25 +24399,26 @@ "channel name request", "channel name response" ], - "asctime": "2025-03-23 16:47:06,039", - "created": 1742744826.039461, + "asctime": "2025-08-15 21:42:01,014", + "created": 1755286921.014912, "exc_text": null, "filename": "__init__.py", "funcName": "add_service", "levelname": "DEBUG", "levelno": 10, - "lineno": 597, + "lineno": 590, "message": "prot-client: Adding Service with Request=channel name request and Response=channel name response", "module": "__init__", - "msecs": 39.0, + "msecs": 14.0, "msg": "%s Adding Service with Request=%s and Response=%s", "name": "socket_protocol.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/socket_protocol/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/socket_protocol/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 9943.147659301758, + "relativeCreated": 9997.245495, "stack_info": null, - "thread": 140631409799232, + "taskName": null, + "thread": 140181752467712, "threadName": "MainThread" }, { @@ -23619,25 +24426,26 @@ "prot-client:", "service: channel name request, data_id: name" ], - "asctime": "2025-03-23 16:47:06,039", - "created": 1742744826.0396497, + "asctime": "2025-08-15 21:42:01,015", + "created": 1755286921.0150495, "exc_text": null, "filename": "__init__.py", "funcName": "add_msg_to_auth_whitelist_", "levelname": "DEBUG", "levelno": 10, - "lineno": 571, + "lineno": 564, "message": "prot-client: Adding Message (service: channel name request, data_id: name) to the authentification whitelist", "module": "__init__", - "msecs": 39.0, + "msecs": 15.0, "msg": "%s Adding Message (%s) to the authentification whitelist", "name": "socket_protocol.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/socket_protocol/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/socket_protocol/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 9943.336486816406, + "relativeCreated": 9997.382957, "stack_info": null, - "thread": 140631409799232, + "taskName": null, + "thread": 140181752467712, "threadName": "MainThread" }, { @@ -23645,25 +24453,26 @@ "prot-client:", "service: channel name response, data_id: name" ], - "asctime": "2025-03-23 16:47:06,039", - "created": 1742744826.0398467, + "asctime": "2025-08-15 21:42:01,015", + "created": 1755286921.0151553, "exc_text": null, "filename": "__init__.py", "funcName": "add_msg_to_auth_whitelist_", "levelname": "DEBUG", "levelno": 10, - "lineno": 571, + "lineno": 564, "message": "prot-client: Adding Message (service: channel name response, data_id: name) to the authentification whitelist", "module": "__init__", - "msecs": 39.0, + "msecs": 15.0, "msg": "%s Adding Message (%s) to the authentification whitelist", "name": "socket_protocol.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/socket_protocol/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/socket_protocol/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 9943.533420562744, + "relativeCreated": 9997.488618, "stack_info": null, - "thread": 140631409799232, + "taskName": null, + "thread": 140181752467712, "threadName": "MainThread" }, { @@ -23673,25 +24482,26 @@ "8", "0" ], - "asctime": "2025-03-23 16:47:06,040", - "created": 1742744826.0400238, + "asctime": "2025-08-15 21:42:01,015", + "created": 1755286921.0152617, "exc_text": null, "filename": "__init__.py", "funcName": "add", "levelname": "DEBUG", "levelno": 10, - "lineno": 172, + "lineno": 169, "message": "prot-client: Adding callback '__channel_name_request__' for SID=8 and DID=0", "module": "__init__", - "msecs": 40.0, + "msecs": 15.0, "msg": "%s Adding callback %s for SID=%s and DID=%s", "name": "socket_protocol.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/socket_protocol/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/socket_protocol/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 9943.710565567017, + "relativeCreated": 9997.595099, "stack_info": null, - "thread": 140631409799232, + "taskName": null, + "thread": 140181752467712, "threadName": "MainThread" }, { @@ -23701,25 +24511,26 @@ "9", "0" ], - "asctime": "2025-03-23 16:47:06,040", - "created": 1742744826.0402038, + "asctime": "2025-08-15 21:42:01,015", + "created": 1755286921.0153718, "exc_text": null, "filename": "__init__.py", "funcName": "add", "levelname": "DEBUG", "levelno": 10, - "lineno": 172, + "lineno": 169, "message": "prot-client: Adding callback '__channel_name_response__' for SID=9 and DID=0", "module": "__init__", - "msecs": 40.0, + "msecs": 15.0, "msg": "%s Adding callback %s for SID=%s and DID=%s", "name": "socket_protocol.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/socket_protocol/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/socket_protocol/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 9943.890571594238, + "relativeCreated": 9997.705166, "stack_info": null, - "thread": 140631409799232, + "taskName": null, + "thread": 140181752467712, "threadName": "MainThread" }, { @@ -23728,25 +24539,26 @@ "read data request", "read data response" ], - "asctime": "2025-03-23 16:47:06,040", - "created": 1742744826.040374, + "asctime": "2025-08-15 21:42:01,015", + "created": 1755286921.0154743, "exc_text": null, "filename": "__init__.py", "funcName": "add_service", "levelname": "DEBUG", "levelno": 10, - "lineno": 597, + "lineno": 590, "message": "prot-client: Adding Service with Request=read data request and Response=read data response", "module": "__init__", - "msecs": 40.0, + "msecs": 15.0, "msg": "%s Adding Service with Request=%s and Response=%s", "name": "socket_protocol.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/socket_protocol/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/socket_protocol/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 9944.060802459717, + "relativeCreated": 9997.80792, "stack_info": null, - "thread": 140631409799232, + "taskName": null, + "thread": 140181752467712, "threadName": "MainThread" }, { @@ -23755,25 +24567,26 @@ "write data request", "write data response" ], - "asctime": "2025-03-23 16:47:06,040", - "created": 1742744826.04054, + "asctime": "2025-08-15 21:42:01,015", + "created": 1755286921.0155778, "exc_text": null, "filename": "__init__.py", "funcName": "add_service", "levelname": "DEBUG", "levelno": 10, - "lineno": 597, + "lineno": 590, "message": "prot-client: Adding Service with Request=write data request and Response=write data response", "module": "__init__", - "msecs": 40.0, + "msecs": 15.0, "msg": "%s Adding Service with Request=%s and Response=%s", "name": "socket_protocol.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/socket_protocol/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/socket_protocol/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 9944.226741790771, + "relativeCreated": 9997.911308, "stack_info": null, - "thread": 140631409799232, + "taskName": null, + "thread": 140181752467712, "threadName": "MainThread" }, { @@ -23782,69 +24595,72 @@ "execute request", "execute response" ], - "asctime": "2025-03-23 16:47:06,040", - "created": 1742744826.0407062, + "asctime": "2025-08-15 21:42:01,015", + "created": 1755286921.015676, "exc_text": null, "filename": "__init__.py", "funcName": "add_service", "levelname": "DEBUG", "levelno": 10, - "lineno": 597, + "lineno": 590, "message": "prot-client: Adding Service with Request=execute request and Response=execute response", "module": "__init__", - "msecs": 40.0, + "msecs": 15.0, "msg": "%s Adding Service with Request=%s and Response=%s", "name": "socket_protocol.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/socket_protocol/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/socket_protocol/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 9944.392919540405, + "relativeCreated": 9998.009283, "stack_info": null, - "thread": 140631409799232, + "taskName": null, + "thread": 140181752467712, "threadName": "MainThread" }, { "args": [ "prot-client:" ], - "asctime": "2025-03-23 16:47:06,040", - "created": 1742744826.0408702, + "asctime": "2025-08-15 21:42:01,015", + "created": 1755286921.015775, "exc_text": null, "filename": "__init__.py", "funcName": "__init__", "levelname": "INFO", "levelno": 20, - "lineno": 340, + "lineno": 333, "message": "prot-client: Initialisation finished.", "module": "__init__", - "msecs": 40.0, + "msecs": 15.0, "msg": "%s Initialisation finished.", "name": "socket_protocol.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/socket_protocol/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/socket_protocol/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 9944.556951522827, + "relativeCreated": 9998.108524, "stack_info": null, - "thread": 140631409799232, + "taskName": null, + "thread": 140181752467712, "threadName": "MainThread" } ], - "msecs": 41.0, + "msecs": 15.0, "msg": "Setting up communication", "name": "__tLogger__", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/tests/test_helpers.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/tests/test_helpers.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 9944.713354110718, + "relativeCreated": 9998.206029, "stack_info": null, - "thread": 140631409799232, + "taskName": null, + "thread": 140181752467712, "threadName": "MainThread", - "time_consumption": 0.000156402587890625 + "time_consumption": 9.751319885253906e-05 }, { "args": [], - "asctime": "2025-03-23 16:47:06,386", - "created": 1742744826.3864202, + "asctime": "2025-08-15 21:42:01,360", + "created": 1755286921.3600867, "exc_text": null, "filename": "test_helpers.py", "funcName": "set_up_socket_protocol", @@ -23858,75 +24674,78 @@ "args": [ "comm-client:" ], - "asctime": "2025-03-23 16:47:06,041", - "created": 1742744826.0414205, + "asctime": "2025-08-15 21:42:01,016", + "created": 1755286921.0161116, "exc_text": null, "filename": "__init__.py", "funcName": "__connect__", "levelname": "INFO", "levelno": 20, - "lineno": 268, + "lineno": 270, "message": "comm-client: Connection established...", "module": "__init__", - "msecs": 41.0, + "msecs": 16.0, "msg": "%s Connection established...", "name": "helpers.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/helpers/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/helpers/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 9945.107221603394, + "relativeCreated": 9998.445071, "stack_info": null, - "thread": 140631409799232, + "taskName": null, + "thread": 140181752467712, "threadName": "MainThread" }, { "args": [ "comm-client:" ], - "asctime": "2025-03-23 16:47:06,041", - "created": 1742744826.0416026, + "asctime": "2025-08-15 21:42:01,016", + "created": 1755286921.0163016, "exc_text": null, "filename": "__init__.py", "funcName": "__clean_buffer__", "levelname": "DEBUG", "levelno": 10, - "lineno": 411, + "lineno": 413, "message": "comm-client: Cleaning up receive-buffer", "module": "__init__", - "msecs": 41.0, + "msecs": 16.0, "msg": "%s Cleaning up receive-buffer", "name": "helpers.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/helpers/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/helpers/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 9945.289373397827, + "relativeCreated": 9998.634923, "stack_info": null, - "thread": 140631409799232, + "taskName": null, + "thread": 140181752467712, "threadName": "MainThread" }, { "args": [ "prot-client:" ], - "asctime": "2025-03-23 16:47:06,042", - "created": 1742744826.0420003, + "asctime": "2025-08-15 21:42:01,016", + "created": 1755286921.0164096, "exc_text": null, "filename": "__init__.py", "funcName": "__clean_receive_buffer__", "levelname": "DEBUG", "levelno": 10, - "lineno": 434, + "lineno": 427, "message": "prot-client: Cleaning up receive-buffer", "module": "__init__", - "msecs": 42.0, + "msecs": 16.0, "msg": "%s Cleaning up receive-buffer", "name": "socket_protocol.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/socket_protocol/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/socket_protocol/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 9945.687055587769, + "relativeCreated": 9998.743064, "stack_info": null, - "thread": 140631409799232, + "taskName": null, + "thread": 140181752467712, "threadName": "MainThread" }, { @@ -23937,100 +24756,104 @@ "status: okay", "None" ], - "asctime": "2025-03-23 16:47:06,042", - "created": 1742744826.0423703, + "asctime": "2025-08-15 21:42:01,016", + "created": 1755286921.0165818, "exc_text": null, "filename": "__init__.py", "funcName": "__log_msg__", "levelname": "INFO", "levelno": 20, - "lineno": 445, + "lineno": 438, "message": "prot-client: TX -> service: channel name request, data_id: name, status: okay, data: \"None\"", "module": "__init__", - "msecs": 42.0, + "msecs": 16.0, "msg": "%s %s %s, %s, data: \"%s\"", "name": "socket_protocol.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/socket_protocol/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/socket_protocol/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 9946.057081222534, + "relativeCreated": 9998.915413, "stack_info": null, - "thread": 140631409799232, + "taskName": null, + "thread": 140181752467712, "threadName": "MainThread" }, { "args": [ "comm-server:" ], - "asctime": "2025-03-23 16:47:06,043", - "created": 1742744826.0430057, + "asctime": "2025-08-15 21:42:01,016", + "created": 1755286921.01693, "exc_text": null, "filename": "__init__.py", "funcName": "__connect__", "levelname": "INFO", "levelno": 20, - "lineno": 268, + "lineno": 270, "message": "comm-server: Connection established...", "module": "__init__", - "msecs": 43.0, + "msecs": 16.0, "msg": "%s Connection established...", "name": "helpers.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/helpers/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/helpers/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 9946.69246673584, + "relativeCreated": 9999.263395, "stack_info": null, - "thread": 140631409799232, + "taskName": null, + "thread": 140181752467712, "threadName": "MainThread" }, { "args": [ "comm-server:" ], - "asctime": "2025-03-23 16:47:06,043", - "created": 1742744826.043199, + "asctime": "2025-08-15 21:42:01,017", + "created": 1755286921.017048, "exc_text": null, "filename": "__init__.py", "funcName": "__clean_buffer__", "levelname": "DEBUG", "levelno": 10, - "lineno": 411, + "lineno": 413, "message": "comm-server: Cleaning up receive-buffer", "module": "__init__", - "msecs": 43.0, + "msecs": 17.0, "msg": "%s Cleaning up receive-buffer", "name": "helpers.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/helpers/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/helpers/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 9946.885824203491, + "relativeCreated": 9999.381216, "stack_info": null, - "thread": 140631409799232, + "taskName": null, + "thread": 140181752467712, "threadName": "MainThread" }, { "args": [ "prot-server:" ], - "asctime": "2025-03-23 16:47:06,043", - "created": 1742744826.0433776, + "asctime": "2025-08-15 21:42:01,017", + "created": 1755286921.0171528, "exc_text": null, "filename": "__init__.py", "funcName": "__clean_receive_buffer__", "levelname": "DEBUG", "levelno": 10, - "lineno": 434, + "lineno": 427, "message": "prot-server: Cleaning up receive-buffer", "module": "__init__", - "msecs": 43.0, + "msecs": 17.0, "msg": "%s Cleaning up receive-buffer", "name": "socket_protocol.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/socket_protocol/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/socket_protocol/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 9947.064399719238, + "relativeCreated": 9999.486102, "stack_info": null, - "thread": 140631409799232, + "taskName": null, + "thread": 140181752467712, "threadName": "MainThread" }, { @@ -24038,25 +24861,26 @@ "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": "2025-03-23 16:47:06,044", - "created": 1742744826.0440311, + "asctime": "2025-08-15 21:42:01,017", + "created": 1755286921.017421, "exc_text": null, "filename": "__init__.py", "funcName": "__tx__", "levelname": "INFO", "levelno": 20, - "lineno": 284, + "lineno": 286, "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": 44.0, + "msecs": 17.0, "msg": "%s TX -> %s", "name": "helpers.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/helpers/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/helpers/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 9947.717905044556, + "relativeCreated": 9999.754564, "stack_info": null, - "thread": 140630743295680, + "taskName": null, + "thread": 140180937758400, "threadName": "Thread-13 (_start)" }, { @@ -24064,25 +24888,26 @@ "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": "2025-03-23 16:47:06,052", - "created": 1742744826.0525694, + "asctime": "2025-08-15 21:42:01,025", + "created": 1755286921.0258224, "exc_text": null, "filename": "__init__.py", "funcName": "__rx__", "levelname": "DEBUG", "levelno": 10, - "lineno": 414, + "lineno": 416, "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": 52.0, + "msecs": 25.0, "msg": "%s RX <- %s", "name": "helpers.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/helpers/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/helpers/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 9956.25615119934, + "relativeCreated": 10008.156027, "stack_info": null, - "thread": 140630743295680, + "taskName": null, + "thread": 140180937758400, "threadName": "Thread-13 (_start)" }, { @@ -24090,25 +24915,26 @@ "comm-client:", "(6): 53 5e 67 0b 3a 3e" ], - "asctime": "2025-03-23 16:47:06,053", - "created": 1742744826.053304, + "asctime": "2025-08-15 21:42:01,026", + "created": 1755286921.0262907, "exc_text": null, "filename": "__init__.py", "funcName": "__tx__", "levelname": "INFO", "levelno": 20, - "lineno": 284, + "lineno": 286, "message": "comm-client: TX -> (6): 53 5e 67 0b 3a 3e", "module": "__init__", - "msecs": 53.0, + "msecs": 26.0, "msg": "%s TX -> %s", "name": "helpers.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/helpers/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/helpers/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 9956.990718841553, + "relativeCreated": 10008.624099, "stack_info": null, - "thread": 140630743295680, + "taskName": null, + "thread": 140180937758400, "threadName": "Thread-13 (_start)" }, { @@ -24116,25 +24942,26 @@ "comm-server:", "(6): 53 5e 67 0b 3a 3e" ], - "asctime": "2025-03-23 16:47:06,054", - "created": 1742744826.0544043, + "asctime": "2025-08-15 21:42:01,027", + "created": 1755286921.0273397, "exc_text": null, "filename": "__init__.py", "funcName": "__rx__", "levelname": "DEBUG", "levelno": 10, - "lineno": 414, + "lineno": 416, "message": "comm-server: RX <- (6): 53 5e 67 0b 3a 3e", "module": "__init__", - "msecs": 54.0, + "msecs": 27.0, "msg": "%s RX <- %s", "name": "helpers.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/helpers/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/helpers/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 9958.091020584106, + "relativeCreated": 10009.673134, "stack_info": null, - "thread": 140630743295680, + "taskName": null, + "thread": 140180937758400, "threadName": "Thread-13 (_start)" }, { @@ -24145,25 +24972,26 @@ "status: okay", "None" ], - "asctime": "2025-03-23 16:47:06,055", - "created": 1742744826.0551224, + "asctime": "2025-08-15 21:42:01,027", + "created": 1755286921.0277665, "exc_text": null, "filename": "__init__.py", "funcName": "__log_msg__", "levelname": "INFO", "levelno": 20, - "lineno": 445, + "lineno": 438, "message": "prot-server: RX <- service: channel name request, data_id: name, status: okay, data: \"None\"", "module": "__init__", - "msecs": 55.0, + "msecs": 27.0, "msg": "%s %s %s, %s, data: \"%s\"", "name": "socket_protocol.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/socket_protocol/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/socket_protocol/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 9958.80913734436, + "relativeCreated": 10010.100027, "stack_info": null, - "thread": 140630743295680, + "taskName": null, + "thread": 140180937758400, "threadName": "Thread-13 (_start)" }, { @@ -24171,25 +24999,26 @@ "prot-server:", "__channel_name_request__" ], - "asctime": "2025-03-23 16:47:06,055", - "created": 1742744826.0553777, + "asctime": "2025-08-15 21:42:01,027", + "created": 1755286921.0279539, "exc_text": null, "filename": "__init__.py", "funcName": "__data_available_callback__", "levelname": "DEBUG", "levelno": 10, - "lineno": 488, + "lineno": 481, "message": "prot-server: Executing callback __channel_name_request__ to process received data", "module": "__init__", - "msecs": 55.0, + "msecs": 27.0, "msg": "%s Executing callback %s to process received data", "name": "socket_protocol.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/socket_protocol/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/socket_protocol/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 9959.064483642578, + "relativeCreated": 10010.287411, "stack_info": null, - "thread": 140630743295680, + "taskName": null, + "thread": 140180937758400, "threadName": "Thread-13 (_start)" }, { @@ -24200,25 +25029,26 @@ "status: okay", "None" ], - "asctime": "2025-03-23 16:47:06,055", - "created": 1742744826.0556824, + "asctime": "2025-08-15 21:42:01,028", + "created": 1755286921.0281594, "exc_text": null, "filename": "__init__.py", "funcName": "__log_msg__", "levelname": "INFO", "levelno": 20, - "lineno": 445, + "lineno": 438, "message": "prot-server: TX -> service: channel name response, data_id: name, status: okay, data: \"None\"", "module": "__init__", - "msecs": 55.0, + "msecs": 28.0, "msg": "%s %s %s, %s, data: \"%s\"", "name": "socket_protocol.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/socket_protocol/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/socket_protocol/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 9959.36918258667, + "relativeCreated": 10010.493004, "stack_info": null, - "thread": 140630743295680, + "taskName": null, + "thread": 140180937758400, "threadName": "Thread-13 (_start)" }, { @@ -24226,25 +25056,26 @@ "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": "2025-03-23 16:47:06,056", - "created": 1742744826.0566633, + "asctime": "2025-08-15 21:42:01,028", + "created": 1755286921.028864, "exc_text": null, "filename": "__init__.py", "funcName": "__tx__", "levelname": "INFO", "levelno": 20, - "lineno": 284, + "lineno": 286, "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": 56.0, + "msecs": 28.0, "msg": "%s TX -> %s", "name": "helpers.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/helpers/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/helpers/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 9960.350036621094, + "relativeCreated": 10011.197471, "stack_info": null, - "thread": 140630734902976, + "taskName": null, + "thread": 140180929365696, "threadName": "Thread-14 (_start)" }, { @@ -24252,25 +25083,26 @@ "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": "2025-03-23 16:47:06,065", - "created": 1742744826.0652285, + "asctime": "2025-08-15 21:42:01,037", + "created": 1755286921.037301, "exc_text": null, "filename": "__init__.py", "funcName": "__rx__", "levelname": "DEBUG", "levelno": 10, - "lineno": 414, + "lineno": 416, "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": 65.0, + "msecs": 37.0, "msg": "%s RX <- %s", "name": "helpers.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/helpers/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/helpers/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 9968.915224075317, + "relativeCreated": 10019.634431, "stack_info": null, - "thread": 140630734902976, + "taskName": null, + "thread": 140180929365696, "threadName": "Thread-14 (_start)" }, { @@ -24278,25 +25110,26 @@ "comm-server:", "(6): 30 59 be 2f 3a 3e" ], - "asctime": "2025-03-23 16:47:06,065", - "created": 1742744826.06592, + "asctime": "2025-08-15 21:42:01,037", + "created": 1755286921.0379188, "exc_text": null, "filename": "__init__.py", "funcName": "__tx__", "levelname": "INFO", "levelno": 20, - "lineno": 284, + "lineno": 286, "message": "comm-server: TX -> (6): 30 59 be 2f 3a 3e", "module": "__init__", - "msecs": 65.0, + "msecs": 37.0, "msg": "%s TX -> %s", "name": "helpers.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/helpers/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/helpers/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 9969.606876373291, + "relativeCreated": 10020.252185, "stack_info": null, - "thread": 140630734902976, + "taskName": null, + "thread": 140180929365696, "threadName": "Thread-14 (_start)" }, { @@ -24304,25 +25137,26 @@ "comm-client:", "(6): 30 59 be 2f 3a 3e" ], - "asctime": "2025-03-23 16:47:06,067", - "created": 1742744826.0670285, + "asctime": "2025-08-15 21:42:01,038", + "created": 1755286921.0389535, "exc_text": null, "filename": "__init__.py", "funcName": "__rx__", "levelname": "DEBUG", "levelno": 10, - "lineno": 414, + "lineno": 416, "message": "comm-client: RX <- (6): 30 59 be 2f 3a 3e", "module": "__init__", - "msecs": 67.0, + "msecs": 38.0, "msg": "%s RX <- %s", "name": "helpers.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/helpers/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/helpers/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 9970.715284347534, + "relativeCreated": 10021.287016, "stack_info": null, - "thread": 140630734902976, + "taskName": null, + "thread": 140180929365696, "threadName": "Thread-14 (_start)" }, { @@ -24333,25 +25167,26 @@ "status: okay", "None" ], - "asctime": "2025-03-23 16:47:06,067", - "created": 1742744826.0676312, + "asctime": "2025-08-15 21:42:01,039", + "created": 1755286921.039387, "exc_text": null, "filename": "__init__.py", "funcName": "__log_msg__", "levelname": "INFO", "levelno": 20, - "lineno": 445, + "lineno": 438, "message": "prot-client: RX <- service: channel name response, data_id: name, status: okay, data: \"None\"", "module": "__init__", - "msecs": 67.0, + "msecs": 39.0, "msg": "%s %s %s, %s, data: \"%s\"", "name": "socket_protocol.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/socket_protocol/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/socket_protocol/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 9971.318006515503, + "relativeCreated": 10021.720295, "stack_info": null, - "thread": 140630734902976, + "taskName": null, + "thread": 140180929365696, "threadName": "Thread-14 (_start)" }, { @@ -24359,44 +25194,46 @@ "prot-client:", "__channel_name_response__" ], - "asctime": "2025-03-23 16:47:06,067", - "created": 1742744826.067907, + "asctime": "2025-08-15 21:42:01,039", + "created": 1755286921.0396254, "exc_text": null, "filename": "__init__.py", "funcName": "__data_available_callback__", "levelname": "DEBUG", "levelno": 10, - "lineno": 503, + "lineno": 496, "message": "prot-client: Executing callback __channel_name_response__ to process received data", "module": "__init__", - "msecs": 67.0, + "msecs": 39.0, "msg": "%s Executing callback %s to process received data", "name": "socket_protocol.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/socket_protocol/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/socket_protocol/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 9971.593856811523, + "relativeCreated": 10021.958798, "stack_info": null, - "thread": 140630734902976, + "taskName": null, + "thread": 140180929365696, "threadName": "Thread-14 (_start)" } ], - "msecs": 386.0, + "msecs": 360.0, "msg": "Connecting Server and Client", "name": "__tLogger__", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/tests/test_helpers.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/tests/test_helpers.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 10290.107011795044, + "relativeCreated": 10342.420275, "stack_info": null, - "thread": 140631409799232, + "taskName": null, + "thread": 140181752467712, "threadName": "MainThread", - "time_consumption": 0.3185131549835205 + "time_consumption": 0.3204612731933594 }, { "args": [], - "asctime": "2025-03-23 16:47:06,387", - "created": 1742744826.3871176, + "asctime": "2025-08-15 21:42:01,360", + "created": 1755286921.3602717, "exc_text": null, "filename": "test_communication.py", "funcName": "channel_name_exchange", @@ -24406,15 +25243,16 @@ "message": "Setting no Channel name for server and client", "module": "test_communication", "moduleLogger": [], - "msecs": 387.0, + "msecs": 360.0, "msg": "Setting no Channel name for server and client", "name": "__tLogger__", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/tests/test_communication.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/tests/test_communication.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 10290.804386138916, + "relativeCreated": 10342.605125, "stack_info": null, - "thread": 140631409799232, + "taskName": null, + "thread": 140181752467712, "threadName": "MainThread", "time_consumption": 0.0 }, @@ -24423,8 +25261,8 @@ "None", "" ], - "asctime": "2025-03-23 16:47:06,388", - "created": 1742744826.388021, + "asctime": "2025-08-15 21:42:01,360", + "created": 1755286921.3605137, "exc_text": null, "filename": "test.py", "funcName": "equivalency_chk", @@ -24440,8 +25278,8 @@ "None", "" ], - "asctime": "2025-03-23 16:47:06,387", - "created": 1742744826.3875415, + "asctime": "2025-08-15 21:42:01,360", + "created": 1755286921.3603947, "exc_text": null, "filename": "test.py", "funcName": "__report_result__", @@ -24450,15 +25288,16 @@ "lineno": 22, "message": "Result (Channel name of server): None ()", "module": "test", - "msecs": 387.0, + "msecs": 360.0, "msg": "Result (%s): %s (%s)", "name": "__unittest__", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/unittest/test.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/unittest/test.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 10291.228294372559, + "relativeCreated": 10342.728256, "stack_info": null, - "thread": 140631409799232, + "taskName": null, + "thread": 140181752467712, "threadName": "MainThread" }, { @@ -24468,8 +25307,8 @@ "None", "" ], - "asctime": "2025-03-23 16:47:06,387", - "created": 1742744826.38781, + "asctime": "2025-08-15 21:42:01,360", + "created": 1755286921.3604577, "exc_text": null, "filename": "test.py", "funcName": "__report_expectation__", @@ -24478,37 +25317,39 @@ "lineno": 26, "message": "Expectation (Channel name of server): result = None ()", "module": "test", - "msecs": 387.0, + "msecs": 360.0, "msg": "Expectation (%s): result %s %s (%s)", "name": "__unittest__", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/unittest/test.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/unittest/test.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 10291.496753692627, + "relativeCreated": 10342.791257, "stack_info": null, - "thread": 140631409799232, + "taskName": null, + "thread": 140181752467712, "threadName": "MainThread" } ], - "msecs": 388.0, + "msecs": 360.0, "msg": "Channel name of server is correct (Content %s and Type is %s).", "name": "__tLogger__", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/unittest/test.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/unittest/test.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 10291.707754135132, + "relativeCreated": 10342.847248, "stack_info": null, - "thread": 140631409799232, + "taskName": null, + "thread": 140181752467712, "threadName": "MainThread", - "time_consumption": 0.0002110004425048828 + "time_consumption": 5.602836608886719e-05 }, { "args": [ "None", "" ], - "asctime": "2025-03-23 16:47:06,388", - "created": 1742744826.3887334, + "asctime": "2025-08-15 21:42:01,360", + "created": 1755286921.3607202, "exc_text": null, "filename": "test.py", "funcName": "equivalency_chk", @@ -24524,8 +25365,8 @@ "None", "" ], - "asctime": "2025-03-23 16:47:06,388", - "created": 1742744826.3883471, + "asctime": "2025-08-15 21:42:01,360", + "created": 1755286921.360599, "exc_text": null, "filename": "test.py", "funcName": "__report_result__", @@ -24534,15 +25375,16 @@ "lineno": 22, "message": "Result (Channel name of client): None ()", "module": "test", - "msecs": 388.0, + "msecs": 360.0, "msg": "Result (%s): %s (%s)", "name": "__unittest__", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/unittest/test.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/unittest/test.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 10292.033910751343, + "relativeCreated": 10342.932471, "stack_info": null, - "thread": 140631409799232, + "taskName": null, + "thread": 140181752467712, "threadName": "MainThread" }, { @@ -24552,8 +25394,8 @@ "None", "" ], - "asctime": "2025-03-23 16:47:06,388", - "created": 1742744826.3885407, + "asctime": "2025-08-15 21:42:01,360", + "created": 1755286921.3606644, "exc_text": null, "filename": "test.py", "funcName": "__report_expectation__", @@ -24562,34 +25404,36 @@ "lineno": 26, "message": "Expectation (Channel name of client): result = None ()", "module": "test", - "msecs": 388.0, + "msecs": 360.0, "msg": "Expectation (%s): result %s %s (%s)", "name": "__unittest__", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/unittest/test.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/unittest/test.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 10292.227506637573, + "relativeCreated": 10342.997879, "stack_info": null, - "thread": 140631409799232, + "taskName": null, + "thread": 140181752467712, "threadName": "MainThread" } ], - "msecs": 388.0, + "msecs": 360.0, "msg": "Channel name of client is correct (Content %s and Type is %s).", "name": "__tLogger__", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/unittest/test.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/unittest/test.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 10292.420148849487, + "relativeCreated": 10343.053462, "stack_info": null, - "thread": 140631409799232, + "taskName": null, + "thread": 140181752467712, "threadName": "MainThread", - "time_consumption": 0.0001926422119140625 + "time_consumption": 5.5789947509765625e-05 }, { "args": [], - "asctime": "2025-03-23 16:47:06,389", - "created": 1742744826.3892627, + "asctime": "2025-08-15 21:42:01,360", + "created": 1755286921.3608704, "exc_text": null, "filename": "test_communication.py", "funcName": "channel_name_exchange", @@ -24599,22 +25443,23 @@ "message": "Setting different Channel names for client and Server", "module": "test_communication", "moduleLogger": [], - "msecs": 389.0, + "msecs": 360.0, "msg": "Setting different Channel names for client and Server", "name": "__tLogger__", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/tests/test_communication.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/tests/test_communication.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 10292.949438095093, + "relativeCreated": 10343.203898, "stack_info": null, - "thread": 140631409799232, + "taskName": null, + "thread": 140181752467712, "threadName": "MainThread", "time_consumption": 0.0 }, { "args": [], - "asctime": "2025-03-23 16:47:06,735", - "created": 1742744826.7354767, + "asctime": "2025-08-15 21:42:01,704", + "created": 1755286921.7046447, "exc_text": null, "filename": "test_communication.py", "funcName": "channel_name_exchange", @@ -24628,175 +25473,182 @@ "args": [ "comm-client:" ], - "asctime": "2025-03-23 16:47:06,389", - "created": 1742744826.3895802, + "asctime": "2025-08-15 21:42:01,360", + "created": 1755286921.3609676, "exc_text": null, "filename": "__init__.py", "funcName": "disconnect", "levelname": "INFO", "levelno": 20, - "lineno": 296, + "lineno": 298, "message": "comm-client: Connection Lost...", "module": "__init__", - "msecs": 389.0, + "msecs": 360.0, "msg": "%s Connection Lost...", "name": "helpers.client", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/helpers/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/helpers/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 10293.267011642456, + "relativeCreated": 10343.301194, "stack_info": null, - "thread": 140631409799232, + "taskName": null, + "thread": 140181752467712, "threadName": "MainThread" }, { "args": [ "prot-client:" ], - "asctime": "2025-03-23 16:47:06,389", - "created": 1742744826.3898199, + "asctime": "2025-08-15 21:42:01,361", + "created": 1755286921.3610384, "exc_text": null, "filename": "__init__.py", "funcName": "__authentification_state_reset__", "levelname": "INFO", "levelno": 20, - "lineno": 380, + "lineno": 373, "message": "prot-client: Resetting authentification state to AUTH_STATE_UNTRUSTED_CONNECTION", "module": "__init__", - "msecs": 389.0, + "msecs": 361.0, "msg": "%s Resetting authentification state to AUTH_STATE_UNTRUSTED_CONNECTION", "name": "socket_protocol.client", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/socket_protocol/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/socket_protocol/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 10293.506622314453, + "relativeCreated": 10343.371677, "stack_info": null, - "thread": 140631409799232, + "taskName": null, + "thread": 140181752467712, "threadName": "MainThread" }, { "args": [ "comm-server:" ], - "asctime": "2025-03-23 16:47:06,390", - "created": 1742744826.3900268, + "asctime": "2025-08-15 21:42:01,361", + "created": 1755286921.3610954, "exc_text": null, "filename": "__init__.py", "funcName": "disconnect", "levelname": "INFO", "levelno": 20, - "lineno": 296, + "lineno": 298, "message": "comm-server: Connection Lost...", "module": "__init__", - "msecs": 390.0, + "msecs": 361.0, "msg": "%s Connection Lost...", "name": "helpers.server", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/helpers/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/helpers/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 10293.713569641113, + "relativeCreated": 10343.428953, "stack_info": null, - "thread": 140631409799232, + "taskName": null, + "thread": 140181752467712, "threadName": "MainThread" }, { "args": [ "prot-server:" ], - "asctime": "2025-03-23 16:47:06,390", - "created": 1742744826.3902698, + "asctime": "2025-08-15 21:42:01,361", + "created": 1755286921.3611546, "exc_text": null, "filename": "__init__.py", "funcName": "__authentification_state_reset__", "levelname": "INFO", "levelno": 20, - "lineno": 380, + "lineno": 373, "message": "prot-server: Resetting authentification state to AUTH_STATE_UNTRUSTED_CONNECTION", "module": "__init__", - "msecs": 390.0, + "msecs": 361.0, "msg": "%s Resetting authentification state to AUTH_STATE_UNTRUSTED_CONNECTION", "name": "socket_protocol.server", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/socket_protocol/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/socket_protocol/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 10293.956518173218, + "relativeCreated": 10343.487928, "stack_info": null, - "thread": 140631409799232, + "taskName": null, + "thread": 140181752467712, "threadName": "MainThread" }, { "args": [ "comm-client:" ], - "asctime": "2025-03-23 16:47:06,390", - "created": 1742744826.390462, + "asctime": "2025-08-15 21:42:01,361", + "created": 1755286921.361211, "exc_text": null, "filename": "__init__.py", "funcName": "__connect__", "levelname": "INFO", "levelno": 20, - "lineno": 268, + "lineno": 270, "message": "comm-client: Connection established...", "module": "__init__", - "msecs": 390.0, + "msecs": 361.0, "msg": "%s Connection established...", "name": "helpers.client", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/helpers/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/helpers/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 10294.148683547974, + "relativeCreated": 10343.54465, "stack_info": null, - "thread": 140631409799232, + "taskName": null, + "thread": 140181752467712, "threadName": "MainThread" }, { "args": [ "comm-client:" ], - "asctime": "2025-03-23 16:47:06,390", - "created": 1742744826.3906684, + "asctime": "2025-08-15 21:42:01,361", + "created": 1755286921.361265, "exc_text": null, "filename": "__init__.py", "funcName": "__clean_buffer__", "levelname": "DEBUG", "levelno": 10, - "lineno": 411, + "lineno": 413, "message": "comm-client: Cleaning up receive-buffer", "module": "__init__", - "msecs": 390.0, + "msecs": 361.0, "msg": "%s Cleaning up receive-buffer", "name": "helpers.client", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/helpers/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/helpers/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 10294.355154037476, + "relativeCreated": 10343.598237, "stack_info": null, - "thread": 140631409799232, + "taskName": null, + "thread": 140181752467712, "threadName": "MainThread" }, { "args": [ "prot-client:" ], - "asctime": "2025-03-23 16:47:06,390", - "created": 1742744826.3908749, + "asctime": "2025-08-15 21:42:01,361", + "created": 1755286921.3613207, "exc_text": null, "filename": "__init__.py", "funcName": "__clean_receive_buffer__", "levelname": "DEBUG", "levelno": 10, - "lineno": 434, + "lineno": 427, "message": "prot-client: Cleaning up receive-buffer", "module": "__init__", - "msecs": 390.0, + "msecs": 361.0, "msg": "%s Cleaning up receive-buffer", "name": "socket_protocol.client", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/socket_protocol/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/socket_protocol/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 10294.561624526978, + "relativeCreated": 10343.654022, "stack_info": null, - "thread": 140631409799232, + "taskName": null, + "thread": 140181752467712, "threadName": "MainThread" }, { @@ -24807,100 +25659,104 @@ "status: okay", "'client'" ], - "asctime": "2025-03-23 16:47:06,391", - "created": 1742744826.3912003, + "asctime": "2025-08-15 21:42:01,361", + "created": 1755286921.3614135, "exc_text": null, "filename": "__init__.py", "funcName": "__log_msg__", "levelname": "INFO", "levelno": 20, - "lineno": 445, + "lineno": 438, "message": "prot-client: TX -> service: channel name request, data_id: name, status: okay, data: \"'client'\"", "module": "__init__", - "msecs": 391.0, + "msecs": 361.0, "msg": "%s %s %s, %s, data: \"%s\"", "name": "socket_protocol.client", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/socket_protocol/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/socket_protocol/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 10294.887065887451, + "relativeCreated": 10343.74677, "stack_info": null, - "thread": 140631409799232, + "taskName": null, + "thread": 140181752467712, "threadName": "MainThread" }, { "args": [ "comm-server:" ], - "asctime": "2025-03-23 16:47:06,391", - "created": 1742744826.3918905, + "asctime": "2025-08-15 21:42:01,361", + "created": 1755286921.3616066, "exc_text": null, "filename": "__init__.py", "funcName": "__connect__", "levelname": "INFO", "levelno": 20, - "lineno": 268, + "lineno": 270, "message": "comm-server: Connection established...", "module": "__init__", - "msecs": 391.0, + "msecs": 361.0, "msg": "%s Connection established...", "name": "helpers.server", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/helpers/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/helpers/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 10295.57728767395, + "relativeCreated": 10343.94009, "stack_info": null, - "thread": 140631409799232, + "taskName": null, + "thread": 140181752467712, "threadName": "MainThread" }, { "args": [ "comm-server:" ], - "asctime": "2025-03-23 16:47:06,392", - "created": 1742744826.3921232, + "asctime": "2025-08-15 21:42:01,361", + "created": 1755286921.3616714, "exc_text": null, "filename": "__init__.py", "funcName": "__clean_buffer__", "levelname": "DEBUG", "levelno": 10, - "lineno": 411, + "lineno": 413, "message": "comm-server: Cleaning up receive-buffer", "module": "__init__", - "msecs": 392.0, + "msecs": 361.0, "msg": "%s Cleaning up receive-buffer", "name": "helpers.server", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/helpers/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/helpers/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 10295.809984207153, + "relativeCreated": 10344.004742, "stack_info": null, - "thread": 140631409799232, + "taskName": null, + "thread": 140181752467712, "threadName": "MainThread" }, { "args": [ "prot-server:" ], - "asctime": "2025-03-23 16:47:06,392", - "created": 1742744826.392339, + "asctime": "2025-08-15 21:42:01,361", + "created": 1755286921.3617287, "exc_text": null, "filename": "__init__.py", "funcName": "__clean_receive_buffer__", "levelname": "DEBUG", "levelno": 10, - "lineno": 434, + "lineno": 427, "message": "prot-server: Cleaning up receive-buffer", "module": "__init__", - "msecs": 392.0, + "msecs": 361.0, "msg": "%s Cleaning up receive-buffer", "name": "socket_protocol.server", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/socket_protocol/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/socket_protocol/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 10296.02575302124, + "relativeCreated": 10344.062257, "stack_info": null, - "thread": 140631409799232, + "taskName": null, + "thread": 140181752467712, "threadName": "MainThread" }, { @@ -24908,25 +25764,26 @@ "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": "2025-03-23 16:47:06,393", - "created": 1742744826.3930616, + "asctime": "2025-08-15 21:42:01,361", + "created": 1755286921.3618824, "exc_text": null, "filename": "__init__.py", "funcName": "__tx__", "levelname": "INFO", "levelno": 20, - "lineno": 284, + "lineno": 286, "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": 393.0, + "msecs": 361.0, "msg": "%s TX -> %s", "name": "helpers.client", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/helpers/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/helpers/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 10296.748399734497, + "relativeCreated": 10344.215919, "stack_info": null, - "thread": 140630743295680, + "taskName": null, + "thread": 140180937758400, "threadName": "Thread-13 (_start)" }, { @@ -24934,25 +25791,26 @@ "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": "2025-03-23 16:47:06,401", - "created": 1742744826.4017837, + "asctime": "2025-08-15 21:42:01,370", + "created": 1755286921.3701692, "exc_text": null, "filename": "__init__.py", "funcName": "__rx__", "levelname": "DEBUG", "levelno": 10, - "lineno": 414, + "lineno": 416, "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": 401.0, + "msecs": 370.0, "msg": "%s RX <- %s", "name": "helpers.server", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/helpers/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/helpers/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 10305.47046661377, + "relativeCreated": 10352.502552, "stack_info": null, - "thread": 140630743295680, + "taskName": null, + "thread": 140180937758400, "threadName": "Thread-13 (_start)" }, { @@ -24960,25 +25818,26 @@ "comm-client:", "(10): 6e 74 22 7d ee af 7b 7e 3a 3e" ], - "asctime": "2025-03-23 16:47:06,402", - "created": 1742744826.4026954, + "asctime": "2025-08-15 21:42:01,370", + "created": 1755286921.3707724, "exc_text": null, "filename": "__init__.py", "funcName": "__tx__", "levelname": "INFO", "levelno": 20, - "lineno": 284, + "lineno": 286, "message": "comm-client: TX -> (10): 6e 74 22 7d ee af 7b 7e 3a 3e", "module": "__init__", - "msecs": 402.0, + "msecs": 370.0, "msg": "%s TX -> %s", "name": "helpers.client", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/helpers/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/helpers/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 10306.382179260254, + "relativeCreated": 10353.105966, "stack_info": null, - "thread": 140630743295680, + "taskName": null, + "thread": 140180937758400, "threadName": "Thread-13 (_start)" }, { @@ -24986,25 +25845,26 @@ "comm-server:", "(10): 6e 74 22 7d ee af 7b 7e 3a 3e" ], - "asctime": "2025-03-23 16:47:06,404", - "created": 1742744826.4045913, + "asctime": "2025-08-15 21:42:01,372", + "created": 1755286921.3723662, "exc_text": null, "filename": "__init__.py", "funcName": "__rx__", "levelname": "DEBUG", "levelno": 10, - "lineno": 414, + "lineno": 416, "message": "comm-server: RX <- (10): 6e 74 22 7d ee af 7b 7e 3a 3e", "module": "__init__", - "msecs": 404.0, + "msecs": 372.0, "msg": "%s RX <- %s", "name": "helpers.server", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/helpers/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/helpers/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 10308.27808380127, + "relativeCreated": 10354.69957, "stack_info": null, - "thread": 140630743295680, + "taskName": null, + "thread": 140180937758400, "threadName": "Thread-13 (_start)" }, { @@ -25015,25 +25875,26 @@ "status: okay", "'client'" ], - "asctime": "2025-03-23 16:47:06,405", - "created": 1742744826.4055, + "asctime": "2025-08-15 21:42:01,372", + "created": 1755286921.3728745, "exc_text": null, "filename": "__init__.py", "funcName": "__log_msg__", "levelname": "INFO", "levelno": 20, - "lineno": 445, + "lineno": 438, "message": "prot-server: RX <- service: channel name request, data_id: name, status: okay, data: \"'client'\"", "module": "__init__", - "msecs": 405.0, + "msecs": 372.0, "msg": "%s %s %s, %s, data: \"%s\"", "name": "socket_protocol.server", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/socket_protocol/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/socket_protocol/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 10309.186697006226, + "relativeCreated": 10355.207933, "stack_info": null, - "thread": 140630743295680, + "taskName": null, + "thread": 140180937758400, "threadName": "Thread-13 (_start)" }, { @@ -25041,25 +25902,26 @@ "prot-server:", "__channel_name_request__" ], - "asctime": "2025-03-23 16:47:06,405", - "created": 1742744826.405803, + "asctime": "2025-08-15 21:42:01,373", + "created": 1755286921.3730764, "exc_text": null, "filename": "__init__.py", "funcName": "__data_available_callback__", "levelname": "DEBUG", "levelno": 10, - "lineno": 488, + "lineno": 481, "message": "prot-server: Executing callback __channel_name_request__ to process received data", "module": "__init__", - "msecs": 405.0, + "msecs": 373.0, "msg": "%s Executing callback %s to process received data", "name": "socket_protocol.server", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/socket_protocol/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/socket_protocol/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 10309.489727020264, + "relativeCreated": 10355.409987, "stack_info": null, - "thread": 140630743295680, + "taskName": null, + "thread": 140180937758400, "threadName": "Thread-13 (_start)" }, { @@ -25068,25 +25930,26 @@ "'server'", "'client'" ], - "asctime": "2025-03-23 16:47:06,406", - "created": 1742744826.4062097, + "asctime": "2025-08-15 21:42:01,373", + "created": 1755286921.373317, "exc_text": null, "filename": "__init__.py", "funcName": "__channel_name_request__", "levelname": "WARNING", "levelno": 30, - "lineno": 424, + "lineno": 417, "message": "prot-server: overwriting user defined channel name from 'server' to 'client'", "module": "__init__", - "msecs": 406.0, + "msecs": 373.0, "msg": "%s overwriting user defined channel name from %s to %s", "name": "socket_protocol.client", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/socket_protocol/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/socket_protocol/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 10309.896469116211, + "relativeCreated": 10355.650557, "stack_info": null, - "thread": 140630743295680, + "taskName": null, + "thread": 140180937758400, "threadName": "Thread-13 (_start)" }, { @@ -25097,25 +25960,26 @@ "status: okay", "None" ], - "asctime": "2025-03-23 16:47:06,406", - "created": 1742744826.4065468, + "asctime": "2025-08-15 21:42:01,373", + "created": 1755286921.3735695, "exc_text": null, "filename": "__init__.py", "funcName": "__log_msg__", "levelname": "INFO", "levelno": 20, - "lineno": 445, + "lineno": 438, "message": "prot-server: TX -> service: channel name response, data_id: name, status: okay, data: \"None\"", "module": "__init__", - "msecs": 406.0, + "msecs": 373.0, "msg": "%s %s %s, %s, data: \"%s\"", "name": "socket_protocol.client", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/socket_protocol/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/socket_protocol/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 10310.23359298706, + "relativeCreated": 10355.903054, "stack_info": null, - "thread": 140630743295680, + "taskName": null, + "thread": 140180937758400, "threadName": "Thread-13 (_start)" }, { @@ -25123,25 +25987,26 @@ "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": "2025-03-23 16:47:06,407", - "created": 1742744826.4075346, + "asctime": "2025-08-15 21:42:01,374", + "created": 1755286921.3741887, "exc_text": null, "filename": "__init__.py", "funcName": "__tx__", "levelname": "INFO", "levelno": 20, - "lineno": 284, + "lineno": 286, "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": 407.0, + "msecs": 374.0, "msg": "%s TX -> %s", "name": "helpers.client", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/helpers/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/helpers/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 10311.221361160278, + "relativeCreated": 10356.52209, "stack_info": null, - "thread": 140630734902976, + "taskName": null, + "thread": 140180929365696, "threadName": "Thread-14 (_start)" }, { @@ -25149,25 +26014,26 @@ "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": "2025-03-23 16:47:06,416", - "created": 1742744826.416282, + "asctime": "2025-08-15 21:42:01,382", + "created": 1755286921.3826182, "exc_text": null, "filename": "__init__.py", "funcName": "__rx__", "levelname": "DEBUG", "levelno": 10, - "lineno": 414, + "lineno": 416, "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": 416.0, + "msecs": 382.0, "msg": "%s RX <- %s", "name": "helpers.client", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/helpers/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/helpers/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 10319.968700408936, + "relativeCreated": 10364.951679, "stack_info": null, - "thread": 140630734902976, + "taskName": null, + "thread": 140180929365696, "threadName": "Thread-14 (_start)" }, { @@ -25175,25 +26041,26 @@ "comm-server:", "(6): 30 59 be 2f 3a 3e" ], - "asctime": "2025-03-23 16:47:06,417", - "created": 1742744826.4171371, + "asctime": "2025-08-15 21:42:01,383", + "created": 1755286921.3830612, "exc_text": null, "filename": "__init__.py", "funcName": "__tx__", "levelname": "INFO", "levelno": 20, - "lineno": 284, + "lineno": 286, "message": "comm-server: TX -> (6): 30 59 be 2f 3a 3e", "module": "__init__", - "msecs": 417.0, + "msecs": 383.0, "msg": "%s TX -> %s", "name": "helpers.client", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/helpers/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/helpers/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 10320.823907852173, + "relativeCreated": 10365.394816, "stack_info": null, - "thread": 140630734902976, + "taskName": null, + "thread": 140180929365696, "threadName": "Thread-14 (_start)" }, { @@ -25201,25 +26068,26 @@ "comm-client:", "(6): 30 59 be 2f 3a 3e" ], - "asctime": "2025-03-23 16:47:06,418", - "created": 1742744826.4183142, + "asctime": "2025-08-15 21:42:01,384", + "created": 1755286921.384227, "exc_text": null, "filename": "__init__.py", "funcName": "__rx__", "levelname": "DEBUG", "levelno": 10, - "lineno": 414, + "lineno": 416, "message": "comm-client: RX <- (6): 30 59 be 2f 3a 3e", "module": "__init__", - "msecs": 418.0, + "msecs": 384.0, "msg": "%s RX <- %s", "name": "helpers.client", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/helpers/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/helpers/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 10322.000980377197, + "relativeCreated": 10366.560531, "stack_info": null, - "thread": 140630734902976, + "taskName": null, + "thread": 140180929365696, "threadName": "Thread-14 (_start)" }, { @@ -25230,25 +26098,26 @@ "status: okay", "None" ], - "asctime": "2025-03-23 16:47:06,419", - "created": 1742744826.419088, + "asctime": "2025-08-15 21:42:01,384", + "created": 1755286921.384705, "exc_text": null, "filename": "__init__.py", "funcName": "__log_msg__", "levelname": "INFO", "levelno": 20, - "lineno": 445, + "lineno": 438, "message": "prot-client: RX <- service: channel name response, data_id: name, status: okay, data: \"None\"", "module": "__init__", - "msecs": 419.0, + "msecs": 384.0, "msg": "%s %s %s, %s, data: \"%s\"", "name": "socket_protocol.client", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/socket_protocol/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/socket_protocol/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 10322.774648666382, + "relativeCreated": 10367.038365, "stack_info": null, - "thread": 140630734902976, + "taskName": null, + "thread": 140180929365696, "threadName": "Thread-14 (_start)" }, { @@ -25256,47 +26125,49 @@ "prot-client:", "__channel_name_response__" ], - "asctime": "2025-03-23 16:47:06,419", - "created": 1742744826.4194002, + "asctime": "2025-08-15 21:42:01,384", + "created": 1755286921.3849046, "exc_text": null, "filename": "__init__.py", "funcName": "__data_available_callback__", "levelname": "DEBUG", "levelno": 10, - "lineno": 503, + "lineno": 496, "message": "prot-client: Executing callback __channel_name_response__ to process received data", "module": "__init__", - "msecs": 419.0, + "msecs": 384.0, "msg": "%s Executing callback %s to process received data", "name": "socket_protocol.client", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/socket_protocol/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/socket_protocol/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 10323.086977005005, + "relativeCreated": 10367.238129, "stack_info": null, - "thread": 140630734902976, + "taskName": null, + "thread": 140180929365696, "threadName": "Thread-14 (_start)" } ], - "msecs": 735.0, + "msecs": 704.0, "msg": "Connecting Server and Client", "name": "__tLogger__", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/tests/test_communication.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/tests/test_communication.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 10639.163494110107, + "relativeCreated": 10686.978038, "stack_info": null, - "thread": 140631409799232, + "taskName": null, + "thread": 140181752467712, "threadName": "MainThread", - "time_consumption": 0.31607651710510254 + "time_consumption": 0.31974005699157715 }, { "args": [ "'client'", "" ], - "asctime": "2025-03-23 16:47:06,736", - "created": 1742744826.736762, + "asctime": "2025-08-15 21:42:01,705", + "created": 1755286921.705415, "exc_text": null, "filename": "test.py", "funcName": "equivalency_chk", @@ -25312,8 +26183,8 @@ "'client'", "" ], - "asctime": "2025-03-23 16:47:06,736", - "created": 1742744826.7362478, + "asctime": "2025-08-15 21:42:01,705", + "created": 1755286921.7050834, "exc_text": null, "filename": "test.py", "funcName": "__report_result__", @@ -25322,15 +26193,16 @@ "lineno": 22, "message": "Result (Channel name of server): 'client' ()", "module": "test", - "msecs": 736.0, + "msecs": 705.0, "msg": "Result (%s): %s (%s)", "name": "__unittest__", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/unittest/test.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/unittest/test.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 10639.934539794922, + "relativeCreated": 10687.416941, "stack_info": null, - "thread": 140631409799232, + "taskName": null, + "thread": 140181752467712, "threadName": "MainThread" }, { @@ -25340,8 +26212,8 @@ "'client'", "" ], - "asctime": "2025-03-23 16:47:06,736", - "created": 1742744826.7365272, + "asctime": "2025-08-15 21:42:01,705", + "created": 1755286921.7052646, "exc_text": null, "filename": "test.py", "funcName": "__report_expectation__", @@ -25350,37 +26222,39 @@ "lineno": 26, "message": "Expectation (Channel name of server): result = 'client' ()", "module": "test", - "msecs": 736.0, + "msecs": 705.0, "msg": "Expectation (%s): result %s %s (%s)", "name": "__unittest__", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/unittest/test.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/unittest/test.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 10640.213966369629, + "relativeCreated": 10687.598047, "stack_info": null, - "thread": 140631409799232, + "taskName": null, + "thread": 140181752467712, "threadName": "MainThread" } ], - "msecs": 736.0, + "msecs": 705.0, "msg": "Channel name of server is correct (Content %s and Type is %s).", "name": "__tLogger__", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/unittest/test.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/unittest/test.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 10640.448808670044, + "relativeCreated": 10687.748381, "stack_info": null, - "thread": 140631409799232, + "taskName": null, + "thread": 140181752467712, "threadName": "MainThread", - "time_consumption": 0.00023484230041503906 + "time_consumption": 0.00015044212341308594 }, { "args": [ "'client'", "" ], - "asctime": "2025-03-23 16:47:06,737", - "created": 1742744826.7375765, + "asctime": "2025-08-15 21:42:01,705", + "created": 1755286921.705924, "exc_text": null, "filename": "test.py", "funcName": "equivalency_chk", @@ -25396,8 +26270,8 @@ "'client'", "" ], - "asctime": "2025-03-23 16:47:06,737", - "created": 1742744826.737132, + "asctime": "2025-08-15 21:42:01,705", + "created": 1755286921.7056491, "exc_text": null, "filename": "test.py", "funcName": "__report_result__", @@ -25406,15 +26280,16 @@ "lineno": 22, "message": "Result (Channel name of client): 'client' ()", "module": "test", - "msecs": 737.0, + "msecs": 705.0, "msg": "Result (%s): %s (%s)", "name": "__unittest__", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/unittest/test.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/unittest/test.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 10640.81883430481, + "relativeCreated": 10687.982595, "stack_info": null, - "thread": 140631409799232, + "taskName": null, + "thread": 140181752467712, "threadName": "MainThread" }, { @@ -25424,8 +26299,8 @@ "'client'", "" ], - "asctime": "2025-03-23 16:47:06,737", - "created": 1742744826.737354, + "asctime": "2025-08-15 21:42:01,705", + "created": 1755286921.7057924, "exc_text": null, "filename": "test.py", "funcName": "__report_expectation__", @@ -25434,34 +26309,36 @@ "lineno": 26, "message": "Expectation (Channel name of client): result = 'client' ()", "module": "test", - "msecs": 737.0, + "msecs": 705.0, "msg": "Expectation (%s): result %s %s (%s)", "name": "__unittest__", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/unittest/test.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/unittest/test.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 10641.040802001953, + "relativeCreated": 10688.126003, "stack_info": null, - "thread": 140631409799232, + "taskName": null, + "thread": 140181752467712, "threadName": "MainThread" } ], - "msecs": 737.0, + "msecs": 705.0, "msg": "Channel name of client is correct (Content %s and Type is %s).", "name": "__tLogger__", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/unittest/test.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/unittest/test.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 10641.263246536255, + "relativeCreated": 10688.257571, "stack_info": null, - "thread": 140631409799232, + "taskName": null, + "thread": 140181752467712, "threadName": "MainThread", - "time_consumption": 0.0002224445343017578 + "time_consumption": 0.0001316070556640625 }, { "args": [], - "asctime": "2025-03-23 16:47:06,738", - "created": 1742744826.7381737, + "asctime": "2025-08-15 21:42:01,706", + "created": 1755286921.7063167, "exc_text": null, "filename": "test_communication.py", "funcName": "channel_name_exchange", @@ -25471,22 +26348,23 @@ "message": "Setting identical Channel names for client and server", "module": "test_communication", "moduleLogger": [], - "msecs": 738.0, + "msecs": 706.0, "msg": "Setting identical Channel names for client and server", "name": "__tLogger__", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/tests/test_communication.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/tests/test_communication.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 10641.860485076904, + "relativeCreated": 10688.650353, "stack_info": null, - "thread": 140631409799232, + "taskName": null, + "thread": 140181752467712, "threadName": "MainThread", "time_consumption": 0.0 }, { "args": [], - "asctime": "2025-03-23 16:47:07,083", - "created": 1742744827.0834045, + "asctime": "2025-08-15 21:42:02,051", + "created": 1755286922.0517435, "exc_text": null, "filename": "test_communication.py", "funcName": "channel_name_exchange", @@ -25500,175 +26378,182 @@ "args": [ "comm-client:" ], - "asctime": "2025-03-23 16:47:06,738", - "created": 1742744826.7385614, + "asctime": "2025-08-15 21:42:01,706", + "created": 1755286921.7065814, "exc_text": null, "filename": "__init__.py", "funcName": "disconnect", "levelname": "INFO", "levelno": 20, - "lineno": 296, + "lineno": 298, "message": "comm-client: Connection Lost...", "module": "__init__", - "msecs": 738.0, + "msecs": 706.0, "msg": "%s Connection Lost...", "name": "helpers.unittest", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/helpers/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/helpers/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 10642.248153686523, + "relativeCreated": 10688.914729, "stack_info": null, - "thread": 140631409799232, + "taskName": null, + "thread": 140181752467712, "threadName": "MainThread" }, { "args": [ "prot-client:" ], - "asctime": "2025-03-23 16:47:06,738", - "created": 1742744826.738828, + "asctime": "2025-08-15 21:42:01,706", + "created": 1755286921.7067976, "exc_text": null, "filename": "__init__.py", "funcName": "__authentification_state_reset__", "levelname": "INFO", "levelno": 20, - "lineno": 380, + "lineno": 373, "message": "prot-client: Resetting authentification state to AUTH_STATE_UNTRUSTED_CONNECTION", "module": "__init__", - "msecs": 738.0, + "msecs": 706.0, "msg": "%s Resetting authentification state to AUTH_STATE_UNTRUSTED_CONNECTION", "name": "socket_protocol.unittest", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/socket_protocol/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/socket_protocol/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 10642.514705657959, + "relativeCreated": 10689.130991, "stack_info": null, - "thread": 140631409799232, + "taskName": null, + "thread": 140181752467712, "threadName": "MainThread" }, { "args": [ "comm-server:" ], - "asctime": "2025-03-23 16:47:06,739", - "created": 1742744826.7390223, + "asctime": "2025-08-15 21:42:01,706", + "created": 1755286921.7069442, "exc_text": null, "filename": "__init__.py", "funcName": "disconnect", "levelname": "INFO", "levelno": 20, - "lineno": 296, + "lineno": 298, "message": "comm-server: Connection Lost...", "module": "__init__", - "msecs": 739.0, + "msecs": 706.0, "msg": "%s Connection Lost...", "name": "helpers.unittest", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/helpers/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/helpers/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 10642.709016799927, + "relativeCreated": 10689.277677, "stack_info": null, - "thread": 140631409799232, + "taskName": null, + "thread": 140181752467712, "threadName": "MainThread" }, { "args": [ "prot-server:" ], - "asctime": "2025-03-23 16:47:06,739", - "created": 1742744826.7392094, + "asctime": "2025-08-15 21:42:01,707", + "created": 1755286921.7070827, "exc_text": null, "filename": "__init__.py", "funcName": "__authentification_state_reset__", "levelname": "INFO", "levelno": 20, - "lineno": 380, + "lineno": 373, "message": "prot-server: Resetting authentification state to AUTH_STATE_UNTRUSTED_CONNECTION", "module": "__init__", - "msecs": 739.0, + "msecs": 707.0, "msg": "%s Resetting authentification state to AUTH_STATE_UNTRUSTED_CONNECTION", "name": "socket_protocol.unittest", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/socket_protocol/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/socket_protocol/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 10642.896175384521, + "relativeCreated": 10689.416097, "stack_info": null, - "thread": 140631409799232, + "taskName": null, + "thread": 140181752467712, "threadName": "MainThread" }, { "args": [ "comm-client:" ], - "asctime": "2025-03-23 16:47:06,739", - "created": 1742744826.7394118, + "asctime": "2025-08-15 21:42:01,707", + "created": 1755286921.7072258, "exc_text": null, "filename": "__init__.py", "funcName": "__connect__", "levelname": "INFO", "levelno": 20, - "lineno": 268, + "lineno": 270, "message": "comm-client: Connection established...", "module": "__init__", - "msecs": 739.0, + "msecs": 707.0, "msg": "%s Connection established...", "name": "helpers.unittest", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/helpers/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/helpers/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 10643.098592758179, + "relativeCreated": 10689.559196, "stack_info": null, - "thread": 140631409799232, + "taskName": null, + "thread": 140181752467712, "threadName": "MainThread" }, { "args": [ "comm-client:" ], - "asctime": "2025-03-23 16:47:06,739", - "created": 1742744826.739611, + "asctime": "2025-08-15 21:42:01,707", + "created": 1755286921.7073746, "exc_text": null, "filename": "__init__.py", "funcName": "__clean_buffer__", "levelname": "DEBUG", "levelno": 10, - "lineno": 411, + "lineno": 413, "message": "comm-client: Cleaning up receive-buffer", "module": "__init__", - "msecs": 739.0, + "msecs": 707.0, "msg": "%s Cleaning up receive-buffer", "name": "helpers.unittest", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/helpers/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/helpers/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 10643.297672271729, + "relativeCreated": 10689.70816, "stack_info": null, - "thread": 140631409799232, + "taskName": null, + "thread": 140181752467712, "threadName": "MainThread" }, { "args": [ "prot-client:" ], - "asctime": "2025-03-23 16:47:06,739", - "created": 1742744826.7397025, + "asctime": "2025-08-15 21:42:01,707", + "created": 1755286921.707549, "exc_text": null, "filename": "__init__.py", "funcName": "__clean_receive_buffer__", "levelname": "DEBUG", "levelno": 10, - "lineno": 434, + "lineno": 427, "message": "prot-client: Cleaning up receive-buffer", "module": "__init__", - "msecs": 739.0, + "msecs": 707.0, "msg": "%s Cleaning up receive-buffer", "name": "socket_protocol.unittest", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/socket_protocol/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/socket_protocol/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 10643.389225006104, + "relativeCreated": 10689.882574, "stack_info": null, - "thread": 140631409799232, + "taskName": null, + "thread": 140181752467712, "threadName": "MainThread" }, { @@ -25679,100 +26564,104 @@ "status: okay", "'unittest'" ], - "asctime": "2025-03-23 16:47:06,739", - "created": 1742744826.739806, + "asctime": "2025-08-15 21:42:01,707", + "created": 1755286921.7077887, "exc_text": null, "filename": "__init__.py", "funcName": "__log_msg__", "levelname": "INFO", "levelno": 20, - "lineno": 445, + "lineno": 438, "message": "prot-client: TX -> service: channel name request, data_id: name, status: okay, data: \"'unittest'\"", "module": "__init__", - "msecs": 739.0, + "msecs": 707.0, "msg": "%s %s %s, %s, data: \"%s\"", "name": "socket_protocol.unittest", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/socket_protocol/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/socket_protocol/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 10643.492698669434, + "relativeCreated": 10690.122333, "stack_info": null, - "thread": 140631409799232, + "taskName": null, + "thread": 140181752467712, "threadName": "MainThread" }, { "args": [ "comm-server:" ], - "asctime": "2025-03-23 16:47:06,740", - "created": 1742744826.7400413, + "asctime": "2025-08-15 21:42:01,708", + "created": 1755286921.7082417, "exc_text": null, "filename": "__init__.py", "funcName": "__connect__", "levelname": "INFO", "levelno": 20, - "lineno": 268, + "lineno": 270, "message": "comm-server: Connection established...", "module": "__init__", - "msecs": 740.0, + "msecs": 708.0, "msg": "%s Connection established...", "name": "helpers.unittest", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/helpers/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/helpers/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 10643.728017807007, + "relativeCreated": 10690.57509, "stack_info": null, - "thread": 140631409799232, + "taskName": null, + "thread": 140181752467712, "threadName": "MainThread" }, { "args": [ "comm-server:" ], - "asctime": "2025-03-23 16:47:06,740", - "created": 1742744826.7401044, + "asctime": "2025-08-15 21:42:01,708", + "created": 1755286921.7084017, "exc_text": null, "filename": "__init__.py", "funcName": "__clean_buffer__", "levelname": "DEBUG", "levelno": 10, - "lineno": 411, + "lineno": 413, "message": "comm-server: Cleaning up receive-buffer", "module": "__init__", - "msecs": 740.0, + "msecs": 708.0, "msg": "%s Cleaning up receive-buffer", "name": "helpers.unittest", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/helpers/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/helpers/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 10643.791198730469, + "relativeCreated": 10690.735009, "stack_info": null, - "thread": 140631409799232, + "taskName": null, + "thread": 140181752467712, "threadName": "MainThread" }, { "args": [ "prot-server:" ], - "asctime": "2025-03-23 16:47:06,740", - "created": 1742744826.740163, + "asctime": "2025-08-15 21:42:01,708", + "created": 1755286921.708544, "exc_text": null, "filename": "__init__.py", "funcName": "__clean_receive_buffer__", "levelname": "DEBUG", "levelno": 10, - "lineno": 434, + "lineno": 427, "message": "prot-server: Cleaning up receive-buffer", "module": "__init__", - "msecs": 740.0, + "msecs": 708.0, "msg": "%s Cleaning up receive-buffer", "name": "socket_protocol.unittest", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/socket_protocol/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/socket_protocol/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 10643.849849700928, + "relativeCreated": 10690.87753, "stack_info": null, - "thread": 140631409799232, + "taskName": null, + "thread": 140181752467712, "threadName": "MainThread" }, { @@ -25780,25 +26669,26 @@ "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": "2025-03-23 16:47:06,740", - "created": 1742744826.7403414, + "asctime": "2025-08-15 21:42:01,708", + "created": 1755286921.7088478, "exc_text": null, "filename": "__init__.py", "funcName": "__tx__", "levelname": "INFO", "levelno": 20, - "lineno": 284, + "lineno": 286, "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": 740.0, + "msecs": 708.0, "msg": "%s TX -> %s", "name": "helpers.unittest", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/helpers/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/helpers/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 10644.028186798096, + "relativeCreated": 10691.181323, "stack_info": null, - "thread": 140630743295680, + "taskName": null, + "thread": 140180937758400, "threadName": "Thread-13 (_start)" }, { @@ -25806,25 +26696,26 @@ "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": "2025-03-23 16:47:06,748", - "created": 1742744826.7486646, + "asctime": "2025-08-15 21:42:01,717", + "created": 1755286921.7171898, "exc_text": null, "filename": "__init__.py", "funcName": "__rx__", "levelname": "DEBUG", "levelno": 10, - "lineno": 414, + "lineno": 416, "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": 748.0, + "msecs": 717.0, "msg": "%s RX <- %s", "name": "helpers.unittest", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/helpers/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/helpers/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 10652.351379394531, + "relativeCreated": 10699.52338, "stack_info": null, - "thread": 140630743295680, + "taskName": null, + "thread": 140180937758400, "threadName": "Thread-13 (_start)" }, { @@ -25832,25 +26723,26 @@ "comm-client:", "(12): 74 65 73 74 22 7d f8 f6 c9 e9 3a 3e" ], - "asctime": "2025-03-23 16:47:06,749", - "created": 1742744826.7490532, + "asctime": "2025-08-15 21:42:01,717", + "created": 1755286921.717757, "exc_text": null, "filename": "__init__.py", "funcName": "__tx__", "levelname": "INFO", "levelno": 20, - "lineno": 284, + "lineno": 286, "message": "comm-client: TX -> (12): 74 65 73 74 22 7d f8 f6 c9 e9 3a 3e", "module": "__init__", - "msecs": 749.0, + "msecs": 717.0, "msg": "%s TX -> %s", "name": "helpers.unittest", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/helpers/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/helpers/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 10652.740001678467, + "relativeCreated": 10700.090324, "stack_info": null, - "thread": 140630743295680, + "taskName": null, + "thread": 140180937758400, "threadName": "Thread-13 (_start)" }, { @@ -25858,25 +26750,26 @@ "comm-server:", "(12): 74 65 73 74 22 7d f8 f6 c9 e9 3a 3e" ], - "asctime": "2025-03-23 16:47:06,750", - "created": 1742744826.7508616, + "asctime": "2025-08-15 21:42:01,719", + "created": 1755286921.7195766, "exc_text": null, "filename": "__init__.py", "funcName": "__rx__", "levelname": "DEBUG", "levelno": 10, - "lineno": 414, + "lineno": 416, "message": "comm-server: RX <- (12): 74 65 73 74 22 7d f8 f6 c9 e9 3a 3e", "module": "__init__", - "msecs": 750.0, + "msecs": 719.0, "msg": "%s RX <- %s", "name": "helpers.unittest", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/helpers/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/helpers/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 10654.548406600952, + "relativeCreated": 10701.909891, "stack_info": null, - "thread": 140630743295680, + "taskName": null, + "thread": 140180937758400, "threadName": "Thread-13 (_start)" }, { @@ -25887,25 +26780,26 @@ "status: okay", "'unittest'" ], - "asctime": "2025-03-23 16:47:06,751", - "created": 1742744826.751284, + "asctime": "2025-08-15 21:42:01,720", + "created": 1755286921.7200093, "exc_text": null, "filename": "__init__.py", "funcName": "__log_msg__", "levelname": "INFO", "levelno": 20, - "lineno": 445, + "lineno": 438, "message": "prot-server: RX <- service: channel name request, data_id: name, status: okay, data: \"'unittest'\"", "module": "__init__", - "msecs": 751.0, + "msecs": 720.0, "msg": "%s %s %s, %s, data: \"%s\"", "name": "socket_protocol.unittest", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/socket_protocol/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/socket_protocol/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 10654.970645904541, + "relativeCreated": 10702.342605, "stack_info": null, - "thread": 140630743295680, + "taskName": null, + "thread": 140180937758400, "threadName": "Thread-13 (_start)" }, { @@ -25913,25 +26807,26 @@ "prot-server:", "__channel_name_request__" ], - "asctime": "2025-03-23 16:47:06,751", - "created": 1742744826.7514036, + "asctime": "2025-08-15 21:42:01,720", + "created": 1755286921.7201955, "exc_text": null, "filename": "__init__.py", "funcName": "__data_available_callback__", "levelname": "DEBUG", "levelno": 10, - "lineno": 488, + "lineno": 481, "message": "prot-server: Executing callback __channel_name_request__ to process received data", "module": "__init__", - "msecs": 751.0, + "msecs": 720.0, "msg": "%s Executing callback %s to process received data", "name": "socket_protocol.unittest", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/socket_protocol/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/socket_protocol/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 10655.09033203125, + "relativeCreated": 10702.529038, "stack_info": null, - "thread": 140630743295680, + "taskName": null, + "thread": 140180937758400, "threadName": "Thread-13 (_start)" }, { @@ -25942,25 +26837,26 @@ "status: okay", "None" ], - "asctime": "2025-03-23 16:47:06,751", - "created": 1742744826.7515857, + "asctime": "2025-08-15 21:42:01,720", + "created": 1755286921.7204843, "exc_text": null, "filename": "__init__.py", "funcName": "__log_msg__", "levelname": "INFO", "levelno": 20, - "lineno": 445, + "lineno": 438, "message": "prot-server: TX -> service: channel name response, data_id: name, status: okay, data: \"None\"", "module": "__init__", - "msecs": 751.0, + "msecs": 720.0, "msg": "%s %s %s, %s, data: \"%s\"", "name": "socket_protocol.unittest", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/socket_protocol/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/socket_protocol/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 10655.272483825684, + "relativeCreated": 10702.817766, "stack_info": null, - "thread": 140630743295680, + "taskName": null, + "thread": 140180937758400, "threadName": "Thread-13 (_start)" }, { @@ -25968,25 +26864,26 @@ "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": "2025-03-23 16:47:06,752", - "created": 1742744826.7520099, + "asctime": "2025-08-15 21:42:01,721", + "created": 1755286921.721087, "exc_text": null, "filename": "__init__.py", "funcName": "__tx__", "levelname": "INFO", "levelno": 20, - "lineno": 284, + "lineno": 286, "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": 752.0, + "msecs": 721.0, "msg": "%s TX -> %s", "name": "helpers.unittest", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/helpers/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/helpers/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 10655.696630477905, + "relativeCreated": 10703.420484, "stack_info": null, - "thread": 140630734902976, + "taskName": null, + "thread": 140180929365696, "threadName": "Thread-14 (_start)" }, { @@ -25994,25 +26891,26 @@ "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": "2025-03-23 16:47:06,760", - "created": 1742744826.760395, + "asctime": "2025-08-15 21:42:01,729", + "created": 1755286921.7295012, "exc_text": null, "filename": "__init__.py", "funcName": "__rx__", "levelname": "DEBUG", "levelno": 10, - "lineno": 414, + "lineno": 416, "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.0, + "msecs": 729.0, "msg": "%s RX <- %s", "name": "helpers.unittest", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/helpers/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/helpers/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 10664.081811904907, + "relativeCreated": 10711.834564, "stack_info": null, - "thread": 140630734902976, + "taskName": null, + "thread": 140180929365696, "threadName": "Thread-14 (_start)" }, { @@ -26020,25 +26918,26 @@ "comm-server:", "(6): 30 59 be 2f 3a 3e" ], - "asctime": "2025-03-23 16:47:06,760", - "created": 1742744826.760833, + "asctime": "2025-08-15 21:42:01,729", + "created": 1755286921.7299454, "exc_text": null, "filename": "__init__.py", "funcName": "__tx__", "levelname": "INFO", "levelno": 20, - "lineno": 284, + "lineno": 286, "message": "comm-server: TX -> (6): 30 59 be 2f 3a 3e", "module": "__init__", - "msecs": 760.0, + "msecs": 729.0, "msg": "%s TX -> %s", "name": "helpers.unittest", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/helpers/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/helpers/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 10664.519786834717, + "relativeCreated": 10712.278784, "stack_info": null, - "thread": 140630734902976, + "taskName": null, + "thread": 140180929365696, "threadName": "Thread-14 (_start)" }, { @@ -26046,25 +26945,26 @@ "comm-client:", "(6): 30 59 be 2f 3a 3e" ], - "asctime": "2025-03-23 16:47:06,761", - "created": 1742744826.7618718, + "asctime": "2025-08-15 21:42:01,730", + "created": 1755286921.7309773, "exc_text": null, "filename": "__init__.py", "funcName": "__rx__", "levelname": "DEBUG", "levelno": 10, - "lineno": 414, + "lineno": 416, "message": "comm-client: RX <- (6): 30 59 be 2f 3a 3e", "module": "__init__", - "msecs": 761.0, + "msecs": 730.0, "msg": "%s RX <- %s", "name": "helpers.unittest", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/helpers/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/helpers/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 10665.558576583862, + "relativeCreated": 10713.310845, "stack_info": null, - "thread": 140630734902976, + "taskName": null, + "thread": 140180929365696, "threadName": "Thread-14 (_start)" }, { @@ -26075,25 +26975,26 @@ "status: okay", "None" ], - "asctime": "2025-03-23 16:47:06,762", - "created": 1742744826.7623432, + "asctime": "2025-08-15 21:42:01,731", + "created": 1755286921.731454, "exc_text": null, "filename": "__init__.py", "funcName": "__log_msg__", "levelname": "INFO", "levelno": 20, - "lineno": 445, + "lineno": 438, "message": "prot-client: RX <- service: channel name response, data_id: name, status: okay, data: \"None\"", "module": "__init__", - "msecs": 762.0, + "msecs": 731.0, "msg": "%s %s %s, %s, data: \"%s\"", "name": "socket_protocol.unittest", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/socket_protocol/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/socket_protocol/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 10666.029930114746, + "relativeCreated": 10713.787311, "stack_info": null, - "thread": 140630734902976, + "taskName": null, + "thread": 140180929365696, "threadName": "Thread-14 (_start)" }, { @@ -26101,47 +27002,49 @@ "prot-client:", "__channel_name_response__" ], - "asctime": "2025-03-23 16:47:06,762", - "created": 1742744826.7625275, + "asctime": "2025-08-15 21:42:01,731", + "created": 1755286921.7316506, "exc_text": null, "filename": "__init__.py", "funcName": "__data_available_callback__", "levelname": "DEBUG", "levelno": 10, - "lineno": 503, + "lineno": 496, "message": "prot-client: Executing callback __channel_name_response__ to process received data", "module": "__init__", - "msecs": 762.0, + "msecs": 731.0, "msg": "%s Executing callback %s to process received data", "name": "socket_protocol.unittest", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/socket_protocol/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/socket_protocol/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 10666.214227676392, + "relativeCreated": 10713.983898, "stack_info": null, - "thread": 140630734902976, + "taskName": null, + "thread": 140180929365696, "threadName": "Thread-14 (_start)" } ], - "msecs": 83.0, + "msecs": 51.0, "msg": "Connecting Server and Client", "name": "__tLogger__", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/tests/test_communication.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/tests/test_communication.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 10987.091302871704, + "relativeCreated": 11034.076896, "stack_info": null, - "thread": 140631409799232, + "taskName": null, + "thread": 140181752467712, "threadName": "MainThread", - "time_consumption": 0.3208770751953125 + "time_consumption": 0.32009291648864746 }, { "args": [ "'unittest'", "" ], - "asctime": "2025-03-23 16:47:07,084", - "created": 1742744827.0845397, + "asctime": "2025-08-15 21:42:02,052", + "created": 1755286922.0527074, "exc_text": null, "filename": "test.py", "funcName": "equivalency_chk", @@ -26157,8 +27060,8 @@ "'unittest'", "" ], - "asctime": "2025-03-23 16:47:07,084", - "created": 1742744827.0840836, + "asctime": "2025-08-15 21:42:02,052", + "created": 1755286922.0522954, "exc_text": null, "filename": "test.py", "funcName": "__report_result__", @@ -26167,15 +27070,16 @@ "lineno": 22, "message": "Result (Channel name of server): 'unittest' ()", "module": "test", - "msecs": 84.0, + "msecs": 52.0, "msg": "Result (%s): %s (%s)", "name": "__unittest__", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/unittest/test.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/unittest/test.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 10987.770318984985, + "relativeCreated": 11034.628814, "stack_info": null, - "thread": 140631409799232, + "taskName": null, + "thread": 140181752467712, "threadName": "MainThread" }, { @@ -26185,8 +27089,8 @@ "'unittest'", "" ], - "asctime": "2025-03-23 16:47:07,084", - "created": 1742744827.0843303, + "asctime": "2025-08-15 21:42:02,052", + "created": 1755286922.052512, "exc_text": null, "filename": "test.py", "funcName": "__report_expectation__", @@ -26195,37 +27099,39 @@ "lineno": 26, "message": "Expectation (Channel name of server): result = 'unittest' ()", "module": "test", - "msecs": 84.0, + "msecs": 52.0, "msg": "Expectation (%s): result %s %s (%s)", "name": "__unittest__", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/unittest/test.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/unittest/test.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 10988.017082214355, + "relativeCreated": 11034.845376, "stack_info": null, - "thread": 140631409799232, + "taskName": null, + "thread": 140181752467712, "threadName": "MainThread" } ], - "msecs": 84.0, + "msecs": 52.0, "msg": "Channel name of server is correct (Content %s and Type is %s).", "name": "__tLogger__", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/unittest/test.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/unittest/test.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 10988.226413726807, + "relativeCreated": 11035.040748, "stack_info": null, - "thread": 140631409799232, + "taskName": null, + "thread": 140181752467712, "threadName": "MainThread", - "time_consumption": 0.00020933151245117188 + "time_consumption": 0.00019550323486328125 }, { "args": [ "'unittest'", "" ], - "asctime": "2025-03-23 16:47:07,085", - "created": 1742744827.0852532, + "asctime": "2025-08-15 21:42:02,053", + "created": 1755286922.05334, "exc_text": null, "filename": "test.py", "funcName": "equivalency_chk", @@ -26241,8 +27147,8 @@ "'unittest'", "" ], - "asctime": "2025-03-23 16:47:07,084", - "created": 1742744827.084872, + "asctime": "2025-08-15 21:42:02,052", + "created": 1755286922.0529993, "exc_text": null, "filename": "test.py", "funcName": "__report_result__", @@ -26251,15 +27157,16 @@ "lineno": 22, "message": "Result (Channel name of client): 'unittest' ()", "module": "test", - "msecs": 84.0, + "msecs": 52.0, "msg": "Result (%s): %s (%s)", "name": "__unittest__", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/unittest/test.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/unittest/test.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 10988.558769226074, + "relativeCreated": 11035.332736, "stack_info": null, - "thread": 140631409799232, + "taskName": null, + "thread": 140181752467712, "threadName": "MainThread" }, { @@ -26269,8 +27176,8 @@ "'unittest'", "" ], - "asctime": "2025-03-23 16:47:07,085", - "created": 1742744827.085069, + "asctime": "2025-08-15 21:42:02,053", + "created": 1755286922.0531824, "exc_text": null, "filename": "test.py", "funcName": "__report_expectation__", @@ -26279,34 +27186,36 @@ "lineno": 26, "message": "Expectation (Channel name of client): result = 'unittest' ()", "module": "test", - "msecs": 85.0, + "msecs": 53.0, "msg": "Expectation (%s): result %s %s (%s)", "name": "__unittest__", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/unittest/test.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/unittest/test.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 10988.755702972412, + "relativeCreated": 11035.515865, "stack_info": null, - "thread": 140631409799232, + "taskName": null, + "thread": 140181752467712, "threadName": "MainThread" } ], - "msecs": 85.0, + "msecs": 53.0, "msg": "Channel name of client is correct (Content %s and Type is %s).", "name": "__tLogger__", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/unittest/test.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/unittest/test.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 10988.940000534058, + "relativeCreated": 11035.673358, "stack_info": null, - "thread": 140631409799232, + "taskName": null, + "thread": 140181752467712, "threadName": "MainThread", - "time_consumption": 0.0001842975616455078 + "time_consumption": 0.0001575946807861328 }, { "args": [], - "asctime": "2025-03-23 16:47:07,085", - "created": 1742744827.0857027, + "asctime": "2025-08-15 21:42:02,053", + "created": 1755286922.053685, "exc_text": null, "filename": "test_communication.py", "funcName": "channel_name_exchange", @@ -26316,22 +27225,23 @@ "message": "Setting Channel name for client only", "module": "test_communication", "moduleLogger": [], - "msecs": 85.0, + "msecs": 53.0, "msg": "Setting Channel name for client only", "name": "__tLogger__", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/tests/test_communication.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/tests/test_communication.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 10989.389419555664, + "relativeCreated": 11036.018458, "stack_info": null, - "thread": 140631409799232, + "taskName": null, + "thread": 140181752467712, "threadName": "MainThread", "time_consumption": 0.0 }, { "args": [], - "asctime": "2025-03-23 16:47:07,431", - "created": 1742744827.4319904, + "asctime": "2025-08-15 21:42:02,399", + "created": 1755286922.3994367, "exc_text": null, "filename": "test_communication.py", "funcName": "channel_name_exchange", @@ -26345,175 +27255,182 @@ "args": [ "comm-client:" ], - "asctime": "2025-03-23 16:47:07,085", - "created": 1742744827.0859869, + "asctime": "2025-08-15 21:42:02,053", + "created": 1755286922.0539324, "exc_text": null, "filename": "__init__.py", "funcName": "disconnect", "levelname": "INFO", "levelno": 20, - "lineno": 296, + "lineno": 298, "message": "comm-client: Connection Lost...", "module": "__init__", - "msecs": 85.0, + "msecs": 53.0, "msg": "%s Connection Lost...", "name": "helpers.client", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/helpers/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/helpers/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 10989.673614501953, + "relativeCreated": 11036.266065, "stack_info": null, - "thread": 140631409799232, + "taskName": null, + "thread": 140181752467712, "threadName": "MainThread" }, { "args": [ "prot-client:" ], - "asctime": "2025-03-23 16:47:07,086", - "created": 1742744827.0862558, + "asctime": "2025-08-15 21:42:02,054", + "created": 1755286922.0541196, "exc_text": null, "filename": "__init__.py", "funcName": "__authentification_state_reset__", "levelname": "INFO", "levelno": 20, - "lineno": 380, + "lineno": 373, "message": "prot-client: Resetting authentification state to AUTH_STATE_UNTRUSTED_CONNECTION", "module": "__init__", - "msecs": 86.0, + "msecs": 54.0, "msg": "%s Resetting authentification state to AUTH_STATE_UNTRUSTED_CONNECTION", "name": "socket_protocol.client", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/socket_protocol/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/socket_protocol/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 10989.94255065918, + "relativeCreated": 11036.453021, "stack_info": null, - "thread": 140631409799232, + "taskName": null, + "thread": 140181752467712, "threadName": "MainThread" }, { "args": [ "comm-server:" ], - "asctime": "2025-03-23 16:47:07,086", - "created": 1742744827.0864773, + "asctime": "2025-08-15 21:42:02,054", + "created": 1755286922.0542789, "exc_text": null, "filename": "__init__.py", "funcName": "disconnect", "levelname": "INFO", "levelno": 20, - "lineno": 296, + "lineno": 298, "message": "comm-server: Connection Lost...", "module": "__init__", - "msecs": 86.0, + "msecs": 54.0, "msg": "%s Connection Lost...", "name": "helpers.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/helpers/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/helpers/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 10990.164041519165, + "relativeCreated": 11036.612246, "stack_info": null, - "thread": 140631409799232, + "taskName": null, + "thread": 140181752467712, "threadName": "MainThread" }, { "args": [ "prot-server:" ], - "asctime": "2025-03-23 16:47:07,086", - "created": 1742744827.0866673, + "asctime": "2025-08-15 21:42:02,054", + "created": 1755286922.0544298, "exc_text": null, "filename": "__init__.py", "funcName": "__authentification_state_reset__", "levelname": "INFO", "levelno": 20, - "lineno": 380, + "lineno": 373, "message": "prot-server: Resetting authentification state to AUTH_STATE_UNTRUSTED_CONNECTION", "module": "__init__", - "msecs": 86.0, + "msecs": 54.0, "msg": "%s Resetting authentification state to AUTH_STATE_UNTRUSTED_CONNECTION", "name": "socket_protocol.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/socket_protocol/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/socket_protocol/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 10990.354061126709, + "relativeCreated": 11036.763068, "stack_info": null, - "thread": 140631409799232, + "taskName": null, + "thread": 140181752467712, "threadName": "MainThread" }, { "args": [ "comm-client:" ], - "asctime": "2025-03-23 16:47:07,086", - "created": 1742744827.0868552, + "asctime": "2025-08-15 21:42:02,054", + "created": 1755286922.05459, "exc_text": null, "filename": "__init__.py", "funcName": "__connect__", "levelname": "INFO", "levelno": 20, - "lineno": 268, + "lineno": 270, "message": "comm-client: Connection established...", "module": "__init__", - "msecs": 86.0, + "msecs": 54.0, "msg": "%s Connection established...", "name": "helpers.client", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/helpers/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/helpers/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 10990.541934967041, + "relativeCreated": 11036.923423, "stack_info": null, - "thread": 140631409799232, + "taskName": null, + "thread": 140181752467712, "threadName": "MainThread" }, { "args": [ "comm-client:" ], - "asctime": "2025-03-23 16:47:07,087", - "created": 1742744827.0870311, + "asctime": "2025-08-15 21:42:02,054", + "created": 1755286922.0547898, "exc_text": null, "filename": "__init__.py", "funcName": "__clean_buffer__", "levelname": "DEBUG", "levelno": 10, - "lineno": 411, + "lineno": 413, "message": "comm-client: Cleaning up receive-buffer", "module": "__init__", - "msecs": 87.0, + "msecs": 54.0, "msg": "%s Cleaning up receive-buffer", "name": "helpers.client", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/helpers/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/helpers/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 10990.717887878418, + "relativeCreated": 11037.123339, "stack_info": null, - "thread": 140631409799232, + "taskName": null, + "thread": 140181752467712, "threadName": "MainThread" }, { "args": [ "prot-client:" ], - "asctime": "2025-03-23 16:47:07,087", - "created": 1742744827.087216, + "asctime": "2025-08-15 21:42:02,054", + "created": 1755286922.054975, "exc_text": null, "filename": "__init__.py", "funcName": "__clean_receive_buffer__", "levelname": "DEBUG", "levelno": 10, - "lineno": 434, + "lineno": 427, "message": "prot-client: Cleaning up receive-buffer", "module": "__init__", - "msecs": 87.0, + "msecs": 54.0, "msg": "%s Cleaning up receive-buffer", "name": "socket_protocol.client", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/socket_protocol/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/socket_protocol/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 10990.902662277222, + "relativeCreated": 11037.308493, "stack_info": null, - "thread": 140631409799232, + "taskName": null, + "thread": 140181752467712, "threadName": "MainThread" }, { @@ -26524,100 +27441,104 @@ "status: okay", "'client'" ], - "asctime": "2025-03-23 16:47:07,087", - "created": 1742744827.0875363, + "asctime": "2025-08-15 21:42:02,055", + "created": 1755286922.0554338, "exc_text": null, "filename": "__init__.py", "funcName": "__log_msg__", "levelname": "INFO", "levelno": 20, - "lineno": 445, + "lineno": 438, "message": "prot-client: TX -> service: channel name request, data_id: name, status: okay, data: \"'client'\"", "module": "__init__", - "msecs": 87.0, + "msecs": 55.0, "msg": "%s %s %s, %s, data: \"%s\"", "name": "socket_protocol.client", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/socket_protocol/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/socket_protocol/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 10991.223096847534, + "relativeCreated": 11037.767204, "stack_info": null, - "thread": 140631409799232, + "taskName": null, + "thread": 140181752467712, "threadName": "MainThread" }, { "args": [ "comm-server:" ], - "asctime": "2025-03-23 16:47:07,088", - "created": 1742744827.0882356, + "asctime": "2025-08-15 21:42:02,056", + "created": 1755286922.0560424, "exc_text": null, "filename": "__init__.py", "funcName": "__connect__", "levelname": "INFO", "levelno": 20, - "lineno": 268, + "lineno": 270, "message": "comm-server: Connection established...", "module": "__init__", - "msecs": 88.0, + "msecs": 56.0, "msg": "%s Connection established...", "name": "helpers.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/helpers/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/helpers/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 10991.922378540039, + "relativeCreated": 11038.375895, "stack_info": null, - "thread": 140631409799232, + "taskName": null, + "thread": 140181752467712, "threadName": "MainThread" }, { "args": [ "comm-server:" ], - "asctime": "2025-03-23 16:47:07,088", - "created": 1742744827.088452, + "asctime": "2025-08-15 21:42:02,056", + "created": 1755286922.0562286, "exc_text": null, "filename": "__init__.py", "funcName": "__clean_buffer__", "levelname": "DEBUG", "levelno": 10, - "lineno": 411, + "lineno": 413, "message": "comm-server: Cleaning up receive-buffer", "module": "__init__", - "msecs": 88.0, + "msecs": 56.0, "msg": "%s Cleaning up receive-buffer", "name": "helpers.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/helpers/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/helpers/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 10992.138862609863, + "relativeCreated": 11038.562103, "stack_info": null, - "thread": 140631409799232, + "taskName": null, + "thread": 140181752467712, "threadName": "MainThread" }, { "args": [ "prot-server:" ], - "asctime": "2025-03-23 16:47:07,088", - "created": 1742744827.088651, + "asctime": "2025-08-15 21:42:02,056", + "created": 1755286922.056393, "exc_text": null, "filename": "__init__.py", "funcName": "__clean_receive_buffer__", "levelname": "DEBUG", "levelno": 10, - "lineno": 434, + "lineno": 427, "message": "prot-server: Cleaning up receive-buffer", "module": "__init__", - "msecs": 88.0, + "msecs": 56.0, "msg": "%s Cleaning up receive-buffer", "name": "socket_protocol.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/socket_protocol/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/socket_protocol/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 10992.337703704834, + "relativeCreated": 11038.726312, "stack_info": null, - "thread": 140631409799232, + "taskName": null, + "thread": 140181752467712, "threadName": "MainThread" }, { @@ -26625,25 +27546,26 @@ "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": "2025-03-23 16:47:07,089", - "created": 1742744827.0893724, + "asctime": "2025-08-15 21:42:02,056", + "created": 1755286922.0568087, "exc_text": null, "filename": "__init__.py", "funcName": "__tx__", "levelname": "INFO", "levelno": 20, - "lineno": 284, + "lineno": 286, "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": 89.0, + "msecs": 56.0, "msg": "%s TX -> %s", "name": "helpers.client", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/helpers/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/helpers/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 10993.059158325195, + "relativeCreated": 11039.142182, "stack_info": null, - "thread": 140630743295680, + "taskName": null, + "thread": 140180937758400, "threadName": "Thread-13 (_start)" }, { @@ -26651,25 +27573,26 @@ "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": "2025-03-23 16:47:07,098", - "created": 1742744827.0980973, + "asctime": "2025-08-15 21:42:02,065", + "created": 1755286922.0654364, "exc_text": null, "filename": "__init__.py", "funcName": "__rx__", "levelname": "DEBUG", "levelno": 10, - "lineno": 414, + "lineno": 416, "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": 98.0, + "msecs": 65.0, "msg": "%s RX <- %s", "name": "helpers.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/helpers/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/helpers/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 11001.784086227417, + "relativeCreated": 11047.769939, "stack_info": null, - "thread": 140630743295680, + "taskName": null, + "thread": 140180937758400, "threadName": "Thread-13 (_start)" }, { @@ -26677,25 +27600,26 @@ "comm-client:", "(10): 6e 74 22 7d ee af 7b 7e 3a 3e" ], - "asctime": "2025-03-23 16:47:07,098", - "created": 1742744827.0989542, + "asctime": "2025-08-15 21:42:02,066", + "created": 1755286922.0660477, "exc_text": null, "filename": "__init__.py", "funcName": "__tx__", "levelname": "INFO", "levelno": 20, - "lineno": 284, + "lineno": 286, "message": "comm-client: TX -> (10): 6e 74 22 7d ee af 7b 7e 3a 3e", "module": "__init__", - "msecs": 98.0, + "msecs": 66.0, "msg": "%s TX -> %s", "name": "helpers.client", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/helpers/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/helpers/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 11002.640962600708, + "relativeCreated": 11048.381143, "stack_info": null, - "thread": 140630743295680, + "taskName": null, + "thread": 140180937758400, "threadName": "Thread-13 (_start)" }, { @@ -26703,25 +27627,26 @@ "comm-server:", "(10): 6e 74 22 7d ee af 7b 7e 3a 3e" ], - "asctime": "2025-03-23 16:47:07,100", - "created": 1742744827.1008062, + "asctime": "2025-08-15 21:42:02,067", + "created": 1755286922.067714, "exc_text": null, "filename": "__init__.py", "funcName": "__rx__", "levelname": "DEBUG", "levelno": 10, - "lineno": 414, + "lineno": 416, "message": "comm-server: RX <- (10): 6e 74 22 7d ee af 7b 7e 3a 3e", "module": "__init__", - "msecs": 100.0, + "msecs": 67.0, "msg": "%s RX <- %s", "name": "helpers.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/helpers/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/helpers/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 11004.492998123169, + "relativeCreated": 11050.047616, "stack_info": null, - "thread": 140630743295680, + "taskName": null, + "thread": 140180937758400, "threadName": "Thread-13 (_start)" }, { @@ -26732,25 +27657,26 @@ "status: okay", "'client'" ], - "asctime": "2025-03-23 16:47:07,101", - "created": 1742744827.1017368, + "asctime": "2025-08-15 21:42:02,068", + "created": 1755286922.0684075, "exc_text": null, "filename": "__init__.py", "funcName": "__log_msg__", "levelname": "INFO", "levelno": 20, - "lineno": 445, + "lineno": 438, "message": "prot-server: RX <- service: channel name request, data_id: name, status: okay, data: \"'client'\"", "module": "__init__", - "msecs": 101.0, + "msecs": 68.0, "msg": "%s %s %s, %s, data: \"%s\"", "name": "socket_protocol.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/socket_protocol/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/socket_protocol/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 11005.423545837402, + "relativeCreated": 11050.740902, "stack_info": null, - "thread": 140630743295680, + "taskName": null, + "thread": 140180937758400, "threadName": "Thread-13 (_start)" }, { @@ -26758,25 +27684,26 @@ "prot-server:", "__channel_name_request__" ], - "asctime": "2025-03-23 16:47:07,102", - "created": 1742744827.1020224, + "asctime": "2025-08-15 21:42:02,068", + "created": 1755286922.068691, "exc_text": null, "filename": "__init__.py", "funcName": "__data_available_callback__", "levelname": "DEBUG", "levelno": 10, - "lineno": 488, + "lineno": 481, "message": "prot-server: Executing callback __channel_name_request__ to process received data", "module": "__init__", - "msecs": 102.0, + "msecs": 68.0, "msg": "%s Executing callback %s to process received data", "name": "socket_protocol.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/socket_protocol/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/socket_protocol/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 11005.709171295166, + "relativeCreated": 11051.024307, "stack_info": null, - "thread": 140630743295680, + "taskName": null, + "thread": 140180937758400, "threadName": "Thread-13 (_start)" }, { @@ -26784,25 +27711,26 @@ "prot-server:", "'client'" ], - "asctime": "2025-03-23 16:47:07,102", - "created": 1742744827.102474, + "asctime": "2025-08-15 21:42:02,068", + "created": 1755286922.0689955, "exc_text": null, "filename": "__init__.py", "funcName": "__channel_name_request__", "levelname": "INFO", "levelno": 20, - "lineno": 427, + "lineno": 420, "message": "prot-server: channel name is now 'client'", "module": "__init__", - "msecs": 102.0, + "msecs": 68.0, "msg": "%s channel name is now %s", "name": "socket_protocol.client", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/socket_protocol/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/socket_protocol/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 11006.160736083984, + "relativeCreated": 11051.328927, "stack_info": null, - "thread": 140630743295680, + "taskName": null, + "thread": 140180937758400, "threadName": "Thread-13 (_start)" }, { @@ -26813,25 +27741,26 @@ "status: okay", "None" ], - "asctime": "2025-03-23 16:47:07,102", - "created": 1742744827.1028013, + "asctime": "2025-08-15 21:42:02,069", + "created": 1755286922.0692523, "exc_text": null, "filename": "__init__.py", "funcName": "__log_msg__", "levelname": "INFO", "levelno": 20, - "lineno": 445, + "lineno": 438, "message": "prot-server: TX -> service: channel name response, data_id: name, status: okay, data: \"None\"", "module": "__init__", - "msecs": 102.0, + "msecs": 69.0, "msg": "%s %s %s, %s, data: \"%s\"", "name": "socket_protocol.client", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/socket_protocol/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/socket_protocol/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 11006.48808479309, + "relativeCreated": 11051.585891, "stack_info": null, - "thread": 140630743295680, + "taskName": null, + "thread": 140180937758400, "threadName": "Thread-13 (_start)" }, { @@ -26839,25 +27768,26 @@ "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": "2025-03-23 16:47:07,103", - "created": 1742744827.1037784, + "asctime": "2025-08-15 21:42:02,069", + "created": 1755286922.0699792, "exc_text": null, "filename": "__init__.py", "funcName": "__tx__", "levelname": "INFO", "levelno": 20, - "lineno": 284, + "lineno": 286, "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": 103.0, + "msecs": 69.0, "msg": "%s TX -> %s", "name": "helpers.client", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/helpers/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/helpers/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 11007.465124130249, + "relativeCreated": 11052.31246, "stack_info": null, - "thread": 140630734902976, + "taskName": null, + "thread": 140180929365696, "threadName": "Thread-14 (_start)" }, { @@ -26865,25 +27795,26 @@ "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": "2025-03-23 16:47:07,112", - "created": 1742744827.1124747, + "asctime": "2025-08-15 21:42:02,078", + "created": 1755286922.0786653, "exc_text": null, "filename": "__init__.py", "funcName": "__rx__", "levelname": "DEBUG", "levelno": 10, - "lineno": 414, + "lineno": 416, "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": 112.0, + "msecs": 78.0, "msg": "%s RX <- %s", "name": "helpers.client", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/helpers/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/helpers/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 11016.161441802979, + "relativeCreated": 11060.998607, "stack_info": null, - "thread": 140630734902976, + "taskName": null, + "thread": 140180929365696, "threadName": "Thread-14 (_start)" }, { @@ -26891,25 +27822,26 @@ "comm-server:", "(6): 30 59 be 2f 3a 3e" ], - "asctime": "2025-03-23 16:47:07,113", - "created": 1742744827.1133254, + "asctime": "2025-08-15 21:42:02,079", + "created": 1755286922.0792475, "exc_text": null, "filename": "__init__.py", "funcName": "__tx__", "levelname": "INFO", "levelno": 20, - "lineno": 284, + "lineno": 286, "message": "comm-server: TX -> (6): 30 59 be 2f 3a 3e", "module": "__init__", - "msecs": 113.0, + "msecs": 79.0, "msg": "%s TX -> %s", "name": "helpers.client", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/helpers/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/helpers/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 11017.012119293213, + "relativeCreated": 11061.580771, "stack_info": null, - "thread": 140630734902976, + "taskName": null, + "thread": 140180929365696, "threadName": "Thread-14 (_start)" }, { @@ -26917,25 +27849,26 @@ "comm-client:", "(6): 30 59 be 2f 3a 3e" ], - "asctime": "2025-03-23 16:47:07,114", - "created": 1742744827.1144555, + "asctime": "2025-08-15 21:42:02,080", + "created": 1755286922.0804312, "exc_text": null, "filename": "__init__.py", "funcName": "__rx__", "levelname": "DEBUG", "levelno": 10, - "lineno": 414, + "lineno": 416, "message": "comm-client: RX <- (6): 30 59 be 2f 3a 3e", "module": "__init__", - "msecs": 114.0, + "msecs": 80.0, "msg": "%s RX <- %s", "name": "helpers.client", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/helpers/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/helpers/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 11018.142223358154, + "relativeCreated": 11062.764429, "stack_info": null, - "thread": 140630734902976, + "taskName": null, + "thread": 140180929365696, "threadName": "Thread-14 (_start)" }, { @@ -26946,25 +27879,26 @@ "status: okay", "None" ], - "asctime": "2025-03-23 16:47:07,115", - "created": 1742744827.1152227, + "asctime": "2025-08-15 21:42:02,081", + "created": 1755286922.0810223, "exc_text": null, "filename": "__init__.py", "funcName": "__log_msg__", "levelname": "INFO", "levelno": 20, - "lineno": 445, + "lineno": 438, "message": "prot-client: RX <- service: channel name response, data_id: name, status: okay, data: \"None\"", "module": "__init__", - "msecs": 115.0, + "msecs": 81.0, "msg": "%s %s %s, %s, data: \"%s\"", "name": "socket_protocol.client", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/socket_protocol/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/socket_protocol/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 11018.909454345703, + "relativeCreated": 11063.355737, "stack_info": null, - "thread": 140630734902976, + "taskName": null, + "thread": 140180929365696, "threadName": "Thread-14 (_start)" }, { @@ -26972,47 +27906,49 @@ "prot-client:", "__channel_name_response__" ], - "asctime": "2025-03-23 16:47:07,115", - "created": 1742744827.1155, + "asctime": "2025-08-15 21:42:02,081", + "created": 1755286922.081262, "exc_text": null, "filename": "__init__.py", "funcName": "__data_available_callback__", "levelname": "DEBUG", "levelno": 10, - "lineno": 503, + "lineno": 496, "message": "prot-client: Executing callback __channel_name_response__ to process received data", "module": "__init__", - "msecs": 115.0, + "msecs": 81.0, "msg": "%s Executing callback %s to process received data", "name": "socket_protocol.client", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/socket_protocol/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/socket_protocol/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 11019.186735153198, + "relativeCreated": 11063.595523, "stack_info": null, - "thread": 140630734902976, + "taskName": null, + "thread": 140180929365696, "threadName": "Thread-14 (_start)" } ], - "msecs": 431.0, + "msecs": 399.0, "msg": "Connecting Server and Client", "name": "__tLogger__", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/tests/test_communication.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/tests/test_communication.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 11335.677146911621, + "relativeCreated": 11381.770286, "stack_info": null, - "thread": 140631409799232, + "taskName": null, + "thread": 140181752467712, "threadName": "MainThread", - "time_consumption": 0.31649041175842285 + "time_consumption": 0.3181746006011963 }, { "args": [ "'client'", "" ], - "asctime": "2025-03-23 16:47:07,433", - "created": 1742744827.4332733, + "asctime": "2025-08-15 21:42:02,400", + "created": 1755286922.400247, "exc_text": null, "filename": "test.py", "funcName": "equivalency_chk", @@ -27028,8 +27964,8 @@ "'client'", "" ], - "asctime": "2025-03-23 16:47:07,432", - "created": 1742744827.4327629, + "asctime": "2025-08-15 21:42:02,399", + "created": 1755286922.399879, "exc_text": null, "filename": "test.py", "funcName": "__report_result__", @@ -27038,15 +27974,16 @@ "lineno": 22, "message": "Result (Channel name of server): 'client' ()", "module": "test", - "msecs": 432.0, + "msecs": 399.0, "msg": "Result (%s): %s (%s)", "name": "__unittest__", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/unittest/test.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/unittest/test.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 11336.44962310791, + "relativeCreated": 11382.212227, "stack_info": null, - "thread": 140631409799232, + "taskName": null, + "thread": 140181752467712, "threadName": "MainThread" }, { @@ -27056,8 +27993,8 @@ "'client'", "" ], - "asctime": "2025-03-23 16:47:07,433", - "created": 1742744827.4330444, + "asctime": "2025-08-15 21:42:02,400", + "created": 1755286922.4000874, "exc_text": null, "filename": "test.py", "funcName": "__report_expectation__", @@ -27066,37 +28003,39 @@ "lineno": 26, "message": "Expectation (Channel name of server): result = 'client' ()", "module": "test", - "msecs": 433.0, + "msecs": 400.0, "msg": "Expectation (%s): result %s %s (%s)", "name": "__unittest__", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/unittest/test.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/unittest/test.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 11336.73119544983, + "relativeCreated": 11382.420723, "stack_info": null, - "thread": 140631409799232, + "taskName": null, + "thread": 140181752467712, "threadName": "MainThread" } ], - "msecs": 433.0, + "msecs": 400.0, "msg": "Channel name of server is correct (Content %s and Type is %s).", "name": "__tLogger__", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/unittest/test.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/unittest/test.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 11336.960077285767, + "relativeCreated": 11382.580604, "stack_info": null, - "thread": 140631409799232, + "taskName": null, + "thread": 140181752467712, "threadName": "MainThread", - "time_consumption": 0.0002288818359375 + "time_consumption": 0.00015974044799804688 }, { "args": [ "'client'", "" ], - "asctime": "2025-03-23 16:47:07,434", - "created": 1742744827.4341466, + "asctime": "2025-08-15 21:42:02,400", + "created": 1755286922.4007683, "exc_text": null, "filename": "test.py", "funcName": "equivalency_chk", @@ -27112,8 +28051,8 @@ "'client'", "" ], - "asctime": "2025-03-23 16:47:07,433", - "created": 1742744827.4336457, + "asctime": "2025-08-15 21:42:02,400", + "created": 1755286922.4004893, "exc_text": null, "filename": "test.py", "funcName": "__report_result__", @@ -27122,15 +28061,16 @@ "lineno": 22, "message": "Result (Channel name of client): 'client' ()", "module": "test", - "msecs": 433.0, + "msecs": 400.0, "msg": "Result (%s): %s (%s)", "name": "__unittest__", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/unittest/test.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/unittest/test.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 11337.332487106323, + "relativeCreated": 11382.822704, "stack_info": null, - "thread": 140631409799232, + "taskName": null, + "thread": 140181752467712, "threadName": "MainThread" }, { @@ -27140,8 +28080,8 @@ "'client'", "" ], - "asctime": "2025-03-23 16:47:07,433", - "created": 1742744827.433866, + "asctime": "2025-08-15 21:42:02,400", + "created": 1755286922.4006343, "exc_text": null, "filename": "test.py", "funcName": "__report_expectation__", @@ -27150,34 +28090,36 @@ "lineno": 26, "message": "Expectation (Channel name of client): result = 'client' ()", "module": "test", - "msecs": 433.0, + "msecs": 400.0, "msg": "Expectation (%s): result %s %s (%s)", "name": "__unittest__", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/unittest/test.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/unittest/test.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 11337.552785873413, + "relativeCreated": 11382.967871, "stack_info": null, - "thread": 140631409799232, + "taskName": null, + "thread": 140181752467712, "threadName": "MainThread" } ], - "msecs": 434.0, + "msecs": 400.0, "msg": "Channel name of client is correct (Content %s and Type is %s).", "name": "__tLogger__", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/unittest/test.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/unittest/test.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 11337.833404541016, + "relativeCreated": 11383.101753, "stack_info": null, - "thread": 140631409799232, + "taskName": null, + "thread": 140181752467712, "threadName": "MainThread", - "time_consumption": 0.00028061866760253906 + "time_consumption": 0.00013399124145507812 }, { "args": [], - "asctime": "2025-03-23 16:47:07,434", - "created": 1742744827.4346788, + "asctime": "2025-08-15 21:42:02,401", + "created": 1755286922.4010699, "exc_text": null, "filename": "test_communication.py", "funcName": "channel_name_exchange", @@ -27187,22 +28129,23 @@ "message": "Setting Channel name for server only", "module": "test_communication", "moduleLogger": [], - "msecs": 434.0, + "msecs": 401.0, "msg": "Setting Channel name for server only", "name": "__tLogger__", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/tests/test_communication.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/tests/test_communication.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 11338.36555480957, + "relativeCreated": 11383.403385, "stack_info": null, - "thread": 140631409799232, + "taskName": null, + "thread": 140181752467712, "threadName": "MainThread", "time_consumption": 0.0 }, { "args": [], - "asctime": "2025-03-23 16:47:07,780", - "created": 1742744827.7804737, + "asctime": "2025-08-15 21:42:02,746", + "created": 1755286922.7463255, "exc_text": null, "filename": "test_communication.py", "funcName": "channel_name_exchange", @@ -27216,175 +28159,182 @@ "args": [ "comm-client:" ], - "asctime": "2025-03-23 16:47:07,435", - "created": 1742744827.4350076, + "asctime": "2025-08-15 21:42:02,401", + "created": 1755286922.4013124, "exc_text": null, "filename": "__init__.py", "funcName": "disconnect", "levelname": "INFO", "levelno": 20, - "lineno": 296, + "lineno": 298, "message": "comm-client: Connection Lost...", "module": "__init__", - "msecs": 435.0, + "msecs": 401.0, "msg": "%s Connection Lost...", "name": "helpers.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/helpers/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/helpers/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 11338.694334030151, + "relativeCreated": 11383.645736, "stack_info": null, - "thread": 140631409799232, + "taskName": null, + "thread": 140181752467712, "threadName": "MainThread" }, { "args": [ "prot-client:" ], - "asctime": "2025-03-23 16:47:07,435", - "created": 1742744827.4352527, + "asctime": "2025-08-15 21:42:02,401", + "created": 1755286922.401478, "exc_text": null, "filename": "__init__.py", "funcName": "__authentification_state_reset__", "levelname": "INFO", "levelno": 20, - "lineno": 380, + "lineno": 373, "message": "prot-client: Resetting authentification state to AUTH_STATE_UNTRUSTED_CONNECTION", "module": "__init__", - "msecs": 435.0, + "msecs": 401.0, "msg": "%s Resetting authentification state to AUTH_STATE_UNTRUSTED_CONNECTION", "name": "socket_protocol.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/socket_protocol/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/socket_protocol/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 11338.939428329468, + "relativeCreated": 11383.811493, "stack_info": null, - "thread": 140631409799232, + "taskName": null, + "thread": 140181752467712, "threadName": "MainThread" }, { "args": [ "comm-server:" ], - "asctime": "2025-03-23 16:47:07,435", - "created": 1742744827.435462, + "asctime": "2025-08-15 21:42:02,401", + "created": 1755286922.4016204, "exc_text": null, "filename": "__init__.py", "funcName": "disconnect", "levelname": "INFO", "levelno": 20, - "lineno": 296, + "lineno": 298, "message": "comm-server: Connection Lost...", "module": "__init__", - "msecs": 435.0, + "msecs": 401.0, "msg": "%s Connection Lost...", "name": "helpers.server", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/helpers/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/helpers/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 11339.148759841919, + "relativeCreated": 11383.953864, "stack_info": null, - "thread": 140631409799232, + "taskName": null, + "thread": 140181752467712, "threadName": "MainThread" }, { "args": [ "prot-server:" ], - "asctime": "2025-03-23 16:47:07,435", - "created": 1742744827.4356854, + "asctime": "2025-08-15 21:42:02,401", + "created": 1755286922.4017568, "exc_text": null, "filename": "__init__.py", "funcName": "__authentification_state_reset__", "levelname": "INFO", "levelno": 20, - "lineno": 380, + "lineno": 373, "message": "prot-server: Resetting authentification state to AUTH_STATE_UNTRUSTED_CONNECTION", "module": "__init__", - "msecs": 435.0, + "msecs": 401.0, "msg": "%s Resetting authentification state to AUTH_STATE_UNTRUSTED_CONNECTION", "name": "socket_protocol.server", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/socket_protocol/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/socket_protocol/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 11339.372158050537, + "relativeCreated": 11384.090098, "stack_info": null, - "thread": 140631409799232, + "taskName": null, + "thread": 140181752467712, "threadName": "MainThread" }, { "args": [ "comm-client:" ], - "asctime": "2025-03-23 16:47:07,435", - "created": 1742744827.435901, + "asctime": "2025-08-15 21:42:02,401", + "created": 1755286922.4018996, "exc_text": null, "filename": "__init__.py", "funcName": "__connect__", "levelname": "INFO", "levelno": 20, - "lineno": 268, + "lineno": 270, "message": "comm-client: Connection established...", "module": "__init__", - "msecs": 435.0, + "msecs": 401.0, "msg": "%s Connection established...", "name": "helpers.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/helpers/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/helpers/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 11339.587688446045, + "relativeCreated": 11384.233069, "stack_info": null, - "thread": 140631409799232, + "taskName": null, + "thread": 140181752467712, "threadName": "MainThread" }, { "args": [ "comm-client:" ], - "asctime": "2025-03-23 16:47:07,436", - "created": 1742744827.4361167, + "asctime": "2025-08-15 21:42:02,402", + "created": 1755286922.4020436, "exc_text": null, "filename": "__init__.py", "funcName": "__clean_buffer__", "levelname": "DEBUG", "levelno": 10, - "lineno": 411, + "lineno": 413, "message": "comm-client: Cleaning up receive-buffer", "module": "__init__", - "msecs": 436.0, + "msecs": 402.0, "msg": "%s Cleaning up receive-buffer", "name": "helpers.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/helpers/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/helpers/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 11339.803457260132, + "relativeCreated": 11384.377019, "stack_info": null, - "thread": 140631409799232, + "taskName": null, + "thread": 140181752467712, "threadName": "MainThread" }, { "args": [ "prot-client:" ], - "asctime": "2025-03-23 16:47:07,436", - "created": 1742744827.4363313, + "asctime": "2025-08-15 21:42:02,402", + "created": 1755286922.4021823, "exc_text": null, "filename": "__init__.py", "funcName": "__clean_receive_buffer__", "levelname": "DEBUG", "levelno": 10, - "lineno": 434, + "lineno": 427, "message": "prot-client: Cleaning up receive-buffer", "module": "__init__", - "msecs": 436.0, + "msecs": 402.0, "msg": "%s Cleaning up receive-buffer", "name": "socket_protocol.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/socket_protocol/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/socket_protocol/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 11340.018033981323, + "relativeCreated": 11384.515917, "stack_info": null, - "thread": 140631409799232, + "taskName": null, + "thread": 140181752467712, "threadName": "MainThread" }, { @@ -27395,100 +28345,104 @@ "status: okay", "None" ], - "asctime": "2025-03-23 16:47:07,436", - "created": 1742744827.4366944, + "asctime": "2025-08-15 21:42:02,402", + "created": 1755286922.4024138, "exc_text": null, "filename": "__init__.py", "funcName": "__log_msg__", "levelname": "INFO", "levelno": 20, - "lineno": 445, + "lineno": 438, "message": "prot-client: TX -> service: channel name request, data_id: name, status: okay, data: \"None\"", "module": "__init__", - "msecs": 436.0, + "msecs": 402.0, "msg": "%s %s %s, %s, data: \"%s\"", "name": "socket_protocol.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/socket_protocol/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/socket_protocol/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 11340.381145477295, + "relativeCreated": 11384.74733, "stack_info": null, - "thread": 140631409799232, + "taskName": null, + "thread": 140181752467712, "threadName": "MainThread" }, { "args": [ "comm-server:" ], - "asctime": "2025-03-23 16:47:07,437", - "created": 1742744827.4372628, + "asctime": "2025-08-15 21:42:02,402", + "created": 1755286922.4029691, "exc_text": null, "filename": "__init__.py", "funcName": "__connect__", "levelname": "INFO", "levelno": 20, - "lineno": 268, + "lineno": 270, "message": "comm-server: Connection established...", "module": "__init__", - "msecs": 437.0, + "msecs": 402.0, "msg": "%s Connection established...", "name": "helpers.server", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/helpers/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/helpers/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 11340.949535369873, + "relativeCreated": 11385.302563, "stack_info": null, - "thread": 140631409799232, + "taskName": null, + "thread": 140181752467712, "threadName": "MainThread" }, { "args": [ "comm-server:" ], - "asctime": "2025-03-23 16:47:07,437", - "created": 1742744827.4373283, + "asctime": "2025-08-15 21:42:02,403", + "created": 1755286922.4031336, "exc_text": null, "filename": "__init__.py", "funcName": "__clean_buffer__", "levelname": "DEBUG", "levelno": 10, - "lineno": 411, + "lineno": 413, "message": "comm-server: Cleaning up receive-buffer", "module": "__init__", - "msecs": 437.0, + "msecs": 403.0, "msg": "%s Cleaning up receive-buffer", "name": "helpers.server", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/helpers/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/helpers/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 11341.015100479126, + "relativeCreated": 11385.467108, "stack_info": null, - "thread": 140631409799232, + "taskName": null, + "thread": 140181752467712, "threadName": "MainThread" }, { "args": [ "prot-server:" ], - "asctime": "2025-03-23 16:47:07,437", - "created": 1742744827.4373903, + "asctime": "2025-08-15 21:42:02,403", + "created": 1755286922.4032784, "exc_text": null, "filename": "__init__.py", "funcName": "__clean_receive_buffer__", "levelname": "DEBUG", "levelno": 10, - "lineno": 434, + "lineno": 427, "message": "prot-server: Cleaning up receive-buffer", "module": "__init__", - "msecs": 437.0, + "msecs": 403.0, "msg": "%s Cleaning up receive-buffer", "name": "socket_protocol.server", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/socket_protocol/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/socket_protocol/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 11341.077089309692, + "relativeCreated": 11385.611901, "stack_info": null, - "thread": 140631409799232, + "taskName": null, + "thread": 140181752467712, "threadName": "MainThread" }, { @@ -27496,25 +28450,26 @@ "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": "2025-03-23 16:47:07,437", - "created": 1742744827.4378588, + "asctime": "2025-08-15 21:42:02,403", + "created": 1755286922.4036794, "exc_text": null, "filename": "__init__.py", "funcName": "__tx__", "levelname": "INFO", "levelno": 20, - "lineno": 284, + "lineno": 286, "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": 437.0, + "msecs": 403.0, "msg": "%s TX -> %s", "name": "helpers.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/helpers/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/helpers/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 11341.545581817627, + "relativeCreated": 11386.012972, "stack_info": null, - "thread": 140630743295680, + "taskName": null, + "thread": 140180937758400, "threadName": "Thread-13 (_start)" }, { @@ -27522,25 +28477,26 @@ "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": "2025-03-23 16:47:07,446", - "created": 1742744827.4461992, + "asctime": "2025-08-15 21:42:02,412", + "created": 1755286922.4121237, "exc_text": null, "filename": "__init__.py", "funcName": "__rx__", "levelname": "DEBUG", "levelno": 10, - "lineno": 414, + "lineno": 416, "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": 446.0, + "msecs": 412.0, "msg": "%s RX <- %s", "name": "helpers.server", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/helpers/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/helpers/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 11349.885940551758, + "relativeCreated": 11394.456965, "stack_info": null, - "thread": 140630743295680, + "taskName": null, + "thread": 140180937758400, "threadName": "Thread-13 (_start)" }, { @@ -27548,25 +28504,26 @@ "comm-client:", "(6): 53 5e 67 0b 3a 3e" ], - "asctime": "2025-03-23 16:47:07,446", - "created": 1742744827.4465551, + "asctime": "2025-08-15 21:42:02,412", + "created": 1755286922.4127154, "exc_text": null, "filename": "__init__.py", "funcName": "__tx__", "levelname": "INFO", "levelno": 20, - "lineno": 284, + "lineno": 286, "message": "comm-client: TX -> (6): 53 5e 67 0b 3a 3e", "module": "__init__", - "msecs": 446.0, + "msecs": 412.0, "msg": "%s TX -> %s", "name": "helpers.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/helpers/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/helpers/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 11350.241899490356, + "relativeCreated": 11395.048956, "stack_info": null, - "thread": 140630743295680, + "taskName": null, + "thread": 140180937758400, "threadName": "Thread-13 (_start)" }, { @@ -27574,25 +28531,26 @@ "comm-server:", "(6): 53 5e 67 0b 3a 3e" ], - "asctime": "2025-03-23 16:47:07,447", - "created": 1742744827.4475205, + "asctime": "2025-08-15 21:42:02,413", + "created": 1755286922.413786, "exc_text": null, "filename": "__init__.py", "funcName": "__rx__", "levelname": "DEBUG", "levelno": 10, - "lineno": 414, + "lineno": 416, "message": "comm-server: RX <- (6): 53 5e 67 0b 3a 3e", "module": "__init__", - "msecs": 447.0, + "msecs": 413.0, "msg": "%s RX <- %s", "name": "helpers.server", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/helpers/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/helpers/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 11351.207256317139, + "relativeCreated": 11396.119317, "stack_info": null, - "thread": 140630743295680, + "taskName": null, + "thread": 140180937758400, "threadName": "Thread-13 (_start)" }, { @@ -27603,25 +28561,26 @@ "status: okay", "None" ], - "asctime": "2025-03-23 16:47:07,447", - "created": 1742744827.4478707, + "asctime": "2025-08-15 21:42:02,414", + "created": 1755286922.4142, "exc_text": null, "filename": "__init__.py", "funcName": "__log_msg__", "levelname": "INFO", "levelno": 20, - "lineno": 445, + "lineno": 438, "message": "prot-server: RX <- service: channel name request, data_id: name, status: okay, data: \"None\"", "module": "__init__", - "msecs": 447.0, + "msecs": 414.0, "msg": "%s %s %s, %s, data: \"%s\"", "name": "socket_protocol.server", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/socket_protocol/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/socket_protocol/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 11351.557493209839, + "relativeCreated": 11396.53355, "stack_info": null, - "thread": 140630743295680, + "taskName": null, + "thread": 140180937758400, "threadName": "Thread-13 (_start)" }, { @@ -27629,25 +28588,26 @@ "prot-server:", "__channel_name_request__" ], - "asctime": "2025-03-23 16:47:07,447", - "created": 1742744827.4479954, + "asctime": "2025-08-15 21:42:02,414", + "created": 1755286922.4143877, "exc_text": null, "filename": "__init__.py", "funcName": "__data_available_callback__", "levelname": "DEBUG", "levelno": 10, - "lineno": 488, + "lineno": 481, "message": "prot-server: Executing callback __channel_name_request__ to process received data", "module": "__init__", - "msecs": 447.0, + "msecs": 414.0, "msg": "%s Executing callback %s to process received data", "name": "socket_protocol.server", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/socket_protocol/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/socket_protocol/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 11351.682186126709, + "relativeCreated": 11396.721147, "stack_info": null, - "thread": 140630743295680, + "taskName": null, + "thread": 140180937758400, "threadName": "Thread-13 (_start)" }, { @@ -27658,25 +28618,26 @@ "status: okay", "'server'" ], - "asctime": "2025-03-23 16:47:07,448", - "created": 1742744827.4481416, + "asctime": "2025-08-15 21:42:02,414", + "created": 1755286922.4146807, "exc_text": null, "filename": "__init__.py", "funcName": "__log_msg__", "levelname": "INFO", "levelno": 20, - "lineno": 445, + "lineno": 438, "message": "prot-server: TX -> service: channel name response, data_id: name, status: okay, data: \"'server'\"", "module": "__init__", - "msecs": 448.0, + "msecs": 414.0, "msg": "%s %s %s, %s, data: \"%s\"", "name": "socket_protocol.server", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/socket_protocol/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/socket_protocol/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 11351.828336715698, + "relativeCreated": 11397.014256, "stack_info": null, - "thread": 140630743295680, + "taskName": null, + "thread": 140180937758400, "threadName": "Thread-13 (_start)" }, { @@ -27684,25 +28645,26 @@ "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": "2025-03-23 16:47:07,448", - "created": 1742744827.4485886, + "asctime": "2025-08-15 21:42:02,415", + "created": 1755286922.4153047, "exc_text": null, "filename": "__init__.py", "funcName": "__tx__", "levelname": "INFO", "levelno": 20, - "lineno": 284, + "lineno": 286, "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": 448.0, + "msecs": 415.0, "msg": "%s TX -> %s", "name": "helpers.server", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/helpers/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/helpers/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 11352.275371551514, + "relativeCreated": 11397.638086, "stack_info": null, - "thread": 140630734902976, + "taskName": null, + "thread": 140180929365696, "threadName": "Thread-14 (_start)" }, { @@ -27710,25 +28672,26 @@ "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": "2025-03-23 16:47:07,457", - "created": 1742744827.4570043, + "asctime": "2025-08-15 21:42:02,423", + "created": 1755286922.4236991, "exc_text": null, "filename": "__init__.py", "funcName": "__rx__", "levelname": "DEBUG", "levelno": 10, - "lineno": 414, + "lineno": 416, "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": 457.0, + "msecs": 423.0, "msg": "%s RX <- %s", "name": "helpers.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/helpers/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/helpers/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 11360.69107055664, + "relativeCreated": 11406.032586, "stack_info": null, - "thread": 140630734902976, + "taskName": null, + "thread": 140180929365696, "threadName": "Thread-14 (_start)" }, { @@ -27736,25 +28699,26 @@ "comm-server:", "(10): 65 72 22 7d ac a3 7b cc 3a 3e" ], - "asctime": "2025-03-23 16:47:07,457", - "created": 1742744827.4574802, + "asctime": "2025-08-15 21:42:02,424", + "created": 1755286922.42422, "exc_text": null, "filename": "__init__.py", "funcName": "__tx__", "levelname": "INFO", "levelno": 20, - "lineno": 284, + "lineno": 286, "message": "comm-server: TX -> (10): 65 72 22 7d ac a3 7b cc 3a 3e", "module": "__init__", - "msecs": 457.0, + "msecs": 424.0, "msg": "%s TX -> %s", "name": "helpers.server", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/helpers/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/helpers/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 11361.166954040527, + "relativeCreated": 11406.553625, "stack_info": null, - "thread": 140630734902976, + "taskName": null, + "thread": 140180929365696, "threadName": "Thread-14 (_start)" }, { @@ -27762,25 +28726,26 @@ "comm-client:", "(10): 65 72 22 7d ac a3 7b cc 3a 3e" ], - "asctime": "2025-03-23 16:47:07,459", - "created": 1742744827.459035, + "asctime": "2025-08-15 21:42:02,425", + "created": 1755286922.4257677, "exc_text": null, "filename": "__init__.py", "funcName": "__rx__", "levelname": "DEBUG", "levelno": 10, - "lineno": 414, + "lineno": 416, "message": "comm-client: RX <- (10): 65 72 22 7d ac a3 7b cc 3a 3e", "module": "__init__", - "msecs": 459.0, + "msecs": 425.0, "msg": "%s RX <- %s", "name": "helpers.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/helpers/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/helpers/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 11362.721681594849, + "relativeCreated": 11408.1012, "stack_info": null, - "thread": 140630734902976, + "taskName": null, + "thread": 140180929365696, "threadName": "Thread-14 (_start)" }, { @@ -27791,25 +28756,26 @@ "status: okay", "'server'" ], - "asctime": "2025-03-23 16:47:07,459", - "created": 1742744827.4596014, + "asctime": "2025-08-15 21:42:02,426", + "created": 1755286922.4263973, "exc_text": null, "filename": "__init__.py", "funcName": "__log_msg__", "levelname": "INFO", "levelno": 20, - "lineno": 445, + "lineno": 438, "message": "prot-client: RX <- service: channel name response, data_id: name, status: okay, data: \"'server'\"", "module": "__init__", - "msecs": 459.0, + "msecs": 426.0, "msg": "%s %s %s, %s, data: \"%s\"", "name": "socket_protocol.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/socket_protocol/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/socket_protocol/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 11363.288164138794, + "relativeCreated": 11408.730988, "stack_info": null, - "thread": 140630734902976, + "taskName": null, + "thread": 140180929365696, "threadName": "Thread-14 (_start)" }, { @@ -27817,25 +28783,26 @@ "prot-client:", "__channel_name_response__" ], - "asctime": "2025-03-23 16:47:07,459", - "created": 1742744827.4598022, + "asctime": "2025-08-15 21:42:02,426", + "created": 1755286922.42665, "exc_text": null, "filename": "__init__.py", "funcName": "__data_available_callback__", "levelname": "DEBUG", "levelno": 10, - "lineno": 503, + "lineno": 496, "message": "prot-client: Executing callback __channel_name_response__ to process received data", "module": "__init__", - "msecs": 459.0, + "msecs": 426.0, "msg": "%s Executing callback %s to process received data", "name": "socket_protocol.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/socket_protocol/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/socket_protocol/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 11363.488912582397, + "relativeCreated": 11408.98346, "stack_info": null, - "thread": 140630734902976, + "taskName": null, + "thread": 140180929365696, "threadName": "Thread-14 (_start)" }, { @@ -27843,47 +28810,49 @@ "prot-client:", "'server'" ], - "asctime": "2025-03-23 16:47:07,460", - "created": 1742744827.4600387, + "asctime": "2025-08-15 21:42:02,426", + "created": 1755286922.4269104, "exc_text": null, "filename": "__init__.py", "funcName": "__channel_name_response__", "levelname": "INFO", "levelno": 20, - "lineno": 413, + "lineno": 406, "message": "prot-client: channel name is now 'server'", "module": "__init__", - "msecs": 460.0, + "msecs": 426.0, "msg": "%s channel name is now %s", "name": "socket_protocol.server", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/socket_protocol/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/socket_protocol/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 11363.725423812866, + "relativeCreated": 11409.244011, "stack_info": null, - "thread": 140630734902976, + "taskName": null, + "thread": 140180929365696, "threadName": "Thread-14 (_start)" } ], - "msecs": 780.0, + "msecs": 746.0, "msg": "Connecting Server and Client", "name": "__tLogger__", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/tests/test_communication.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/tests/test_communication.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 11684.160470962524, + "relativeCreated": 11728.658918, "stack_info": null, - "thread": 140631409799232, + "taskName": null, + "thread": 140181752467712, "threadName": "MainThread", - "time_consumption": 0.3204350471496582 + "time_consumption": 0.3194150924682617 }, { "args": [ "'server'", "" ], - "asctime": "2025-03-23 16:47:07,781", - "created": 1742744827.781647, + "asctime": "2025-08-15 21:42:02,747", + "created": 1755286922.747183, "exc_text": null, "filename": "test.py", "funcName": "equivalency_chk", @@ -27899,8 +28868,8 @@ "'server'", "" ], - "asctime": "2025-03-23 16:47:07,781", - "created": 1742744827.7811785, + "asctime": "2025-08-15 21:42:02,746", + "created": 1755286922.746849, "exc_text": null, "filename": "test.py", "funcName": "__report_result__", @@ -27909,15 +28878,16 @@ "lineno": 22, "message": "Result (Channel name of server): 'server' ()", "module": "test", - "msecs": 781.0, + "msecs": 746.0, "msg": "Result (%s): %s (%s)", "name": "__unittest__", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/unittest/test.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/unittest/test.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 11684.865236282349, + "relativeCreated": 11729.182411, "stack_info": null, - "thread": 140631409799232, + "taskName": null, + "thread": 140181752467712, "threadName": "MainThread" }, { @@ -27927,8 +28897,8 @@ "'server'", "" ], - "asctime": "2025-03-23 16:47:07,781", - "created": 1742744827.7814379, + "asctime": "2025-08-15 21:42:02,747", + "created": 1755286922.7470307, "exc_text": null, "filename": "test.py", "funcName": "__report_expectation__", @@ -27937,37 +28907,39 @@ "lineno": 26, "message": "Expectation (Channel name of server): result = 'server' ()", "module": "test", - "msecs": 781.0, + "msecs": 747.0, "msg": "Expectation (%s): result %s %s (%s)", "name": "__unittest__", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/unittest/test.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/unittest/test.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 11685.124635696411, + "relativeCreated": 11729.364181, "stack_info": null, - "thread": 140631409799232, + "taskName": null, + "thread": 140181752467712, "threadName": "MainThread" } ], - "msecs": 781.0, + "msecs": 747.0, "msg": "Channel name of server is correct (Content %s and Type is %s).", "name": "__tLogger__", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/unittest/test.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/unittest/test.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 11685.333728790283, + "relativeCreated": 11729.51655, "stack_info": null, - "thread": 140631409799232, + "taskName": null, + "thread": 140181752467712, "threadName": "MainThread", - "time_consumption": 0.0002090930938720703 + "time_consumption": 0.00015234947204589844 }, { "args": [ "'server'", "" ], - "asctime": "2025-03-23 16:47:07,782", - "created": 1742744827.7824352, + "asctime": "2025-08-15 21:42:02,747", + "created": 1755286922.7477105, "exc_text": null, "filename": "test.py", "funcName": "equivalency_chk", @@ -27983,8 +28955,8 @@ "'server'", "" ], - "asctime": "2025-03-23 16:47:07,782", - "created": 1742744827.7820013, + "asctime": "2025-08-15 21:42:02,747", + "created": 1755286922.7474208, "exc_text": null, "filename": "test.py", "funcName": "__report_result__", @@ -27993,15 +28965,16 @@ "lineno": 22, "message": "Result (Channel name of client): 'server' ()", "module": "test", - "msecs": 782.0, + "msecs": 747.0, "msg": "Result (%s): %s (%s)", "name": "__unittest__", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/unittest/test.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/unittest/test.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 11685.688018798828, + "relativeCreated": 11729.754042, "stack_info": null, - "thread": 140631409799232, + "taskName": null, + "thread": 140181752467712, "threadName": "MainThread" }, { @@ -28011,8 +28984,8 @@ "'server'", "" ], - "asctime": "2025-03-23 16:47:07,782", - "created": 1742744827.7822487, + "asctime": "2025-08-15 21:42:02,747", + "created": 1755286922.7475657, "exc_text": null, "filename": "test.py", "funcName": "__report_expectation__", @@ -28021,63 +28994,66 @@ "lineno": 26, "message": "Expectation (Channel name of client): result = 'server' ()", "module": "test", - "msecs": 782.0, + "msecs": 747.0, "msg": "Expectation (%s): result %s %s (%s)", "name": "__unittest__", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/unittest/test.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/unittest/test.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 11685.935497283936, + "relativeCreated": 11729.899169, "stack_info": null, - "thread": 140631409799232, + "taskName": null, + "thread": 140181752467712, "threadName": "MainThread" } ], - "msecs": 782.0, + "msecs": 747.0, "msg": "Channel name of client is correct (Content %s and Type is %s).", "name": "__tLogger__", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/unittest/test.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/unittest/test.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 11686.121940612793, + "relativeCreated": 11730.043938, "stack_info": null, - "thread": 140631409799232, + "taskName": null, + "thread": 140181752467712, "threadName": "MainThread", - "time_consumption": 0.00018644332885742188 + "time_consumption": 0.00014472007751464844 } ], - "thread": 140631409799232, + "thread": 140181752467712, "threadName": "MainThread", - "time_consumption": 1.7537760734558105, - "time_finished": "2025-03-23 16:47:07,782", - "time_start": "2025-03-23 16:47:06,028" + "time_consumption": 1.7391674518585205, + "time_finished": "2025-08-15 21:42:02,747", + "time_start": "2025-08-15 21:42:01,008" }, "REQ-0011": { "args": null, - "asctime": "2025-03-23 16:47:07,783", - "created": 1742744827.783269, + "asctime": "2025-08-15 21:42:02,748", + "created": 1755286922.748311, "exc_text": null, "filename": "__init__.py", "funcName": "testCase", "levelname": "INFO", "levelno": 20, - "lineno": 327, + "lineno": 331, "message": "REQ-0011", "module": "__init__", "moduleLogger": [], - "msecs": 783.0, + "msecs": 748.0, "msg": "REQ-0011", "name": "__tLogger__", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/report/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/report/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 11686.955690383911, + "relativeCreated": 11730.644521, "stack_info": null, + "taskName": null, "testcaseLogger": [ { "args": [], - "asctime": "2025-03-23 16:47:07,796", - "created": 1742744827.7960234, + "asctime": "2025-08-15 21:42:02,758", + "created": 1755286922.7585807, "exc_text": null, "filename": "test_helpers.py", "funcName": "set_up_socket_protocol", @@ -28091,100 +29067,104 @@ "args": [ "comm-client:" ], - "asctime": "2025-03-23 16:47:07,785", - "created": 1742744827.7855215, + "asctime": "2025-08-15 21:42:02,749", + "created": 1755286922.7494574, "exc_text": null, "filename": "__init__.py", "funcName": "__clean_buffer__", "levelname": "DEBUG", "levelno": 10, - "lineno": 411, + "lineno": 413, "message": "comm-client: Cleaning up receive-buffer", "module": "__init__", - "msecs": 785.0, + "msecs": 749.0, "msg": "%s Cleaning up receive-buffer", "name": "helpers.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/helpers/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/helpers/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 11689.208269119263, + "relativeCreated": 11731.790977, "stack_info": null, - "thread": 140631409799232, + "taskName": null, + "thread": 140181752467712, "threadName": "MainThread" }, { "args": [ "comm-server:" ], - "asctime": "2025-03-23 16:47:07,786", - "created": 1742744827.7868297, + "asctime": "2025-08-15 21:42:02,750", + "created": 1755286922.7506866, "exc_text": null, "filename": "__init__.py", "funcName": "__clean_buffer__", "levelname": "DEBUG", "levelno": 10, - "lineno": 411, + "lineno": 413, "message": "comm-server: Cleaning up receive-buffer", "module": "__init__", - "msecs": 786.0, + "msecs": 750.0, "msg": "%s Cleaning up receive-buffer", "name": "helpers.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/helpers/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/helpers/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 11690.516471862793, + "relativeCreated": 11733.020083, "stack_info": null, - "thread": 140631409799232, + "taskName": null, + "thread": 140181752467712, "threadName": "MainThread" }, { "args": [ "comm-server:" ], - "asctime": "2025-03-23 16:47:07,787", - "created": 1742744827.7871556, + "asctime": "2025-08-15 21:42:02,750", + "created": 1755286922.7509296, "exc_text": null, "filename": "__init__.py", "funcName": "__init__", "levelname": "INFO", "levelno": 20, - "lineno": 520, + "lineno": 522, "message": "comm-server: Waiting for incomming connection", "module": "__init__", - "msecs": 787.0, + "msecs": 750.0, "msg": "%s Waiting for incomming connection", "name": "helpers.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/helpers/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/helpers/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 11690.842390060425, + "relativeCreated": 11733.263041, "stack_info": null, - "thread": 140631409799232, + "taskName": null, + "thread": 140181752467712, "threadName": "MainThread" }, { "args": [ "prot-server:" ], - "asctime": "2025-03-23 16:47:07,787", - "created": 1742744827.7875674, + "asctime": "2025-08-15 21:42:02,751", + "created": 1755286922.7512999, "exc_text": null, "filename": "__init__.py", "funcName": "__clean_receive_buffer__", "levelname": "DEBUG", "levelno": 10, - "lineno": 434, + "lineno": 427, "message": "prot-server: Cleaning up receive-buffer", "module": "__init__", - "msecs": 787.0, + "msecs": 751.0, "msg": "%s Cleaning up receive-buffer", "name": "socket_protocol.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/socket_protocol/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/socket_protocol/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 11691.254138946533, + "relativeCreated": 11733.633307, "stack_info": null, - "thread": 140631409799232, + "taskName": null, + "thread": 140181752467712, "threadName": "MainThread" }, { @@ -28193,25 +29173,26 @@ "authentification request", "authentification response" ], - "asctime": "2025-03-23 16:47:07,787", - "created": 1742744827.787808, + "asctime": "2025-08-15 21:42:02,751", + "created": 1755286922.7514749, "exc_text": null, "filename": "__init__.py", "funcName": "add_service", "levelname": "DEBUG", "levelno": 10, - "lineno": 597, + "lineno": 590, "message": "prot-server: Adding Service with Request=authentification request and Response=authentification response", "module": "__init__", - "msecs": 787.0, + "msecs": 751.0, "msg": "%s Adding Service with Request=%s and Response=%s", "name": "socket_protocol.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/socket_protocol/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/socket_protocol/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 11691.494703292847, + "relativeCreated": 11733.808346, "stack_info": null, - "thread": 140631409799232, + "taskName": null, + "thread": 140181752467712, "threadName": "MainThread" }, { @@ -28219,25 +29200,26 @@ "prot-server:", "service: authentification request, data_id: seed" ], - "asctime": "2025-03-23 16:47:07,788", - "created": 1742744827.7880876, + "asctime": "2025-08-15 21:42:02,751", + "created": 1755286922.7516727, "exc_text": null, "filename": "__init__.py", "funcName": "add_msg_to_auth_whitelist_", "levelname": "DEBUG", "levelno": 10, - "lineno": 571, + "lineno": 564, "message": "prot-server: Adding Message (service: authentification request, data_id: seed) to the authentification whitelist", "module": "__init__", - "msecs": 788.0, + "msecs": 751.0, "msg": "%s Adding Message (%s) to the authentification whitelist", "name": "socket_protocol.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/socket_protocol/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/socket_protocol/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 11691.774368286133, + "relativeCreated": 11734.006264, "stack_info": null, - "thread": 140631409799232, + "taskName": null, + "thread": 140181752467712, "threadName": "MainThread" }, { @@ -28245,25 +29227,26 @@ "prot-server:", "service: authentification response, data_id: seed" ], - "asctime": "2025-03-23 16:47:07,788", - "created": 1742744827.7882988, + "asctime": "2025-08-15 21:42:02,751", + "created": 1755286922.7518227, "exc_text": null, "filename": "__init__.py", "funcName": "add_msg_to_auth_whitelist_", "levelname": "DEBUG", "levelno": 10, - "lineno": 571, + "lineno": 564, "message": "prot-server: Adding Message (service: authentification response, data_id: seed) to the authentification whitelist", "module": "__init__", - "msecs": 788.0, + "msecs": 751.0, "msg": "%s Adding Message (%s) to the authentification whitelist", "name": "socket_protocol.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/socket_protocol/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/socket_protocol/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 11691.985607147217, + "relativeCreated": 11734.156035, "stack_info": null, - "thread": 140631409799232, + "taskName": null, + "thread": 140181752467712, "threadName": "MainThread" }, { @@ -28271,25 +29254,26 @@ "prot-server:", "service: authentification request, data_id: key" ], - "asctime": "2025-03-23 16:47:07,788", - "created": 1742744827.7884967, + "asctime": "2025-08-15 21:42:02,751", + "created": 1755286922.751964, "exc_text": null, "filename": "__init__.py", "funcName": "add_msg_to_auth_whitelist_", "levelname": "DEBUG", "levelno": 10, - "lineno": 571, + "lineno": 564, "message": "prot-server: Adding Message (service: authentification request, data_id: key) to the authentification whitelist", "module": "__init__", - "msecs": 788.0, + "msecs": 751.0, "msg": "%s Adding Message (%s) to the authentification whitelist", "name": "socket_protocol.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/socket_protocol/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/socket_protocol/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 11692.183494567871, + "relativeCreated": 11734.297621, "stack_info": null, - "thread": 140631409799232, + "taskName": null, + "thread": 140181752467712, "threadName": "MainThread" }, { @@ -28297,25 +29281,26 @@ "prot-server:", "service: authentification response, data_id: key" ], - "asctime": "2025-03-23 16:47:07,788", - "created": 1742744827.7886884, + "asctime": "2025-08-15 21:42:02,752", + "created": 1755286922.7520974, "exc_text": null, "filename": "__init__.py", "funcName": "add_msg_to_auth_whitelist_", "levelname": "DEBUG", "levelno": 10, - "lineno": 571, + "lineno": 564, "message": "prot-server: Adding Message (service: authentification response, data_id: key) to the authentification whitelist", "module": "__init__", - "msecs": 788.0, + "msecs": 752.0, "msg": "%s Adding Message (%s) to the authentification whitelist", "name": "socket_protocol.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/socket_protocol/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/socket_protocol/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 11692.375183105469, + "relativeCreated": 11734.43061, "stack_info": null, - "thread": 140631409799232, + "taskName": null, + "thread": 140181752467712, "threadName": "MainThread" }, { @@ -28325,25 +29310,26 @@ "0", "0" ], - "asctime": "2025-03-23 16:47:07,788", - "created": 1742744827.7889235, + "asctime": "2025-08-15 21:42:02,752", + "created": 1755286922.7522469, "exc_text": null, "filename": "__init__.py", "funcName": "add", "levelname": "DEBUG", "levelno": 10, - "lineno": 172, + "lineno": 169, "message": "prot-server: Adding callback '__authentificate_create_seed__' for SID=0 and DID=0", "module": "__init__", - "msecs": 788.0, + "msecs": 752.0, "msg": "%s Adding callback %s for SID=%s and DID=%s", "name": "socket_protocol.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/socket_protocol/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/socket_protocol/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 11692.610263824463, + "relativeCreated": 11734.580244, "stack_info": null, - "thread": 140631409799232, + "taskName": null, + "thread": 140181752467712, "threadName": "MainThread" }, { @@ -28353,25 +29339,26 @@ "1", "0" ], - "asctime": "2025-03-23 16:47:07,789", - "created": 1742744827.7891538, + "asctime": "2025-08-15 21:42:02,752", + "created": 1755286922.7524269, "exc_text": null, "filename": "__init__.py", "funcName": "add", "levelname": "DEBUG", "levelno": 10, - "lineno": 172, + "lineno": 169, "message": "prot-server: Adding callback '__authentificate_create_key__' for SID=1 and DID=0", "module": "__init__", - "msecs": 789.0, + "msecs": 752.0, "msg": "%s Adding callback %s for SID=%s and DID=%s", "name": "socket_protocol.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/socket_protocol/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/socket_protocol/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 11692.840576171875, + "relativeCreated": 11734.760092, "stack_info": null, - "thread": 140631409799232, + "taskName": null, + "thread": 140181752467712, "threadName": "MainThread" }, { @@ -28381,25 +29368,26 @@ "0", "1" ], - "asctime": "2025-03-23 16:47:07,789", - "created": 1742744827.7893682, + "asctime": "2025-08-15 21:42:02,752", + "created": 1755286922.7525823, "exc_text": null, "filename": "__init__.py", "funcName": "add", "levelname": "DEBUG", "levelno": 10, - "lineno": 172, + "lineno": 169, "message": "prot-server: Adding callback '__authentificate_check_key__' for SID=0 and DID=1", "module": "__init__", - "msecs": 789.0, + "msecs": 752.0, "msg": "%s Adding callback %s for SID=%s and DID=%s", "name": "socket_protocol.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/socket_protocol/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/socket_protocol/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 11693.054914474487, + "relativeCreated": 11734.915716, "stack_info": null, - "thread": 140631409799232, + "taskName": null, + "thread": 140181752467712, "threadName": "MainThread" }, { @@ -28409,50 +29397,52 @@ "1", "1" ], - "asctime": "2025-03-23 16:47:07,789", - "created": 1742744827.7895708, + "asctime": "2025-08-15 21:42:02,752", + "created": 1755286922.7527282, "exc_text": null, "filename": "__init__.py", "funcName": "add", "levelname": "DEBUG", "levelno": 10, - "lineno": 172, + "lineno": 169, "message": "prot-server: Adding callback '__authentificate_process_feedback__' for SID=1 and DID=1", "module": "__init__", - "msecs": 789.0, + "msecs": 752.0, "msg": "%s Adding callback %s for SID=%s and DID=%s", "name": "socket_protocol.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/socket_protocol/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/socket_protocol/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 11693.257570266724, + "relativeCreated": 11735.061843, "stack_info": null, - "thread": 140631409799232, + "taskName": null, + "thread": 140181752467712, "threadName": "MainThread" }, { "args": [ "prot-server:" ], - "asctime": "2025-03-23 16:47:07,789", - "created": 1742744827.789806, + "asctime": "2025-08-15 21:42:02,752", + "created": 1755286922.7528589, "exc_text": null, "filename": "__init__.py", "funcName": "__authentification_state_reset__", "levelname": "INFO", "levelno": 20, - "lineno": 380, + "lineno": 373, "message": "prot-server: Resetting authentification state to AUTH_STATE_UNTRUSTED_CONNECTION", "module": "__init__", - "msecs": 789.0, + "msecs": 752.0, "msg": "%s Resetting authentification state to AUTH_STATE_UNTRUSTED_CONNECTION", "name": "socket_protocol.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/socket_protocol/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/socket_protocol/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 11693.492650985718, + "relativeCreated": 11735.192399, "stack_info": null, - "thread": 140631409799232, + "taskName": null, + "thread": 140181752467712, "threadName": "MainThread" }, { @@ -28461,25 +29451,26 @@ "channel name request", "channel name response" ], - "asctime": "2025-03-23 16:47:07,790", - "created": 1742744827.790022, + "asctime": "2025-08-15 21:42:02,753", + "created": 1755286922.7530026, "exc_text": null, "filename": "__init__.py", "funcName": "add_service", "levelname": "DEBUG", "levelno": 10, - "lineno": 597, + "lineno": 590, "message": "prot-server: Adding Service with Request=channel name request and Response=channel name response", "module": "__init__", - "msecs": 790.0, + "msecs": 753.0, "msg": "%s Adding Service with Request=%s and Response=%s", "name": "socket_protocol.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/socket_protocol/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/socket_protocol/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 11693.708658218384, + "relativeCreated": 11735.33628, "stack_info": null, - "thread": 140631409799232, + "taskName": null, + "thread": 140181752467712, "threadName": "MainThread" }, { @@ -28487,25 +29478,26 @@ "prot-server:", "service: channel name request, data_id: name" ], - "asctime": "2025-03-23 16:47:07,790", - "created": 1742744827.7903137, + "asctime": "2025-08-15 21:42:02,753", + "created": 1755286922.7531543, "exc_text": null, "filename": "__init__.py", "funcName": "add_msg_to_auth_whitelist_", "levelname": "DEBUG", "levelno": 10, - "lineno": 571, + "lineno": 564, "message": "prot-server: Adding Message (service: channel name request, data_id: name) to the authentification whitelist", "module": "__init__", - "msecs": 790.0, + "msecs": 753.0, "msg": "%s Adding Message (%s) to the authentification whitelist", "name": "socket_protocol.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/socket_protocol/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/socket_protocol/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 11694.000482559204, + "relativeCreated": 11735.487621, "stack_info": null, - "thread": 140631409799232, + "taskName": null, + "thread": 140181752467712, "threadName": "MainThread" }, { @@ -28513,25 +29505,26 @@ "prot-server:", "service: channel name response, data_id: name" ], - "asctime": "2025-03-23 16:47:07,790", - "created": 1742744827.7905369, + "asctime": "2025-08-15 21:42:02,753", + "created": 1755286922.7533033, "exc_text": null, "filename": "__init__.py", "funcName": "add_msg_to_auth_whitelist_", "levelname": "DEBUG", "levelno": 10, - "lineno": 571, + "lineno": 564, "message": "prot-server: Adding Message (service: channel name response, data_id: name) to the authentification whitelist", "module": "__init__", - "msecs": 790.0, + "msecs": 753.0, "msg": "%s Adding Message (%s) to the authentification whitelist", "name": "socket_protocol.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/socket_protocol/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/socket_protocol/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 11694.223642349243, + "relativeCreated": 11735.636661, "stack_info": null, - "thread": 140631409799232, + "taskName": null, + "thread": 140181752467712, "threadName": "MainThread" }, { @@ -28541,25 +29534,26 @@ "8", "0" ], - "asctime": "2025-03-23 16:47:07,790", - "created": 1742744827.79075, + "asctime": "2025-08-15 21:42:02,753", + "created": 1755286922.7535248, "exc_text": null, "filename": "__init__.py", "funcName": "add", "levelname": "DEBUG", "levelno": 10, - "lineno": 172, + "lineno": 169, "message": "prot-server: Adding callback '__channel_name_request__' for SID=8 and DID=0", "module": "__init__", - "msecs": 790.0, + "msecs": 753.0, "msg": "%s Adding callback %s for SID=%s and DID=%s", "name": "socket_protocol.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/socket_protocol/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/socket_protocol/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 11694.43678855896, + "relativeCreated": 11735.858205, "stack_info": null, - "thread": 140631409799232, + "taskName": null, + "thread": 140181752467712, "threadName": "MainThread" }, { @@ -28569,25 +29563,26 @@ "9", "0" ], - "asctime": "2025-03-23 16:47:07,790", - "created": 1742744827.7909606, + "asctime": "2025-08-15 21:42:02,753", + "created": 1755286922.7537801, "exc_text": null, "filename": "__init__.py", "funcName": "add", "levelname": "DEBUG", "levelno": 10, - "lineno": 172, + "lineno": 169, "message": "prot-server: Adding callback '__channel_name_response__' for SID=9 and DID=0", "module": "__init__", - "msecs": 790.0, + "msecs": 753.0, "msg": "%s Adding callback %s for SID=%s and DID=%s", "name": "socket_protocol.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/socket_protocol/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/socket_protocol/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 11694.647312164307, + "relativeCreated": 11736.113608, "stack_info": null, - "thread": 140631409799232, + "taskName": null, + "thread": 140181752467712, "threadName": "MainThread" }, { @@ -28596,25 +29591,26 @@ "read data request", "read data response" ], - "asctime": "2025-03-23 16:47:07,791", - "created": 1742744827.791158, + "asctime": "2025-08-15 21:42:02,753", + "created": 1755286922.753959, "exc_text": null, "filename": "__init__.py", "funcName": "add_service", "levelname": "DEBUG", "levelno": 10, - "lineno": 597, + "lineno": 590, "message": "prot-server: Adding Service with Request=read data request and Response=read data response", "module": "__init__", - "msecs": 791.0, + "msecs": 753.0, "msg": "%s Adding Service with Request=%s and Response=%s", "name": "socket_protocol.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/socket_protocol/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/socket_protocol/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 11694.844722747803, + "relativeCreated": 11736.292463, "stack_info": null, - "thread": 140631409799232, + "taskName": null, + "thread": 140181752467712, "threadName": "MainThread" }, { @@ -28623,25 +29619,26 @@ "write data request", "write data response" ], - "asctime": "2025-03-23 16:47:07,791", - "created": 1742744827.79136, + "asctime": "2025-08-15 21:42:02,754", + "created": 1755286922.7541158, "exc_text": null, "filename": "__init__.py", "funcName": "add_service", "levelname": "DEBUG", "levelno": 10, - "lineno": 597, + "lineno": 590, "message": "prot-server: Adding Service with Request=write data request and Response=write data response", "module": "__init__", - "msecs": 791.0, + "msecs": 754.0, "msg": "%s Adding Service with Request=%s and Response=%s", "name": "socket_protocol.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/socket_protocol/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/socket_protocol/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 11695.046663284302, + "relativeCreated": 11736.449204, "stack_info": null, - "thread": 140631409799232, + "taskName": null, + "thread": 140181752467712, "threadName": "MainThread" }, { @@ -28650,75 +29647,78 @@ "execute request", "execute response" ], - "asctime": "2025-03-23 16:47:07,791", - "created": 1742744827.7915628, + "asctime": "2025-08-15 21:42:02,754", + "created": 1755286922.7542717, "exc_text": null, "filename": "__init__.py", "funcName": "add_service", "levelname": "DEBUG", "levelno": 10, - "lineno": 597, + "lineno": 590, "message": "prot-server: Adding Service with Request=execute request and Response=execute response", "module": "__init__", - "msecs": 791.0, + "msecs": 754.0, "msg": "%s Adding Service with Request=%s and Response=%s", "name": "socket_protocol.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/socket_protocol/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/socket_protocol/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 11695.249557495117, + "relativeCreated": 11736.605238, "stack_info": null, - "thread": 140631409799232, + "taskName": null, + "thread": 140181752467712, "threadName": "MainThread" }, { "args": [ "prot-server:" ], - "asctime": "2025-03-23 16:47:07,791", - "created": 1742744827.7917244, + "asctime": "2025-08-15 21:42:02,754", + "created": 1755286922.7544107, "exc_text": null, "filename": "__init__.py", "funcName": "__init__", "levelname": "INFO", "levelno": 20, - "lineno": 340, + "lineno": 333, "message": "prot-server: Initialisation finished.", "module": "__init__", - "msecs": 791.0, + "msecs": 754.0, "msg": "%s Initialisation finished.", "name": "socket_protocol.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/socket_protocol/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/socket_protocol/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 11695.411205291748, + "relativeCreated": 11736.74432, "stack_info": null, - "thread": 140631409799232, + "taskName": null, + "thread": 140181752467712, "threadName": "MainThread" }, { "args": [ "prot-client:" ], - "asctime": "2025-03-23 16:47:07,792", - "created": 1742744827.7920227, + "asctime": "2025-08-15 21:42:02,754", + "created": 1755286922.754683, "exc_text": null, "filename": "__init__.py", "funcName": "__clean_receive_buffer__", "levelname": "DEBUG", "levelno": 10, - "lineno": 434, + "lineno": 427, "message": "prot-client: Cleaning up receive-buffer", "module": "__init__", - "msecs": 792.0, + "msecs": 754.0, "msg": "%s Cleaning up receive-buffer", "name": "socket_protocol.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/socket_protocol/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/socket_protocol/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 11695.709466934204, + "relativeCreated": 11737.016458, "stack_info": null, - "thread": 140631409799232, + "taskName": null, + "thread": 140181752467712, "threadName": "MainThread" }, { @@ -28727,25 +29727,26 @@ "authentification request", "authentification response" ], - "asctime": "2025-03-23 16:47:07,792", - "created": 1742744827.7922022, + "asctime": "2025-08-15 21:42:02,754", + "created": 1755286922.754837, "exc_text": null, "filename": "__init__.py", "funcName": "add_service", "levelname": "DEBUG", "levelno": 10, - "lineno": 597, + "lineno": 590, "message": "prot-client: Adding Service with Request=authentification request and Response=authentification response", "module": "__init__", - "msecs": 792.0, + "msecs": 754.0, "msg": "%s Adding Service with Request=%s and Response=%s", "name": "socket_protocol.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/socket_protocol/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/socket_protocol/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 11695.888996124268, + "relativeCreated": 11737.170486, "stack_info": null, - "thread": 140631409799232, + "taskName": null, + "thread": 140181752467712, "threadName": "MainThread" }, { @@ -28753,25 +29754,26 @@ "prot-client:", "service: authentification request, data_id: seed" ], - "asctime": "2025-03-23 16:47:07,792", - "created": 1742744827.7924209, + "asctime": "2025-08-15 21:42:02,755", + "created": 1755286922.7550194, "exc_text": null, "filename": "__init__.py", "funcName": "add_msg_to_auth_whitelist_", "levelname": "DEBUG", "levelno": 10, - "lineno": 571, + "lineno": 564, "message": "prot-client: Adding Message (service: authentification request, data_id: seed) to the authentification whitelist", "module": "__init__", - "msecs": 792.0, + "msecs": 755.0, "msg": "%s Adding Message (%s) to the authentification whitelist", "name": "socket_protocol.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/socket_protocol/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/socket_protocol/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 11696.107625961304, + "relativeCreated": 11737.352837, "stack_info": null, - "thread": 140631409799232, + "taskName": null, + "thread": 140181752467712, "threadName": "MainThread" }, { @@ -28779,25 +29781,26 @@ "prot-client:", "service: authentification response, data_id: seed" ], - "asctime": "2025-03-23 16:47:07,792", - "created": 1742744827.7926059, + "asctime": "2025-08-15 21:42:02,755", + "created": 1755286922.7551632, "exc_text": null, "filename": "__init__.py", "funcName": "add_msg_to_auth_whitelist_", "levelname": "DEBUG", "levelno": 10, - "lineno": 571, + "lineno": 564, "message": "prot-client: Adding Message (service: authentification response, data_id: seed) to the authentification whitelist", "module": "__init__", - "msecs": 792.0, + "msecs": 755.0, "msg": "%s Adding Message (%s) to the authentification whitelist", "name": "socket_protocol.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/socket_protocol/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/socket_protocol/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 11696.292638778687, + "relativeCreated": 11737.496539, "stack_info": null, - "thread": 140631409799232, + "taskName": null, + "thread": 140181752467712, "threadName": "MainThread" }, { @@ -28805,25 +29808,26 @@ "prot-client:", "service: authentification request, data_id: key" ], - "asctime": "2025-03-23 16:47:07,792", - "created": 1742744827.7927728, + "asctime": "2025-08-15 21:42:02,755", + "created": 1755286922.7553003, "exc_text": null, "filename": "__init__.py", "funcName": "add_msg_to_auth_whitelist_", "levelname": "DEBUG", "levelno": 10, - "lineno": 571, + "lineno": 564, "message": "prot-client: Adding Message (service: authentification request, data_id: key) to the authentification whitelist", "module": "__init__", - "msecs": 792.0, + "msecs": 755.0, "msg": "%s Adding Message (%s) to the authentification whitelist", "name": "socket_protocol.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/socket_protocol/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/socket_protocol/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 11696.459531784058, + "relativeCreated": 11737.633855, "stack_info": null, - "thread": 140631409799232, + "taskName": null, + "thread": 140181752467712, "threadName": "MainThread" }, { @@ -28831,25 +29835,26 @@ "prot-client:", "service: authentification response, data_id: key" ], - "asctime": "2025-03-23 16:47:07,792", - "created": 1742744827.7929366, + "asctime": "2025-08-15 21:42:02,755", + "created": 1755286922.7555115, "exc_text": null, "filename": "__init__.py", "funcName": "add_msg_to_auth_whitelist_", "levelname": "DEBUG", "levelno": 10, - "lineno": 571, + "lineno": 564, "message": "prot-client: Adding Message (service: authentification response, data_id: key) to the authentification whitelist", "module": "__init__", - "msecs": 792.0, + "msecs": 755.0, "msg": "%s Adding Message (%s) to the authentification whitelist", "name": "socket_protocol.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/socket_protocol/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/socket_protocol/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 11696.6233253479, + "relativeCreated": 11737.845106, "stack_info": null, - "thread": 140631409799232, + "taskName": null, + "thread": 140181752467712, "threadName": "MainThread" }, { @@ -28859,25 +29864,26 @@ "0", "0" ], - "asctime": "2025-03-23 16:47:07,793", - "created": 1742744827.7931087, + "asctime": "2025-08-15 21:42:02,755", + "created": 1755286922.7556734, "exc_text": null, "filename": "__init__.py", "funcName": "add", "levelname": "DEBUG", "levelno": 10, - "lineno": 172, + "lineno": 169, "message": "prot-client: Adding callback '__authentificate_create_seed__' for SID=0 and DID=0", "module": "__init__", - "msecs": 793.0, + "msecs": 755.0, "msg": "%s Adding callback %s for SID=%s and DID=%s", "name": "socket_protocol.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/socket_protocol/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/socket_protocol/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 11696.795463562012, + "relativeCreated": 11738.006896, "stack_info": null, - "thread": 140631409799232, + "taskName": null, + "thread": 140181752467712, "threadName": "MainThread" }, { @@ -28887,25 +29893,26 @@ "1", "0" ], - "asctime": "2025-03-23 16:47:07,793", - "created": 1742744827.793301, + "asctime": "2025-08-15 21:42:02,756", + "created": 1755286922.7564032, "exc_text": null, "filename": "__init__.py", "funcName": "add", "levelname": "DEBUG", "levelno": 10, - "lineno": 172, + "lineno": 169, "message": "prot-client: Adding callback '__authentificate_create_key__' for SID=1 and DID=0", "module": "__init__", - "msecs": 793.0, + "msecs": 756.0, "msg": "%s Adding callback %s for SID=%s and DID=%s", "name": "socket_protocol.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/socket_protocol/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/socket_protocol/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 11696.987867355347, + "relativeCreated": 11738.736573, "stack_info": null, - "thread": 140631409799232, + "taskName": null, + "thread": 140181752467712, "threadName": "MainThread" }, { @@ -28915,25 +29922,26 @@ "0", "1" ], - "asctime": "2025-03-23 16:47:07,793", - "created": 1742744827.7934828, + "asctime": "2025-08-15 21:42:02,756", + "created": 1755286922.7566748, "exc_text": null, "filename": "__init__.py", "funcName": "add", "levelname": "DEBUG", "levelno": 10, - "lineno": 172, + "lineno": 169, "message": "prot-client: Adding callback '__authentificate_check_key__' for SID=0 and DID=1", "module": "__init__", - "msecs": 793.0, + "msecs": 756.0, "msg": "%s Adding callback %s for SID=%s and DID=%s", "name": "socket_protocol.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/socket_protocol/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/socket_protocol/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 11697.169542312622, + "relativeCreated": 11739.008249, "stack_info": null, - "thread": 140631409799232, + "taskName": null, + "thread": 140181752467712, "threadName": "MainThread" }, { @@ -28943,50 +29951,52 @@ "1", "1" ], - "asctime": "2025-03-23 16:47:07,793", - "created": 1742744827.7936592, + "asctime": "2025-08-15 21:42:02,756", + "created": 1755286922.756873, "exc_text": null, "filename": "__init__.py", "funcName": "add", "levelname": "DEBUG", "levelno": 10, - "lineno": 172, + "lineno": 169, "message": "prot-client: Adding callback '__authentificate_process_feedback__' for SID=1 and DID=1", "module": "__init__", - "msecs": 793.0, + "msecs": 756.0, "msg": "%s Adding callback %s for SID=%s and DID=%s", "name": "socket_protocol.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/socket_protocol/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/socket_protocol/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 11697.345972061157, + "relativeCreated": 11739.206338, "stack_info": null, - "thread": 140631409799232, + "taskName": null, + "thread": 140181752467712, "threadName": "MainThread" }, { "args": [ "prot-client:" ], - "asctime": "2025-03-23 16:47:07,793", - "created": 1742744827.7938209, + "asctime": "2025-08-15 21:42:02,757", + "created": 1755286922.757021, "exc_text": null, "filename": "__init__.py", "funcName": "__authentification_state_reset__", "levelname": "INFO", "levelno": 20, - "lineno": 380, + "lineno": 373, "message": "prot-client: Resetting authentification state to AUTH_STATE_UNTRUSTED_CONNECTION", "module": "__init__", - "msecs": 793.0, + "msecs": 757.0, "msg": "%s Resetting authentification state to AUTH_STATE_UNTRUSTED_CONNECTION", "name": "socket_protocol.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/socket_protocol/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/socket_protocol/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 11697.507619857788, + "relativeCreated": 11739.354411, "stack_info": null, - "thread": 140631409799232, + "taskName": null, + "thread": 140181752467712, "threadName": "MainThread" }, { @@ -28995,25 +30005,26 @@ "channel name request", "channel name response" ], - "asctime": "2025-03-23 16:47:07,793", - "created": 1742744827.7939916, + "asctime": "2025-08-15 21:42:02,757", + "created": 1755286922.7571805, "exc_text": null, "filename": "__init__.py", "funcName": "add_service", "levelname": "DEBUG", "levelno": 10, - "lineno": 597, + "lineno": 590, "message": "prot-client: Adding Service with Request=channel name request and Response=channel name response", "module": "__init__", - "msecs": 793.0, + "msecs": 757.0, "msg": "%s Adding Service with Request=%s and Response=%s", "name": "socket_protocol.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/socket_protocol/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/socket_protocol/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 11697.678327560425, + "relativeCreated": 11739.513935, "stack_info": null, - "thread": 140631409799232, + "taskName": null, + "thread": 140181752467712, "threadName": "MainThread" }, { @@ -29021,25 +30032,26 @@ "prot-client:", "service: channel name request, data_id: name" ], - "asctime": "2025-03-23 16:47:07,794", - "created": 1742744827.7946105, + "asctime": "2025-08-15 21:42:02,757", + "created": 1755286922.7573485, "exc_text": null, "filename": "__init__.py", "funcName": "add_msg_to_auth_whitelist_", "levelname": "DEBUG", "levelno": 10, - "lineno": 571, + "lineno": 564, "message": "prot-client: Adding Message (service: channel name request, data_id: name) to the authentification whitelist", "module": "__init__", - "msecs": 794.0, + "msecs": 757.0, "msg": "%s Adding Message (%s) to the authentification whitelist", "name": "socket_protocol.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/socket_protocol/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/socket_protocol/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 11698.297262191772, + "relativeCreated": 11739.68205, "stack_info": null, - "thread": 140631409799232, + "taskName": null, + "thread": 140181752467712, "threadName": "MainThread" }, { @@ -29047,25 +30059,26 @@ "prot-client:", "service: channel name response, data_id: name" ], - "asctime": "2025-03-23 16:47:07,794", - "created": 1742744827.7947958, + "asctime": "2025-08-15 21:42:02,757", + "created": 1755286922.7575066, "exc_text": null, "filename": "__init__.py", "funcName": "add_msg_to_auth_whitelist_", "levelname": "DEBUG", "levelno": 10, - "lineno": 571, + "lineno": 564, "message": "prot-client: Adding Message (service: channel name response, data_id: name) to the authentification whitelist", "module": "__init__", - "msecs": 794.0, + "msecs": 757.0, "msg": "%s Adding Message (%s) to the authentification whitelist", "name": "socket_protocol.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/socket_protocol/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/socket_protocol/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 11698.482513427734, + "relativeCreated": 11739.840017, "stack_info": null, - "thread": 140631409799232, + "taskName": null, + "thread": 140181752467712, "threadName": "MainThread" }, { @@ -29075,25 +30088,26 @@ "8", "0" ], - "asctime": "2025-03-23 16:47:07,794", - "created": 1742744827.7949784, + "asctime": "2025-08-15 21:42:02,757", + "created": 1755286922.757656, "exc_text": null, "filename": "__init__.py", "funcName": "add", "levelname": "DEBUG", "levelno": 10, - "lineno": 172, + "lineno": 169, "message": "prot-client: Adding callback '__channel_name_request__' for SID=8 and DID=0", "module": "__init__", - "msecs": 794.0, + "msecs": 757.0, "msg": "%s Adding callback %s for SID=%s and DID=%s", "name": "socket_protocol.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/socket_protocol/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/socket_protocol/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 11698.665142059326, + "relativeCreated": 11739.989482, "stack_info": null, - "thread": 140631409799232, + "taskName": null, + "thread": 140181752467712, "threadName": "MainThread" }, { @@ -29103,25 +30117,26 @@ "9", "0" ], - "asctime": "2025-03-23 16:47:07,795", - "created": 1742744827.7951634, + "asctime": "2025-08-15 21:42:02,757", + "created": 1755286922.7578053, "exc_text": null, "filename": "__init__.py", "funcName": "add", "levelname": "DEBUG", "levelno": 10, - "lineno": 172, + "lineno": 169, "message": "prot-client: Adding callback '__channel_name_response__' for SID=9 and DID=0", "module": "__init__", - "msecs": 795.0, + "msecs": 757.0, "msg": "%s Adding callback %s for SID=%s and DID=%s", "name": "socket_protocol.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/socket_protocol/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/socket_protocol/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 11698.850154876709, + "relativeCreated": 11740.138685, "stack_info": null, - "thread": 140631409799232, + "taskName": null, + "thread": 140181752467712, "threadName": "MainThread" }, { @@ -29130,25 +30145,26 @@ "read data request", "read data response" ], - "asctime": "2025-03-23 16:47:07,795", - "created": 1742744827.7953384, + "asctime": "2025-08-15 21:42:02,757", + "created": 1755286922.7579606, "exc_text": null, "filename": "__init__.py", "funcName": "add_service", "levelname": "DEBUG", "levelno": 10, - "lineno": 597, + "lineno": 590, "message": "prot-client: Adding Service with Request=read data request and Response=read data response", "module": "__init__", - "msecs": 795.0, + "msecs": 757.0, "msg": "%s Adding Service with Request=%s and Response=%s", "name": "socket_protocol.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/socket_protocol/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/socket_protocol/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 11699.02515411377, + "relativeCreated": 11740.293904, "stack_info": null, - "thread": 140631409799232, + "taskName": null, + "thread": 140181752467712, "threadName": "MainThread" }, { @@ -29157,25 +30173,26 @@ "write data request", "write data response" ], - "asctime": "2025-03-23 16:47:07,795", - "created": 1742744827.7955024, + "asctime": "2025-08-15 21:42:02,758", + "created": 1755286922.7581787, "exc_text": null, "filename": "__init__.py", "funcName": "add_service", "levelname": "DEBUG", "levelno": 10, - "lineno": 597, + "lineno": 590, "message": "prot-client: Adding Service with Request=write data request and Response=write data response", "module": "__init__", - "msecs": 795.0, + "msecs": 758.0, "msg": "%s Adding Service with Request=%s and Response=%s", "name": "socket_protocol.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/socket_protocol/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/socket_protocol/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 11699.189186096191, + "relativeCreated": 11740.512345, "stack_info": null, - "thread": 140631409799232, + "taskName": null, + "thread": 140181752467712, "threadName": "MainThread" }, { @@ -29184,69 +30201,72 @@ "execute request", "execute response" ], - "asctime": "2025-03-23 16:47:07,795", - "created": 1742744827.7956836, + "asctime": "2025-08-15 21:42:02,758", + "created": 1755286922.7583168, "exc_text": null, "filename": "__init__.py", "funcName": "add_service", "levelname": "DEBUG", "levelno": 10, - "lineno": 597, + "lineno": 590, "message": "prot-client: Adding Service with Request=execute request and Response=execute response", "module": "__init__", - "msecs": 795.0, + "msecs": 758.0, "msg": "%s Adding Service with Request=%s and Response=%s", "name": "socket_protocol.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/socket_protocol/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/socket_protocol/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 11699.370384216309, + "relativeCreated": 11740.650361, "stack_info": null, - "thread": 140631409799232, + "taskName": null, + "thread": 140181752467712, "threadName": "MainThread" }, { "args": [ "prot-client:" ], - "asctime": "2025-03-23 16:47:07,795", - "created": 1742744827.7958543, + "asctime": "2025-08-15 21:42:02,758", + "created": 1755286922.7584493, "exc_text": null, "filename": "__init__.py", "funcName": "__init__", "levelname": "INFO", "levelno": 20, - "lineno": 340, + "lineno": 333, "message": "prot-client: Initialisation finished.", "module": "__init__", - "msecs": 795.0, + "msecs": 758.0, "msg": "%s Initialisation finished.", "name": "socket_protocol.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/socket_protocol/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/socket_protocol/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 11699.541091918945, + "relativeCreated": 11740.78287, "stack_info": null, - "thread": 140631409799232, + "taskName": null, + "thread": 140181752467712, "threadName": "MainThread" } ], - "msecs": 796.0, + "msecs": 758.0, "msg": "Setting up communication", "name": "__tLogger__", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/tests/test_helpers.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/tests/test_helpers.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 11699.710130691528, + "relativeCreated": 11740.914119, "stack_info": null, - "thread": 140631409799232, + "taskName": null, + "thread": 140181752467712, "threadName": "MainThread", - "time_consumption": 0.0001690387725830078 + "time_consumption": 0.00013136863708496094 }, { "args": [], - "asctime": "2025-03-23 16:47:08,141", - "created": 1742744828.1415973, + "asctime": "2025-08-15 21:42:03,103", + "created": 1755286923.103325, "exc_text": null, "filename": "test_helpers.py", "funcName": "set_up_socket_protocol", @@ -29260,75 +30280,78 @@ "args": [ "comm-client:" ], - "asctime": "2025-03-23 16:47:07,796", - "created": 1742744827.7964542, + "asctime": "2025-08-15 21:42:02,758", + "created": 1755286922.7589478, "exc_text": null, "filename": "__init__.py", "funcName": "__connect__", "levelname": "INFO", "levelno": 20, - "lineno": 268, + "lineno": 270, "message": "comm-client: Connection established...", "module": "__init__", - "msecs": 796.0, + "msecs": 758.0, "msg": "%s Connection established...", "name": "helpers.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/helpers/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/helpers/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 11700.140953063965, + "relativeCreated": 11741.281265, "stack_info": null, - "thread": 140631409799232, + "taskName": null, + "thread": 140181752467712, "threadName": "MainThread" }, { "args": [ "comm-client:" ], - "asctime": "2025-03-23 16:47:07,796", - "created": 1742744827.7966325, + "asctime": "2025-08-15 21:42:02,759", + "created": 1755286922.7591276, "exc_text": null, "filename": "__init__.py", "funcName": "__clean_buffer__", "levelname": "DEBUG", "levelno": 10, - "lineno": 411, + "lineno": 413, "message": "comm-client: Cleaning up receive-buffer", "module": "__init__", - "msecs": 796.0, + "msecs": 759.0, "msg": "%s Cleaning up receive-buffer", "name": "helpers.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/helpers/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/helpers/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 11700.319290161133, + "relativeCreated": 11741.460892, "stack_info": null, - "thread": 140631409799232, + "taskName": null, + "thread": 140181752467712, "threadName": "MainThread" }, { "args": [ "prot-client:" ], - "asctime": "2025-03-23 16:47:07,796", - "created": 1742744827.7968278, + "asctime": "2025-08-15 21:42:02,759", + "created": 1755286922.7593234, "exc_text": null, "filename": "__init__.py", "funcName": "__clean_receive_buffer__", "levelname": "DEBUG", "levelno": 10, - "lineno": 434, + "lineno": 427, "message": "prot-client: Cleaning up receive-buffer", "module": "__init__", - "msecs": 796.0, + "msecs": 759.0, "msg": "%s Cleaning up receive-buffer", "name": "socket_protocol.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/socket_protocol/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/socket_protocol/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 11700.514554977417, + "relativeCreated": 11741.656743, "stack_info": null, - "thread": 140631409799232, + "taskName": null, + "thread": 140181752467712, "threadName": "MainThread" }, { @@ -29339,100 +30362,104 @@ "status: okay", "None" ], - "asctime": "2025-03-23 16:47:07,797", - "created": 1742744827.7971168, + "asctime": "2025-08-15 21:42:02,759", + "created": 1755286922.7595625, "exc_text": null, "filename": "__init__.py", "funcName": "__log_msg__", "levelname": "INFO", "levelno": 20, - "lineno": 445, + "lineno": 438, "message": "prot-client: TX -> service: channel name request, data_id: name, status: okay, data: \"None\"", "module": "__init__", - "msecs": 797.0, + "msecs": 759.0, "msg": "%s %s %s, %s, data: \"%s\"", "name": "socket_protocol.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/socket_protocol/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/socket_protocol/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 11700.803518295288, + "relativeCreated": 11741.895993, "stack_info": null, - "thread": 140631409799232, + "taskName": null, + "thread": 140181752467712, "threadName": "MainThread" }, { "args": [ "comm-server:" ], - "asctime": "2025-03-23 16:47:07,797", - "created": 1742744827.7979877, + "asctime": "2025-08-15 21:42:02,760", + "created": 1755286922.7600389, "exc_text": null, "filename": "__init__.py", "funcName": "__connect__", "levelname": "INFO", "levelno": 20, - "lineno": 268, + "lineno": 270, "message": "comm-server: Connection established...", "module": "__init__", - "msecs": 797.0, + "msecs": 760.0, "msg": "%s Connection established...", "name": "helpers.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/helpers/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/helpers/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 11701.674461364746, + "relativeCreated": 11742.372317, "stack_info": null, - "thread": 140631409799232, + "taskName": null, + "thread": 140181752467712, "threadName": "MainThread" }, { "args": [ "comm-server:" ], - "asctime": "2025-03-23 16:47:07,798", - "created": 1742744827.7982733, + "asctime": "2025-08-15 21:42:02,760", + "created": 1755286922.7602007, "exc_text": null, "filename": "__init__.py", "funcName": "__clean_buffer__", "levelname": "DEBUG", "levelno": 10, - "lineno": 411, + "lineno": 413, "message": "comm-server: Cleaning up receive-buffer", "module": "__init__", - "msecs": 798.0, + "msecs": 760.0, "msg": "%s Cleaning up receive-buffer", "name": "helpers.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/helpers/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/helpers/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 11701.96008682251, + "relativeCreated": 11742.534031, "stack_info": null, - "thread": 140631409799232, + "taskName": null, + "thread": 140181752467712, "threadName": "MainThread" }, { "args": [ "prot-server:" ], - "asctime": "2025-03-23 16:47:07,798", - "created": 1742744827.7984738, + "asctime": "2025-08-15 21:42:02,760", + "created": 1755286922.7603676, "exc_text": null, "filename": "__init__.py", "funcName": "__clean_receive_buffer__", "levelname": "DEBUG", "levelno": 10, - "lineno": 434, + "lineno": 427, "message": "prot-server: Cleaning up receive-buffer", "module": "__init__", - "msecs": 798.0, + "msecs": 760.0, "msg": "%s Cleaning up receive-buffer", "name": "socket_protocol.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/socket_protocol/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/socket_protocol/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 11702.160596847534, + "relativeCreated": 11742.700991, "stack_info": null, - "thread": 140631409799232, + "taskName": null, + "thread": 140181752467712, "threadName": "MainThread" }, { @@ -29440,25 +30467,26 @@ "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": "2025-03-23 16:47:07,799", - "created": 1742744827.7990432, + "asctime": "2025-08-15 21:42:02,760", + "created": 1755286922.7607744, "exc_text": null, "filename": "__init__.py", "funcName": "__tx__", "levelname": "INFO", "levelno": 20, - "lineno": 284, + "lineno": 286, "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": 799.0, + "msecs": 760.0, "msg": "%s TX -> %s", "name": "helpers.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/helpers/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/helpers/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 11702.729940414429, + "relativeCreated": 11743.107956, "stack_info": null, - "thread": 140630248388288, + "taskName": null, + "thread": 140180920972992, "threadName": "Thread-15 (_start)" }, { @@ -29466,25 +30494,26 @@ "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": "2025-03-23 16:47:07,807", - "created": 1742744827.8074195, + "asctime": "2025-08-15 21:42:02,769", + "created": 1755286922.769277, "exc_text": null, "filename": "__init__.py", "funcName": "__rx__", "levelname": "DEBUG", "levelno": 10, - "lineno": 414, + "lineno": 416, "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": 807.0, + "msecs": 769.0, "msg": "%s RX <- %s", "name": "helpers.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/helpers/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/helpers/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 11711.106300354004, + "relativeCreated": 11751.610521, "stack_info": null, - "thread": 140630248388288, + "taskName": null, + "thread": 140180920972992, "threadName": "Thread-15 (_start)" }, { @@ -29492,25 +30521,26 @@ "comm-client:", "(6): 53 5e 67 0b 3a 3e" ], - "asctime": "2025-03-23 16:47:07,807", - "created": 1742744827.8076785, + "asctime": "2025-08-15 21:42:02,769", + "created": 1755286922.7698536, "exc_text": null, "filename": "__init__.py", "funcName": "__tx__", "levelname": "INFO", "levelno": 20, - "lineno": 284, + "lineno": 286, "message": "comm-client: TX -> (6): 53 5e 67 0b 3a 3e", "module": "__init__", - "msecs": 807.0, + "msecs": 769.0, "msg": "%s TX -> %s", "name": "helpers.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/helpers/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/helpers/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 11711.365222930908, + "relativeCreated": 11752.187086, "stack_info": null, - "thread": 140630248388288, + "taskName": null, + "thread": 140180920972992, "threadName": "Thread-15 (_start)" }, { @@ -29518,25 +30548,26 @@ "comm-server:", "(6): 53 5e 67 0b 3a 3e" ], - "asctime": "2025-03-23 16:47:07,808", - "created": 1742744827.8086133, + "asctime": "2025-08-15 21:42:02,770", + "created": 1755286922.7709699, "exc_text": null, "filename": "__init__.py", "funcName": "__rx__", "levelname": "DEBUG", "levelno": 10, - "lineno": 414, + "lineno": 416, "message": "comm-server: RX <- (6): 53 5e 67 0b 3a 3e", "module": "__init__", - "msecs": 808.0, + "msecs": 770.0, "msg": "%s RX <- %s", "name": "helpers.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/helpers/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/helpers/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 11712.300062179565, + "relativeCreated": 11753.303391, "stack_info": null, - "thread": 140630248388288, + "taskName": null, + "thread": 140180920972992, "threadName": "Thread-15 (_start)" }, { @@ -29547,25 +30578,26 @@ "status: okay", "None" ], - "asctime": "2025-03-23 16:47:07,808", - "created": 1742744827.8088408, + "asctime": "2025-08-15 21:42:02,771", + "created": 1755286922.7715354, "exc_text": null, "filename": "__init__.py", "funcName": "__log_msg__", "levelname": "INFO", "levelno": 20, - "lineno": 445, + "lineno": 438, "message": "prot-server: RX <- service: channel name request, data_id: name, status: okay, data: \"None\"", "module": "__init__", - "msecs": 808.0, + "msecs": 771.0, "msg": "%s %s %s, %s, data: \"%s\"", "name": "socket_protocol.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/socket_protocol/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/socket_protocol/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 11712.527513504028, + "relativeCreated": 11753.868929, "stack_info": null, - "thread": 140630248388288, + "taskName": null, + "thread": 140180920972992, "threadName": "Thread-15 (_start)" }, { @@ -29573,25 +30605,26 @@ "prot-server:", "__channel_name_request__" ], - "asctime": "2025-03-23 16:47:07,808", - "created": 1742744827.8089166, + "asctime": "2025-08-15 21:42:02,771", + "created": 1755286922.7717652, "exc_text": null, "filename": "__init__.py", "funcName": "__data_available_callback__", "levelname": "DEBUG", "levelno": 10, - "lineno": 488, + "lineno": 481, "message": "prot-server: Executing callback __channel_name_request__ to process received data", "module": "__init__", - "msecs": 808.0, + "msecs": 771.0, "msg": "%s Executing callback %s to process received data", "name": "socket_protocol.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/socket_protocol/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/socket_protocol/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 11712.603330612183, + "relativeCreated": 11754.09869, "stack_info": null, - "thread": 140630248388288, + "taskName": null, + "thread": 140180920972992, "threadName": "Thread-15 (_start)" }, { @@ -29602,25 +30635,26 @@ "status: okay", "None" ], - "asctime": "2025-03-23 16:47:07,809", - "created": 1742744827.8090086, + "asctime": "2025-08-15 21:42:02,772", + "created": 1755286922.772038, "exc_text": null, "filename": "__init__.py", "funcName": "__log_msg__", "levelname": "INFO", "levelno": 20, - "lineno": 445, + "lineno": 438, "message": "prot-server: TX -> service: channel name response, data_id: name, status: okay, data: \"None\"", "module": "__init__", - "msecs": 809.0, + "msecs": 772.0, "msg": "%s %s %s, %s, data: \"%s\"", "name": "socket_protocol.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/socket_protocol/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/socket_protocol/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 11712.695360183716, + "relativeCreated": 11754.371213, "stack_info": null, - "thread": 140630248388288, + "taskName": null, + "thread": 140180920972992, "threadName": "Thread-15 (_start)" }, { @@ -29628,25 +30662,26 @@ "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": "2025-03-23 16:47:07,809", - "created": 1742744827.809276, + "asctime": "2025-08-15 21:42:02,772", + "created": 1755286922.7727716, "exc_text": null, "filename": "__init__.py", "funcName": "__tx__", "levelname": "INFO", "levelno": 20, - "lineno": 284, + "lineno": 286, "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": 809.0, + "msecs": 772.0, "msg": "%s TX -> %s", "name": "helpers.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/helpers/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/helpers/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 11712.962865829468, + "relativeCreated": 11755.105079, "stack_info": null, - "thread": 140630239995584, + "taskName": null, + "thread": 140180912580288, "threadName": "Thread-16 (_start)" }, { @@ -29654,25 +30689,26 @@ "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": "2025-03-23 16:47:07,817", - "created": 1742744827.8175414, + "asctime": "2025-08-15 21:42:02,781", + "created": 1755286922.7812731, "exc_text": null, "filename": "__init__.py", "funcName": "__rx__", "levelname": "DEBUG", "levelno": 10, - "lineno": 414, + "lineno": 416, "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": 817.0, + "msecs": 781.0, "msg": "%s RX <- %s", "name": "helpers.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/helpers/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/helpers/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 11721.228122711182, + "relativeCreated": 11763.606571, "stack_info": null, - "thread": 140630239995584, + "taskName": null, + "thread": 140180912580288, "threadName": "Thread-16 (_start)" }, { @@ -29680,25 +30716,26 @@ "comm-server:", "(6): 30 59 be 2f 3a 3e" ], - "asctime": "2025-03-23 16:47:07,817", - "created": 1742744827.8177993, + "asctime": "2025-08-15 21:42:02,781", + "created": 1755286922.7818406, "exc_text": null, "filename": "__init__.py", "funcName": "__tx__", "levelname": "INFO", "levelno": 20, - "lineno": 284, + "lineno": 286, "message": "comm-server: TX -> (6): 30 59 be 2f 3a 3e", "module": "__init__", - "msecs": 817.0, + "msecs": 781.0, "msg": "%s TX -> %s", "name": "helpers.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/helpers/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/helpers/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 11721.48609161377, + "relativeCreated": 11764.173987, "stack_info": null, - "thread": 140630239995584, + "taskName": null, + "thread": 140180912580288, "threadName": "Thread-16 (_start)" }, { @@ -29706,25 +30743,26 @@ "comm-client:", "(6): 30 59 be 2f 3a 3e" ], - "asctime": "2025-03-23 16:47:07,818", - "created": 1742744827.8187404, + "asctime": "2025-08-15 21:42:02,782", + "created": 1755286922.7829142, "exc_text": null, "filename": "__init__.py", "funcName": "__rx__", "levelname": "DEBUG", "levelno": 10, - "lineno": 414, + "lineno": 416, "message": "comm-client: RX <- (6): 30 59 be 2f 3a 3e", "module": "__init__", - "msecs": 818.0, + "msecs": 782.0, "msg": "%s RX <- %s", "name": "helpers.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/helpers/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/helpers/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 11722.427129745483, + "relativeCreated": 11765.247577, "stack_info": null, - "thread": 140630239995584, + "taskName": null, + "thread": 140180912580288, "threadName": "Thread-16 (_start)" }, { @@ -29735,25 +30773,26 @@ "status: okay", "None" ], - "asctime": "2025-03-23 16:47:07,818", - "created": 1742744827.8189843, + "asctime": "2025-08-15 21:42:02,783", + "created": 1755286922.783468, "exc_text": null, "filename": "__init__.py", "funcName": "__log_msg__", "levelname": "INFO", "levelno": 20, - "lineno": 445, + "lineno": 438, "message": "prot-client: RX <- service: channel name response, data_id: name, status: okay, data: \"None\"", "module": "__init__", - "msecs": 818.0, + "msecs": 783.0, "msg": "%s %s %s, %s, data: \"%s\"", "name": "socket_protocol.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/socket_protocol/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/socket_protocol/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 11722.671031951904, + "relativeCreated": 11765.801444, "stack_info": null, - "thread": 140630239995584, + "taskName": null, + "thread": 140180912580288, "threadName": "Thread-16 (_start)" }, { @@ -29761,44 +30800,46 @@ "prot-client:", "__channel_name_response__" ], - "asctime": "2025-03-23 16:47:07,819", - "created": 1742744827.8190675, + "asctime": "2025-08-15 21:42:02,783", + "created": 1755286922.783759, "exc_text": null, "filename": "__init__.py", "funcName": "__data_available_callback__", "levelname": "DEBUG", "levelno": 10, - "lineno": 503, + "lineno": 496, "message": "prot-client: Executing callback __channel_name_response__ to process received data", "module": "__init__", - "msecs": 819.0, + "msecs": 783.0, "msg": "%s Executing callback %s to process received data", "name": "socket_protocol.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/socket_protocol/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/socket_protocol/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 11722.75424003601, + "relativeCreated": 11766.09258, "stack_info": null, - "thread": 140630239995584, + "taskName": null, + "thread": 140180912580288, "threadName": "Thread-16 (_start)" } ], - "msecs": 141.0, + "msecs": 103.0, "msg": "Connecting Server and Client", "name": "__tLogger__", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/tests/test_helpers.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/tests/test_helpers.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 12045.284032821655, + "relativeCreated": 12085.658475, "stack_info": null, - "thread": 140631409799232, + "taskName": null, + "thread": 140181752467712, "threadName": "MainThread", - "time_consumption": 0.32252979278564453 + "time_consumption": 0.3195657730102539 }, { "args": [], - "asctime": "2025-03-23 16:47:08,444", - "created": 1742744828.4448376, + "asctime": "2025-08-15 21:42:03,405", + "created": 1755286923.4052353, "exc_text": null, "filename": "test_communication.py", "funcName": "add_service", @@ -29816,25 +30857,26 @@ "status: okay", "'msg1_data_to_be_transfered'" ], - "asctime": "2025-03-23 16:47:08,142", - "created": 1742744828.1424873, + "asctime": "2025-08-15 21:42:03,103", + "created": 1755286923.1038668, "exc_text": null, "filename": "__init__.py", "funcName": "__log_msg__", "levelname": "INFO", "levelno": 20, - "lineno": 445, + "lineno": 438, "message": "prot-client: TX -> service: 17, data_id: 34, status: okay, data: \"'msg1_data_to_be_transfered'\"", "module": "__init__", - "msecs": 142.0, + "msecs": 103.0, "msg": "%s %s %s, %s, data: \"%s\"", "name": "socket_protocol.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/socket_protocol/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/socket_protocol/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 12046.174049377441, + "relativeCreated": 12086.200342, "stack_info": null, - "thread": 140631409799232, + "taskName": null, + "thread": 140181752467712, "threadName": "MainThread" }, { @@ -29842,25 +30884,26 @@ "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": "2025-03-23 16:47:08,143", - "created": 1742744828.1436229, + "asctime": "2025-08-15 21:42:03,104", + "created": 1755286923.1045773, "exc_text": null, "filename": "__init__.py", "funcName": "__tx__", "levelname": "INFO", "levelno": 20, - "lineno": 284, + "lineno": 286, "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": 143.0, + "msecs": 104.0, "msg": "%s TX -> %s", "name": "helpers.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/helpers/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/helpers/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 12047.309637069702, + "relativeCreated": 12086.910686, "stack_info": null, - "thread": 140630248388288, + "taskName": null, + "thread": 140180920972992, "threadName": "Thread-15 (_start)" }, { @@ -29868,25 +30911,26 @@ "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": "2025-03-23 16:47:08,152", - "created": 1742744828.1521242, + "asctime": "2025-08-15 21:42:03,112", + "created": 1755286923.1129837, "exc_text": null, "filename": "__init__.py", "funcName": "__rx__", "levelname": "DEBUG", "levelno": 10, - "lineno": 414, + "lineno": 416, "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": 152.0, + "msecs": 112.0, "msg": "%s RX <- %s", "name": "helpers.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/helpers/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/helpers/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 12055.810928344727, + "relativeCreated": 12095.317267, "stack_info": null, - "thread": 140630248388288, + "taskName": null, + "thread": 140180920972992, "threadName": "Thread-15 (_start)" }, { @@ -29894,25 +30938,26 @@ "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": "2025-03-23 16:47:08,152", - "created": 1742744828.1529896, + "asctime": "2025-08-15 21:42:03,113", + "created": 1755286923.1134398, "exc_text": null, "filename": "__init__.py", "funcName": "__tx__", "levelname": "INFO", "levelno": 20, - "lineno": 284, + "lineno": 286, "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": 152.0, + "msecs": 113.0, "msg": "%s TX -> %s", "name": "helpers.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/helpers/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/helpers/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 12056.676387786865, + "relativeCreated": 12095.773187, "stack_info": null, - "thread": 140630248388288, + "taskName": null, + "thread": 140180920972992, "threadName": "Thread-15 (_start)" }, { @@ -29920,25 +30965,26 @@ "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": "2025-03-23 16:47:08,157", - "created": 1742744828.1576178, + "asctime": "2025-08-15 21:42:03,117", + "created": 1755286923.1178432, "exc_text": null, "filename": "__init__.py", "funcName": "__rx__", "levelname": "DEBUG", "levelno": 10, - "lineno": 414, + "lineno": 416, "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": 157.0, + "msecs": 117.0, "msg": "%s RX <- %s", "name": "helpers.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/helpers/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/helpers/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 12061.304569244385, + "relativeCreated": 12100.176606, "stack_info": null, - "thread": 140630248388288, + "taskName": null, + "thread": 140180920972992, "threadName": "Thread-15 (_start)" }, { @@ -29949,50 +30995,52 @@ "status: okay", "'msg1_data_to_be_transfered'" ], - "asctime": "2025-03-23 16:47:08,158", - "created": 1742744828.1587493, + "asctime": "2025-08-15 21:42:03,118", + "created": 1755286923.1185257, "exc_text": null, "filename": "__init__.py", "funcName": "__log_msg__", "levelname": "INFO", "levelno": 20, - "lineno": 445, + "lineno": 438, "message": "prot-server: RX <- service: 17, data_id: 34, status: okay, data: \"'msg1_data_to_be_transfered'\"", "module": "__init__", - "msecs": 158.0, + "msecs": 118.0, "msg": "%s %s %s, %s, data: \"%s\"", "name": "socket_protocol.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/socket_protocol/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/socket_protocol/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 12062.4361038208, + "relativeCreated": 12100.859115, "stack_info": null, - "thread": 140630248388288, + "taskName": null, + "thread": 140180920972992, "threadName": "Thread-15 (_start)" }, { "args": [ "prot-server:" ], - "asctime": "2025-03-23 16:47:08,159", - "created": 1742744828.159098, + "asctime": "2025-08-15 21:42:03,118", + "created": 1755286923.1188216, "exc_text": null, "filename": "__init__.py", "funcName": "__buffer_received_data__", "levelname": "DEBUG", "levelno": 10, - "lineno": 392, + "lineno": 385, "message": "prot-server: Message data is stored in buffer and is now ready to be retrieved by receive method", "module": "__init__", - "msecs": 159.0, + "msecs": 118.0, "msg": "%s Message data is stored in buffer and is now ready to be retrieved by receive method", "name": "socket_protocol.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/socket_protocol/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/socket_protocol/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 12062.784671783447, + "relativeCreated": 12101.155199, "stack_info": null, - "thread": 140630248388288, + "taskName": null, + "thread": 140180920972992, "threadName": "Thread-15 (_start)" }, { @@ -30002,47 +31050,49 @@ "18", "34" ], - "asctime": "2025-03-23 16:47:08,444", - "created": 1742744828.4444768, + "asctime": "2025-08-15 21:42:03,404", + "created": 1755286923.4049878, "exc_text": null, "filename": "__init__.py", "funcName": "receive", "levelname": "WARNING", "levelno": 30, - "lineno": 687, + "lineno": 680, "message": "prot-client: TIMEOUT (0.28705533596837945s): Requested data (service_id: 18; data_id: 34) not in buffer.", "module": "__init__", - "msecs": 444.0, + "msecs": 404.0, "msg": "%s TIMEOUT (%ss): Requested data (service_id: %s; data_id: %s) not in buffer.", "name": "socket_protocol.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/socket_protocol/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/socket_protocol/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 12348.163604736328, + "relativeCreated": 12387.321396, "stack_info": null, - "thread": 140631409799232, + "taskName": null, + "thread": 140181752467712, "threadName": "MainThread" } ], - "msecs": 444.0, + "msecs": 405.0, "msg": "Transfering a message client -> server -> client", "name": "__tLogger__", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/tests/test_communication.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/tests/test_communication.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 12348.524332046509, + "relativeCreated": 12387.568652, "stack_info": null, - "thread": 140631409799232, + "taskName": null, + "thread": 140181752467712, "threadName": "MainThread", - "time_consumption": 0.00036072731018066406 + "time_consumption": 0.0002474784851074219 }, { "args": [ "True", "" ], - "asctime": "2025-03-23 16:47:08,445", - "created": 1742744828.4457328, + "asctime": "2025-08-15 21:42:03,405", + "created": 1755286923.4058683, "exc_text": null, "filename": "test.py", "funcName": "equivalency_chk", @@ -30058,8 +31108,8 @@ "True", "" ], - "asctime": "2025-03-23 16:47:08,445", - "created": 1742744828.445315, + "asctime": "2025-08-15 21:42:03,405", + "created": 1755286923.4055362, "exc_text": null, "filename": "test.py", "funcName": "__report_result__", @@ -30068,15 +31118,16 @@ "lineno": 22, "message": "Result (Returnvalue of Client send Method): True ()", "module": "test", - "msecs": 445.0, + "msecs": 405.0, "msg": "Result (%s): %s (%s)", "name": "__unittest__", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/unittest/test.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/unittest/test.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 12349.00164604187, + "relativeCreated": 12387.869621, "stack_info": null, - "thread": 140631409799232, + "taskName": null, + "thread": 140181752467712, "threadName": "MainThread" }, { @@ -30086,8 +31137,8 @@ "True", "" ], - "asctime": "2025-03-23 16:47:08,445", - "created": 1742744828.4455376, + "asctime": "2025-08-15 21:42:03,405", + "created": 1755286923.4057195, "exc_text": null, "filename": "test.py", "funcName": "__report_expectation__", @@ -30096,37 +31147,39 @@ "lineno": 26, "message": "Expectation (Returnvalue of Client send Method): result = True ()", "module": "test", - "msecs": 445.0, + "msecs": 405.0, "msg": "Expectation (%s): result %s %s (%s)", "name": "__unittest__", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/unittest/test.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/unittest/test.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 12349.224328994751, + "relativeCreated": 12388.053015, "stack_info": null, - "thread": 140631409799232, + "taskName": null, + "thread": 140181752467712, "threadName": "MainThread" } ], - "msecs": 445.0, + "msecs": 405.0, "msg": "Returnvalue of Client send Method is correct (Content %s and Type is %s).", "name": "__tLogger__", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/unittest/test.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/unittest/test.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 12349.419593811035, + "relativeCreated": 12388.201804, "stack_info": null, - "thread": 140631409799232, + "taskName": null, + "thread": 140181752467712, "threadName": "MainThread", - "time_consumption": 0.0001952648162841797 + "time_consumption": 0.000148773193359375 }, { "args": [ "None", "" ], - "asctime": "2025-03-23 16:47:08,446", - "created": 1742744828.4464858, + "asctime": "2025-08-15 21:42:03,406", + "created": 1755286923.406376, "exc_text": null, "filename": "test.py", "funcName": "equivalency_chk", @@ -30142,8 +31195,8 @@ "None", "" ], - "asctime": "2025-03-23 16:47:08,446", - "created": 1742744828.4460332, + "asctime": "2025-08-15 21:42:03,406", + "created": 1755286923.4061015, "exc_text": null, "filename": "test.py", "funcName": "__report_result__", @@ -30152,15 +31205,16 @@ "lineno": 22, "message": "Result (Received message on server side): None ()", "module": "test", - "msecs": 446.0, + "msecs": 406.0, "msg": "Result (%s): %s (%s)", "name": "__unittest__", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/unittest/test.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/unittest/test.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 12349.720001220703, + "relativeCreated": 12388.435032, "stack_info": null, - "thread": 140631409799232, + "taskName": null, + "thread": 140181752467712, "threadName": "MainThread" }, { @@ -30170,8 +31224,8 @@ "None", "" ], - "asctime": "2025-03-23 16:47:08,446", - "created": 1742744828.4462883, + "asctime": "2025-08-15 21:42:03,406", + "created": 1755286923.406243, "exc_text": null, "filename": "test.py", "funcName": "__report_expectation__", @@ -30180,34 +31234,36 @@ "lineno": 26, "message": "Expectation (Received message on server side): result = None ()", "module": "test", - "msecs": 446.0, + "msecs": 406.0, "msg": "Expectation (%s): result %s %s (%s)", "name": "__unittest__", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/unittest/test.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/unittest/test.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 12349.975109100342, + "relativeCreated": 12388.576635, "stack_info": null, - "thread": 140631409799232, + "taskName": null, + "thread": 140181752467712, "threadName": "MainThread" } ], - "msecs": 446.0, + "msecs": 406.0, "msg": "Received message on server side is correct (Content %s and Type is %s).", "name": "__tLogger__", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/unittest/test.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/unittest/test.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 12350.172519683838, + "relativeCreated": 12388.709336, "stack_info": null, - "thread": 140631409799232, + "taskName": null, + "thread": 140181752467712, "threadName": "MainThread", - "time_consumption": 0.00019741058349609375 + "time_consumption": 0.0001327991485595703 }, { "args": [], - "asctime": "2025-03-23 16:47:08,447", - "created": 1742744828.4470215, + "asctime": "2025-08-15 21:42:03,406", + "created": 1755286923.4067986, "exc_text": null, "filename": "test_communication.py", "funcName": "add_service", @@ -30223,44 +31279,46 @@ "17", "18" ], - "asctime": "2025-03-23 16:47:08,446", - "created": 1742744828.446831, + "asctime": "2025-08-15 21:42:03,406", + "created": 1755286923.406655, "exc_text": null, "filename": "__init__.py", "funcName": "add_service", "levelname": "DEBUG", "levelno": 10, - "lineno": 597, + "lineno": 590, "message": "prot-server: Adding Service with Request=17 and Response=18", "module": "__init__", - "msecs": 446.0, + "msecs": 406.0, "msg": "%s Adding Service with Request=%s and Response=%s", "name": "socket_protocol.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/socket_protocol/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/socket_protocol/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 12350.517749786377, + "relativeCreated": 12388.988426, "stack_info": null, - "thread": 140631409799232, + "taskName": null, + "thread": 140181752467712, "threadName": "MainThread" } ], - "msecs": 447.0, + "msecs": 406.0, "msg": "Adding service to server instance for the transmit message", "name": "__tLogger__", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/tests/test_communication.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/tests/test_communication.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 12350.70824623108, + "relativeCreated": 12389.132097, "stack_info": null, - "thread": 140631409799232, + "taskName": null, + "thread": 140181752467712, "threadName": "MainThread", - "time_consumption": 0.00019049644470214844 + "time_consumption": 0.00014352798461914062 }, { "args": [], - "asctime": "2025-03-23 16:47:08,649", - "created": 1742744828.649068, + "asctime": "2025-08-15 21:42:03,608", + "created": 1755286923.6081018, "exc_text": null, "filename": "test_communication.py", "funcName": "add_service", @@ -30278,25 +31336,26 @@ "status: okay", "'msg1_data_to_be_transfered'" ], - "asctime": "2025-03-23 16:47:08,447", - "created": 1742744828.4474473, + "asctime": "2025-08-15 21:42:03,407", + "created": 1755286923.4071867, "exc_text": null, "filename": "__init__.py", "funcName": "__log_msg__", "levelname": "INFO", "levelno": 20, - "lineno": 445, + "lineno": 438, "message": "prot-client: TX -> service: 17, data_id: 34, status: okay, data: \"'msg1_data_to_be_transfered'\"", "module": "__init__", - "msecs": 447.0, + "msecs": 407.0, "msg": "%s %s %s, %s, data: \"%s\"", "name": "socket_protocol.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/socket_protocol/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/socket_protocol/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 12351.134061813354, + "relativeCreated": 12389.520233, "stack_info": null, - "thread": 140631409799232, + "taskName": null, + "thread": 140181752467712, "threadName": "MainThread" }, { @@ -30304,25 +31363,26 @@ "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": "2025-03-23 16:47:08,448", - "created": 1742744828.4485526, + "asctime": "2025-08-15 21:42:03,407", + "created": 1755286923.4078715, "exc_text": null, "filename": "__init__.py", "funcName": "__tx__", "levelname": "INFO", "levelno": 20, - "lineno": 284, + "lineno": 286, "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": 448.0, + "msecs": 407.0, "msg": "%s TX -> %s", "name": "helpers.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/helpers/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/helpers/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 12352.23937034607, + "relativeCreated": 12390.204878, "stack_info": null, - "thread": 140630248388288, + "taskName": null, + "thread": 140180920972992, "threadName": "Thread-15 (_start)" }, { @@ -30330,25 +31390,26 @@ "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": "2025-03-23 16:47:08,457", - "created": 1742744828.4572551, + "asctime": "2025-08-15 21:42:03,416", + "created": 1755286923.4162285, "exc_text": null, "filename": "__init__.py", "funcName": "__rx__", "levelname": "DEBUG", "levelno": 10, - "lineno": 414, + "lineno": 416, "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": 457.0, + "msecs": 416.0, "msg": "%s RX <- %s", "name": "helpers.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/helpers/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/helpers/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 12360.941886901855, + "relativeCreated": 12398.562168, "stack_info": null, - "thread": 140630248388288, + "taskName": null, + "thread": 140180920972992, "threadName": "Thread-15 (_start)" }, { @@ -30356,25 +31417,26 @@ "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": "2025-03-23 16:47:08,458", - "created": 1742744828.4582002, + "asctime": "2025-08-15 21:42:03,416", + "created": 1755286923.4166849, "exc_text": null, "filename": "__init__.py", "funcName": "__tx__", "levelname": "INFO", "levelno": 20, - "lineno": 284, + "lineno": 286, "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": 458.0, + "msecs": 416.0, "msg": "%s TX -> %s", "name": "helpers.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/helpers/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/helpers/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 12361.886978149414, + "relativeCreated": 12399.018244, "stack_info": null, - "thread": 140630248388288, + "taskName": null, + "thread": 140180920972992, "threadName": "Thread-15 (_start)" }, { @@ -30382,25 +31444,26 @@ "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": "2025-03-23 16:47:08,462", - "created": 1742744828.4627094, + "asctime": "2025-08-15 21:42:03,421", + "created": 1755286923.4210036, "exc_text": null, "filename": "__init__.py", "funcName": "__rx__", "levelname": "DEBUG", "levelno": 10, - "lineno": 414, + "lineno": 416, "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": 462.0, + "msecs": 421.0, "msg": "%s RX <- %s", "name": "helpers.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/helpers/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/helpers/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 12366.396188735962, + "relativeCreated": 12403.336996, "stack_info": null, - "thread": 140630248388288, + "taskName": null, + "thread": 140180920972992, "threadName": "Thread-15 (_start)" }, { @@ -30411,50 +31474,52 @@ "status: okay", "'msg1_data_to_be_transfered'" ], - "asctime": "2025-03-23 16:47:08,463", - "created": 1742744828.463742, + "asctime": "2025-08-15 21:42:03,421", + "created": 1755286923.4215467, "exc_text": null, "filename": "__init__.py", "funcName": "__log_msg__", "levelname": "INFO", "levelno": 20, - "lineno": 445, + "lineno": 438, "message": "prot-server: RX <- service: 17, data_id: 34, status: okay, data: \"'msg1_data_to_be_transfered'\"", "module": "__init__", - "msecs": 463.0, + "msecs": 421.0, "msg": "%s %s %s, %s, data: \"%s\"", "name": "socket_protocol.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/socket_protocol/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/socket_protocol/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 12367.42877960205, + "relativeCreated": 12403.880251, "stack_info": null, - "thread": 140630248388288, + "taskName": null, + "thread": 140180920972992, "threadName": "Thread-15 (_start)" }, { "args": [ "prot-server:" ], - "asctime": "2025-03-23 16:47:08,464", - "created": 1742744828.464029, + "asctime": "2025-08-15 21:42:03,421", + "created": 1755286923.4217472, "exc_text": null, "filename": "__init__.py", "funcName": "__data_available_callback__", "levelname": "WARNING", "levelno": 30, - "lineno": 484, + "lineno": 477, "message": "prot-server: Incomming message with no registered callback. Sending negative response.", "module": "__init__", - "msecs": 464.0, + "msecs": 421.0, "msg": "%s Incomming message with no registered callback. Sending negative response.", "name": "socket_protocol.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/socket_protocol/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/socket_protocol/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 12367.715835571289, + "relativeCreated": 12404.080519, "stack_info": null, - "thread": 140630248388288, + "taskName": null, + "thread": 140180920972992, "threadName": "Thread-15 (_start)" }, { @@ -30465,25 +31530,26 @@ "status: no callback for service, data buffered", "None" ], - "asctime": "2025-03-23 16:47:08,464", - "created": 1742744828.4643633, + "asctime": "2025-08-15 21:42:03,422", + "created": 1755286923.4220114, "exc_text": null, "filename": "__init__.py", "funcName": "__log_msg__", "levelname": "WARNING", "levelno": 30, - "lineno": 445, + "lineno": 438, "message": "prot-server: TX -> service: 18, data_id: 34, status: no callback for service, data buffered, data: \"None\"", "module": "__init__", - "msecs": 464.0, + "msecs": 422.0, "msg": "%s %s %s, %s, data: \"%s\"", "name": "socket_protocol.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/socket_protocol/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/socket_protocol/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 12368.05009841919, + "relativeCreated": 12404.344816, "stack_info": null, - "thread": 140630248388288, + "taskName": null, + "thread": 140180920972992, "threadName": "Thread-15 (_start)" }, { @@ -30491,25 +31557,26 @@ "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": "2025-03-23 16:47:08,465", - "created": 1742744828.4658237, + "asctime": "2025-08-15 21:42:03,422", + "created": 1755286923.4226363, "exc_text": null, "filename": "__init__.py", "funcName": "__tx__", "levelname": "INFO", "levelno": 20, - "lineno": 284, + "lineno": 286, "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": 465.0, + "msecs": 422.0, "msg": "%s TX -> %s", "name": "helpers.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/helpers/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/helpers/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 12369.510412216187, + "relativeCreated": 12404.969683, "stack_info": null, - "thread": 140630239995584, + "taskName": null, + "thread": 140180912580288, "threadName": "Thread-16 (_start)" }, { @@ -30517,25 +31584,26 @@ "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": "2025-03-23 16:47:08,474", - "created": 1742744828.474702, + "asctime": "2025-08-15 21:42:03,430", + "created": 1755286923.4309456, "exc_text": null, "filename": "__init__.py", "funcName": "__rx__", "levelname": "DEBUG", "levelno": 10, - "lineno": 414, + "lineno": 416, "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": 474.0, + "msecs": 430.0, "msg": "%s RX <- %s", "name": "helpers.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/helpers/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/helpers/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 12378.38864326477, + "relativeCreated": 12413.278924, "stack_info": null, - "thread": 140630239995584, + "taskName": null, + "thread": 140180912580288, "threadName": "Thread-16 (_start)" }, { @@ -30543,25 +31611,26 @@ "comm-server:", "(8): 6c 7d bd 30 46 9b 3a 3e" ], - "asctime": "2025-03-23 16:47:08,475", - "created": 1742744828.4755623, + "asctime": "2025-08-15 21:42:03,431", + "created": 1755286923.4313776, "exc_text": null, "filename": "__init__.py", "funcName": "__tx__", "levelname": "INFO", "levelno": 20, - "lineno": 284, + "lineno": 286, "message": "comm-server: TX -> (8): 6c 7d bd 30 46 9b 3a 3e", "module": "__init__", - "msecs": 475.0, + "msecs": 431.0, "msg": "%s TX -> %s", "name": "helpers.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/helpers/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/helpers/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 12379.249095916748, + "relativeCreated": 12413.710979, "stack_info": null, - "thread": 140630239995584, + "taskName": null, + "thread": 140180912580288, "threadName": "Thread-16 (_start)" }, { @@ -30569,25 +31638,26 @@ "comm-client:", "(8): 6c 7d bd 30 46 9b 3a 3e" ], - "asctime": "2025-03-23 16:47:08,477", - "created": 1742744828.4770482, + "asctime": "2025-08-15 21:42:03,432", + "created": 1755286923.4327626, "exc_text": null, "filename": "__init__.py", "funcName": "__rx__", "levelname": "DEBUG", "levelno": 10, - "lineno": 414, + "lineno": 416, "message": "comm-client: RX <- (8): 6c 7d bd 30 46 9b 3a 3e", "module": "__init__", - "msecs": 477.0, + "msecs": 432.0, "msg": "%s RX <- %s", "name": "helpers.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/helpers/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/helpers/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 12380.734920501709, + "relativeCreated": 12415.095966, "stack_info": null, - "thread": 140630239995584, + "taskName": null, + "thread": 140180912580288, "threadName": "Thread-16 (_start)" }, { @@ -30598,72 +31668,75 @@ "status: no callback for service, data buffered", "None" ], - "asctime": "2025-03-23 16:47:08,477", - "created": 1742744828.477824, + "asctime": "2025-08-15 21:42:03,433", + "created": 1755286923.4332335, "exc_text": null, "filename": "__init__.py", "funcName": "__log_msg__", "levelname": "WARNING", "levelno": 30, - "lineno": 445, + "lineno": 438, "message": "prot-client: RX <- service: 18, data_id: 34, status: no callback for service, data buffered, data: \"None\"", "module": "__init__", - "msecs": 477.0, + "msecs": 433.0, "msg": "%s %s %s, %s, data: \"%s\"", "name": "socket_protocol.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/socket_protocol/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/socket_protocol/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 12381.510734558105, + "relativeCreated": 12415.566751, "stack_info": null, - "thread": 140630239995584, + "taskName": null, + "thread": 140180912580288, "threadName": "Thread-16 (_start)" }, { "args": [ "prot-client:" ], - "asctime": "2025-03-23 16:47:08,478", - "created": 1742744828.4781818, + "asctime": "2025-08-15 21:42:03,433", + "created": 1755286923.4334638, "exc_text": null, "filename": "__init__.py", "funcName": "__buffer_received_data__", "levelname": "DEBUG", "levelno": 10, - "lineno": 392, + "lineno": 385, "message": "prot-client: Message data is stored in buffer and is now ready to be retrieved by receive method", "module": "__init__", - "msecs": 478.0, + "msecs": 433.0, "msg": "%s Message data is stored in buffer and is now ready to be retrieved by receive method", "name": "socket_protocol.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/socket_protocol/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/socket_protocol/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 12381.868600845337, + "relativeCreated": 12415.797372, "stack_info": null, - "thread": 140630239995584, + "taskName": null, + "thread": 140180912580288, "threadName": "Thread-16 (_start)" } ], - "msecs": 649.0, + "msecs": 608.0, "msg": "Transfering a message client -> server -> client", "name": "__tLogger__", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/tests/test_communication.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/tests/test_communication.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 12552.754878997803, + "relativeCreated": 12590.435349, "stack_info": null, - "thread": 140631409799232, + "taskName": null, + "thread": 140181752467712, "threadName": "MainThread", - "time_consumption": 0.17088627815246582 + "time_consumption": 0.174638032913208 }, { "args": [ "True", "" ], - "asctime": "2025-03-23 16:47:08,650", - "created": 1742744828.6501608, + "asctime": "2025-08-15 21:42:03,608", + "created": 1755286923.6087832, "exc_text": null, "filename": "test.py", "funcName": "equivalency_chk", @@ -30679,8 +31752,8 @@ "True", "" ], - "asctime": "2025-03-23 16:47:08,649", - "created": 1742744828.6496708, + "asctime": "2025-08-15 21:42:03,608", + "created": 1755286923.6084626, "exc_text": null, "filename": "test.py", "funcName": "__report_result__", @@ -30689,15 +31762,16 @@ "lineno": 22, "message": "Result (Returnvalue of Client send Method): True ()", "module": "test", - "msecs": 649.0, + "msecs": 608.0, "msg": "Result (%s): %s (%s)", "name": "__unittest__", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/unittest/test.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/unittest/test.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 12553.357601165771, + "relativeCreated": 12590.796086, "stack_info": null, - "thread": 140631409799232, + "taskName": null, + "thread": 140181752467712, "threadName": "MainThread" }, { @@ -30707,8 +31781,8 @@ "True", "" ], - "asctime": "2025-03-23 16:47:08,649", - "created": 1742744828.6499107, + "asctime": "2025-08-15 21:42:03,608", + "created": 1755286923.6086352, "exc_text": null, "filename": "test.py", "funcName": "__report_expectation__", @@ -30717,37 +31791,39 @@ "lineno": 26, "message": "Expectation (Returnvalue of Client send Method): result = True ()", "module": "test", - "msecs": 649.0, + "msecs": 608.0, "msg": "Expectation (%s): result %s %s (%s)", "name": "__unittest__", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/unittest/test.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/unittest/test.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 12553.597450256348, + "relativeCreated": 12590.968457, "stack_info": null, - "thread": 140631409799232, + "taskName": null, + "thread": 140181752467712, "threadName": "MainThread" } ], - "msecs": 650.0, + "msecs": 608.0, "msg": "Returnvalue of Client send Method is correct (Content %s and Type is %s).", "name": "__tLogger__", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/unittest/test.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/unittest/test.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 12553.847551345825, + "relativeCreated": 12591.116796, "stack_info": null, - "thread": 140631409799232, + "taskName": null, + "thread": 140181752467712, "threadName": "MainThread", - "time_consumption": 0.00025010108947753906 + "time_consumption": 0.0001480579376220703 }, { "args": [ "{'data_id': 34, 'service_id': 18, 'status': 1, 'data': None}", "" ], - "asctime": "2025-03-23 16:47:08,650", - "created": 1742744828.6509435, + "asctime": "2025-08-15 21:42:03,609", + "created": 1755286923.6093025, "exc_text": null, "filename": "test.py", "funcName": "equivalency_chk", @@ -30763,8 +31839,8 @@ "{'data_id': 34, 'service_id': 18, 'status': 1, 'data': None}", "" ], - "asctime": "2025-03-23 16:47:08,650", - "created": 1742744828.6505358, + "asctime": "2025-08-15 21:42:03,609", + "created": 1755286923.6090167, "exc_text": null, "filename": "test.py", "funcName": "__report_result__", @@ -30773,15 +31849,16 @@ "lineno": 22, "message": "Result (Received message on server side): {'data_id': 34, 'service_id': 18, 'status': 1, 'data': None} ()", "module": "test", - "msecs": 650.0, + "msecs": 609.0, "msg": "Result (%s): %s (%s)", "name": "__unittest__", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/unittest/test.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/unittest/test.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 12554.222583770752, + "relativeCreated": 12591.350094, "stack_info": null, - "thread": 140631409799232, + "taskName": null, + "thread": 140181752467712, "threadName": "MainThread" }, { @@ -30791,8 +31868,8 @@ "{'service_id': 18, 'data_id': 34, 'status': 1, 'data': None}", "" ], - "asctime": "2025-03-23 16:47:08,650", - "created": 1742744828.6507459, + "asctime": "2025-08-15 21:42:03,609", + "created": 1755286923.6091635, "exc_text": null, "filename": "test.py", "funcName": "__report_expectation__", @@ -30801,63 +31878,66 @@ "lineno": 26, "message": "Expectation (Received message on server side): result = {'service_id': 18, 'data_id': 34, 'status': 1, 'data': None} ()", "module": "test", - "msecs": 650.0, + "msecs": 609.0, "msg": "Expectation (%s): result %s %s (%s)", "name": "__unittest__", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/unittest/test.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/unittest/test.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 12554.43263053894, + "relativeCreated": 12591.497043, "stack_info": null, - "thread": 140631409799232, + "taskName": null, + "thread": 140181752467712, "threadName": "MainThread" } ], - "msecs": 650.0, + "msecs": 609.0, "msg": "Received message on server side is correct (Content %s and Type is %s).", "name": "__tLogger__", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/unittest/test.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/unittest/test.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 12554.630279541016, + "relativeCreated": 12591.636056, "stack_info": null, - "thread": 140631409799232, + "taskName": null, + "thread": 140181752467712, "threadName": "MainThread", - "time_consumption": 0.0001976490020751953 + "time_consumption": 0.00013899803161621094 } ], - "thread": 140631409799232, + "thread": 140181752467712, "threadName": "MainThread", - "time_consumption": 0.8676745891571045, - "time_finished": "2025-03-23 16:47:08,650", - "time_start": "2025-03-23 16:47:07,783" + "time_consumption": 0.8609914779663086, + "time_finished": "2025-08-15 21:42:03,609", + "time_start": "2025-08-15 21:42:02,748" }, "REQ-0012": { "args": null, - "asctime": "2025-03-23 16:47:08,651", - "created": 1742744828.6517196, + "asctime": "2025-08-15 21:42:03,609", + "created": 1755286923.6098263, "exc_text": null, "filename": "__init__.py", "funcName": "testCase", "levelname": "INFO", "levelno": 20, - "lineno": 327, + "lineno": 331, "message": "REQ-0012", "module": "__init__", "moduleLogger": [], - "msecs": 651.0, + "msecs": 609.0, "msg": "REQ-0012", "name": "__tLogger__", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/report/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/report/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 12555.406332015991, + "relativeCreated": 12592.159762, "stack_info": null, + "taskName": null, "testcaseLogger": [ { "args": [], - "asctime": "2025-03-23 16:47:08,661", - "created": 1742744828.6613245, + "asctime": "2025-08-15 21:42:03,619", + "created": 1755286923.6190095, "exc_text": null, "filename": "test_helpers.py", "funcName": "set_up_socket_protocol", @@ -30871,100 +31951,104 @@ "args": [ "comm-client:" ], - "asctime": "2025-03-23 16:47:08,653", - "created": 1742744828.653151, + "asctime": "2025-08-15 21:42:03,610", + "created": 1755286923.6108866, "exc_text": null, "filename": "__init__.py", "funcName": "__clean_buffer__", "levelname": "DEBUG", "levelno": 10, - "lineno": 411, + "lineno": 413, "message": "comm-client: Cleaning up receive-buffer", "module": "__init__", - "msecs": 653.0, + "msecs": 610.0, "msg": "%s Cleaning up receive-buffer", "name": "helpers.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/helpers/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/helpers/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 12556.837797164917, + "relativeCreated": 12593.220067, "stack_info": null, - "thread": 140631409799232, + "taskName": null, + "thread": 140181752467712, "threadName": "MainThread" }, { "args": [ "comm-server:" ], - "asctime": "2025-03-23 16:47:08,654", - "created": 1742744828.6549876, + "asctime": "2025-08-15 21:42:03,611", + "created": 1755286923.6117842, "exc_text": null, "filename": "__init__.py", "funcName": "__clean_buffer__", "levelname": "DEBUG", "levelno": 10, - "lineno": 411, + "lineno": 413, "message": "comm-server: Cleaning up receive-buffer", "module": "__init__", - "msecs": 654.0, + "msecs": 611.0, "msg": "%s Cleaning up receive-buffer", "name": "helpers.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/helpers/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/helpers/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 12558.674335479736, + "relativeCreated": 12594.117709, "stack_info": null, - "thread": 140631409799232, + "taskName": null, + "thread": 140181752467712, "threadName": "MainThread" }, { "args": [ "comm-server:" ], - "asctime": "2025-03-23 16:47:08,655", - "created": 1742744828.6553123, + "asctime": "2025-08-15 21:42:03,612", + "created": 1755286923.612037, "exc_text": null, "filename": "__init__.py", "funcName": "__init__", "levelname": "INFO", "levelno": 20, - "lineno": 520, + "lineno": 522, "message": "comm-server: Waiting for incomming connection", "module": "__init__", - "msecs": 655.0, + "msecs": 612.0, "msg": "%s Waiting for incomming connection", "name": "helpers.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/helpers/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/helpers/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 12558.999061584473, + "relativeCreated": 12594.370247, "stack_info": null, - "thread": 140631409799232, + "taskName": null, + "thread": 140181752467712, "threadName": "MainThread" }, { "args": [ "prot-server:" ], - "asctime": "2025-03-23 16:47:08,655", - "created": 1742744828.6557207, + "asctime": "2025-08-15 21:42:03,612", + "created": 1755286923.612408, "exc_text": null, "filename": "__init__.py", "funcName": "__clean_receive_buffer__", "levelname": "DEBUG", "levelno": 10, - "lineno": 434, + "lineno": 427, "message": "prot-server: Cleaning up receive-buffer", "module": "__init__", - "msecs": 655.0, + "msecs": 612.0, "msg": "%s Cleaning up receive-buffer", "name": "socket_protocol.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/socket_protocol/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/socket_protocol/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 12559.407472610474, + "relativeCreated": 12594.741128, "stack_info": null, - "thread": 140631409799232, + "taskName": null, + "thread": 140181752467712, "threadName": "MainThread" }, { @@ -30973,25 +32057,26 @@ "authentification request", "authentification response" ], - "asctime": "2025-03-23 16:47:08,655", - "created": 1742744828.655957, + "asctime": "2025-08-15 21:42:03,612", + "created": 1755286923.6125863, "exc_text": null, "filename": "__init__.py", "funcName": "add_service", "levelname": "DEBUG", "levelno": 10, - "lineno": 597, + "lineno": 590, "message": "prot-server: Adding Service with Request=authentification request and Response=authentification response", "module": "__init__", - "msecs": 655.0, + "msecs": 612.0, "msg": "%s Adding Service with Request=%s and Response=%s", "name": "socket_protocol.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/socket_protocol/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/socket_protocol/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 12559.643745422363, + "relativeCreated": 12594.91972, "stack_info": null, - "thread": 140631409799232, + "taskName": null, + "thread": 140181752467712, "threadName": "MainThread" }, { @@ -30999,25 +32084,26 @@ "prot-server:", "service: authentification request, data_id: seed" ], - "asctime": "2025-03-23 16:47:08,656", - "created": 1742744828.6562345, + "asctime": "2025-08-15 21:42:03,612", + "created": 1755286923.612801, "exc_text": null, "filename": "__init__.py", "funcName": "add_msg_to_auth_whitelist_", "levelname": "DEBUG", "levelno": 10, - "lineno": 571, + "lineno": 564, "message": "prot-server: Adding Message (service: authentification request, data_id: seed) to the authentification whitelist", "module": "__init__", - "msecs": 656.0, + "msecs": 612.0, "msg": "%s Adding Message (%s) to the authentification whitelist", "name": "socket_protocol.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/socket_protocol/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/socket_protocol/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 12559.921264648438, + "relativeCreated": 12595.134401, "stack_info": null, - "thread": 140631409799232, + "taskName": null, + "thread": 140181752467712, "threadName": "MainThread" }, { @@ -31025,25 +32111,26 @@ "prot-server:", "service: authentification response, data_id: seed" ], - "asctime": "2025-03-23 16:47:08,656", - "created": 1742744828.6564474, + "asctime": "2025-08-15 21:42:03,612", + "created": 1755286923.612976, "exc_text": null, "filename": "__init__.py", "funcName": "add_msg_to_auth_whitelist_", "levelname": "DEBUG", "levelno": 10, - "lineno": 571, + "lineno": 564, "message": "prot-server: Adding Message (service: authentification response, data_id: seed) to the authentification whitelist", "module": "__init__", - "msecs": 656.0, + "msecs": 612.0, "msg": "%s Adding Message (%s) to the authentification whitelist", "name": "socket_protocol.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/socket_protocol/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/socket_protocol/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 12560.134172439575, + "relativeCreated": 12595.309674, "stack_info": null, - "thread": 140631409799232, + "taskName": null, + "thread": 140181752467712, "threadName": "MainThread" }, { @@ -31051,25 +32138,26 @@ "prot-server:", "service: authentification request, data_id: key" ], - "asctime": "2025-03-23 16:47:08,656", - "created": 1742744828.6566446, + "asctime": "2025-08-15 21:42:03,613", + "created": 1755286923.61312, "exc_text": null, "filename": "__init__.py", "funcName": "add_msg_to_auth_whitelist_", "levelname": "DEBUG", "levelno": 10, - "lineno": 571, + "lineno": 564, "message": "prot-server: Adding Message (service: authentification request, data_id: key) to the authentification whitelist", "module": "__init__", - "msecs": 656.0, + "msecs": 613.0, "msg": "%s Adding Message (%s) to the authentification whitelist", "name": "socket_protocol.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/socket_protocol/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/socket_protocol/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 12560.331344604492, + "relativeCreated": 12595.453564, "stack_info": null, - "thread": 140631409799232, + "taskName": null, + "thread": 140181752467712, "threadName": "MainThread" }, { @@ -31077,25 +32165,26 @@ "prot-server:", "service: authentification response, data_id: key" ], - "asctime": "2025-03-23 16:47:08,656", - "created": 1742744828.6568358, + "asctime": "2025-08-15 21:42:03,613", + "created": 1755286923.6132524, "exc_text": null, "filename": "__init__.py", "funcName": "add_msg_to_auth_whitelist_", "levelname": "DEBUG", "levelno": 10, - "lineno": 571, + "lineno": 564, "message": "prot-server: Adding Message (service: authentification response, data_id: key) to the authentification whitelist", "module": "__init__", - "msecs": 656.0, + "msecs": 613.0, "msg": "%s Adding Message (%s) to the authentification whitelist", "name": "socket_protocol.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/socket_protocol/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/socket_protocol/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 12560.522556304932, + "relativeCreated": 12595.585916, "stack_info": null, - "thread": 140631409799232, + "taskName": null, + "thread": 140181752467712, "threadName": "MainThread" }, { @@ -31105,25 +32194,26 @@ "0", "0" ], - "asctime": "2025-03-23 16:47:08,657", - "created": 1742744828.6570647, + "asctime": "2025-08-15 21:42:03,613", + "created": 1755286923.6134036, "exc_text": null, "filename": "__init__.py", "funcName": "add", "levelname": "DEBUG", "levelno": 10, - "lineno": 172, + "lineno": 169, "message": "prot-server: Adding callback '__authentificate_create_seed__' for SID=0 and DID=0", "module": "__init__", - "msecs": 657.0, + "msecs": 613.0, "msg": "%s Adding callback %s for SID=%s and DID=%s", "name": "socket_protocol.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/socket_protocol/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/socket_protocol/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 12560.75143814087, + "relativeCreated": 12595.737188, "stack_info": null, - "thread": 140631409799232, + "taskName": null, + "thread": 140181752467712, "threadName": "MainThread" }, { @@ -31133,25 +32223,26 @@ "1", "0" ], - "asctime": "2025-03-23 16:47:08,657", - "created": 1742744828.6572795, + "asctime": "2025-08-15 21:42:03,613", + "created": 1755286923.6135736, "exc_text": null, "filename": "__init__.py", "funcName": "add", "levelname": "DEBUG", "levelno": 10, - "lineno": 172, + "lineno": 169, "message": "prot-server: Adding callback '__authentificate_create_key__' for SID=1 and DID=0", "module": "__init__", - "msecs": 657.0, + "msecs": 613.0, "msg": "%s Adding callback %s for SID=%s and DID=%s", "name": "socket_protocol.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/socket_protocol/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/socket_protocol/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 12560.96625328064, + "relativeCreated": 12595.907178, "stack_info": null, - "thread": 140631409799232, + "taskName": null, + "thread": 140181752467712, "threadName": "MainThread" }, { @@ -31161,25 +32252,26 @@ "0", "1" ], - "asctime": "2025-03-23 16:47:08,657", - "created": 1742744828.6574967, + "asctime": "2025-08-15 21:42:03,613", + "created": 1755286923.6137264, "exc_text": null, "filename": "__init__.py", "funcName": "add", "levelname": "DEBUG", "levelno": 10, - "lineno": 172, + "lineno": 169, "message": "prot-server: Adding callback '__authentificate_check_key__' for SID=0 and DID=1", "module": "__init__", - "msecs": 657.0, + "msecs": 613.0, "msg": "%s Adding callback %s for SID=%s and DID=%s", "name": "socket_protocol.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/socket_protocol/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/socket_protocol/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 12561.183452606201, + "relativeCreated": 12596.059919, "stack_info": null, - "thread": 140631409799232, + "taskName": null, + "thread": 140181752467712, "threadName": "MainThread" }, { @@ -31189,50 +32281,52 @@ "1", "1" ], - "asctime": "2025-03-23 16:47:08,657", - "created": 1742744828.6577024, + "asctime": "2025-08-15 21:42:03,613", + "created": 1755286923.6138725, "exc_text": null, "filename": "__init__.py", "funcName": "add", "levelname": "DEBUG", "levelno": 10, - "lineno": 172, + "lineno": 169, "message": "prot-server: Adding callback '__authentificate_process_feedback__' for SID=1 and DID=1", "module": "__init__", - "msecs": 657.0, + "msecs": 613.0, "msg": "%s Adding callback %s for SID=%s and DID=%s", "name": "socket_protocol.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/socket_protocol/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/socket_protocol/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 12561.389207839966, + "relativeCreated": 12596.205955, "stack_info": null, - "thread": 140631409799232, + "taskName": null, + "thread": 140181752467712, "threadName": "MainThread" }, { "args": [ "prot-server:" ], - "asctime": "2025-03-23 16:47:08,657", - "created": 1742744828.6578848, + "asctime": "2025-08-15 21:42:03,614", + "created": 1755286923.614073, "exc_text": null, "filename": "__init__.py", "funcName": "__authentification_state_reset__", "levelname": "INFO", "levelno": 20, - "lineno": 380, + "lineno": 373, "message": "prot-server: Resetting authentification state to AUTH_STATE_UNTRUSTED_CONNECTION", "module": "__init__", - "msecs": 657.0, + "msecs": 614.0, "msg": "%s Resetting authentification state to AUTH_STATE_UNTRUSTED_CONNECTION", "name": "socket_protocol.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/socket_protocol/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/socket_protocol/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 12561.571598052979, + "relativeCreated": 12596.406504, "stack_info": null, - "thread": 140631409799232, + "taskName": null, + "thread": 140181752467712, "threadName": "MainThread" }, { @@ -31241,25 +32335,26 @@ "channel name request", "channel name response" ], - "asctime": "2025-03-23 16:47:08,658", - "created": 1742744828.6581237, + "asctime": "2025-08-15 21:42:03,614", + "created": 1755286923.6142275, "exc_text": null, "filename": "__init__.py", "funcName": "add_service", "levelname": "DEBUG", "levelno": 10, - "lineno": 597, + "lineno": 590, "message": "prot-server: Adding Service with Request=channel name request and Response=channel name response", "module": "__init__", - "msecs": 658.0, + "msecs": 614.0, "msg": "%s Adding Service with Request=%s and Response=%s", "name": "socket_protocol.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/socket_protocol/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/socket_protocol/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 12561.810493469238, + "relativeCreated": 12596.560787, "stack_info": null, - "thread": 140631409799232, + "taskName": null, + "thread": 140181752467712, "threadName": "MainThread" }, { @@ -31267,25 +32362,26 @@ "prot-server:", "service: channel name request, data_id: name" ], - "asctime": "2025-03-23 16:47:08,658", - "created": 1742744828.6583457, + "asctime": "2025-08-15 21:42:03,614", + "created": 1755286923.6143801, "exc_text": null, "filename": "__init__.py", "funcName": "add_msg_to_auth_whitelist_", "levelname": "DEBUG", "levelno": 10, - "lineno": 571, + "lineno": 564, "message": "prot-server: Adding Message (service: channel name request, data_id: name) to the authentification whitelist", "module": "__init__", - "msecs": 658.0, + "msecs": 614.0, "msg": "%s Adding Message (%s) to the authentification whitelist", "name": "socket_protocol.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/socket_protocol/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/socket_protocol/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 12562.032461166382, + "relativeCreated": 12596.713387, "stack_info": null, - "thread": 140631409799232, + "taskName": null, + "thread": 140181752467712, "threadName": "MainThread" }, { @@ -31293,25 +32389,26 @@ "prot-server:", "service: channel name response, data_id: name" ], - "asctime": "2025-03-23 16:47:08,658", - "created": 1742744828.658537, + "asctime": "2025-08-15 21:42:03,614", + "created": 1755286923.614536, "exc_text": null, "filename": "__init__.py", "funcName": "add_msg_to_auth_whitelist_", "levelname": "DEBUG", "levelno": 10, - "lineno": 571, + "lineno": 564, "message": "prot-server: Adding Message (service: channel name response, data_id: name) to the authentification whitelist", "module": "__init__", - "msecs": 658.0, + "msecs": 614.0, "msg": "%s Adding Message (%s) to the authentification whitelist", "name": "socket_protocol.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/socket_protocol/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/socket_protocol/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 12562.223672866821, + "relativeCreated": 12596.869434, "stack_info": null, - "thread": 140631409799232, + "taskName": null, + "thread": 140181752467712, "threadName": "MainThread" }, { @@ -31321,25 +32418,26 @@ "8", "0" ], - "asctime": "2025-03-23 16:47:08,658", - "created": 1742744828.6587408, + "asctime": "2025-08-15 21:42:03,614", + "created": 1755286923.614721, "exc_text": null, "filename": "__init__.py", "funcName": "add", "levelname": "DEBUG", "levelno": 10, - "lineno": 172, + "lineno": 169, "message": "prot-server: Adding callback '__channel_name_request__' for SID=8 and DID=0", "module": "__init__", - "msecs": 658.0, + "msecs": 614.0, "msg": "%s Adding callback %s for SID=%s and DID=%s", "name": "socket_protocol.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/socket_protocol/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/socket_protocol/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 12562.427520751953, + "relativeCreated": 12597.054431, "stack_info": null, - "thread": 140631409799232, + "taskName": null, + "thread": 140181752467712, "threadName": "MainThread" }, { @@ -31349,25 +32447,26 @@ "9", "0" ], - "asctime": "2025-03-23 16:47:08,658", - "created": 1742744828.6589446, + "asctime": "2025-08-15 21:42:03,614", + "created": 1755286923.6149204, "exc_text": null, "filename": "__init__.py", "funcName": "add", "levelname": "DEBUG", "levelno": 10, - "lineno": 172, + "lineno": 169, "message": "prot-server: Adding callback '__channel_name_response__' for SID=9 and DID=0", "module": "__init__", - "msecs": 658.0, + "msecs": 614.0, "msg": "%s Adding callback %s for SID=%s and DID=%s", "name": "socket_protocol.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/socket_protocol/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/socket_protocol/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 12562.631368637085, + "relativeCreated": 12597.253991, "stack_info": null, - "thread": 140631409799232, + "taskName": null, + "thread": 140181752467712, "threadName": "MainThread" }, { @@ -31376,25 +32475,26 @@ "read data request", "read data response" ], - "asctime": "2025-03-23 16:47:08,659", - "created": 1742744828.6591394, + "asctime": "2025-08-15 21:42:03,615", + "created": 1755286923.6150794, "exc_text": null, "filename": "__init__.py", "funcName": "add_service", "levelname": "DEBUG", "levelno": 10, - "lineno": 597, + "lineno": 590, "message": "prot-server: Adding Service with Request=read data request and Response=read data response", "module": "__init__", - "msecs": 659.0, + "msecs": 615.0, "msg": "%s Adding Service with Request=%s and Response=%s", "name": "socket_protocol.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/socket_protocol/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/socket_protocol/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 12562.826156616211, + "relativeCreated": 12597.412802, "stack_info": null, - "thread": 140631409799232, + "taskName": null, + "thread": 140181752467712, "threadName": "MainThread" }, { @@ -31403,25 +32503,26 @@ "write data request", "write data response" ], - "asctime": "2025-03-23 16:47:08,659", - "created": 1742744828.6593907, + "asctime": "2025-08-15 21:42:03,615", + "created": 1755286923.6152143, "exc_text": null, "filename": "__init__.py", "funcName": "add_service", "levelname": "DEBUG", "levelno": 10, - "lineno": 597, + "lineno": 590, "message": "prot-server: Adding Service with Request=write data request and Response=write data response", "module": "__init__", - "msecs": 659.0, + "msecs": 615.0, "msg": "%s Adding Service with Request=%s and Response=%s", "name": "socket_protocol.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/socket_protocol/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/socket_protocol/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 12563.077449798584, + "relativeCreated": 12597.547707, "stack_info": null, - "thread": 140631409799232, + "taskName": null, + "thread": 140181752467712, "threadName": "MainThread" }, { @@ -31430,75 +32531,78 @@ "execute request", "execute response" ], - "asctime": "2025-03-23 16:47:08,659", - "created": 1742744828.65958, + "asctime": "2025-08-15 21:42:03,615", + "created": 1755286923.6153462, "exc_text": null, "filename": "__init__.py", "funcName": "add_service", "levelname": "DEBUG", "levelno": 10, - "lineno": 597, + "lineno": 590, "message": "prot-server: Adding Service with Request=execute request and Response=execute response", "module": "__init__", - "msecs": 659.0, + "msecs": 615.0, "msg": "%s Adding Service with Request=%s and Response=%s", "name": "socket_protocol.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/socket_protocol/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/socket_protocol/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 12563.26675415039, + "relativeCreated": 12597.679593, "stack_info": null, - "thread": 140631409799232, + "taskName": null, + "thread": 140181752467712, "threadName": "MainThread" }, { "args": [ "prot-server:" ], - "asctime": "2025-03-23 16:47:08,659", - "created": 1742744828.65978, + "asctime": "2025-08-15 21:42:03,615", + "created": 1755286923.6154797, "exc_text": null, "filename": "__init__.py", "funcName": "__init__", "levelname": "INFO", "levelno": 20, - "lineno": 340, + "lineno": 333, "message": "prot-server: Initialisation finished.", "module": "__init__", - "msecs": 659.0, + "msecs": 615.0, "msg": "%s Initialisation finished.", "name": "socket_protocol.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/socket_protocol/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/socket_protocol/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 12563.466787338257, + "relativeCreated": 12597.813363, "stack_info": null, - "thread": 140631409799232, + "taskName": null, + "thread": 140181752467712, "threadName": "MainThread" }, { "args": [ "prot-client:" ], - "asctime": "2025-03-23 16:47:08,660", - "created": 1742744828.6601803, + "asctime": "2025-08-15 21:42:03,615", + "created": 1755286923.6157298, "exc_text": null, "filename": "__init__.py", "funcName": "__clean_receive_buffer__", "levelname": "DEBUG", "levelno": 10, - "lineno": 434, + "lineno": 427, "message": "prot-client: Cleaning up receive-buffer", "module": "__init__", - "msecs": 660.0, + "msecs": 615.0, "msg": "%s Cleaning up receive-buffer", "name": "socket_protocol.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/socket_protocol/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/socket_protocol/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 12563.867092132568, + "relativeCreated": 12598.063288, "stack_info": null, - "thread": 140631409799232, + "taskName": null, + "thread": 140181752467712, "threadName": "MainThread" }, { @@ -31507,25 +32611,26 @@ "authentification request", "authentification response" ], - "asctime": "2025-03-23 16:47:08,660", - "created": 1742744828.6602674, + "asctime": "2025-08-15 21:42:03,616", + "created": 1755286923.6160152, "exc_text": null, "filename": "__init__.py", "funcName": "add_service", "levelname": "DEBUG", "levelno": 10, - "lineno": 597, + "lineno": 590, "message": "prot-client: Adding Service with Request=authentification request and Response=authentification response", "module": "__init__", - "msecs": 660.0, + "msecs": 616.0, "msg": "%s Adding Service with Request=%s and Response=%s", "name": "socket_protocol.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/socket_protocol/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/socket_protocol/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 12563.95411491394, + "relativeCreated": 12598.348626, "stack_info": null, - "thread": 140631409799232, + "taskName": null, + "thread": 140181752467712, "threadName": "MainThread" }, { @@ -31533,25 +32638,26 @@ "prot-client:", "service: authentification request, data_id: seed" ], - "asctime": "2025-03-23 16:47:08,660", - "created": 1742744828.660342, + "asctime": "2025-08-15 21:42:03,616", + "created": 1755286923.6162379, "exc_text": null, "filename": "__init__.py", "funcName": "add_msg_to_auth_whitelist_", "levelname": "DEBUG", "levelno": 10, - "lineno": 571, + "lineno": 564, "message": "prot-client: Adding Message (service: authentification request, data_id: seed) to the authentification whitelist", "module": "__init__", - "msecs": 660.0, + "msecs": 616.0, "msg": "%s Adding Message (%s) to the authentification whitelist", "name": "socket_protocol.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/socket_protocol/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/socket_protocol/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 12564.0287399292, + "relativeCreated": 12598.571351, "stack_info": null, - "thread": 140631409799232, + "taskName": null, + "thread": 140181752467712, "threadName": "MainThread" }, { @@ -31559,25 +32665,26 @@ "prot-client:", "service: authentification response, data_id: seed" ], - "asctime": "2025-03-23 16:47:08,660", - "created": 1742744828.6603997, + "asctime": "2025-08-15 21:42:03,616", + "created": 1755286923.61639, "exc_text": null, "filename": "__init__.py", "funcName": "add_msg_to_auth_whitelist_", "levelname": "DEBUG", "levelno": 10, - "lineno": 571, + "lineno": 564, "message": "prot-client: Adding Message (service: authentification response, data_id: seed) to the authentification whitelist", "module": "__init__", - "msecs": 660.0, + "msecs": 616.0, "msg": "%s Adding Message (%s) to the authentification whitelist", "name": "socket_protocol.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/socket_protocol/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/socket_protocol/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 12564.086437225342, + "relativeCreated": 12598.723338, "stack_info": null, - "thread": 140631409799232, + "taskName": null, + "thread": 140181752467712, "threadName": "MainThread" }, { @@ -31585,25 +32692,26 @@ "prot-client:", "service: authentification request, data_id: key" ], - "asctime": "2025-03-23 16:47:08,660", - "created": 1742744828.6604533, + "asctime": "2025-08-15 21:42:03,616", + "created": 1755286923.6165264, "exc_text": null, "filename": "__init__.py", "funcName": "add_msg_to_auth_whitelist_", "levelname": "DEBUG", "levelno": 10, - "lineno": 571, + "lineno": 564, "message": "prot-client: Adding Message (service: authentification request, data_id: key) to the authentification whitelist", "module": "__init__", - "msecs": 660.0, + "msecs": 616.0, "msg": "%s Adding Message (%s) to the authentification whitelist", "name": "socket_protocol.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/socket_protocol/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/socket_protocol/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 12564.14008140564, + "relativeCreated": 12598.859777, "stack_info": null, - "thread": 140631409799232, + "taskName": null, + "thread": 140181752467712, "threadName": "MainThread" }, { @@ -31611,25 +32719,26 @@ "prot-client:", "service: authentification response, data_id: key" ], - "asctime": "2025-03-23 16:47:08,660", - "created": 1742744828.6605058, + "asctime": "2025-08-15 21:42:03,616", + "created": 1755286923.6166596, "exc_text": null, "filename": "__init__.py", "funcName": "add_msg_to_auth_whitelist_", "levelname": "DEBUG", "levelno": 10, - "lineno": 571, + "lineno": 564, "message": "prot-client: Adding Message (service: authentification response, data_id: key) to the authentification whitelist", "module": "__init__", - "msecs": 660.0, + "msecs": 616.0, "msg": "%s Adding Message (%s) to the authentification whitelist", "name": "socket_protocol.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/socket_protocol/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/socket_protocol/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 12564.192533493042, + "relativeCreated": 12598.993034, "stack_info": null, - "thread": 140631409799232, + "taskName": null, + "thread": 140181752467712, "threadName": "MainThread" }, { @@ -31639,25 +32748,26 @@ "0", "0" ], - "asctime": "2025-03-23 16:47:08,660", - "created": 1742744828.660562, + "asctime": "2025-08-15 21:42:03,616", + "created": 1755286923.616807, "exc_text": null, "filename": "__init__.py", "funcName": "add", "levelname": "DEBUG", "levelno": 10, - "lineno": 172, + "lineno": 169, "message": "prot-client: Adding callback '__authentificate_create_seed__' for SID=0 and DID=0", "module": "__init__", - "msecs": 660.0, + "msecs": 616.0, "msg": "%s Adding callback %s for SID=%s and DID=%s", "name": "socket_protocol.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/socket_protocol/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/socket_protocol/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 12564.24880027771, + "relativeCreated": 12599.140267, "stack_info": null, - "thread": 140631409799232, + "taskName": null, + "thread": 140181752467712, "threadName": "MainThread" }, { @@ -31667,25 +32777,26 @@ "1", "0" ], - "asctime": "2025-03-23 16:47:08,660", - "created": 1742744828.6606193, + "asctime": "2025-08-15 21:42:03,616", + "created": 1755286923.6169708, "exc_text": null, "filename": "__init__.py", "funcName": "add", "levelname": "DEBUG", "levelno": 10, - "lineno": 172, + "lineno": 169, "message": "prot-client: Adding callback '__authentificate_create_key__' for SID=1 and DID=0", "module": "__init__", - "msecs": 660.0, + "msecs": 616.0, "msg": "%s Adding callback %s for SID=%s and DID=%s", "name": "socket_protocol.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/socket_protocol/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/socket_protocol/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 12564.306020736694, + "relativeCreated": 12599.304139, "stack_info": null, - "thread": 140631409799232, + "taskName": null, + "thread": 140181752467712, "threadName": "MainThread" }, { @@ -31695,25 +32806,26 @@ "0", "1" ], - "asctime": "2025-03-23 16:47:08,660", - "created": 1742744828.6606817, + "asctime": "2025-08-15 21:42:03,617", + "created": 1755286923.6171238, "exc_text": null, "filename": "__init__.py", "funcName": "add", "levelname": "DEBUG", "levelno": 10, - "lineno": 172, + "lineno": 169, "message": "prot-client: Adding callback '__authentificate_check_key__' for SID=0 and DID=1", "module": "__init__", - "msecs": 660.0, + "msecs": 617.0, "msg": "%s Adding callback %s for SID=%s and DID=%s", "name": "socket_protocol.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/socket_protocol/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/socket_protocol/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 12564.368486404419, + "relativeCreated": 12599.457286, "stack_info": null, - "thread": 140631409799232, + "taskName": null, + "thread": 140181752467712, "threadName": "MainThread" }, { @@ -31723,50 +32835,52 @@ "1", "1" ], - "asctime": "2025-03-23 16:47:08,660", - "created": 1742744828.6607382, + "asctime": "2025-08-15 21:42:03,617", + "created": 1755286923.6172872, "exc_text": null, "filename": "__init__.py", "funcName": "add", "levelname": "DEBUG", "levelno": 10, - "lineno": 172, + "lineno": 169, "message": "prot-client: Adding callback '__authentificate_process_feedback__' for SID=1 and DID=1", "module": "__init__", - "msecs": 660.0, + "msecs": 617.0, "msg": "%s Adding callback %s for SID=%s and DID=%s", "name": "socket_protocol.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/socket_protocol/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/socket_protocol/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 12564.424991607666, + "relativeCreated": 12599.620627, "stack_info": null, - "thread": 140631409799232, + "taskName": null, + "thread": 140181752467712, "threadName": "MainThread" }, { "args": [ "prot-client:" ], - "asctime": "2025-03-23 16:47:08,660", - "created": 1742744828.660789, + "asctime": "2025-08-15 21:42:03,617", + "created": 1755286923.6174238, "exc_text": null, "filename": "__init__.py", "funcName": "__authentification_state_reset__", "levelname": "INFO", "levelno": 20, - "lineno": 380, + "lineno": 373, "message": "prot-client: Resetting authentification state to AUTH_STATE_UNTRUSTED_CONNECTION", "module": "__init__", - "msecs": 660.0, + "msecs": 617.0, "msg": "%s Resetting authentification state to AUTH_STATE_UNTRUSTED_CONNECTION", "name": "socket_protocol.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/socket_protocol/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/socket_protocol/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 12564.475774765015, + "relativeCreated": 12599.757383, "stack_info": null, - "thread": 140631409799232, + "taskName": null, + "thread": 140181752467712, "threadName": "MainThread" }, { @@ -31775,25 +32889,26 @@ "channel name request", "channel name response" ], - "asctime": "2025-03-23 16:47:08,660", - "created": 1742744828.6608427, + "asctime": "2025-08-15 21:42:03,617", + "created": 1755286923.6176045, "exc_text": null, "filename": "__init__.py", "funcName": "add_service", "levelname": "DEBUG", "levelno": 10, - "lineno": 597, + "lineno": 590, "message": "prot-client: Adding Service with Request=channel name request and Response=channel name response", "module": "__init__", - "msecs": 660.0, + "msecs": 617.0, "msg": "%s Adding Service with Request=%s and Response=%s", "name": "socket_protocol.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/socket_protocol/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/socket_protocol/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 12564.529418945312, + "relativeCreated": 12599.938049, "stack_info": null, - "thread": 140631409799232, + "taskName": null, + "thread": 140181752467712, "threadName": "MainThread" }, { @@ -31801,25 +32916,26 @@ "prot-client:", "service: channel name request, data_id: name" ], - "asctime": "2025-03-23 16:47:08,660", - "created": 1742744828.6609013, + "asctime": "2025-08-15 21:42:03,617", + "created": 1755286923.617819, "exc_text": null, "filename": "__init__.py", "funcName": "add_msg_to_auth_whitelist_", "levelname": "DEBUG", "levelno": 10, - "lineno": 571, + "lineno": 564, "message": "prot-client: Adding Message (service: channel name request, data_id: name) to the authentification whitelist", "module": "__init__", - "msecs": 660.0, + "msecs": 617.0, "msg": "%s Adding Message (%s) to the authentification whitelist", "name": "socket_protocol.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/socket_protocol/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/socket_protocol/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 12564.588069915771, + "relativeCreated": 12600.152477, "stack_info": null, - "thread": 140631409799232, + "taskName": null, + "thread": 140181752467712, "threadName": "MainThread" }, { @@ -31827,25 +32943,26 @@ "prot-client:", "service: channel name response, data_id: name" ], - "asctime": "2025-03-23 16:47:08,660", - "created": 1742744828.6609545, + "asctime": "2025-08-15 21:42:03,617", + "created": 1755286923.617968, "exc_text": null, "filename": "__init__.py", "funcName": "add_msg_to_auth_whitelist_", "levelname": "DEBUG", "levelno": 10, - "lineno": 571, + "lineno": 564, "message": "prot-client: Adding Message (service: channel name response, data_id: name) to the authentification whitelist", "module": "__init__", - "msecs": 660.0, + "msecs": 617.0, "msg": "%s Adding Message (%s) to the authentification whitelist", "name": "socket_protocol.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/socket_protocol/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/socket_protocol/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 12564.641237258911, + "relativeCreated": 12600.301562, "stack_info": null, - "thread": 140631409799232, + "taskName": null, + "thread": 140181752467712, "threadName": "MainThread" }, { @@ -31855,25 +32972,26 @@ "8", "0" ], - "asctime": "2025-03-23 16:47:08,661", - "created": 1742744828.6610115, + "asctime": "2025-08-15 21:42:03,618", + "created": 1755286923.6181138, "exc_text": null, "filename": "__init__.py", "funcName": "add", "levelname": "DEBUG", "levelno": 10, - "lineno": 172, + "lineno": 169, "message": "prot-client: Adding callback '__channel_name_request__' for SID=8 and DID=0", "module": "__init__", - "msecs": 661.0, + "msecs": 618.0, "msg": "%s Adding callback %s for SID=%s and DID=%s", "name": "socket_protocol.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/socket_protocol/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/socket_protocol/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 12564.698219299316, + "relativeCreated": 12600.447278, "stack_info": null, - "thread": 140631409799232, + "taskName": null, + "thread": 140181752467712, "threadName": "MainThread" }, { @@ -31883,25 +33001,26 @@ "9", "0" ], - "asctime": "2025-03-23 16:47:08,661", - "created": 1742744828.661067, + "asctime": "2025-08-15 21:42:03,618", + "created": 1755286923.6182613, "exc_text": null, "filename": "__init__.py", "funcName": "add", "levelname": "DEBUG", "levelno": 10, - "lineno": 172, + "lineno": 169, "message": "prot-client: Adding callback '__channel_name_response__' for SID=9 and DID=0", "module": "__init__", - "msecs": 661.0, + "msecs": 618.0, "msg": "%s Adding callback %s for SID=%s and DID=%s", "name": "socket_protocol.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/socket_protocol/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/socket_protocol/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 12564.753770828247, + "relativeCreated": 12600.59465, "stack_info": null, - "thread": 140631409799232, + "taskName": null, + "thread": 140181752467712, "threadName": "MainThread" }, { @@ -31910,25 +33029,26 @@ "read data request", "read data response" ], - "asctime": "2025-03-23 16:47:08,661", - "created": 1742744828.6611197, + "asctime": "2025-08-15 21:42:03,618", + "created": 1755286923.618402, "exc_text": null, "filename": "__init__.py", "funcName": "add_service", "levelname": "DEBUG", "levelno": 10, - "lineno": 597, + "lineno": 590, "message": "prot-client: Adding Service with Request=read data request and Response=read data response", "module": "__init__", - "msecs": 661.0, + "msecs": 618.0, "msg": "%s Adding Service with Request=%s and Response=%s", "name": "socket_protocol.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/socket_protocol/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/socket_protocol/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 12564.806461334229, + "relativeCreated": 12600.735445, "stack_info": null, - "thread": 140631409799232, + "taskName": null, + "thread": 140181752467712, "threadName": "MainThread" }, { @@ -31937,25 +33057,26 @@ "write data request", "write data response" ], - "asctime": "2025-03-23 16:47:08,661", - "created": 1742744828.6611707, + "asctime": "2025-08-15 21:42:03,618", + "created": 1755286923.6185338, "exc_text": null, "filename": "__init__.py", "funcName": "add_service", "levelname": "DEBUG", "levelno": 10, - "lineno": 597, + "lineno": 590, "message": "prot-client: Adding Service with Request=write data request and Response=write data response", "module": "__init__", - "msecs": 661.0, + "msecs": 618.0, "msg": "%s Adding Service with Request=%s and Response=%s", "name": "socket_protocol.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/socket_protocol/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/socket_protocol/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 12564.857482910156, + "relativeCreated": 12600.867406, "stack_info": null, - "thread": 140631409799232, + "taskName": null, + "thread": 140181752467712, "threadName": "MainThread" }, { @@ -31964,69 +33085,72 @@ "execute request", "execute response" ], - "asctime": "2025-03-23 16:47:08,661", - "created": 1742744828.661222, + "asctime": "2025-08-15 21:42:03,618", + "created": 1755286923.6187158, "exc_text": null, "filename": "__init__.py", "funcName": "add_service", "levelname": "DEBUG", "levelno": 10, - "lineno": 597, + "lineno": 590, "message": "prot-client: Adding Service with Request=execute request and Response=execute response", "module": "__init__", - "msecs": 661.0, + "msecs": 618.0, "msg": "%s Adding Service with Request=%s and Response=%s", "name": "socket_protocol.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/socket_protocol/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/socket_protocol/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 12564.908742904663, + "relativeCreated": 12601.049091, "stack_info": null, - "thread": 140631409799232, + "taskName": null, + "thread": 140181752467712, "threadName": "MainThread" }, { "args": [ "prot-client:" ], - "asctime": "2025-03-23 16:47:08,661", - "created": 1742744828.661275, + "asctime": "2025-08-15 21:42:03,618", + "created": 1755286923.618875, "exc_text": null, "filename": "__init__.py", "funcName": "__init__", "levelname": "INFO", "levelno": 20, - "lineno": 340, + "lineno": 333, "message": "prot-client: Initialisation finished.", "module": "__init__", - "msecs": 661.0, + "msecs": 618.0, "msg": "%s Initialisation finished.", "name": "socket_protocol.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/socket_protocol/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/socket_protocol/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 12564.961671829224, + "relativeCreated": 12601.208647, "stack_info": null, - "thread": 140631409799232, + "taskName": null, + "thread": 140181752467712, "threadName": "MainThread" } ], - "msecs": 661.0, + "msecs": 619.0, "msg": "Setting up communication", "name": "__tLogger__", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/tests/test_helpers.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/tests/test_helpers.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 12565.011262893677, + "relativeCreated": 12601.343003, "stack_info": null, - "thread": 140631409799232, + "taskName": null, + "thread": 140181752467712, "threadName": "MainThread", - "time_consumption": 4.9591064453125e-05 + "time_consumption": 0.00013446807861328125 }, { "args": [], - "asctime": "2025-03-23 16:47:09,005", - "created": 1742744829.0054016, + "asctime": "2025-08-15 21:42:03,964", + "created": 1755286923.9646564, "exc_text": null, "filename": "test_helpers.py", "funcName": "set_up_socket_protocol", @@ -32040,75 +33164,78 @@ "args": [ "comm-client:" ], - "asctime": "2025-03-23 16:47:08,661", - "created": 1742744828.6614475, + "asctime": "2025-08-15 21:42:03,619", + "created": 1755286923.619366, "exc_text": null, "filename": "__init__.py", "funcName": "__connect__", "levelname": "INFO", "levelno": 20, - "lineno": 268, + "lineno": 270, "message": "comm-client: Connection established...", "module": "__init__", - "msecs": 661.0, + "msecs": 619.0, "msg": "%s Connection established...", "name": "helpers.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/helpers/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/helpers/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 12565.134286880493, + "relativeCreated": 12601.699312, "stack_info": null, - "thread": 140631409799232, + "taskName": null, + "thread": 140181752467712, "threadName": "MainThread" }, { "args": [ "comm-client:" ], - "asctime": "2025-03-23 16:47:08,661", - "created": 1742744828.6615012, + "asctime": "2025-08-15 21:42:03,619", + "created": 1755286923.619519, "exc_text": null, "filename": "__init__.py", "funcName": "__clean_buffer__", "levelname": "DEBUG", "levelno": 10, - "lineno": 411, + "lineno": 413, "message": "comm-client: Cleaning up receive-buffer", "module": "__init__", - "msecs": 661.0, + "msecs": 619.0, "msg": "%s Cleaning up receive-buffer", "name": "helpers.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/helpers/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/helpers/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 12565.187931060791, + "relativeCreated": 12601.852352, "stack_info": null, - "thread": 140631409799232, + "taskName": null, + "thread": 140181752467712, "threadName": "MainThread" }, { "args": [ "prot-client:" ], - "asctime": "2025-03-23 16:47:08,661", - "created": 1742744828.6615543, + "asctime": "2025-08-15 21:42:03,620", + "created": 1755286923.6204534, "exc_text": null, "filename": "__init__.py", "funcName": "__clean_receive_buffer__", "levelname": "DEBUG", "levelno": 10, - "lineno": 434, + "lineno": 427, "message": "prot-client: Cleaning up receive-buffer", "module": "__init__", - "msecs": 661.0, + "msecs": 620.0, "msg": "%s Cleaning up receive-buffer", "name": "socket_protocol.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/socket_protocol/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/socket_protocol/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 12565.24109840393, + "relativeCreated": 12602.786772, "stack_info": null, - "thread": 140631409799232, + "taskName": null, + "thread": 140181752467712, "threadName": "MainThread" }, { @@ -32119,100 +33246,104 @@ "status: okay", "None" ], - "asctime": "2025-03-23 16:47:08,661", - "created": 1742744828.661643, + "asctime": "2025-08-15 21:42:03,620", + "created": 1755286923.6207392, "exc_text": null, "filename": "__init__.py", "funcName": "__log_msg__", "levelname": "INFO", "levelno": 20, - "lineno": 445, + "lineno": 438, "message": "prot-client: TX -> service: channel name request, data_id: name, status: okay, data: \"None\"", "module": "__init__", - "msecs": 661.0, + "msecs": 620.0, "msg": "%s %s %s, %s, data: \"%s\"", "name": "socket_protocol.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/socket_protocol/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/socket_protocol/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 12565.329790115356, + "relativeCreated": 12603.072863, "stack_info": null, - "thread": 140631409799232, + "taskName": null, + "thread": 140181752467712, "threadName": "MainThread" }, { "args": [ "comm-server:" ], - "asctime": "2025-03-23 16:47:08,661", - "created": 1742744828.6618376, + "asctime": "2025-08-15 21:42:03,621", + "created": 1755286923.6212933, "exc_text": null, "filename": "__init__.py", "funcName": "__connect__", "levelname": "INFO", "levelno": 20, - "lineno": 268, + "lineno": 270, "message": "comm-server: Connection established...", "module": "__init__", - "msecs": 661.0, + "msecs": 621.0, "msg": "%s Connection established...", "name": "helpers.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/helpers/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/helpers/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 12565.524339675903, + "relativeCreated": 12603.626834, "stack_info": null, - "thread": 140631409799232, + "taskName": null, + "thread": 140181752467712, "threadName": "MainThread" }, { "args": [ "comm-server:" ], - "asctime": "2025-03-23 16:47:08,661", - "created": 1742744828.6619232, + "asctime": "2025-08-15 21:42:03,621", + "created": 1755286923.6214676, "exc_text": null, "filename": "__init__.py", "funcName": "__clean_buffer__", "levelname": "DEBUG", "levelno": 10, - "lineno": 411, + "lineno": 413, "message": "comm-server: Cleaning up receive-buffer", "module": "__init__", - "msecs": 661.0, + "msecs": 621.0, "msg": "%s Cleaning up receive-buffer", "name": "helpers.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/helpers/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/helpers/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 12565.6099319458, + "relativeCreated": 12603.801137, "stack_info": null, - "thread": 140631409799232, + "taskName": null, + "thread": 140181752467712, "threadName": "MainThread" }, { "args": [ "prot-server:" ], - "asctime": "2025-03-23 16:47:08,662", - "created": 1742744828.6620152, + "asctime": "2025-08-15 21:42:03,621", + "created": 1755286923.6216176, "exc_text": null, "filename": "__init__.py", "funcName": "__clean_receive_buffer__", "levelname": "DEBUG", "levelno": 10, - "lineno": 434, + "lineno": 427, "message": "prot-server: Cleaning up receive-buffer", "module": "__init__", - "msecs": 662.0, + "msecs": 621.0, "msg": "%s Cleaning up receive-buffer", "name": "socket_protocol.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/socket_protocol/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/socket_protocol/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 12565.701961517334, + "relativeCreated": 12603.951174, "stack_info": null, - "thread": 140631409799232, + "taskName": null, + "thread": 140181752467712, "threadName": "MainThread" }, { @@ -32220,25 +33351,26 @@ "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": "2025-03-23 16:47:08,662", - "created": 1742744828.662231, + "asctime": "2025-08-15 21:42:03,622", + "created": 1755286923.6221716, "exc_text": null, "filename": "__init__.py", "funcName": "__tx__", "levelname": "INFO", "levelno": 20, - "lineno": 284, + "lineno": 286, "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": 662.0, + "msecs": 622.0, "msg": "%s TX -> %s", "name": "helpers.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/helpers/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/helpers/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 12565.91773033142, + "relativeCreated": 12604.505035, "stack_info": null, - "thread": 140630231602880, + "taskName": null, + "thread": 140180904187584, "threadName": "Thread-17 (_start)" }, { @@ -32246,25 +33378,26 @@ "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": "2025-03-23 16:47:08,670", - "created": 1742744828.6703699, + "asctime": "2025-08-15 21:42:03,630", + "created": 1755286923.6308124, "exc_text": null, "filename": "__init__.py", "funcName": "__rx__", "levelname": "DEBUG", "levelno": 10, - "lineno": 414, + "lineno": 416, "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": 670.0, + "msecs": 630.0, "msg": "%s RX <- %s", "name": "helpers.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/helpers/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/helpers/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 12574.056625366211, + "relativeCreated": 12613.145818, "stack_info": null, - "thread": 140630231602880, + "taskName": null, + "thread": 140180904187584, "threadName": "Thread-17 (_start)" }, { @@ -32272,25 +33405,26 @@ "comm-client:", "(6): 53 5e 67 0b 3a 3e" ], - "asctime": "2025-03-23 16:47:08,670", - "created": 1742744828.6706455, + "asctime": "2025-08-15 21:42:03,631", + "created": 1755286923.6317127, "exc_text": null, "filename": "__init__.py", "funcName": "__tx__", "levelname": "INFO", "levelno": 20, - "lineno": 284, + "lineno": 286, "message": "comm-client: TX -> (6): 53 5e 67 0b 3a 3e", "module": "__init__", - "msecs": 670.0, + "msecs": 631.0, "msg": "%s TX -> %s", "name": "helpers.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/helpers/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/helpers/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 12574.332237243652, + "relativeCreated": 12614.046219, "stack_info": null, - "thread": 140630231602880, + "taskName": null, + "thread": 140180904187584, "threadName": "Thread-17 (_start)" }, { @@ -32298,25 +33432,26 @@ "comm-server:", "(6): 53 5e 67 0b 3a 3e" ], - "asctime": "2025-03-23 16:47:08,671", - "created": 1742744828.6715832, + "asctime": "2025-08-15 21:42:03,632", + "created": 1755286923.6329756, "exc_text": null, "filename": "__init__.py", "funcName": "__rx__", "levelname": "DEBUG", "levelno": 10, - "lineno": 414, + "lineno": 416, "message": "comm-server: RX <- (6): 53 5e 67 0b 3a 3e", "module": "__init__", - "msecs": 671.0, + "msecs": 632.0, "msg": "%s RX <- %s", "name": "helpers.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/helpers/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/helpers/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 12575.269937515259, + "relativeCreated": 12615.309015, "stack_info": null, - "thread": 140630231602880, + "taskName": null, + "thread": 140180904187584, "threadName": "Thread-17 (_start)" }, { @@ -32327,25 +33462,26 @@ "status: okay", "None" ], - "asctime": "2025-03-23 16:47:08,671", - "created": 1742744828.6718173, + "asctime": "2025-08-15 21:42:03,633", + "created": 1755286923.633713, "exc_text": null, "filename": "__init__.py", "funcName": "__log_msg__", "levelname": "INFO", "levelno": 20, - "lineno": 445, + "lineno": 438, "message": "prot-server: RX <- service: channel name request, data_id: name, status: okay, data: \"None\"", "module": "__init__", - "msecs": 671.0, + "msecs": 633.0, "msg": "%s %s %s, %s, data: \"%s\"", "name": "socket_protocol.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/socket_protocol/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/socket_protocol/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 12575.504064559937, + "relativeCreated": 12616.046455, "stack_info": null, - "thread": 140630231602880, + "taskName": null, + "thread": 140180904187584, "threadName": "Thread-17 (_start)" }, { @@ -32353,25 +33489,26 @@ "prot-server:", "__channel_name_request__" ], - "asctime": "2025-03-23 16:47:08,671", - "created": 1742744828.6718993, + "asctime": "2025-08-15 21:42:03,633", + "created": 1755286923.6339934, "exc_text": null, "filename": "__init__.py", "funcName": "__data_available_callback__", "levelname": "DEBUG", "levelno": 10, - "lineno": 488, + "lineno": 481, "message": "prot-server: Executing callback __channel_name_request__ to process received data", "module": "__init__", - "msecs": 671.0, + "msecs": 633.0, "msg": "%s Executing callback %s to process received data", "name": "socket_protocol.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/socket_protocol/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/socket_protocol/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 12575.586080551147, + "relativeCreated": 12616.326804, "stack_info": null, - "thread": 140630231602880, + "taskName": null, + "thread": 140180904187584, "threadName": "Thread-17 (_start)" }, { @@ -32382,25 +33519,26 @@ "status: okay", "None" ], - "asctime": "2025-03-23 16:47:08,671", - "created": 1742744828.671994, + "asctime": "2025-08-15 21:42:03,634", + "created": 1755286923.6343286, "exc_text": null, "filename": "__init__.py", "funcName": "__log_msg__", "levelname": "INFO", "levelno": 20, - "lineno": 445, + "lineno": 438, "message": "prot-server: TX -> service: channel name response, data_id: name, status: okay, data: \"None\"", "module": "__init__", - "msecs": 671.0, + "msecs": 634.0, "msg": "%s %s %s, %s, data: \"%s\"", "name": "socket_protocol.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/socket_protocol/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/socket_protocol/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 12575.68073272705, + "relativeCreated": 12616.661997, "stack_info": null, - "thread": 140630231602880, + "taskName": null, + "thread": 140180904187584, "threadName": "Thread-17 (_start)" }, { @@ -32408,25 +33546,26 @@ "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": "2025-03-23 16:47:08,672", - "created": 1742744828.6722693, + "asctime": "2025-08-15 21:42:03,635", + "created": 1755286923.63546, "exc_text": null, "filename": "__init__.py", "funcName": "__tx__", "levelname": "INFO", "levelno": 20, - "lineno": 284, + "lineno": 286, "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": 672.0, + "msecs": 635.0, "msg": "%s TX -> %s", "name": "helpers.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/helpers/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/helpers/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 12575.956106185913, + "relativeCreated": 12617.793194, "stack_info": null, - "thread": 140630223210176, + "taskName": null, + "thread": 140180417672896, "threadName": "Thread-18 (_start)" }, { @@ -32434,25 +33573,26 @@ "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": "2025-03-23 16:47:08,680", - "created": 1742744828.6804926, + "asctime": "2025-08-15 21:42:03,643", + "created": 1755286923.643869, "exc_text": null, "filename": "__init__.py", "funcName": "__rx__", "levelname": "DEBUG", "levelno": 10, - "lineno": 414, + "lineno": 416, "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": 680.0, + "msecs": 643.0, "msg": "%s RX <- %s", "name": "helpers.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/helpers/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/helpers/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 12584.179401397705, + "relativeCreated": 12626.202251, "stack_info": null, - "thread": 140630223210176, + "taskName": null, + "thread": 140180417672896, "threadName": "Thread-18 (_start)" }, { @@ -32460,25 +33600,26 @@ "comm-server:", "(6): 30 59 be 2f 3a 3e" ], - "asctime": "2025-03-23 16:47:08,680", - "created": 1742744828.6808183, + "asctime": "2025-08-15 21:42:03,644", + "created": 1755286923.6445177, "exc_text": null, "filename": "__init__.py", "funcName": "__tx__", "levelname": "INFO", "levelno": 20, - "lineno": 284, + "lineno": 286, "message": "comm-server: TX -> (6): 30 59 be 2f 3a 3e", "module": "__init__", - "msecs": 680.0, + "msecs": 644.0, "msg": "%s TX -> %s", "name": "helpers.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/helpers/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/helpers/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 12584.505081176758, + "relativeCreated": 12626.851092, "stack_info": null, - "thread": 140630223210176, + "taskName": null, + "thread": 140180417672896, "threadName": "Thread-18 (_start)" }, { @@ -32486,25 +33627,26 @@ "comm-client:", "(6): 30 59 be 2f 3a 3e" ], - "asctime": "2025-03-23 16:47:08,681", - "created": 1742744828.681776, + "asctime": "2025-08-15 21:42:03,645", + "created": 1755286923.6455808, "exc_text": null, "filename": "__init__.py", "funcName": "__rx__", "levelname": "DEBUG", "levelno": 10, - "lineno": 414, + "lineno": 416, "message": "comm-client: RX <- (6): 30 59 be 2f 3a 3e", "module": "__init__", - "msecs": 681.0, + "msecs": 645.0, "msg": "%s RX <- %s", "name": "helpers.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/helpers/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/helpers/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 12585.462808609009, + "relativeCreated": 12627.914272, "stack_info": null, - "thread": 140630223210176, + "taskName": null, + "thread": 140180417672896, "threadName": "Thread-18 (_start)" }, { @@ -32515,25 +33657,26 @@ "status: okay", "None" ], - "asctime": "2025-03-23 16:47:08,682", - "created": 1742744828.682085, + "asctime": "2025-08-15 21:42:03,646", + "created": 1755286923.6460757, "exc_text": null, "filename": "__init__.py", "funcName": "__log_msg__", "levelname": "INFO", "levelno": 20, - "lineno": 445, + "lineno": 438, "message": "prot-client: RX <- service: channel name response, data_id: name, status: okay, data: \"None\"", "module": "__init__", - "msecs": 682.0, + "msecs": 646.0, "msg": "%s %s %s, %s, data: \"%s\"", "name": "socket_protocol.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/socket_protocol/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/socket_protocol/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 12585.771799087524, + "relativeCreated": 12628.409031, "stack_info": null, - "thread": 140630223210176, + "taskName": null, + "thread": 140180417672896, "threadName": "Thread-18 (_start)" }, { @@ -32541,44 +33684,46 @@ "prot-client:", "__channel_name_response__" ], - "asctime": "2025-03-23 16:47:08,682", - "created": 1742744828.6821895, + "asctime": "2025-08-15 21:42:03,646", + "created": 1755286923.6463027, "exc_text": null, "filename": "__init__.py", "funcName": "__data_available_callback__", "levelname": "DEBUG", "levelno": 10, - "lineno": 503, + "lineno": 496, "message": "prot-client: Executing callback __channel_name_response__ to process received data", "module": "__init__", - "msecs": 682.0, + "msecs": 646.0, "msg": "%s Executing callback %s to process received data", "name": "socket_protocol.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/socket_protocol/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/socket_protocol/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 12585.87622642517, + "relativeCreated": 12628.636202, "stack_info": null, - "thread": 140630223210176, + "taskName": null, + "thread": 140180417672896, "threadName": "Thread-18 (_start)" } ], - "msecs": 5.0, + "msecs": 964.0, "msg": "Connecting Server and Client", "name": "__tLogger__", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/tests/test_helpers.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/tests/test_helpers.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 12909.088373184204, + "relativeCreated": 12946.989826, "stack_info": null, - "thread": 140631409799232, + "taskName": null, + "thread": 140181752467712, "threadName": "MainThread", - "time_consumption": 0.3232121467590332 + "time_consumption": 0.31835365295410156 }, { "args": [], - "asctime": "2025-03-23 16:47:09,006", - "created": 1742744829.00651, + "asctime": "2025-08-15 21:42:03,965", + "created": 1755286923.9653184, "exc_text": null, "filename": "test_communication.py", "funcName": "add_service_existing_sid", @@ -32594,44 +33739,46 @@ 10, 18 ], - "asctime": "2025-03-23 16:47:09,006", - "created": 1742744829.0062163, + "asctime": "2025-08-15 21:42:03,965", + "created": 1755286923.9651337, "exc_text": null, "filename": "__init__.py", "funcName": "add_service", "levelname": "ERROR", "levelno": 40, - "lineno": 584, + "lineno": 577, "message": "prot-server: Service with Request-SID=10 and Response-SID=18 not added, because request SID is already registered", "module": "__init__", - "msecs": 6.0, + "msecs": 965.0, "msg": "%s Service with Request-SID=%d and Response-SID=%d not added, because request SID is already registered", "name": "socket_protocol.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/socket_protocol/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/socket_protocol/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 12909.903049468994, + "relativeCreated": 12947.466938, "stack_info": null, - "thread": 140631409799232, + "taskName": null, + "thread": 140181752467712, "threadName": "MainThread" } ], - "msecs": 6.0, + "msecs": 965.0, "msg": "Adding a service with an already registered request SID", "name": "__tLogger__", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/tests/test_communication.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/tests/test_communication.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 12910.196781158447, + "relativeCreated": 12947.65179, "stack_info": null, - "thread": 140631409799232, + "taskName": null, + "thread": 140181752467712, "threadName": "MainThread", - "time_consumption": 0.000293731689453125 + "time_consumption": 0.00018477439880371094 }, { "args": [], - "asctime": "2025-03-23 16:47:09,006", - "created": 1742744829.0068502, + "asctime": "2025-08-15 21:42:03,965", + "created": 1755286923.965537, "exc_text": null, "filename": "test_communication.py", "funcName": "add_service_existing_sid", @@ -32641,22 +33788,23 @@ "message": "Expected Exception RequestSidExistsError was triggered", "module": "test_communication", "moduleLogger": [], - "msecs": 6.0, + "msecs": 965.0, "msg": "Expected Exception RequestSidExistsError was triggered", "name": "__tLogger__", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/tests/test_communication.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/tests/test_communication.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 12910.537004470825, + "relativeCreated": 12947.870359, "stack_info": null, - "thread": 140631409799232, + "taskName": null, + "thread": 140181752467712, "threadName": "MainThread", "time_consumption": 0.0 }, { "args": [], - "asctime": "2025-03-23 16:47:09,007", - "created": 1742744829.0074158, + "asctime": "2025-08-15 21:42:03,966", + "created": 1755286923.9660022, "exc_text": null, "filename": "test_communication.py", "funcName": "add_service_existing_sid", @@ -32672,44 +33820,46 @@ 17, 11 ], - "asctime": "2025-03-23 16:47:09,007", - "created": 1742744829.0071945, + "asctime": "2025-08-15 21:42:03,965", + "created": 1755286923.9657676, "exc_text": null, "filename": "__init__.py", "funcName": "add_service", "levelname": "ERROR", "levelno": 40, - "lineno": 588, + "lineno": 581, "message": "prot-server: Service with Request-SID=17 and Response-SID=11 not added, because response SID is already registered", "module": "__init__", - "msecs": 7.0, + "msecs": 965.0, "msg": "%s Service with Request-SID=%d and Response-SID=%d not added, because response SID is already registered", "name": "socket_protocol.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/socket_protocol/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/socket_protocol/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 12910.881280899048, + "relativeCreated": 12948.101146, "stack_info": null, - "thread": 140631409799232, + "taskName": null, + "thread": 140181752467712, "threadName": "MainThread" } ], - "msecs": 7.0, + "msecs": 966.0, "msg": "Adding a service with an already registered response SID", "name": "__tLogger__", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/tests/test_communication.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/tests/test_communication.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 12911.102533340454, + "relativeCreated": 12948.33549, "stack_info": null, - "thread": 140631409799232, + "taskName": null, + "thread": 140181752467712, "threadName": "MainThread", - "time_consumption": 0.00022125244140625 + "time_consumption": 0.0002346038818359375 }, { "args": [], - "asctime": "2025-03-23 16:47:09,007", - "created": 1742744829.0077147, + "asctime": "2025-08-15 21:42:03,966", + "created": 1755286923.966207, "exc_text": null, "filename": "test_communication.py", "funcName": "add_service_existing_sid", @@ -32719,51 +33869,53 @@ "message": "Expected Exception ResponseSidExistsError was triggered", "module": "test_communication", "moduleLogger": [], - "msecs": 7.0, + "msecs": 966.0, "msg": "Expected Exception ResponseSidExistsError was triggered", "name": "__tLogger__", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/tests/test_communication.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/tests/test_communication.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 12911.401510238647, + "relativeCreated": 12948.540465, "stack_info": null, - "thread": 140631409799232, + "taskName": null, + "thread": 140181752467712, "threadName": "MainThread", "time_consumption": 0.0 } ], - "thread": 140631409799232, + "thread": 140181752467712, "threadName": "MainThread", - "time_consumption": 0.35599517822265625, - "time_finished": "2025-03-23 16:47:09,007", - "time_start": "2025-03-23 16:47:08,651" + "time_consumption": 0.3563807010650635, + "time_finished": "2025-08-15 21:42:03,966", + "time_start": "2025-08-15 21:42:03,609" }, "REQ-0013": { "args": null, - "asctime": "2025-03-23 16:47:09,008", - "created": 1742744829.008524, + "asctime": "2025-08-15 21:42:03,966", + "created": 1755286923.966807, "exc_text": null, "filename": "__init__.py", "funcName": "testCase", "levelname": "INFO", "levelno": 20, - "lineno": 327, + "lineno": 331, "message": "REQ-0013", "module": "__init__", "moduleLogger": [], - "msecs": 8.0, + "msecs": 966.0, "msg": "REQ-0013", "name": "__tLogger__", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/report/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/report/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 12912.210702896118, + "relativeCreated": 12949.140186, "stack_info": null, + "taskName": null, "testcaseLogger": [ { "args": [], - "asctime": "2025-03-23 16:47:09,021", - "created": 1742744829.021459, + "asctime": "2025-08-15 21:42:03,977", + "created": 1755286923.977328, "exc_text": null, "filename": "test_helpers.py", "funcName": "set_up_socket_protocol", @@ -32777,100 +33929,104 @@ "args": [ "comm-client:" ], - "asctime": "2025-03-23 16:47:09,009", - "created": 1742744829.0099554, + "asctime": "2025-08-15 21:42:03,968", + "created": 1755286923.9680681, "exc_text": null, "filename": "__init__.py", "funcName": "__clean_buffer__", "levelname": "DEBUG", "levelno": 10, - "lineno": 411, + "lineno": 413, "message": "comm-client: Cleaning up receive-buffer", "module": "__init__", - "msecs": 9.0, + "msecs": 968.0, "msg": "%s Cleaning up receive-buffer", "name": "helpers.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/helpers/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/helpers/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 12913.642168045044, + "relativeCreated": 12950.401447, "stack_info": null, - "thread": 140631409799232, + "taskName": null, + "thread": 140181752467712, "threadName": "MainThread" }, { "args": [ "comm-server:" ], - "asctime": "2025-03-23 16:47:09,011", - "created": 1742744829.011242, + "asctime": "2025-08-15 21:42:03,968", + "created": 1755286923.9689329, "exc_text": null, "filename": "__init__.py", "funcName": "__clean_buffer__", "levelname": "DEBUG", "levelno": 10, - "lineno": 411, + "lineno": 413, "message": "comm-server: Cleaning up receive-buffer", "module": "__init__", - "msecs": 11.0, + "msecs": 968.0, "msg": "%s Cleaning up receive-buffer", "name": "helpers.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/helpers/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/helpers/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 12914.928674697876, + "relativeCreated": 12951.266303, "stack_info": null, - "thread": 140631409799232, + "taskName": null, + "thread": 140181752467712, "threadName": "MainThread" }, { "args": [ "comm-server:" ], - "asctime": "2025-03-23 16:47:09,011", - "created": 1742744829.0115716, + "asctime": "2025-08-15 21:42:03,969", + "created": 1755286923.969215, "exc_text": null, "filename": "__init__.py", "funcName": "__init__", "levelname": "INFO", "levelno": 20, - "lineno": 520, + "lineno": 522, "message": "comm-server: Waiting for incomming connection", "module": "__init__", - "msecs": 11.0, + "msecs": 969.0, "msg": "%s Waiting for incomming connection", "name": "helpers.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/helpers/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/helpers/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 12915.258407592773, + "relativeCreated": 12951.548337, "stack_info": null, - "thread": 140631409799232, + "taskName": null, + "thread": 140181752467712, "threadName": "MainThread" }, { "args": [ "prot-server:" ], - "asctime": "2025-03-23 16:47:09,011", - "created": 1742744829.0119781, + "asctime": "2025-08-15 21:42:03,969", + "created": 1755286923.9695446, "exc_text": null, "filename": "__init__.py", "funcName": "__clean_receive_buffer__", "levelname": "DEBUG", "levelno": 10, - "lineno": 434, + "lineno": 427, "message": "prot-server: Cleaning up receive-buffer", "module": "__init__", - "msecs": 11.0, + "msecs": 969.0, "msg": "%s Cleaning up receive-buffer", "name": "socket_protocol.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/socket_protocol/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/socket_protocol/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 12915.664911270142, + "relativeCreated": 12951.878059, "stack_info": null, - "thread": 140631409799232, + "taskName": null, + "thread": 140181752467712, "threadName": "MainThread" }, { @@ -32879,25 +34035,26 @@ "authentification request", "authentification response" ], - "asctime": "2025-03-23 16:47:09,012", - "created": 1742744829.0122132, + "asctime": "2025-08-15 21:42:03,969", + "created": 1755286923.9697394, "exc_text": null, "filename": "__init__.py", "funcName": "add_service", "levelname": "DEBUG", "levelno": 10, - "lineno": 597, + "lineno": 590, "message": "prot-server: Adding Service with Request=authentification request and Response=authentification response", "module": "__init__", - "msecs": 12.0, + "msecs": 969.0, "msg": "%s Adding Service with Request=%s and Response=%s", "name": "socket_protocol.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/socket_protocol/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/socket_protocol/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 12915.899991989136, + "relativeCreated": 12952.072949, "stack_info": null, - "thread": 140631409799232, + "taskName": null, + "thread": 140181752467712, "threadName": "MainThread" }, { @@ -32905,25 +34062,26 @@ "prot-server:", "service: authentification request, data_id: seed" ], - "asctime": "2025-03-23 16:47:09,012", - "created": 1742744829.0125034, + "asctime": "2025-08-15 21:42:03,970", + "created": 1755286923.9700015, "exc_text": null, "filename": "__init__.py", "funcName": "add_msg_to_auth_whitelist_", "levelname": "DEBUG", "levelno": 10, - "lineno": 571, + "lineno": 564, "message": "prot-server: Adding Message (service: authentification request, data_id: seed) to the authentification whitelist", "module": "__init__", - "msecs": 12.0, + "msecs": 970.0, "msg": "%s Adding Message (%s) to the authentification whitelist", "name": "socket_protocol.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/socket_protocol/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/socket_protocol/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 12916.190147399902, + "relativeCreated": 12952.334853, "stack_info": null, - "thread": 140631409799232, + "taskName": null, + "thread": 140181752467712, "threadName": "MainThread" }, { @@ -32931,25 +34089,26 @@ "prot-server:", "service: authentification response, data_id: seed" ], - "asctime": "2025-03-23 16:47:09,012", - "created": 1742744829.0127256, + "asctime": "2025-08-15 21:42:03,970", + "created": 1755286923.9701593, "exc_text": null, "filename": "__init__.py", "funcName": "add_msg_to_auth_whitelist_", "levelname": "DEBUG", "levelno": 10, - "lineno": 571, + "lineno": 564, "message": "prot-server: Adding Message (service: authentification response, data_id: seed) to the authentification whitelist", "module": "__init__", - "msecs": 12.0, + "msecs": 970.0, "msg": "%s Adding Message (%s) to the authentification whitelist", "name": "socket_protocol.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/socket_protocol/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/socket_protocol/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 12916.412353515625, + "relativeCreated": 12952.49274, "stack_info": null, - "thread": 140631409799232, + "taskName": null, + "thread": 140181752467712, "threadName": "MainThread" }, { @@ -32957,25 +34116,26 @@ "prot-server:", "service: authentification request, data_id: key" ], - "asctime": "2025-03-23 16:47:09,012", - "created": 1742744829.0129225, + "asctime": "2025-08-15 21:42:03,970", + "created": 1755286923.970304, "exc_text": null, "filename": "__init__.py", "funcName": "add_msg_to_auth_whitelist_", "levelname": "DEBUG", "levelno": 10, - "lineno": 571, + "lineno": 564, "message": "prot-server: Adding Message (service: authentification request, data_id: key) to the authentification whitelist", "module": "__init__", - "msecs": 12.0, + "msecs": 970.0, "msg": "%s Adding Message (%s) to the authentification whitelist", "name": "socket_protocol.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/socket_protocol/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/socket_protocol/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 12916.609287261963, + "relativeCreated": 12952.637482, "stack_info": null, - "thread": 140631409799232, + "taskName": null, + "thread": 140181752467712, "threadName": "MainThread" }, { @@ -32983,25 +34143,26 @@ "prot-server:", "service: authentification response, data_id: key" ], - "asctime": "2025-03-23 16:47:09,013", - "created": 1742744829.0131133, + "asctime": "2025-08-15 21:42:03,970", + "created": 1755286923.9704409, "exc_text": null, "filename": "__init__.py", "funcName": "add_msg_to_auth_whitelist_", "levelname": "DEBUG", "levelno": 10, - "lineno": 571, + "lineno": 564, "message": "prot-server: Adding Message (service: authentification response, data_id: key) to the authentification whitelist", "module": "__init__", - "msecs": 13.0, + "msecs": 970.0, "msg": "%s Adding Message (%s) to the authentification whitelist", "name": "socket_protocol.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/socket_protocol/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/socket_protocol/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 12916.800022125244, + "relativeCreated": 12952.774336, "stack_info": null, - "thread": 140631409799232, + "taskName": null, + "thread": 140181752467712, "threadName": "MainThread" }, { @@ -33011,25 +34172,26 @@ "0", "0" ], - "asctime": "2025-03-23 16:47:09,013", - "created": 1742744829.0133235, + "asctime": "2025-08-15 21:42:03,970", + "created": 1755286923.9706345, "exc_text": null, "filename": "__init__.py", "funcName": "add", "levelname": "DEBUG", "levelno": 10, - "lineno": 172, + "lineno": 169, "message": "prot-server: Adding callback '__authentificate_create_seed__' for SID=0 and DID=0", "module": "__init__", - "msecs": 13.0, + "msecs": 970.0, "msg": "%s Adding callback %s for SID=%s and DID=%s", "name": "socket_protocol.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/socket_protocol/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/socket_protocol/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 12917.010307312012, + "relativeCreated": 12952.967875, "stack_info": null, - "thread": 140631409799232, + "taskName": null, + "thread": 140181752467712, "threadName": "MainThread" }, { @@ -33039,25 +34201,26 @@ "1", "0" ], - "asctime": "2025-03-23 16:47:09,013", - "created": 1742744829.0135362, + "asctime": "2025-08-15 21:42:03,970", + "created": 1755286923.970804, "exc_text": null, "filename": "__init__.py", "funcName": "add", "levelname": "DEBUG", "levelno": 10, - "lineno": 172, + "lineno": 169, "message": "prot-server: Adding callback '__authentificate_create_key__' for SID=1 and DID=0", "module": "__init__", - "msecs": 13.0, + "msecs": 970.0, "msg": "%s Adding callback %s for SID=%s and DID=%s", "name": "socket_protocol.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/socket_protocol/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/socket_protocol/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 12917.22297668457, + "relativeCreated": 12953.137318, "stack_info": null, - "thread": 140631409799232, + "taskName": null, + "thread": 140181752467712, "threadName": "MainThread" }, { @@ -33067,25 +34230,26 @@ "0", "1" ], - "asctime": "2025-03-23 16:47:09,013", - "created": 1742744829.0137432, + "asctime": "2025-08-15 21:42:03,970", + "created": 1755286923.970956, "exc_text": null, "filename": "__init__.py", "funcName": "add", "levelname": "DEBUG", "levelno": 10, - "lineno": 172, + "lineno": 169, "message": "prot-server: Adding callback '__authentificate_check_key__' for SID=0 and DID=1", "module": "__init__", - "msecs": 13.0, + "msecs": 970.0, "msg": "%s Adding callback %s for SID=%s and DID=%s", "name": "socket_protocol.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/socket_protocol/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/socket_protocol/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 12917.42992401123, + "relativeCreated": 12953.289496, "stack_info": null, - "thread": 140631409799232, + "taskName": null, + "thread": 140181752467712, "threadName": "MainThread" }, { @@ -33095,50 +34259,52 @@ "1", "1" ], - "asctime": "2025-03-23 16:47:09,013", - "created": 1742744829.0139446, + "asctime": "2025-08-15 21:42:03,971", + "created": 1755286923.9711018, "exc_text": null, "filename": "__init__.py", "funcName": "add", "levelname": "DEBUG", "levelno": 10, - "lineno": 172, + "lineno": 169, "message": "prot-server: Adding callback '__authentificate_process_feedback__' for SID=1 and DID=1", "module": "__init__", - "msecs": 13.0, + "msecs": 971.0, "msg": "%s Adding callback %s for SID=%s and DID=%s", "name": "socket_protocol.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/socket_protocol/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/socket_protocol/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 12917.631387710571, + "relativeCreated": 12953.435263, "stack_info": null, - "thread": 140631409799232, + "taskName": null, + "thread": 140181752467712, "threadName": "MainThread" }, { "args": [ "prot-server:" ], - "asctime": "2025-03-23 16:47:09,014", - "created": 1742744829.0141659, + "asctime": "2025-08-15 21:42:03,971", + "created": 1755286923.9712462, "exc_text": null, "filename": "__init__.py", "funcName": "__authentification_state_reset__", "levelname": "INFO", "levelno": 20, - "lineno": 380, + "lineno": 373, "message": "prot-server: Resetting authentification state to AUTH_STATE_UNTRUSTED_CONNECTION", "module": "__init__", - "msecs": 14.0, + "msecs": 971.0, "msg": "%s Resetting authentification state to AUTH_STATE_UNTRUSTED_CONNECTION", "name": "socket_protocol.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/socket_protocol/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/socket_protocol/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 12917.852640151978, + "relativeCreated": 12953.579831, "stack_info": null, - "thread": 140631409799232, + "taskName": null, + "thread": 140181752467712, "threadName": "MainThread" }, { @@ -33147,25 +34313,26 @@ "channel name request", "channel name response" ], - "asctime": "2025-03-23 16:47:09,014", - "created": 1742744829.0143716, + "asctime": "2025-08-15 21:42:03,971", + "created": 1755286923.9713972, "exc_text": null, "filename": "__init__.py", "funcName": "add_service", "levelname": "DEBUG", "levelno": 10, - "lineno": 597, + "lineno": 590, "message": "prot-server: Adding Service with Request=channel name request and Response=channel name response", "module": "__init__", - "msecs": 14.0, + "msecs": 971.0, "msg": "%s Adding Service with Request=%s and Response=%s", "name": "socket_protocol.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/socket_protocol/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/socket_protocol/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 12918.058395385742, + "relativeCreated": 12953.730566, "stack_info": null, - "thread": 140631409799232, + "taskName": null, + "thread": 140181752467712, "threadName": "MainThread" }, { @@ -33173,25 +34340,26 @@ "prot-server:", "service: channel name request, data_id: name" ], - "asctime": "2025-03-23 16:47:09,014", - "created": 1742744829.0145853, + "asctime": "2025-08-15 21:42:03,971", + "created": 1755286923.9715624, "exc_text": null, "filename": "__init__.py", "funcName": "add_msg_to_auth_whitelist_", "levelname": "DEBUG", "levelno": 10, - "lineno": 571, + "lineno": 564, "message": "prot-server: Adding Message (service: channel name request, data_id: name) to the authentification whitelist", "module": "__init__", - "msecs": 14.0, + "msecs": 971.0, "msg": "%s Adding Message (%s) to the authentification whitelist", "name": "socket_protocol.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/socket_protocol/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/socket_protocol/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 12918.272018432617, + "relativeCreated": 12953.895943, "stack_info": null, - "thread": 140631409799232, + "taskName": null, + "thread": 140181752467712, "threadName": "MainThread" }, { @@ -33199,25 +34367,26 @@ "prot-server:", "service: channel name response, data_id: name" ], - "asctime": "2025-03-23 16:47:09,014", - "created": 1742744829.0147943, + "asctime": "2025-08-15 21:42:03,971", + "created": 1755286923.9717038, "exc_text": null, "filename": "__init__.py", "funcName": "add_msg_to_auth_whitelist_", "levelname": "DEBUG", "levelno": 10, - "lineno": 571, + "lineno": 564, "message": "prot-server: Adding Message (service: channel name response, data_id: name) to the authentification whitelist", "module": "__init__", - "msecs": 14.0, + "msecs": 971.0, "msg": "%s Adding Message (%s) to the authentification whitelist", "name": "socket_protocol.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/socket_protocol/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/socket_protocol/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 12918.48111152649, + "relativeCreated": 12954.037186, "stack_info": null, - "thread": 140631409799232, + "taskName": null, + "thread": 140181752467712, "threadName": "MainThread" }, { @@ -33227,25 +34396,26 @@ "8", "0" ], - "asctime": "2025-03-23 16:47:09,015", - "created": 1742744829.0150068, + "asctime": "2025-08-15 21:42:03,971", + "created": 1755286923.9718497, "exc_text": null, "filename": "__init__.py", "funcName": "add", "levelname": "DEBUG", "levelno": 10, - "lineno": 172, + "lineno": 169, "message": "prot-server: Adding callback '__channel_name_request__' for SID=8 and DID=0", "module": "__init__", - "msecs": 15.0, + "msecs": 971.0, "msg": "%s Adding callback %s for SID=%s and DID=%s", "name": "socket_protocol.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/socket_protocol/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/socket_protocol/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 12918.693542480469, + "relativeCreated": 12954.183092, "stack_info": null, - "thread": 140631409799232, + "taskName": null, + "thread": 140181752467712, "threadName": "MainThread" }, { @@ -33255,25 +34425,26 @@ "9", "0" ], - "asctime": "2025-03-23 16:47:09,015", - "created": 1742744829.0152125, + "asctime": "2025-08-15 21:42:03,972", + "created": 1755286923.9720335, "exc_text": null, "filename": "__init__.py", "funcName": "add", "levelname": "DEBUG", "levelno": 10, - "lineno": 172, + "lineno": 169, "message": "prot-server: Adding callback '__channel_name_response__' for SID=9 and DID=0", "module": "__init__", - "msecs": 15.0, + "msecs": 972.0, "msg": "%s Adding callback %s for SID=%s and DID=%s", "name": "socket_protocol.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/socket_protocol/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/socket_protocol/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 12918.899297714233, + "relativeCreated": 12954.366929, "stack_info": null, - "thread": 140631409799232, + "taskName": null, + "thread": 140181752467712, "threadName": "MainThread" }, { @@ -33282,25 +34453,26 @@ "read data request", "read data response" ], - "asctime": "2025-03-23 16:47:09,015", - "created": 1742744829.0158155, + "asctime": "2025-08-15 21:42:03,972", + "created": 1755286923.9722252, "exc_text": null, "filename": "__init__.py", "funcName": "add_service", "levelname": "DEBUG", "levelno": 10, - "lineno": 597, + "lineno": 590, "message": "prot-server: Adding Service with Request=read data request and Response=read data response", "module": "__init__", - "msecs": 15.0, + "msecs": 972.0, "msg": "%s Adding Service with Request=%s and Response=%s", "name": "socket_protocol.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/socket_protocol/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/socket_protocol/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 12919.502258300781, + "relativeCreated": 12954.558656, "stack_info": null, - "thread": 140631409799232, + "taskName": null, + "thread": 140181752467712, "threadName": "MainThread" }, { @@ -33309,25 +34481,26 @@ "write data request", "write data response" ], - "asctime": "2025-03-23 16:47:09,016", - "created": 1742744829.0160236, + "asctime": "2025-08-15 21:42:03,972", + "created": 1755286923.9725308, "exc_text": null, "filename": "__init__.py", "funcName": "add_service", "levelname": "DEBUG", "levelno": 10, - "lineno": 597, + "lineno": 590, "message": "prot-server: Adding Service with Request=write data request and Response=write data response", "module": "__init__", - "msecs": 16.0, + "msecs": 972.0, "msg": "%s Adding Service with Request=%s and Response=%s", "name": "socket_protocol.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/socket_protocol/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/socket_protocol/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 12919.710397720337, + "relativeCreated": 12954.864374, "stack_info": null, - "thread": 140631409799232, + "taskName": null, + "thread": 140181752467712, "threadName": "MainThread" }, { @@ -33336,75 +34509,78 @@ "execute request", "execute response" ], - "asctime": "2025-03-23 16:47:09,016", - "created": 1742744829.0162344, + "asctime": "2025-08-15 21:42:03,972", + "created": 1755286923.972816, "exc_text": null, "filename": "__init__.py", "funcName": "add_service", "levelname": "DEBUG", "levelno": 10, - "lineno": 597, + "lineno": 590, "message": "prot-server: Adding Service with Request=execute request and Response=execute response", "module": "__init__", - "msecs": 16.0, + "msecs": 972.0, "msg": "%s Adding Service with Request=%s and Response=%s", "name": "socket_protocol.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/socket_protocol/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/socket_protocol/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 12919.921159744263, + "relativeCreated": 12955.149331, "stack_info": null, - "thread": 140631409799232, + "taskName": null, + "thread": 140181752467712, "threadName": "MainThread" }, { "args": [ "prot-server:" ], - "asctime": "2025-03-23 16:47:09,016", - "created": 1742744829.0164227, + "asctime": "2025-08-15 21:42:03,973", + "created": 1755286923.9731886, "exc_text": null, "filename": "__init__.py", "funcName": "__init__", "levelname": "INFO", "levelno": 20, - "lineno": 340, + "lineno": 333, "message": "prot-server: Initialisation finished.", "module": "__init__", - "msecs": 16.0, + "msecs": 973.0, "msg": "%s Initialisation finished.", "name": "socket_protocol.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/socket_protocol/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/socket_protocol/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 12920.109510421753, + "relativeCreated": 12955.522079, "stack_info": null, - "thread": 140631409799232, + "taskName": null, + "thread": 140181752467712, "threadName": "MainThread" }, { "args": [ "prot-client:" ], - "asctime": "2025-03-23 16:47:09,016", - "created": 1742744829.0167623, + "asctime": "2025-08-15 21:42:03,973", + "created": 1755286923.9736001, "exc_text": null, "filename": "__init__.py", "funcName": "__clean_receive_buffer__", "levelname": "DEBUG", "levelno": 10, - "lineno": 434, + "lineno": 427, "message": "prot-client: Cleaning up receive-buffer", "module": "__init__", - "msecs": 16.0, + "msecs": 973.0, "msg": "%s Cleaning up receive-buffer", "name": "socket_protocol.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/socket_protocol/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/socket_protocol/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 12920.449018478394, + "relativeCreated": 12955.933786, "stack_info": null, - "thread": 140631409799232, + "taskName": null, + "thread": 140181752467712, "threadName": "MainThread" }, { @@ -33413,25 +34589,26 @@ "authentification request", "authentification response" ], - "asctime": "2025-03-23 16:47:09,016", - "created": 1742744829.0169675, + "asctime": "2025-08-15 21:42:03,973", + "created": 1755286923.9737995, "exc_text": null, "filename": "__init__.py", "funcName": "add_service", "levelname": "DEBUG", "levelno": 10, - "lineno": 597, + "lineno": 590, "message": "prot-client: Adding Service with Request=authentification request and Response=authentification response", "module": "__init__", - "msecs": 16.0, + "msecs": 973.0, "msg": "%s Adding Service with Request=%s and Response=%s", "name": "socket_protocol.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/socket_protocol/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/socket_protocol/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 12920.654296875, + "relativeCreated": 12956.132972, "stack_info": null, - "thread": 140631409799232, + "taskName": null, + "thread": 140181752467712, "threadName": "MainThread" }, { @@ -33439,25 +34616,26 @@ "prot-client:", "service: authentification request, data_id: seed" ], - "asctime": "2025-03-23 16:47:09,017", - "created": 1742744829.0172334, + "asctime": "2025-08-15 21:42:03,974", + "created": 1755286923.9740376, "exc_text": null, "filename": "__init__.py", "funcName": "add_msg_to_auth_whitelist_", "levelname": "DEBUG", "levelno": 10, - "lineno": 571, + "lineno": 564, "message": "prot-client: Adding Message (service: authentification request, data_id: seed) to the authentification whitelist", "module": "__init__", - "msecs": 17.0, + "msecs": 974.0, "msg": "%s Adding Message (%s) to the authentification whitelist", "name": "socket_protocol.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/socket_protocol/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/socket_protocol/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 12920.920133590698, + "relativeCreated": 12956.371304, "stack_info": null, - "thread": 140631409799232, + "taskName": null, + "thread": 140181752467712, "threadName": "MainThread" }, { @@ -33465,25 +34643,26 @@ "prot-client:", "service: authentification response, data_id: seed" ], - "asctime": "2025-03-23 16:47:09,017", - "created": 1742744829.0174332, + "asctime": "2025-08-15 21:42:03,974", + "created": 1755286923.9742053, "exc_text": null, "filename": "__init__.py", "funcName": "add_msg_to_auth_whitelist_", "levelname": "DEBUG", "levelno": 10, - "lineno": 571, + "lineno": 564, "message": "prot-client: Adding Message (service: authentification response, data_id: seed) to the authentification whitelist", "module": "__init__", - "msecs": 17.0, + "msecs": 974.0, "msg": "%s Adding Message (%s) to the authentification whitelist", "name": "socket_protocol.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/socket_protocol/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/socket_protocol/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 12921.119928359985, + "relativeCreated": 12956.538744, "stack_info": null, - "thread": 140631409799232, + "taskName": null, + "thread": 140181752467712, "threadName": "MainThread" }, { @@ -33491,25 +34670,26 @@ "prot-client:", "service: authentification request, data_id: key" ], - "asctime": "2025-03-23 16:47:09,017", - "created": 1742744829.0176282, + "asctime": "2025-08-15 21:42:03,974", + "created": 1755286923.9743636, "exc_text": null, "filename": "__init__.py", "funcName": "add_msg_to_auth_whitelist_", "levelname": "DEBUG", "levelno": 10, - "lineno": 571, + "lineno": 564, "message": "prot-client: Adding Message (service: authentification request, data_id: key) to the authentification whitelist", "module": "__init__", - "msecs": 17.0, + "msecs": 974.0, "msg": "%s Adding Message (%s) to the authentification whitelist", "name": "socket_protocol.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/socket_protocol/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/socket_protocol/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 12921.31495475769, + "relativeCreated": 12956.696967, "stack_info": null, - "thread": 140631409799232, + "taskName": null, + "thread": 140181752467712, "threadName": "MainThread" }, { @@ -33517,25 +34697,26 @@ "prot-client:", "service: authentification response, data_id: key" ], - "asctime": "2025-03-23 16:47:09,017", - "created": 1742744829.0178192, + "asctime": "2025-08-15 21:42:03,974", + "created": 1755286923.974518, "exc_text": null, "filename": "__init__.py", "funcName": "add_msg_to_auth_whitelist_", "levelname": "DEBUG", "levelno": 10, - "lineno": 571, + "lineno": 564, "message": "prot-client: Adding Message (service: authentification response, data_id: key) to the authentification whitelist", "module": "__init__", - "msecs": 17.0, + "msecs": 974.0, "msg": "%s Adding Message (%s) to the authentification whitelist", "name": "socket_protocol.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/socket_protocol/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/socket_protocol/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 12921.50592803955, + "relativeCreated": 12956.851506, "stack_info": null, - "thread": 140631409799232, + "taskName": null, + "thread": 140181752467712, "threadName": "MainThread" }, { @@ -33545,25 +34726,26 @@ "0", "0" ], - "asctime": "2025-03-23 16:47:09,018", - "created": 1742744829.0180233, + "asctime": "2025-08-15 21:42:03,974", + "created": 1755286923.9748175, "exc_text": null, "filename": "__init__.py", "funcName": "add", "levelname": "DEBUG", "levelno": 10, - "lineno": 172, + "lineno": 169, "message": "prot-client: Adding callback '__authentificate_create_seed__' for SID=0 and DID=0", "module": "__init__", - "msecs": 18.0, + "msecs": 974.0, "msg": "%s Adding callback %s for SID=%s and DID=%s", "name": "socket_protocol.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/socket_protocol/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/socket_protocol/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 12921.710014343262, + "relativeCreated": 12957.150862, "stack_info": null, - "thread": 140631409799232, + "taskName": null, + "thread": 140181752467712, "threadName": "MainThread" }, { @@ -33573,25 +34755,26 @@ "1", "0" ], - "asctime": "2025-03-23 16:47:09,018", - "created": 1742744829.0182672, + "asctime": "2025-08-15 21:42:03,975", + "created": 1755286923.9750664, "exc_text": null, "filename": "__init__.py", "funcName": "add", "levelname": "DEBUG", "levelno": 10, - "lineno": 172, + "lineno": 169, "message": "prot-client: Adding callback '__authentificate_create_key__' for SID=1 and DID=0", "module": "__init__", - "msecs": 18.0, + "msecs": 975.0, "msg": "%s Adding callback %s for SID=%s and DID=%s", "name": "socket_protocol.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/socket_protocol/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/socket_protocol/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 12921.953916549683, + "relativeCreated": 12957.399904, "stack_info": null, - "thread": 140631409799232, + "taskName": null, + "thread": 140181752467712, "threadName": "MainThread" }, { @@ -33601,25 +34784,26 @@ "0", "1" ], - "asctime": "2025-03-23 16:47:09,018", - "created": 1742744829.0184703, + "asctime": "2025-08-15 21:42:03,975", + "created": 1755286923.975345, "exc_text": null, "filename": "__init__.py", "funcName": "add", "levelname": "DEBUG", "levelno": 10, - "lineno": 172, + "lineno": 169, "message": "prot-client: Adding callback '__authentificate_check_key__' for SID=0 and DID=1", "module": "__init__", - "msecs": 18.0, + "msecs": 975.0, "msg": "%s Adding callback %s for SID=%s and DID=%s", "name": "socket_protocol.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/socket_protocol/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/socket_protocol/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 12922.157049179077, + "relativeCreated": 12957.678358, "stack_info": null, - "thread": 140631409799232, + "taskName": null, + "thread": 140181752467712, "threadName": "MainThread" }, { @@ -33629,50 +34813,52 @@ "1", "1" ], - "asctime": "2025-03-23 16:47:09,018", - "created": 1742744829.018672, + "asctime": "2025-08-15 21:42:03,975", + "created": 1755286923.9755259, "exc_text": null, "filename": "__init__.py", "funcName": "add", "levelname": "DEBUG", "levelno": 10, - "lineno": 172, + "lineno": 169, "message": "prot-client: Adding callback '__authentificate_process_feedback__' for SID=1 and DID=1", "module": "__init__", - "msecs": 18.0, + "msecs": 975.0, "msg": "%s Adding callback %s for SID=%s and DID=%s", "name": "socket_protocol.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/socket_protocol/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/socket_protocol/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 12922.358751296997, + "relativeCreated": 12957.859248, "stack_info": null, - "thread": 140631409799232, + "taskName": null, + "thread": 140181752467712, "threadName": "MainThread" }, { "args": [ "prot-client:" ], - "asctime": "2025-03-23 16:47:09,019", - "created": 1742744829.019, + "asctime": "2025-08-15 21:42:03,975", + "created": 1755286923.9756823, "exc_text": null, "filename": "__init__.py", "funcName": "__authentification_state_reset__", "levelname": "INFO", "levelno": 20, - "lineno": 380, + "lineno": 373, "message": "prot-client: Resetting authentification state to AUTH_STATE_UNTRUSTED_CONNECTION", "module": "__init__", - "msecs": 19.0, + "msecs": 975.0, "msg": "%s Resetting authentification state to AUTH_STATE_UNTRUSTED_CONNECTION", "name": "socket_protocol.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/socket_protocol/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/socket_protocol/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 12922.68681526184, + "relativeCreated": 12958.015651, "stack_info": null, - "thread": 140631409799232, + "taskName": null, + "thread": 140181752467712, "threadName": "MainThread" }, { @@ -33681,25 +34867,26 @@ "channel name request", "channel name response" ], - "asctime": "2025-03-23 16:47:09,019", - "created": 1742744829.0193622, + "asctime": "2025-08-15 21:42:03,975", + "created": 1755286923.9758668, "exc_text": null, "filename": "__init__.py", "funcName": "add_service", "levelname": "DEBUG", "levelno": 10, - "lineno": 597, + "lineno": 590, "message": "prot-client: Adding Service with Request=channel name request and Response=channel name response", "module": "__init__", - "msecs": 19.0, + "msecs": 975.0, "msg": "%s Adding Service with Request=%s and Response=%s", "name": "socket_protocol.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/socket_protocol/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/socket_protocol/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 12923.048973083496, + "relativeCreated": 12958.200253, "stack_info": null, - "thread": 140631409799232, + "taskName": null, + "thread": 140181752467712, "threadName": "MainThread" }, { @@ -33707,25 +34894,26 @@ "prot-client:", "service: channel name request, data_id: name" ], - "asctime": "2025-03-23 16:47:09,019", - "created": 1742744829.0197334, + "asctime": "2025-08-15 21:42:03,976", + "created": 1755286923.9760475, "exc_text": null, "filename": "__init__.py", "funcName": "add_msg_to_auth_whitelist_", "levelname": "DEBUG", "levelno": 10, - "lineno": 571, + "lineno": 564, "message": "prot-client: Adding Message (service: channel name request, data_id: name) to the authentification whitelist", "module": "__init__", - "msecs": 19.0, + "msecs": 976.0, "msg": "%s Adding Message (%s) to the authentification whitelist", "name": "socket_protocol.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/socket_protocol/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/socket_protocol/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 12923.420190811157, + "relativeCreated": 12958.38114, "stack_info": null, - "thread": 140631409799232, + "taskName": null, + "thread": 140181752467712, "threadName": "MainThread" }, { @@ -33733,25 +34921,26 @@ "prot-client:", "service: channel name response, data_id: name" ], - "asctime": "2025-03-23 16:47:09,019", - "created": 1742744829.0199888, + "asctime": "2025-08-15 21:42:03,976", + "created": 1755286923.976207, "exc_text": null, "filename": "__init__.py", "funcName": "add_msg_to_auth_whitelist_", "levelname": "DEBUG", "levelno": 10, - "lineno": 571, + "lineno": 564, "message": "prot-client: Adding Message (service: channel name response, data_id: name) to the authentification whitelist", "module": "__init__", - "msecs": 19.0, + "msecs": 976.0, "msg": "%s Adding Message (%s) to the authentification whitelist", "name": "socket_protocol.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/socket_protocol/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/socket_protocol/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 12923.675537109375, + "relativeCreated": 12958.540597, "stack_info": null, - "thread": 140631409799232, + "taskName": null, + "thread": 140181752467712, "threadName": "MainThread" }, { @@ -33761,25 +34950,26 @@ "8", "0" ], - "asctime": "2025-03-23 16:47:09,020", - "created": 1742744829.0202014, + "asctime": "2025-08-15 21:42:03,976", + "created": 1755286923.9763844, "exc_text": null, "filename": "__init__.py", "funcName": "add", "levelname": "DEBUG", "levelno": 10, - "lineno": 172, + "lineno": 169, "message": "prot-client: Adding callback '__channel_name_request__' for SID=8 and DID=0", "module": "__init__", - "msecs": 20.0, + "msecs": 976.0, "msg": "%s Adding callback %s for SID=%s and DID=%s", "name": "socket_protocol.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/socket_protocol/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/socket_protocol/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 12923.888206481934, + "relativeCreated": 12958.71799, "stack_info": null, - "thread": 140631409799232, + "taskName": null, + "thread": 140181752467712, "threadName": "MainThread" }, { @@ -33789,25 +34979,26 @@ "9", "0" ], - "asctime": "2025-03-23 16:47:09,020", - "created": 1742744829.0204685, + "asctime": "2025-08-15 21:42:03,976", + "created": 1755286923.9765532, "exc_text": null, "filename": "__init__.py", "funcName": "add", "levelname": "DEBUG", "levelno": 10, - "lineno": 172, + "lineno": 169, "message": "prot-client: Adding callback '__channel_name_response__' for SID=9 and DID=0", "module": "__init__", - "msecs": 20.0, + "msecs": 976.0, "msg": "%s Adding callback %s for SID=%s and DID=%s", "name": "socket_protocol.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/socket_protocol/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/socket_protocol/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 12924.155235290527, + "relativeCreated": 12958.886628, "stack_info": null, - "thread": 140631409799232, + "taskName": null, + "thread": 140181752467712, "threadName": "MainThread" }, { @@ -33816,25 +35007,26 @@ "read data request", "read data response" ], - "asctime": "2025-03-23 16:47:09,020", - "created": 1742744829.0206833, + "asctime": "2025-08-15 21:42:03,976", + "created": 1755286923.9767137, "exc_text": null, "filename": "__init__.py", "funcName": "add_service", "levelname": "DEBUG", "levelno": 10, - "lineno": 597, + "lineno": 590, "message": "prot-client: Adding Service with Request=read data request and Response=read data response", "module": "__init__", - "msecs": 20.0, + "msecs": 976.0, "msg": "%s Adding Service with Request=%s and Response=%s", "name": "socket_protocol.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/socket_protocol/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/socket_protocol/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 12924.370050430298, + "relativeCreated": 12959.047211, "stack_info": null, - "thread": 140631409799232, + "taskName": null, + "thread": 140181752467712, "threadName": "MainThread" }, { @@ -33843,25 +35035,26 @@ "write data request", "write data response" ], - "asctime": "2025-03-23 16:47:09,020", - "created": 1742744829.0208747, + "asctime": "2025-08-15 21:42:03,976", + "created": 1755286923.9768648, "exc_text": null, "filename": "__init__.py", "funcName": "add_service", "levelname": "DEBUG", "levelno": 10, - "lineno": 597, + "lineno": 590, "message": "prot-client: Adding Service with Request=write data request and Response=write data response", "module": "__init__", - "msecs": 20.0, + "msecs": 976.0, "msg": "%s Adding Service with Request=%s and Response=%s", "name": "socket_protocol.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/socket_protocol/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/socket_protocol/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 12924.561500549316, + "relativeCreated": 12959.198135, "stack_info": null, - "thread": 140631409799232, + "taskName": null, + "thread": 140181752467712, "threadName": "MainThread" }, { @@ -33870,69 +35063,72 @@ "execute request", "execute response" ], - "asctime": "2025-03-23 16:47:09,021", - "created": 1742744829.021064, + "asctime": "2025-08-15 21:42:03,977", + "created": 1755286923.977014, "exc_text": null, "filename": "__init__.py", "funcName": "add_service", "levelname": "DEBUG", "levelno": 10, - "lineno": 597, + "lineno": 590, "message": "prot-client: Adding Service with Request=execute request and Response=execute response", "module": "__init__", - "msecs": 21.0, + "msecs": 977.0, "msg": "%s Adding Service with Request=%s and Response=%s", "name": "socket_protocol.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/socket_protocol/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/socket_protocol/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 12924.750804901123, + "relativeCreated": 12959.347437, "stack_info": null, - "thread": 140631409799232, + "taskName": null, + "thread": 140181752467712, "threadName": "MainThread" }, { "args": [ "prot-client:" ], - "asctime": "2025-03-23 16:47:09,021", - "created": 1742744829.0212655, + "asctime": "2025-08-15 21:42:03,977", + "created": 1755286923.9771783, "exc_text": null, "filename": "__init__.py", "funcName": "__init__", "levelname": "INFO", "levelno": 20, - "lineno": 340, + "lineno": 333, "message": "prot-client: Initialisation finished.", "module": "__init__", - "msecs": 21.0, + "msecs": 977.0, "msg": "%s Initialisation finished.", "name": "socket_protocol.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/socket_protocol/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/socket_protocol/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 12924.952268600464, + "relativeCreated": 12959.511719, "stack_info": null, - "thread": 140631409799232, + "taskName": null, + "thread": 140181752467712, "threadName": "MainThread" } ], - "msecs": 21.0, + "msecs": 977.0, "msg": "Setting up communication", "name": "__tLogger__", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/tests/test_helpers.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/tests/test_helpers.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 12925.145864486694, + "relativeCreated": 12959.661516, "stack_info": null, - "thread": 140631409799232, + "taskName": null, + "thread": 140181752467712, "threadName": "MainThread", - "time_consumption": 0.00019359588623046875 + "time_consumption": 0.00014972686767578125 }, { "args": [], - "asctime": "2025-03-23 16:47:09,366", - "created": 1742744829.3667388, + "asctime": "2025-08-15 21:42:04,322", + "created": 1755286924.322122, "exc_text": null, "filename": "test_helpers.py", "funcName": "set_up_socket_protocol", @@ -33946,75 +35142,78 @@ "args": [ "comm-client:" ], - "asctime": "2025-03-23 16:47:09,021", - "created": 1742744829.0219157, + "asctime": "2025-08-15 21:42:03,977", + "created": 1755286923.9776525, "exc_text": null, "filename": "__init__.py", "funcName": "__connect__", "levelname": "INFO", "levelno": 20, - "lineno": 268, + "lineno": 270, "message": "comm-client: Connection established...", "module": "__init__", - "msecs": 21.0, + "msecs": 977.0, "msg": "%s Connection established...", "name": "helpers.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/helpers/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/helpers/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 12925.602436065674, + "relativeCreated": 12959.98585, "stack_info": null, - "thread": 140631409799232, + "taskName": null, + "thread": 140181752467712, "threadName": "MainThread" }, { "args": [ "comm-client:" ], - "asctime": "2025-03-23 16:47:09,022", - "created": 1742744829.0221632, + "asctime": "2025-08-15 21:42:03,977", + "created": 1755286923.9778225, "exc_text": null, "filename": "__init__.py", "funcName": "__clean_buffer__", "levelname": "DEBUG", "levelno": 10, - "lineno": 411, + "lineno": 413, "message": "comm-client: Cleaning up receive-buffer", "module": "__init__", - "msecs": 22.0, + "msecs": 977.0, "msg": "%s Cleaning up receive-buffer", "name": "helpers.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/helpers/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/helpers/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 12925.849914550781, + "relativeCreated": 12960.156027, "stack_info": null, - "thread": 140631409799232, + "taskName": null, + "thread": 140181752467712, "threadName": "MainThread" }, { "args": [ "prot-client:" ], - "asctime": "2025-03-23 16:47:09,022", - "created": 1742744829.0223877, + "asctime": "2025-08-15 21:42:03,977", + "created": 1755286923.977981, "exc_text": null, "filename": "__init__.py", "funcName": "__clean_receive_buffer__", "levelname": "DEBUG", "levelno": 10, - "lineno": 434, + "lineno": 427, "message": "prot-client: Cleaning up receive-buffer", "module": "__init__", - "msecs": 22.0, + "msecs": 977.0, "msg": "%s Cleaning up receive-buffer", "name": "socket_protocol.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/socket_protocol/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/socket_protocol/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 12926.074504852295, + "relativeCreated": 12960.314627, "stack_info": null, - "thread": 140631409799232, + "taskName": null, + "thread": 140181752467712, "threadName": "MainThread" }, { @@ -34025,100 +35224,104 @@ "status: okay", "None" ], - "asctime": "2025-03-23 16:47:09,022", - "created": 1742744829.0226722, + "asctime": "2025-08-15 21:42:03,978", + "created": 1755286923.9782548, "exc_text": null, "filename": "__init__.py", "funcName": "__log_msg__", "levelname": "INFO", "levelno": 20, - "lineno": 445, + "lineno": 438, "message": "prot-client: TX -> service: channel name request, data_id: name, status: okay, data: \"None\"", "module": "__init__", - "msecs": 22.0, + "msecs": 978.0, "msg": "%s %s %s, %s, data: \"%s\"", "name": "socket_protocol.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/socket_protocol/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/socket_protocol/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 12926.358938217163, + "relativeCreated": 12960.58834, "stack_info": null, - "thread": 140631409799232, + "taskName": null, + "thread": 140181752467712, "threadName": "MainThread" }, { "args": [ "comm-server:" ], - "asctime": "2025-03-23 16:47:09,023", - "created": 1742744829.0232923, + "asctime": "2025-08-15 21:42:03,978", + "created": 1755286923.9788318, "exc_text": null, "filename": "__init__.py", "funcName": "__connect__", "levelname": "INFO", "levelno": 20, - "lineno": 268, + "lineno": 270, "message": "comm-server: Connection established...", "module": "__init__", - "msecs": 23.0, + "msecs": 978.0, "msg": "%s Connection established...", "name": "helpers.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/helpers/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/helpers/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 12926.979064941406, + "relativeCreated": 12961.165345, "stack_info": null, - "thread": 140631409799232, + "taskName": null, + "thread": 140181752467712, "threadName": "MainThread" }, { "args": [ "comm-server:" ], - "asctime": "2025-03-23 16:47:09,023", - "created": 1742744829.023485, + "asctime": "2025-08-15 21:42:03,979", + "created": 1755286923.979022, "exc_text": null, "filename": "__init__.py", "funcName": "__clean_buffer__", "levelname": "DEBUG", "levelno": 10, - "lineno": 411, + "lineno": 413, "message": "comm-server: Cleaning up receive-buffer", "module": "__init__", - "msecs": 23.0, + "msecs": 979.0, "msg": "%s Cleaning up receive-buffer", "name": "helpers.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/helpers/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/helpers/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 12927.17170715332, + "relativeCreated": 12961.355461, "stack_info": null, - "thread": 140631409799232, + "taskName": null, + "thread": 140181752467712, "threadName": "MainThread" }, { "args": [ "prot-server:" ], - "asctime": "2025-03-23 16:47:09,023", - "created": 1742744829.0236611, + "asctime": "2025-08-15 21:42:03,979", + "created": 1755286923.9791849, "exc_text": null, "filename": "__init__.py", "funcName": "__clean_receive_buffer__", "levelname": "DEBUG", "levelno": 10, - "lineno": 434, + "lineno": 427, "message": "prot-server: Cleaning up receive-buffer", "module": "__init__", - "msecs": 23.0, + "msecs": 979.0, "msg": "%s Cleaning up receive-buffer", "name": "socket_protocol.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/socket_protocol/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/socket_protocol/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 12927.347898483276, + "relativeCreated": 12961.518236, "stack_info": null, - "thread": 140631409799232, + "taskName": null, + "thread": 140181752467712, "threadName": "MainThread" }, { @@ -34126,25 +35329,26 @@ "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": "2025-03-23 16:47:09,024", - "created": 1742744829.02417, + "asctime": "2025-08-15 21:42:03,979", + "created": 1755286923.9796774, "exc_text": null, "filename": "__init__.py", "funcName": "__tx__", "levelname": "INFO", "levelno": 20, - "lineno": 284, + "lineno": 286, "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": 24.0, + "msecs": 979.0, "msg": "%s TX -> %s", "name": "helpers.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/helpers/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/helpers/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 12927.85668373108, + "relativeCreated": 12962.010827, "stack_info": null, - "thread": 140630214817472, + "taskName": null, + "thread": 140180409280192, "threadName": "Thread-19 (_start)" }, { @@ -34152,25 +35356,26 @@ "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": "2025-03-23 16:47:09,032", - "created": 1742744829.0325313, + "asctime": "2025-08-15 21:42:03,988", + "created": 1755286923.9881976, "exc_text": null, "filename": "__init__.py", "funcName": "__rx__", "levelname": "DEBUG", "levelno": 10, - "lineno": 414, + "lineno": 416, "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": 32.0, + "msecs": 988.0, "msg": "%s RX <- %s", "name": "helpers.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/helpers/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/helpers/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 12936.21802330017, + "relativeCreated": 12970.531094, "stack_info": null, - "thread": 140630214817472, + "taskName": null, + "thread": 140180409280192, "threadName": "Thread-19 (_start)" }, { @@ -34178,25 +35383,26 @@ "comm-client:", "(6): 53 5e 67 0b 3a 3e" ], - "asctime": "2025-03-23 16:47:09,032", - "created": 1742744829.0327916, + "asctime": "2025-08-15 21:42:03,988", + "created": 1755286923.9887881, "exc_text": null, "filename": "__init__.py", "funcName": "__tx__", "levelname": "INFO", "levelno": 20, - "lineno": 284, + "lineno": 286, "message": "comm-client: TX -> (6): 53 5e 67 0b 3a 3e", "module": "__init__", - "msecs": 32.0, + "msecs": 988.0, "msg": "%s TX -> %s", "name": "helpers.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/helpers/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/helpers/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 12936.47837638855, + "relativeCreated": 12971.121677, "stack_info": null, - "thread": 140630214817472, + "taskName": null, + "thread": 140180409280192, "threadName": "Thread-19 (_start)" }, { @@ -34204,25 +35410,26 @@ "comm-server:", "(6): 53 5e 67 0b 3a 3e" ], - "asctime": "2025-03-23 16:47:09,033", - "created": 1742744829.0337486, + "asctime": "2025-08-15 21:42:03,989", + "created": 1755286923.9899738, "exc_text": null, "filename": "__init__.py", "funcName": "__rx__", "levelname": "DEBUG", "levelno": 10, - "lineno": 414, + "lineno": 416, "message": "comm-server: RX <- (6): 53 5e 67 0b 3a 3e", "module": "__init__", - "msecs": 33.0, + "msecs": 989.0, "msg": "%s RX <- %s", "name": "helpers.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/helpers/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/helpers/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 12937.435388565063, + "relativeCreated": 12972.307141, "stack_info": null, - "thread": 140630214817472, + "taskName": null, + "thread": 140180409280192, "threadName": "Thread-19 (_start)" }, { @@ -34233,25 +35440,26 @@ "status: okay", "None" ], - "asctime": "2025-03-23 16:47:09,033", - "created": 1742744829.033968, + "asctime": "2025-08-15 21:42:03,990", + "created": 1755286923.990553, "exc_text": null, "filename": "__init__.py", "funcName": "__log_msg__", "levelname": "INFO", "levelno": 20, - "lineno": 445, + "lineno": 438, "message": "prot-server: RX <- service: channel name request, data_id: name, status: okay, data: \"None\"", "module": "__init__", - "msecs": 33.0, + "msecs": 990.0, "msg": "%s %s %s, %s, data: \"%s\"", "name": "socket_protocol.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/socket_protocol/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/socket_protocol/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 12937.654733657837, + "relativeCreated": 12972.886388, "stack_info": null, - "thread": 140630214817472, + "taskName": null, + "thread": 140180409280192, "threadName": "Thread-19 (_start)" }, { @@ -34259,25 +35467,26 @@ "prot-server:", "__channel_name_request__" ], - "asctime": "2025-03-23 16:47:09,034", - "created": 1742744829.0340712, + "asctime": "2025-08-15 21:42:03,990", + "created": 1755286923.9908469, "exc_text": null, "filename": "__init__.py", "funcName": "__data_available_callback__", "levelname": "DEBUG", "levelno": 10, - "lineno": 488, + "lineno": 481, "message": "prot-server: Executing callback __channel_name_request__ to process received data", "module": "__init__", - "msecs": 34.0, + "msecs": 990.0, "msg": "%s Executing callback %s to process received data", "name": "socket_protocol.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/socket_protocol/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/socket_protocol/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 12937.757968902588, + "relativeCreated": 12973.180403, "stack_info": null, - "thread": 140630214817472, + "taskName": null, + "thread": 140180409280192, "threadName": "Thread-19 (_start)" }, { @@ -34288,25 +35497,26 @@ "status: okay", "None" ], - "asctime": "2025-03-23 16:47:09,034", - "created": 1742744829.0342014, + "asctime": "2025-08-15 21:42:03,991", + "created": 1755286923.9911494, "exc_text": null, "filename": "__init__.py", "funcName": "__log_msg__", "levelname": "INFO", "levelno": 20, - "lineno": 445, + "lineno": 438, "message": "prot-server: TX -> service: channel name response, data_id: name, status: okay, data: \"None\"", "module": "__init__", - "msecs": 34.0, + "msecs": 991.0, "msg": "%s %s %s, %s, data: \"%s\"", "name": "socket_protocol.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/socket_protocol/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/socket_protocol/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 12937.888145446777, + "relativeCreated": 12973.482859, "stack_info": null, - "thread": 140630214817472, + "taskName": null, + "thread": 140180409280192, "threadName": "Thread-19 (_start)" }, { @@ -34314,25 +35524,26 @@ "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": "2025-03-23 16:47:09,034", - "created": 1742744829.034482, + "asctime": "2025-08-15 21:42:03,991", + "created": 1755286923.9919243, "exc_text": null, "filename": "__init__.py", "funcName": "__tx__", "levelname": "INFO", "levelno": 20, - "lineno": 284, + "lineno": 286, "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": 34.0, + "msecs": 991.0, "msg": "%s TX -> %s", "name": "helpers.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/helpers/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/helpers/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 12938.16876411438, + "relativeCreated": 12974.25762, "stack_info": null, - "thread": 140630206424768, + "taskName": null, + "thread": 140180400887488, "threadName": "Thread-20 (_start)" }, { @@ -34340,25 +35551,26 @@ "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": "2025-03-23 16:47:09,042", - "created": 1742744829.0427322, + "asctime": "2025-08-15 21:42:04,000", + "created": 1755286924.0003707, "exc_text": null, "filename": "__init__.py", "funcName": "__rx__", "levelname": "DEBUG", "levelno": 10, - "lineno": 414, + "lineno": 416, "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": 42.0, + "msecs": 0.0, "msg": "%s RX <- %s", "name": "helpers.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/helpers/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/helpers/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 12946.41900062561, + "relativeCreated": 12982.704215, "stack_info": null, - "thread": 140630206424768, + "taskName": null, + "thread": 140180400887488, "threadName": "Thread-20 (_start)" }, { @@ -34366,25 +35578,26 @@ "comm-server:", "(6): 30 59 be 2f 3a 3e" ], - "asctime": "2025-03-23 16:47:09,043", - "created": 1742744829.0431426, + "asctime": "2025-08-15 21:42:04,000", + "created": 1755286924.0009663, "exc_text": null, "filename": "__init__.py", "funcName": "__tx__", "levelname": "INFO", "levelno": 20, - "lineno": 284, + "lineno": 286, "message": "comm-server: TX -> (6): 30 59 be 2f 3a 3e", "module": "__init__", - "msecs": 43.0, + "msecs": 0.0, "msg": "%s TX -> %s", "name": "helpers.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/helpers/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/helpers/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 12946.829319000244, + "relativeCreated": 12983.299941, "stack_info": null, - "thread": 140630206424768, + "taskName": null, + "thread": 140180400887488, "threadName": "Thread-20 (_start)" }, { @@ -34392,25 +35605,26 @@ "comm-client:", "(6): 30 59 be 2f 3a 3e" ], - "asctime": "2025-03-23 16:47:09,044", - "created": 1742744829.0441344, + "asctime": "2025-08-15 21:42:04,002", + "created": 1755286924.0020378, "exc_text": null, "filename": "__init__.py", "funcName": "__rx__", "levelname": "DEBUG", "levelno": 10, - "lineno": 414, + "lineno": 416, "message": "comm-client: RX <- (6): 30 59 be 2f 3a 3e", "module": "__init__", - "msecs": 44.0, + "msecs": 2.0, "msg": "%s RX <- %s", "name": "helpers.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/helpers/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/helpers/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 12947.821140289307, + "relativeCreated": 12984.371247, "stack_info": null, - "thread": 140630206424768, + "taskName": null, + "thread": 140180400887488, "threadName": "Thread-20 (_start)" }, { @@ -34421,25 +35635,26 @@ "status: okay", "None" ], - "asctime": "2025-03-23 16:47:09,044", - "created": 1742744829.0444977, + "asctime": "2025-08-15 21:42:04,002", + "created": 1755286924.002729, "exc_text": null, "filename": "__init__.py", "funcName": "__log_msg__", "levelname": "INFO", "levelno": 20, - "lineno": 445, + "lineno": 438, "message": "prot-client: RX <- service: channel name response, data_id: name, status: okay, data: \"None\"", "module": "__init__", - "msecs": 44.0, + "msecs": 2.0, "msg": "%s %s %s, %s, data: \"%s\"", "name": "socket_protocol.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/socket_protocol/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/socket_protocol/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 12948.184490203857, + "relativeCreated": 12985.062314, "stack_info": null, - "thread": 140630206424768, + "taskName": null, + "thread": 140180400887488, "threadName": "Thread-20 (_start)" }, { @@ -34447,44 +35662,46 @@ "prot-client:", "__channel_name_response__" ], - "asctime": "2025-03-23 16:47:09,044", - "created": 1742744829.0446062, + "asctime": "2025-08-15 21:42:04,003", + "created": 1755286924.0030053, "exc_text": null, "filename": "__init__.py", "funcName": "__data_available_callback__", "levelname": "DEBUG", "levelno": 10, - "lineno": 503, + "lineno": 496, "message": "prot-client: Executing callback __channel_name_response__ to process received data", "module": "__init__", - "msecs": 44.0, + "msecs": 3.0, "msg": "%s Executing callback %s to process received data", "name": "socket_protocol.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/socket_protocol/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/socket_protocol/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 12948.292970657349, + "relativeCreated": 12985.33857, "stack_info": null, - "thread": 140630206424768, + "taskName": null, + "thread": 140180400887488, "threadName": "Thread-20 (_start)" } ], - "msecs": 366.0, + "msecs": 322.0, "msg": "Connecting Server and Client", "name": "__tLogger__", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/tests/test_helpers.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/tests/test_helpers.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 13270.42555809021, + "relativeCreated": 13304.455393, "stack_info": null, - "thread": 140631409799232, + "taskName": null, + "thread": 140181752467712, "threadName": "MainThread", - "time_consumption": 0.32213258743286133 + "time_consumption": 0.31911683082580566 }, { "args": [], - "asctime": "2025-03-23 16:47:09,367", - "created": 1742744829.3677704, + "asctime": "2025-08-15 21:42:04,322", + "created": 1755286924.3229437, "exc_text": null, "filename": "test_callbacks.py", "funcName": "specific_callback", @@ -34501,44 +35718,46 @@ "10", "0" ], - "asctime": "2025-03-23 16:47:09,367", - "created": 1742744829.3674898, + "asctime": "2025-08-15 21:42:04,322", + "created": 1755286924.3227282, "exc_text": null, "filename": "__init__.py", "funcName": "add", "levelname": "DEBUG", "levelno": 10, - "lineno": 172, + "lineno": 169, "message": "prot-server: Adding callback '__callback__' for SID=10 and DID=0", "module": "__init__", - "msecs": 367.0, + "msecs": 322.0, "msg": "%s Adding callback %s for SID=%s and DID=%s", "name": "socket_protocol.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/socket_protocol/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/socket_protocol/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 13271.17657661438, + "relativeCreated": 13305.061733, "stack_info": null, - "thread": 140631409799232, + "taskName": null, + "thread": 140181752467712, "threadName": "MainThread" } ], - "msecs": 367.0, + "msecs": 322.0, "msg": "Registering a correct working Callback", "name": "__tLogger__", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/tests/test_callbacks.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/tests/test_callbacks.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 13271.457195281982, + "relativeCreated": 13305.277224, "stack_info": null, - "thread": 140631409799232, + "taskName": null, + "thread": 140181752467712, "threadName": "MainThread", - "time_consumption": 0.00028061866760253906 + "time_consumption": 0.0002155303955078125 }, { "args": [], - "asctime": "2025-03-23 16:47:09,569", - "created": 1742744829.5699146, + "asctime": "2025-08-15 21:42:04,524", + "created": 1755286924.5242095, "exc_text": null, "filename": "test_callbacks.py", "funcName": "specific_callback", @@ -34556,25 +35775,26 @@ "status: okay", "31" ], - "asctime": "2025-03-23 16:47:09,368", - "created": 1742744829.3682742, + "asctime": "2025-08-15 21:42:04,323", + "created": 1755286924.3233294, "exc_text": null, "filename": "__init__.py", "funcName": "__log_msg__", "levelname": "INFO", "levelno": 20, - "lineno": 445, + "lineno": 438, "message": "prot-client: TX -> service: read data request, data_id: 0, status: okay, data: \"31\"", "module": "__init__", - "msecs": 368.0, + "msecs": 323.0, "msg": "%s %s %s, %s, data: \"%s\"", "name": "socket_protocol.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/socket_protocol/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/socket_protocol/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 13271.960973739624, + "relativeCreated": 13305.663033, "stack_info": null, - "thread": 140631409799232, + "taskName": null, + "thread": 140181752467712, "threadName": "MainThread" }, { @@ -34582,25 +35802,26 @@ "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": "2025-03-23 16:47:09,369", - "created": 1742744829.3698928, + "asctime": "2025-08-15 21:42:04,324", + "created": 1755286924.324095, "exc_text": null, "filename": "__init__.py", "funcName": "__tx__", "levelname": "INFO", "levelno": 20, - "lineno": 284, + "lineno": 286, "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": 369.0, + "msecs": 324.0, "msg": "%s TX -> %s", "name": "helpers.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/helpers/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/helpers/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 13273.579597473145, + "relativeCreated": 13306.428356, "stack_info": null, - "thread": 140630214817472, + "taskName": null, + "thread": 140180409280192, "threadName": "Thread-19 (_start)" }, { @@ -34608,25 +35829,26 @@ "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": "2025-03-23 16:47:09,378", - "created": 1742744829.3785994, + "asctime": "2025-08-15 21:42:04,332", + "created": 1755286924.3325217, "exc_text": null, "filename": "__init__.py", "funcName": "__rx__", "levelname": "DEBUG", "levelno": 10, - "lineno": 414, + "lineno": 416, "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": 378.0, + "msecs": 332.0, "msg": "%s RX <- %s", "name": "helpers.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/helpers/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/helpers/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 13282.286167144775, + "relativeCreated": 13314.855223, "stack_info": null, - "thread": 140630214817472, + "taskName": null, + "thread": 140180409280192, "threadName": "Thread-19 (_start)" }, { @@ -34634,25 +35856,26 @@ "comm-client:", "(5): 5b f5 78 3a 3e" ], - "asctime": "2025-03-23 16:47:09,379", - "created": 1742744829.3795059, + "asctime": "2025-08-15 21:42:04,333", + "created": 1755286924.3331757, "exc_text": null, "filename": "__init__.py", "funcName": "__tx__", "levelname": "INFO", "levelno": 20, - "lineno": 284, + "lineno": 286, "message": "comm-client: TX -> (5): 5b f5 78 3a 3e", "module": "__init__", - "msecs": 379.0, + "msecs": 333.0, "msg": "%s TX -> %s", "name": "helpers.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/helpers/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/helpers/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 13283.19263458252, + "relativeCreated": 13315.509069, "stack_info": null, - "thread": 140630214817472, + "taskName": null, + "thread": 140180409280192, "threadName": "Thread-19 (_start)" }, { @@ -34660,25 +35883,26 @@ "comm-server:", "(5): 5b f5 78 3a 3e" ], - "asctime": "2025-03-23 16:47:09,380", - "created": 1742744829.3805263, + "asctime": "2025-08-15 21:42:04,334", + "created": 1755286924.3342128, "exc_text": null, "filename": "__init__.py", "funcName": "__rx__", "levelname": "DEBUG", "levelno": 10, - "lineno": 414, + "lineno": 416, "message": "comm-server: RX <- (5): 5b f5 78 3a 3e", "module": "__init__", - "msecs": 380.0, + "msecs": 334.0, "msg": "%s RX <- %s", "name": "helpers.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/helpers/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/helpers/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 13284.213066101074, + "relativeCreated": 13316.546242, "stack_info": null, - "thread": 140630214817472, + "taskName": null, + "thread": 140180409280192, "threadName": "Thread-19 (_start)" }, { @@ -34689,25 +35913,26 @@ "status: okay", "31" ], - "asctime": "2025-03-23 16:47:09,381", - "created": 1742744829.3812351, + "asctime": "2025-08-15 21:42:04,334", + "created": 1755286924.3348317, "exc_text": null, "filename": "__init__.py", "funcName": "__log_msg__", "levelname": "INFO", "levelno": 20, - "lineno": 445, + "lineno": 438, "message": "prot-server: RX <- service: read data request, data_id: 0, status: okay, data: \"31\"", "module": "__init__", - "msecs": 381.0, + "msecs": 334.0, "msg": "%s %s %s, %s, data: \"%s\"", "name": "socket_protocol.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/socket_protocol/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/socket_protocol/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 13284.921884536743, + "relativeCreated": 13317.165135, "stack_info": null, - "thread": 140630214817472, + "taskName": null, + "thread": 140180409280192, "threadName": "Thread-19 (_start)" }, { @@ -34715,25 +35940,26 @@ "prot-server:", "__callback__" ], - "asctime": "2025-03-23 16:47:09,381", - "created": 1742744829.381507, + "asctime": "2025-08-15 21:42:04,335", + "created": 1755286924.3350656, "exc_text": null, "filename": "__init__.py", "funcName": "__data_available_callback__", "levelname": "DEBUG", "levelno": 10, - "lineno": 488, + "lineno": 481, "message": "prot-server: Executing callback __callback__ to process received data", "module": "__init__", - "msecs": 381.0, + "msecs": 335.0, "msg": "%s Executing callback %s to process received data", "name": "socket_protocol.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/socket_protocol/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/socket_protocol/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 13285.193681716919, + "relativeCreated": 13317.399011, "stack_info": null, - "thread": 140630214817472, + "taskName": null, + "thread": 140180409280192, "threadName": "Thread-19 (_start)" }, { @@ -34744,25 +35970,26 @@ "status: okay", "33" ], - "asctime": "2025-03-23 16:47:09,381", - "created": 1742744829.381849, + "asctime": "2025-08-15 21:42:04,335", + "created": 1755286924.3353567, "exc_text": null, "filename": "__init__.py", "funcName": "__log_msg__", "levelname": "INFO", "levelno": 20, - "lineno": 445, + "lineno": 438, "message": "prot-server: TX -> service: read data response, data_id: 0, status: okay, data: \"33\"", "module": "__init__", - "msecs": 381.0, + "msecs": 335.0, "msg": "%s %s %s, %s, data: \"%s\"", "name": "socket_protocol.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/socket_protocol/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/socket_protocol/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 13285.53581237793, + "relativeCreated": 13317.690156, "stack_info": null, - "thread": 140630214817472, + "taskName": null, + "thread": 140180409280192, "threadName": "Thread-19 (_start)" }, { @@ -34770,25 +35997,26 @@ "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": "2025-03-23 16:47:09,382", - "created": 1742744829.3828132, + "asctime": "2025-08-15 21:42:04,336", + "created": 1755286924.336084, "exc_text": null, "filename": "__init__.py", "funcName": "__tx__", "levelname": "INFO", "levelno": 20, - "lineno": 284, + "lineno": 286, "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": 382.0, + "msecs": 336.0, "msg": "%s TX -> %s", "name": "helpers.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/helpers/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/helpers/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 13286.499977111816, + "relativeCreated": 13318.417534, "stack_info": null, - "thread": 140630206424768, + "taskName": null, + "thread": 140180400887488, "threadName": "Thread-20 (_start)" }, { @@ -34796,25 +36024,26 @@ "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": "2025-03-23 16:47:09,391", - "created": 1742744829.391442, + "asctime": "2025-08-15 21:42:04,344", + "created": 1755286924.344464, "exc_text": null, "filename": "__init__.py", "funcName": "__rx__", "levelname": "DEBUG", "levelno": 10, - "lineno": 414, + "lineno": 416, "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": 391.0, + "msecs": 344.0, "msg": "%s RX <- %s", "name": "helpers.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/helpers/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/helpers/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 13295.12882232666, + "relativeCreated": 13326.797637, "stack_info": null, - "thread": 140630206424768, + "taskName": null, + "thread": 140180400887488, "threadName": "Thread-20 (_start)" }, { @@ -34822,25 +36051,26 @@ "comm-server:", "(5): e1 8c bb 3a 3e" ], - "asctime": "2025-03-23 16:47:09,392", - "created": 1742744829.3922782, + "asctime": "2025-08-15 21:42:04,344", + "created": 1755286924.344959, "exc_text": null, "filename": "__init__.py", "funcName": "__tx__", "levelname": "INFO", "levelno": 20, - "lineno": 284, + "lineno": 286, "message": "comm-server: TX -> (5): e1 8c bb 3a 3e", "module": "__init__", - "msecs": 392.0, + "msecs": 344.0, "msg": "%s TX -> %s", "name": "helpers.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/helpers/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/helpers/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 13295.96495628357, + "relativeCreated": 13327.292487, "stack_info": null, - "thread": 140630206424768, + "taskName": null, + "thread": 140180400887488, "threadName": "Thread-20 (_start)" }, { @@ -34848,25 +36078,26 @@ "comm-client:", "(5): e1 8c bb 3a 3e" ], - "asctime": "2025-03-23 16:47:09,393", - "created": 1742744829.3933716, + "asctime": "2025-08-15 21:42:04,345", + "created": 1755286924.3459573, "exc_text": null, "filename": "__init__.py", "funcName": "__rx__", "levelname": "DEBUG", "levelno": 10, - "lineno": 414, + "lineno": 416, "message": "comm-client: RX <- (5): e1 8c bb 3a 3e", "module": "__init__", - "msecs": 393.0, + "msecs": 345.0, "msg": "%s RX <- %s", "name": "helpers.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/helpers/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/helpers/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 13297.05834388733, + "relativeCreated": 13328.290839, "stack_info": null, - "thread": 140630206424768, + "taskName": null, + "thread": 140180400887488, "threadName": "Thread-20 (_start)" }, { @@ -34877,72 +36108,75 @@ "status: okay", "33" ], - "asctime": "2025-03-23 16:47:09,394", - "created": 1742744829.3941905, + "asctime": "2025-08-15 21:42:04,346", + "created": 1755286924.3465242, "exc_text": null, "filename": "__init__.py", "funcName": "__log_msg__", "levelname": "INFO", "levelno": 20, - "lineno": 445, + "lineno": 438, "message": "prot-client: RX <- service: read data response, data_id: 0, status: okay, data: \"33\"", "module": "__init__", - "msecs": 394.0, + "msecs": 346.0, "msg": "%s %s %s, %s, data: \"%s\"", "name": "socket_protocol.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/socket_protocol/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/socket_protocol/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 13297.877311706543, + "relativeCreated": 13328.857508, "stack_info": null, - "thread": 140630206424768, + "taskName": null, + "thread": 140180400887488, "threadName": "Thread-20 (_start)" }, { "args": [ "prot-client:" ], - "asctime": "2025-03-23 16:47:09,394", - "created": 1742744829.3945305, + "asctime": "2025-08-15 21:42:04,346", + "created": 1755286924.3468385, "exc_text": null, "filename": "__init__.py", "funcName": "__buffer_received_data__", "levelname": "DEBUG", "levelno": 10, - "lineno": 392, + "lineno": 385, "message": "prot-client: Message data is stored in buffer and is now ready to be retrieved by receive method", "module": "__init__", - "msecs": 394.0, + "msecs": 346.0, "msg": "%s Message data is stored in buffer and is now ready to be retrieved by receive method", "name": "socket_protocol.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/socket_protocol/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/socket_protocol/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 13298.217296600342, + "relativeCreated": 13329.172073, "stack_info": null, - "thread": 140630206424768, + "taskName": null, + "thread": 140180400887488, "threadName": "Thread-20 (_start)" } ], - "msecs": 569.0, + "msecs": 524.0, "msg": "Transfering data", "name": "__tLogger__", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/tests/test_callbacks.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/tests/test_callbacks.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 13473.601341247559, + "relativeCreated": 13506.542928, "stack_info": null, - "thread": 140631409799232, + "taskName": null, + "thread": 140181752467712, "threadName": "MainThread", - "time_consumption": 0.1753840446472168 + "time_consumption": 0.17737102508544922 }, { "args": [ "{'data_id': 0, 'service_id': 10, 'status': 0, 'data': 31}", "" ], - "asctime": "2025-03-23 16:47:09,571", - "created": 1742744829.571115, + "asctime": "2025-08-15 21:42:04,524", + "created": 1755286924.5246687, "exc_text": null, "filename": "test.py", "funcName": "equivalency_chk", @@ -34958,8 +36192,8 @@ "{'data_id': 0, 'service_id': 10, 'status': 0, 'data': 31}", "" ], - "asctime": "2025-03-23 16:47:09,570", - "created": 1742744829.5705826, + "asctime": "2025-08-15 21:42:04,524", + "created": 1755286924.524461, "exc_text": null, "filename": "test.py", "funcName": "__report_result__", @@ -34968,15 +36202,16 @@ "lineno": 22, "message": "Result (Message stored inside callback): {'data_id': 0, 'service_id': 10, 'status': 0, 'data': 31} ()", "module": "test", - "msecs": 570.0, + "msecs": 524.0, "msg": "Result (%s): %s (%s)", "name": "__unittest__", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/unittest/test.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/unittest/test.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 13474.269390106201, + "relativeCreated": 13506.794618, "stack_info": null, - "thread": 140631409799232, + "taskName": null, + "thread": 140181752467712, "threadName": "MainThread" }, { @@ -34986,8 +36221,8 @@ "{'data': 31, 'data_id': 0, 'service_id': 10, 'status': 0}", "" ], - "asctime": "2025-03-23 16:47:09,570", - "created": 1742744829.5708745, + "asctime": "2025-08-15 21:42:04,524", + "created": 1755286924.524565, "exc_text": null, "filename": "test.py", "funcName": "__report_expectation__", @@ -34996,37 +36231,39 @@ "lineno": 26, "message": "Expectation (Message stored inside callback): result = {'data': 31, 'data_id': 0, 'service_id': 10, 'status': 0} ()", "module": "test", - "msecs": 570.0, + "msecs": 524.0, "msg": "Expectation (%s): result %s %s (%s)", "name": "__unittest__", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/unittest/test.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/unittest/test.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 13474.561214447021, + "relativeCreated": 13506.898461, "stack_info": null, - "thread": 140631409799232, + "taskName": null, + "thread": 140181752467712, "threadName": "MainThread" } ], - "msecs": 571.0, + "msecs": 524.0, "msg": "Message stored inside callback is correct (Content %s and Type is %s).", "name": "__tLogger__", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/unittest/test.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/unittest/test.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 13474.801778793335, + "relativeCreated": 13507.002149, "stack_info": null, - "thread": 140631409799232, + "taskName": null, + "thread": 140181752467712, "threadName": "MainThread", - "time_consumption": 0.00024056434631347656 + "time_consumption": 0.00010371208190917969 }, { "args": [ "{'data_id': 0, 'service_id': 11, 'status': 0, 'data': 33}", "" ], - "asctime": "2025-03-23 16:47:09,571", - "created": 1742744829.5718527, + "asctime": "2025-08-15 21:42:04,524", + "created": 1755286924.5249515, "exc_text": null, "filename": "test.py", "funcName": "equivalency_chk", @@ -35042,8 +36279,8 @@ "{'data_id': 0, 'service_id': 11, 'status': 0, 'data': 33}", "" ], - "asctime": "2025-03-23 16:47:09,571", - "created": 1742744829.5714545, + "asctime": "2025-08-15 21:42:04,524", + "created": 1755286924.5247967, "exc_text": null, "filename": "test.py", "funcName": "__report_result__", @@ -35052,15 +36289,16 @@ "lineno": 22, "message": "Result (Message received by client): {'data_id': 0, 'service_id': 11, 'status': 0, 'data': 33} ()", "module": "test", - "msecs": 571.0, + "msecs": 524.0, "msg": "Result (%s): %s (%s)", "name": "__unittest__", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/unittest/test.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/unittest/test.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 13475.141286849976, + "relativeCreated": 13507.130008, "stack_info": null, - "thread": 140631409799232, + "taskName": null, + "thread": 140181752467712, "threadName": "MainThread" }, { @@ -35070,8 +36308,8 @@ "{'data': 33, 'data_id': 0, 'service_id': 11, 'status': 0}", "" ], - "asctime": "2025-03-23 16:47:09,571", - "created": 1742744829.5716605, + "asctime": "2025-08-15 21:42:04,524", + "created": 1755286924.5248764, "exc_text": null, "filename": "test.py", "funcName": "__report_expectation__", @@ -35080,34 +36318,36 @@ "lineno": 26, "message": "Expectation (Message received by client): result = {'data': 33, 'data_id': 0, 'service_id': 11, 'status': 0} ()", "module": "test", - "msecs": 571.0, + "msecs": 524.0, "msg": "Expectation (%s): result %s %s (%s)", "name": "__unittest__", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/unittest/test.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/unittest/test.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 13475.34728050232, + "relativeCreated": 13507.209602, "stack_info": null, - "thread": 140631409799232, + "taskName": null, + "thread": 140181752467712, "threadName": "MainThread" } ], - "msecs": 571.0, + "msecs": 524.0, "msg": "Message received by client is correct (Content %s and Type is %s).", "name": "__tLogger__", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/unittest/test.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/unittest/test.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 13475.539445877075, + "relativeCreated": 13507.28489, "stack_info": null, - "thread": 140631409799232, + "taskName": null, + "thread": 140181752467712, "threadName": "MainThread", - "time_consumption": 0.00019216537475585938 + "time_consumption": 7.510185241699219e-05 }, { "args": [], - "asctime": "2025-03-23 16:47:09,572", - "created": 1742744829.5724363, + "asctime": "2025-08-15 21:42:04,525", + "created": 1755286924.5257804, "exc_text": null, "filename": "test_callbacks.py", "funcName": "specific_callback", @@ -35125,44 +36365,46 @@ "0", "'__callback_error__'" ], - "asctime": "2025-03-23 16:47:09,572", - "created": 1742744829.572226, + "asctime": "2025-08-15 21:42:04,525", + "created": 1755286924.5256832, "exc_text": null, "filename": "__init__.py", "funcName": "add", "levelname": "WARNING", "levelno": 30, - "lineno": 169, + "lineno": 166, "message": "prot-server: Overwriting existing callback '__callback__' for service_id (10) and data_id (0) to '__callback_error__'!", "module": "__init__", - "msecs": 572.0, + "msecs": 525.0, "msg": "%s Overwriting existing callback %s for service_id (%s) and data_id (%s) to %s!", "name": "socket_protocol.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/socket_protocol/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/socket_protocol/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 13475.912809371948, + "relativeCreated": 13508.016655, "stack_info": null, - "thread": 140631409799232, + "taskName": null, + "thread": 140181752467712, "threadName": "MainThread" } ], - "msecs": 572.0, + "msecs": 525.0, "msg": "Overwriting existing Callback using one with faulty (too many) return values", "name": "__tLogger__", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/tests/test_callbacks.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/tests/test_callbacks.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 13476.123094558716, + "relativeCreated": 13508.113868, "stack_info": null, - "thread": 140631409799232, + "taskName": null, + "thread": 140181752467712, "threadName": "MainThread", - "time_consumption": 0.00021028518676757812 + "time_consumption": 9.72747802734375e-05 }, { "args": [], - "asctime": "2025-03-23 16:47:09,774", - "created": 1742744829.7745929, + "asctime": "2025-08-15 21:42:04,726", + "created": 1755286924.7269611, "exc_text": null, "filename": "test_callbacks.py", "funcName": "specific_callback", @@ -35180,25 +36422,26 @@ "status: okay", "31" ], - "asctime": "2025-03-23 16:47:09,572", - "created": 1742744829.5728452, + "asctime": "2025-08-15 21:42:04,525", + "created": 1755286924.5259671, "exc_text": null, "filename": "__init__.py", "funcName": "__log_msg__", "levelname": "INFO", "levelno": 20, - "lineno": 445, + "lineno": 438, "message": "prot-client: TX -> service: read data request, data_id: 0, status: okay, data: \"31\"", "module": "__init__", - "msecs": 572.0, + "msecs": 525.0, "msg": "%s %s %s, %s, data: \"%s\"", "name": "socket_protocol.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/socket_protocol/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/socket_protocol/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 13476.531982421875, + "relativeCreated": 13508.300643, "stack_info": null, - "thread": 140631409799232, + "taskName": null, + "thread": 140181752467712, "threadName": "MainThread" }, { @@ -35206,25 +36449,26 @@ "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": "2025-03-23 16:47:09,574", - "created": 1742744829.574469, + "asctime": "2025-08-15 21:42:04,526", + "created": 1755286924.5263429, "exc_text": null, "filename": "__init__.py", "funcName": "__tx__", "levelname": "INFO", "levelno": 20, - "lineno": 284, + "lineno": 286, "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": 574.0, + "msecs": 526.0, "msg": "%s TX -> %s", "name": "helpers.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/helpers/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/helpers/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 13478.155851364136, + "relativeCreated": 13508.676437, "stack_info": null, - "thread": 140630214817472, + "taskName": null, + "thread": 140180409280192, "threadName": "Thread-19 (_start)" }, { @@ -35232,25 +36476,26 @@ "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": "2025-03-23 16:47:09,583", - "created": 1742744829.5830495, + "asctime": "2025-08-15 21:42:04,534", + "created": 1755286924.534508, "exc_text": null, "filename": "__init__.py", "funcName": "__rx__", "levelname": "DEBUG", "levelno": 10, - "lineno": 414, + "lineno": 416, "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": 583.0, + "msecs": 534.0, "msg": "%s RX <- %s", "name": "helpers.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/helpers/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/helpers/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 13486.736297607422, + "relativeCreated": 13516.841409, "stack_info": null, - "thread": 140630214817472, + "taskName": null, + "thread": 140180409280192, "threadName": "Thread-19 (_start)" }, { @@ -35258,25 +36503,26 @@ "comm-client:", "(5): 5b f5 78 3a 3e" ], - "asctime": "2025-03-23 16:47:09,583", - "created": 1742744829.583791, + "asctime": "2025-08-15 21:42:04,534", + "created": 1755286924.5347154, "exc_text": null, "filename": "__init__.py", "funcName": "__tx__", "levelname": "INFO", "levelno": 20, - "lineno": 284, + "lineno": 286, "message": "comm-client: TX -> (5): 5b f5 78 3a 3e", "module": "__init__", - "msecs": 583.0, + "msecs": 534.0, "msg": "%s TX -> %s", "name": "helpers.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/helpers/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/helpers/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 13487.477779388428, + "relativeCreated": 13517.048911, "stack_info": null, - "thread": 140630214817472, + "taskName": null, + "thread": 140180409280192, "threadName": "Thread-19 (_start)" }, { @@ -35284,25 +36530,26 @@ "comm-server:", "(5): 5b f5 78 3a 3e" ], - "asctime": "2025-03-23 16:47:09,584", - "created": 1742744829.5848448, + "asctime": "2025-08-15 21:42:04,535", + "created": 1755286924.5355668, "exc_text": null, "filename": "__init__.py", "funcName": "__rx__", "levelname": "DEBUG", "levelno": 10, - "lineno": 414, + "lineno": 416, "message": "comm-server: RX <- (5): 5b f5 78 3a 3e", "module": "__init__", - "msecs": 584.0, + "msecs": 535.0, "msg": "%s RX <- %s", "name": "helpers.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/helpers/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/helpers/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 13488.531589508057, + "relativeCreated": 13517.900213, "stack_info": null, - "thread": 140630214817472, + "taskName": null, + "thread": 140180409280192, "threadName": "Thread-19 (_start)" }, { @@ -35313,25 +36560,26 @@ "status: okay", "31" ], - "asctime": "2025-03-23 16:47:09,585", - "created": 1742744829.5855324, + "asctime": "2025-08-15 21:42:04,535", + "created": 1755286924.535781, "exc_text": null, "filename": "__init__.py", "funcName": "__log_msg__", "levelname": "INFO", "levelno": 20, - "lineno": 445, + "lineno": 438, "message": "prot-server: RX <- service: read data request, data_id: 0, status: okay, data: \"31\"", "module": "__init__", - "msecs": 585.0, + "msecs": 535.0, "msg": "%s %s %s, %s, data: \"%s\"", "name": "socket_protocol.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/socket_protocol/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/socket_protocol/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 13489.219188690186, + "relativeCreated": 13518.114198, "stack_info": null, - "thread": 140630214817472, + "taskName": null, + "thread": 140180409280192, "threadName": "Thread-19 (_start)" }, { @@ -35339,48 +36587,50 @@ "prot-server:", "__callback_error__" ], - "asctime": "2025-03-23 16:47:09,585", - "created": 1742744829.5857873, + "asctime": "2025-08-15 21:42:04,535", + "created": 1755286924.5358663, "exc_text": null, "filename": "__init__.py", "funcName": "__data_available_callback__", "levelname": "DEBUG", "levelno": 10, - "lineno": 488, + "lineno": 481, "message": "prot-server: Executing callback __callback_error__ to process received data", "module": "__init__", - "msecs": 585.0, + "msecs": 535.0, "msg": "%s Executing callback %s to process received data", "name": "socket_protocol.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/socket_protocol/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/socket_protocol/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 13489.474058151245, + "relativeCreated": 13518.199935, "stack_info": null, - "thread": 140630214817472, + "taskName": null, + "thread": 140180409280192, "threadName": "Thread-19 (_start)" }, { "args": [], - "asctime": "2025-03-23 16:47:09,586", - "created": 1742744829.5860357, + "asctime": "2025-08-15 21:42:04,535", + "created": 1755286924.535965, "exc_text": null, "filename": "__init__.py", "funcName": "__data_available_callback__", "levelname": "ERROR", "levelno": 40, - "lineno": 492, + "lineno": 485, "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": 586.0, + "msecs": 535.0, "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": "socket_protocol.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/socket_protocol/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/socket_protocol/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 13489.722490310669, + "relativeCreated": 13518.298444, "stack_info": null, - "thread": 140630214817472, + "taskName": null, + "thread": 140180409280192, "threadName": "Thread-19 (_start)" }, { @@ -35391,25 +36641,26 @@ "status: callback error", "None" ], - "asctime": "2025-03-23 16:47:09,586", - "created": 1742744829.5863383, + "asctime": "2025-08-15 21:42:04,536", + "created": 1755286924.5360615, "exc_text": null, "filename": "__init__.py", "funcName": "__log_msg__", "levelname": "ERROR", "levelno": 40, - "lineno": 445, + "lineno": 438, "message": "prot-server: TX -> service: read data response, data_id: 0, status: callback error, data: \"None\"", "module": "__init__", - "msecs": 586.0, + "msecs": 536.0, "msg": "%s %s %s, %s, data: \"%s\"", "name": "socket_protocol.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/socket_protocol/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/socket_protocol/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 13490.025043487549, + "relativeCreated": 13518.394868, "stack_info": null, - "thread": 140630214817472, + "taskName": null, + "thread": 140180409280192, "threadName": "Thread-19 (_start)" }, { @@ -35417,25 +36668,26 @@ "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": "2025-03-23 16:47:09,587", - "created": 1742744829.5871508, + "asctime": "2025-08-15 21:42:04,536", + "created": 1755286924.5363514, "exc_text": null, "filename": "__init__.py", "funcName": "__tx__", "levelname": "INFO", "levelno": 20, - "lineno": 284, + "lineno": 286, "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": 587.0, + "msecs": 536.0, "msg": "%s TX -> %s", "name": "helpers.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/helpers/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/helpers/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 13490.837574005127, + "relativeCreated": 13518.684876, "stack_info": null, - "thread": 140630206424768, + "taskName": null, + "thread": 140180400887488, "threadName": "Thread-20 (_start)" }, { @@ -35443,25 +36695,26 @@ "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": "2025-03-23 16:47:09,595", - "created": 1742744829.5957012, + "asctime": "2025-08-15 21:42:04,544", + "created": 1755286924.5447252, "exc_text": null, "filename": "__init__.py", "funcName": "__rx__", "levelname": "DEBUG", "levelno": 10, - "lineno": 414, + "lineno": 416, "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": 595.0, + "msecs": 544.0, "msg": "%s RX <- %s", "name": "helpers.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/helpers/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/helpers/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 13499.387979507446, + "relativeCreated": 13527.058815, "stack_info": null, - "thread": 140630206424768, + "taskName": null, + "thread": 140180400887488, "threadName": "Thread-20 (_start)" }, { @@ -35469,25 +36722,26 @@ "comm-server:", "(7): 7d a1 a2 87 f3 3a 3e" ], - "asctime": "2025-03-23 16:47:09,596", - "created": 1742744829.596467, + "asctime": "2025-08-15 21:42:04,544", + "created": 1755286924.5449853, "exc_text": null, "filename": "__init__.py", "funcName": "__tx__", "levelname": "INFO", "levelno": 20, - "lineno": 284, + "lineno": 286, "message": "comm-server: TX -> (7): 7d a1 a2 87 f3 3a 3e", "module": "__init__", - "msecs": 596.0, + "msecs": 544.0, "msg": "%s TX -> %s", "name": "helpers.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/helpers/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/helpers/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 13500.15377998352, + "relativeCreated": 13527.318682, "stack_info": null, - "thread": 140630206424768, + "taskName": null, + "thread": 140180400887488, "threadName": "Thread-20 (_start)" }, { @@ -35495,25 +36749,26 @@ "comm-client:", "(7): 7d a1 a2 87 f3 3a 3e" ], - "asctime": "2025-03-23 16:47:09,597", - "created": 1742744829.5977783, + "asctime": "2025-08-15 21:42:04,546", + "created": 1755286924.5461311, "exc_text": null, "filename": "__init__.py", "funcName": "__rx__", "levelname": "DEBUG", "levelno": 10, - "lineno": 414, + "lineno": 416, "message": "comm-client: RX <- (7): 7d a1 a2 87 f3 3a 3e", "module": "__init__", - "msecs": 597.0, + "msecs": 546.0, "msg": "%s RX <- %s", "name": "helpers.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/helpers/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/helpers/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 13501.46508216858, + "relativeCreated": 13528.464554, "stack_info": null, - "thread": 140630206424768, + "taskName": null, + "thread": 140180400887488, "threadName": "Thread-20 (_start)" }, { @@ -35524,72 +36779,75 @@ "status: callback error", "None" ], - "asctime": "2025-03-23 16:47:09,598", - "created": 1742744829.5984788, + "asctime": "2025-08-15 21:42:04,546", + "created": 1755286924.546387, "exc_text": null, "filename": "__init__.py", "funcName": "__log_msg__", "levelname": "ERROR", "levelno": 40, - "lineno": 445, + "lineno": 438, "message": "prot-client: RX <- service: read data response, data_id: 0, status: callback error, data: \"None\"", "module": "__init__", - "msecs": 598.0, + "msecs": 546.0, "msg": "%s %s %s, %s, data: \"%s\"", "name": "socket_protocol.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/socket_protocol/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/socket_protocol/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 13502.16555595398, + "relativeCreated": 13528.720462, "stack_info": null, - "thread": 140630206424768, + "taskName": null, + "thread": 140180400887488, "threadName": "Thread-20 (_start)" }, { "args": [ "prot-client:" ], - "asctime": "2025-03-23 16:47:09,598", - "created": 1742744829.5987527, + "asctime": "2025-08-15 21:42:04,546", + "created": 1755286924.5464942, "exc_text": null, "filename": "__init__.py", "funcName": "__buffer_received_data__", "levelname": "DEBUG", "levelno": 10, - "lineno": 392, + "lineno": 385, "message": "prot-client: Message data is stored in buffer and is now ready to be retrieved by receive method", "module": "__init__", - "msecs": 598.0, + "msecs": 546.0, "msg": "%s Message data is stored in buffer and is now ready to be retrieved by receive method", "name": "socket_protocol.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/socket_protocol/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/socket_protocol/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 13502.439498901367, + "relativeCreated": 13528.827542, "stack_info": null, - "thread": 140630206424768, + "taskName": null, + "thread": 140180400887488, "threadName": "Thread-20 (_start)" } ], - "msecs": 774.0, + "msecs": 726.0, "msg": "Transfering data", "name": "__tLogger__", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/tests/test_callbacks.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/tests/test_callbacks.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 13678.279638290405, + "relativeCreated": 13709.294534, "stack_info": null, - "thread": 140631409799232, + "taskName": null, + "thread": 140181752467712, "threadName": "MainThread", - "time_consumption": 0.17584013938903809 + "time_consumption": 0.180466890335083 }, { "args": [ "{'data_id': 0, 'service_id': 10, 'status': 0, 'data': 31}", "" ], - "asctime": "2025-03-23 16:47:09,775", - "created": 1742744829.775694, + "asctime": "2025-08-15 21:42:04,728", + "created": 1755286924.728032, "exc_text": null, "filename": "test.py", "funcName": "equivalency_chk", @@ -35605,8 +36863,8 @@ "{'data_id': 0, 'service_id': 10, 'status': 0, 'data': 31}", "" ], - "asctime": "2025-03-23 16:47:09,775", - "created": 1742744829.775215, + "asctime": "2025-08-15 21:42:04,727", + "created": 1755286924.727531, "exc_text": null, "filename": "test.py", "funcName": "__report_result__", @@ -35615,15 +36873,16 @@ "lineno": 22, "message": "Result (Message stored inside callback): {'data_id': 0, 'service_id': 10, 'status': 0, 'data': 31} ()", "module": "test", - "msecs": 775.0, + "msecs": 727.0, "msg": "Result (%s): %s (%s)", "name": "__unittest__", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/unittest/test.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/unittest/test.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 13678.901672363281, + "relativeCreated": 13709.864517, "stack_info": null, - "thread": 140631409799232, + "taskName": null, + "thread": 140181752467712, "threadName": "MainThread" }, { @@ -35633,8 +36892,8 @@ "{'data': 31, 'data_id': 0, 'service_id': 10, 'status': 0}", "" ], - "asctime": "2025-03-23 16:47:09,775", - "created": 1742744829.7754753, + "asctime": "2025-08-15 21:42:04,727", + "created": 1755286924.7277777, "exc_text": null, "filename": "test.py", "funcName": "__report_expectation__", @@ -35643,37 +36902,39 @@ "lineno": 26, "message": "Expectation (Message stored inside callback): result = {'data': 31, 'data_id': 0, 'service_id': 10, 'status': 0} ()", "module": "test", - "msecs": 775.0, + "msecs": 727.0, "msg": "Expectation (%s): result %s %s (%s)", "name": "__unittest__", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/unittest/test.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/unittest/test.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 13679.16202545166, + "relativeCreated": 13710.111332, "stack_info": null, - "thread": 140631409799232, + "taskName": null, + "thread": 140181752467712, "threadName": "MainThread" } ], - "msecs": 775.0, + "msecs": 728.0, "msg": "Message stored inside callback is correct (Content %s and Type is %s).", "name": "__tLogger__", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/unittest/test.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/unittest/test.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 13679.380655288696, + "relativeCreated": 13710.365427, "stack_info": null, - "thread": 140631409799232, + "taskName": null, + "thread": 140181752467712, "threadName": "MainThread", - "time_consumption": 0.0002186298370361328 + "time_consumption": 0.0002543926239013672 }, { "args": [ "{'data_id': 0, 'service_id': 11, 'status': 2, 'data': None}", "" ], - "asctime": "2025-03-23 16:47:09,776", - "created": 1742744829.7764642, + "asctime": "2025-08-15 21:42:04,728", + "created": 1755286924.728736, "exc_text": null, "filename": "test.py", "funcName": "equivalency_chk", @@ -35689,8 +36950,8 @@ "{'data_id': 0, 'service_id': 11, 'status': 2, 'data': None}", "" ], - "asctime": "2025-03-23 16:47:09,776", - "created": 1742744829.7760172, + "asctime": "2025-08-15 21:42:04,728", + "created": 1755286924.7283502, "exc_text": null, "filename": "test.py", "funcName": "__report_result__", @@ -35699,15 +36960,16 @@ "lineno": 22, "message": "Result (Message received by client): {'data_id': 0, 'service_id': 11, 'status': 2, 'data': None} ()", "module": "test", - "msecs": 776.0, + "msecs": 728.0, "msg": "Result (%s): %s (%s)", "name": "__unittest__", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/unittest/test.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/unittest/test.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 13679.703950881958, + "relativeCreated": 13710.683569, "stack_info": null, - "thread": 140631409799232, + "taskName": null, + "thread": 140181752467712, "threadName": "MainThread" }, { @@ -35717,8 +36979,8 @@ "{'data': None, 'data_id': 0, 'service_id': 11, 'status': 2}", "" ], - "asctime": "2025-03-23 16:47:09,776", - "created": 1742744829.7762525, + "asctime": "2025-08-15 21:42:04,728", + "created": 1755286924.7285466, "exc_text": null, "filename": "test.py", "funcName": "__report_expectation__", @@ -35727,34 +36989,36 @@ "lineno": 26, "message": "Expectation (Message received by client): result = {'data': None, 'data_id': 0, 'service_id': 11, 'status': 2} ()", "module": "test", - "msecs": 776.0, + "msecs": 728.0, "msg": "Expectation (%s): result %s %s (%s)", "name": "__unittest__", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/unittest/test.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/unittest/test.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 13679.939270019531, + "relativeCreated": 13710.880004, "stack_info": null, - "thread": 140631409799232, + "taskName": null, + "thread": 140181752467712, "threadName": "MainThread" } ], - "msecs": 776.0, + "msecs": 728.0, "msg": "Message received by client is correct (Content %s and Type is %s).", "name": "__tLogger__", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/unittest/test.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/unittest/test.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 13680.150985717773, + "relativeCreated": 13711.069566, "stack_info": null, - "thread": 140631409799232, + "taskName": null, + "thread": 140181752467712, "threadName": "MainThread", - "time_consumption": 0.0002117156982421875 + "time_consumption": 0.00018930435180664062 }, { "args": [], - "asctime": "2025-03-23 16:47:09,777", - "created": 1742744829.777058, + "asctime": "2025-08-15 21:42:04,729", + "created": 1755286924.7293208, "exc_text": null, "filename": "test_callbacks.py", "funcName": "specific_callback", @@ -35771,44 +37035,46 @@ "10", "0" ], - "asctime": "2025-03-23 16:47:09,776", - "created": 1742744829.7768407, + "asctime": "2025-08-15 21:42:04,729", + "created": 1755286924.729095, "exc_text": null, "filename": "__init__.py", "funcName": "add", "levelname": "WARNING", "levelno": 30, - "lineno": 164, + "lineno": 161, "message": "prot-server: Deleting existing callback '__callback_error__' for service_id (10) and data_id (0)!", "module": "__init__", - "msecs": 776.0, + "msecs": 729.0, "msg": "%s Deleting existing callback %s for service_id (%s) and data_id (%s)!", "name": "socket_protocol.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/socket_protocol/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/socket_protocol/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 13680.527448654175, + "relativeCreated": 13711.428314, "stack_info": null, - "thread": 140631409799232, + "taskName": null, + "thread": 140181752467712, "threadName": "MainThread" } ], - "msecs": 777.0, + "msecs": 729.0, "msg": "Removing the registered Callback", "name": "__tLogger__", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/tests/test_callbacks.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/tests/test_callbacks.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 13680.744647979736, + "relativeCreated": 13711.654115, "stack_info": null, - "thread": 140631409799232, + "taskName": null, + "thread": 140181752467712, "threadName": "MainThread", - "time_consumption": 0.00021719932556152344 + "time_consumption": 0.0002257823944091797 }, { "args": [], - "asctime": "2025-03-23 16:47:09,979", - "created": 1742744829.9792504, + "asctime": "2025-08-15 21:42:04,930", + "created": 1755286924.9308832, "exc_text": null, "filename": "test_callbacks.py", "funcName": "specific_callback", @@ -35826,25 +37092,26 @@ "status: okay", "31" ], - "asctime": "2025-03-23 16:47:09,777", - "created": 1742744829.7774758, + "asctime": "2025-08-15 21:42:04,729", + "created": 1755286924.7298415, "exc_text": null, "filename": "__init__.py", "funcName": "__log_msg__", "levelname": "INFO", "levelno": 20, - "lineno": 445, + "lineno": 438, "message": "prot-client: TX -> service: read data request, data_id: 0, status: okay, data: \"31\"", "module": "__init__", - "msecs": 777.0, + "msecs": 729.0, "msg": "%s %s %s, %s, data: \"%s\"", "name": "socket_protocol.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/socket_protocol/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/socket_protocol/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 13681.162595748901, + "relativeCreated": 13712.174733, "stack_info": null, - "thread": 140631409799232, + "taskName": null, + "thread": 140181752467712, "threadName": "MainThread" }, { @@ -35852,25 +37119,26 @@ "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": "2025-03-23 16:47:09,779", - "created": 1742744829.7793462, + "asctime": "2025-08-15 21:42:04,730", + "created": 1755286924.7308347, "exc_text": null, "filename": "__init__.py", "funcName": "__tx__", "levelname": "INFO", "levelno": 20, - "lineno": 284, + "lineno": 286, "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": 779.0, + "msecs": 730.0, "msg": "%s TX -> %s", "name": "helpers.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/helpers/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/helpers/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 13683.032989501953, + "relativeCreated": 13713.168199, "stack_info": null, - "thread": 140630214817472, + "taskName": null, + "thread": 140180409280192, "threadName": "Thread-19 (_start)" }, { @@ -35878,25 +37146,26 @@ "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": "2025-03-23 16:47:09,787", - "created": 1742744829.7879734, + "asctime": "2025-08-15 21:42:04,739", + "created": 1755286924.7392516, "exc_text": null, "filename": "__init__.py", "funcName": "__rx__", "levelname": "DEBUG", "levelno": 10, - "lineno": 414, + "lineno": 416, "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": 787.0, + "msecs": 739.0, "msg": "%s RX <- %s", "name": "helpers.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/helpers/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/helpers/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 13691.660165786743, + "relativeCreated": 13721.585218, "stack_info": null, - "thread": 140630214817472, + "taskName": null, + "thread": 140180409280192, "threadName": "Thread-19 (_start)" }, { @@ -35904,25 +37173,26 @@ "comm-client:", "(5): 5b f5 78 3a 3e" ], - "asctime": "2025-03-23 16:47:09,788", - "created": 1742744829.7888222, + "asctime": "2025-08-15 21:42:04,739", + "created": 1755286924.7397544, "exc_text": null, "filename": "__init__.py", "funcName": "__tx__", "levelname": "INFO", "levelno": 20, - "lineno": 284, + "lineno": 286, "message": "comm-client: TX -> (5): 5b f5 78 3a 3e", "module": "__init__", - "msecs": 788.0, + "msecs": 739.0, "msg": "%s TX -> %s", "name": "helpers.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/helpers/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/helpers/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 13692.508935928345, + "relativeCreated": 13722.087945, "stack_info": null, - "thread": 140630214817472, + "taskName": null, + "thread": 140180409280192, "threadName": "Thread-19 (_start)" }, { @@ -35930,25 +37200,26 @@ "comm-server:", "(5): 5b f5 78 3a 3e" ], - "asctime": "2025-03-23 16:47:09,789", - "created": 1742744829.789903, + "asctime": "2025-08-15 21:42:04,740", + "created": 1755286924.7407637, "exc_text": null, "filename": "__init__.py", "funcName": "__rx__", "levelname": "DEBUG", "levelno": 10, - "lineno": 414, + "lineno": 416, "message": "comm-server: RX <- (5): 5b f5 78 3a 3e", "module": "__init__", - "msecs": 789.0, + "msecs": 740.0, "msg": "%s RX <- %s", "name": "helpers.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/helpers/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/helpers/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 13693.589687347412, + "relativeCreated": 13723.097215, "stack_info": null, - "thread": 140630214817472, + "taskName": null, + "thread": 140180409280192, "threadName": "Thread-19 (_start)" }, { @@ -35959,50 +37230,52 @@ "status: okay", "31" ], - "asctime": "2025-03-23 16:47:09,790", - "created": 1742744829.790724, + "asctime": "2025-08-15 21:42:04,741", + "created": 1755286924.7413077, "exc_text": null, "filename": "__init__.py", "funcName": "__log_msg__", "levelname": "INFO", "levelno": 20, - "lineno": 445, + "lineno": 438, "message": "prot-server: RX <- service: read data request, data_id: 0, status: okay, data: \"31\"", "module": "__init__", - "msecs": 790.0, + "msecs": 741.0, "msg": "%s %s %s, %s, data: \"%s\"", "name": "socket_protocol.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/socket_protocol/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/socket_protocol/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 13694.410800933838, + "relativeCreated": 13723.641036, "stack_info": null, - "thread": 140630214817472, + "taskName": null, + "thread": 140180409280192, "threadName": "Thread-19 (_start)" }, { "args": [ "prot-server:" ], - "asctime": "2025-03-23 16:47:09,791", - "created": 1742744829.791013, + "asctime": "2025-08-15 21:42:04,741", + "created": 1755286924.7415385, "exc_text": null, "filename": "__init__.py", "funcName": "__data_available_callback__", "levelname": "WARNING", "levelno": 30, - "lineno": 484, + "lineno": 477, "message": "prot-server: Incomming message with no registered callback. Sending negative response.", "module": "__init__", - "msecs": 791.0, + "msecs": 741.0, "msg": "%s Incomming message with no registered callback. Sending negative response.", "name": "socket_protocol.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/socket_protocol/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/socket_protocol/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 13694.699764251709, + "relativeCreated": 13723.871879, "stack_info": null, - "thread": 140630214817472, + "taskName": null, + "thread": 140180409280192, "threadName": "Thread-19 (_start)" }, { @@ -36013,25 +37286,26 @@ "status: no callback for service, data buffered", "None" ], - "asctime": "2025-03-23 16:47:09,791", - "created": 1742744829.791345, + "asctime": "2025-08-15 21:42:04,741", + "created": 1755286924.7418127, "exc_text": null, "filename": "__init__.py", "funcName": "__log_msg__", "levelname": "WARNING", "levelno": 30, - "lineno": 445, + "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": 791.0, + "msecs": 741.0, "msg": "%s %s %s, %s, data: \"%s\"", "name": "socket_protocol.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/socket_protocol/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/socket_protocol/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 13695.031642913818, + "relativeCreated": 13724.146293, "stack_info": null, - "thread": 140630214817472, + "taskName": null, + "thread": 140180409280192, "threadName": "Thread-19 (_start)" }, { @@ -36039,25 +37313,26 @@ "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": "2025-03-23 16:47:09,792", - "created": 1742744829.792273, + "asctime": "2025-08-15 21:42:04,742", + "created": 1755286924.7425134, "exc_text": null, "filename": "__init__.py", "funcName": "__tx__", "levelname": "INFO", "levelno": 20, - "lineno": 284, + "lineno": 286, "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": 792.0, + "msecs": 742.0, "msg": "%s TX -> %s", "name": "helpers.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/helpers/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/helpers/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 13695.95980644226, + "relativeCreated": 13724.846923, "stack_info": null, - "thread": 140630206424768, + "taskName": null, + "thread": 140180400887488, "threadName": "Thread-20 (_start)" }, { @@ -36065,25 +37340,26 @@ "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": "2025-03-23 16:47:09,800", - "created": 1742744829.8009574, + "asctime": "2025-08-15 21:42:04,750", + "created": 1755286924.7508724, "exc_text": null, "filename": "__init__.py", "funcName": "__rx__", "levelname": "DEBUG", "levelno": 10, - "lineno": 414, + "lineno": 416, "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": 800.0, + "msecs": 750.0, "msg": "%s RX <- %s", "name": "helpers.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/helpers/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/helpers/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 13704.644203186035, + "relativeCreated": 13733.205701, "stack_info": null, - "thread": 140630206424768, + "taskName": null, + "thread": 140180400887488, "threadName": "Thread-20 (_start)" }, { @@ -36091,25 +37367,26 @@ "comm-server:", "(7): 7d 88 6a 33 01 3a 3e" ], - "asctime": "2025-03-23 16:47:09,801", - "created": 1742744829.8017962, + "asctime": "2025-08-15 21:42:04,751", + "created": 1755286924.75146, "exc_text": null, "filename": "__init__.py", "funcName": "__tx__", "levelname": "INFO", "levelno": 20, - "lineno": 284, + "lineno": 286, "message": "comm-server: TX -> (7): 7d 88 6a 33 01 3a 3e", "module": "__init__", - "msecs": 801.0, + "msecs": 751.0, "msg": "%s TX -> %s", "name": "helpers.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/helpers/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/helpers/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 13705.482959747314, + "relativeCreated": 13733.793598, "stack_info": null, - "thread": 140630206424768, + "taskName": null, + "thread": 140180400887488, "threadName": "Thread-20 (_start)" }, { @@ -36117,25 +37394,26 @@ "comm-client:", "(7): 7d 88 6a 33 01 3a 3e" ], - "asctime": "2025-03-23 16:47:09,803", - "created": 1742744829.8031301, + "asctime": "2025-08-15 21:42:04,752", + "created": 1755286924.7527263, "exc_text": null, "filename": "__init__.py", "funcName": "__rx__", "levelname": "DEBUG", "levelno": 10, - "lineno": 414, + "lineno": 416, "message": "comm-client: RX <- (7): 7d 88 6a 33 01 3a 3e", "module": "__init__", - "msecs": 803.0, + "msecs": 752.0, "msg": "%s RX <- %s", "name": "helpers.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/helpers/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/helpers/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 13706.816911697388, + "relativeCreated": 13735.05965, "stack_info": null, - "thread": 140630206424768, + "taskName": null, + "thread": 140180400887488, "threadName": "Thread-20 (_start)" }, { @@ -36146,72 +37424,75 @@ "status: no callback for service, data buffered", "None" ], - "asctime": "2025-03-23 16:47:09,803", - "created": 1742744829.8039327, + "asctime": "2025-08-15 21:42:04,753", + "created": 1755286924.7533367, "exc_text": null, "filename": "__init__.py", "funcName": "__log_msg__", "levelname": "WARNING", "levelno": 30, - "lineno": 445, + "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": 803.0, + "msecs": 753.0, "msg": "%s %s %s, %s, data: \"%s\"", "name": "socket_protocol.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/socket_protocol/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/socket_protocol/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 13707.619428634644, + "relativeCreated": 13735.669947, "stack_info": null, - "thread": 140630206424768, + "taskName": null, + "thread": 140180400887488, "threadName": "Thread-20 (_start)" }, { "args": [ "prot-client:" ], - "asctime": "2025-03-23 16:47:09,804", - "created": 1742744829.8042438, + "asctime": "2025-08-15 21:42:04,753", + "created": 1755286924.7535882, "exc_text": null, "filename": "__init__.py", "funcName": "__buffer_received_data__", "levelname": "DEBUG", "levelno": 10, - "lineno": 392, + "lineno": 385, "message": "prot-client: Message data is stored in buffer and is now ready to be retrieved by receive method", "module": "__init__", - "msecs": 804.0, + "msecs": 753.0, "msg": "%s Message data is stored in buffer and is now ready to be retrieved by receive method", "name": "socket_protocol.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/socket_protocol/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/socket_protocol/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 13707.930564880371, + "relativeCreated": 13735.92161, "stack_info": null, - "thread": 140630206424768, + "taskName": null, + "thread": 140180400887488, "threadName": "Thread-20 (_start)" } ], - "msecs": 979.0, + "msecs": 930.0, "msg": "Transfering data", "name": "__tLogger__", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/tests/test_callbacks.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/tests/test_callbacks.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 13882.93719291687, + "relativeCreated": 13913.216491, "stack_info": null, - "thread": 140631409799232, + "taskName": null, + "thread": 140181752467712, "threadName": "MainThread", - "time_consumption": 0.17500662803649902 + "time_consumption": 0.17729496955871582 }, { "args": [ "None", "" ], - "asctime": "2025-03-23 16:47:09,980", - "created": 1742744829.980361, + "asctime": "2025-08-15 21:42:04,931", + "created": 1755286924.931892, "exc_text": null, "filename": "test.py", "funcName": "equivalency_chk", @@ -36227,8 +37508,8 @@ "None", "" ], - "asctime": "2025-03-23 16:47:09,979", - "created": 1742744829.9798682, + "asctime": "2025-08-15 21:42:04,931", + "created": 1755286924.931401, "exc_text": null, "filename": "test.py", "funcName": "__report_result__", @@ -36237,15 +37518,16 @@ "lineno": 22, "message": "Result (Message stored inside callback): None ()", "module": "test", - "msecs": 979.0, + "msecs": 931.0, "msg": "Result (%s): %s (%s)", "name": "__unittest__", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/unittest/test.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/unittest/test.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 13883.554935455322, + "relativeCreated": 13913.734439, "stack_info": null, - "thread": 140631409799232, + "taskName": null, + "thread": 140181752467712, "threadName": "MainThread" }, { @@ -36255,8 +37537,8 @@ "None", "" ], - "asctime": "2025-03-23 16:47:09,980", - "created": 1742744829.980112, + "asctime": "2025-08-15 21:42:04,931", + "created": 1755286924.9316442, "exc_text": null, "filename": "test.py", "funcName": "__report_expectation__", @@ -36265,37 +37547,39 @@ "lineno": 26, "message": "Expectation (Message stored inside callback): result = None ()", "module": "test", - "msecs": 980.0, + "msecs": 931.0, "msg": "Expectation (%s): result %s %s (%s)", "name": "__unittest__", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/unittest/test.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/unittest/test.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 13883.798837661743, + "relativeCreated": 13913.977639, "stack_info": null, - "thread": 140631409799232, + "taskName": null, + "thread": 140181752467712, "threadName": "MainThread" } ], - "msecs": 980.0, + "msecs": 931.0, "msg": "Message stored inside callback is correct (Content %s and Type is %s).", "name": "__tLogger__", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/unittest/test.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/unittest/test.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 13884.047746658325, + "relativeCreated": 13914.225367, "stack_info": null, - "thread": 140631409799232, + "taskName": null, + "thread": 140181752467712, "threadName": "MainThread", - "time_consumption": 0.00024890899658203125 + "time_consumption": 0.00024771690368652344 }, { "args": [ "{'data_id': 0, 'service_id': 11, 'status': 1, 'data': None}", "" ], - "asctime": "2025-03-23 16:47:09,981", - "created": 1742744829.981103, + "asctime": "2025-08-15 21:42:04,932", + "created": 1755286924.9326663, "exc_text": null, "filename": "test.py", "funcName": "equivalency_chk", @@ -36311,8 +37595,8 @@ "{'data_id': 0, 'service_id': 11, 'status': 1, 'data': None}", "" ], - "asctime": "2025-03-23 16:47:09,980", - "created": 1742744829.980703, + "asctime": "2025-08-15 21:42:04,932", + "created": 1755286924.932308, "exc_text": null, "filename": "test.py", "funcName": "__report_result__", @@ -36321,15 +37605,16 @@ "lineno": 22, "message": "Result (Message received by client): {'data_id': 0, 'service_id': 11, 'status': 1, 'data': None} ()", "module": "test", - "msecs": 980.0, + "msecs": 932.0, "msg": "Result (%s): %s (%s)", "name": "__unittest__", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/unittest/test.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/unittest/test.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 13884.389877319336, + "relativeCreated": 13914.641358, "stack_info": null, - "thread": 140631409799232, + "taskName": null, + "thread": 140181752467712, "threadName": "MainThread" }, { @@ -36339,8 +37624,8 @@ "{'data': None, 'data_id': 0, 'service_id': 11, 'status': 1}", "" ], - "asctime": "2025-03-23 16:47:09,980", - "created": 1742744829.9809096, + "asctime": "2025-08-15 21:42:04,932", + "created": 1755286924.9324977, "exc_text": null, "filename": "test.py", "funcName": "__report_expectation__", @@ -36349,63 +37634,66 @@ "lineno": 26, "message": "Expectation (Message received by client): result = {'data': None, 'data_id': 0, 'service_id': 11, 'status': 1} ()", "module": "test", - "msecs": 980.0, + "msecs": 932.0, "msg": "Expectation (%s): result %s %s (%s)", "name": "__unittest__", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/unittest/test.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/unittest/test.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 13884.596347808838, + "relativeCreated": 13914.831077, "stack_info": null, - "thread": 140631409799232, + "taskName": null, + "thread": 140181752467712, "threadName": "MainThread" } ], - "msecs": 981.0, + "msecs": 932.0, "msg": "Message received by client is correct (Content %s and Type is %s).", "name": "__tLogger__", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/unittest/test.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/unittest/test.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 13884.78970527649, + "relativeCreated": 13914.999894, "stack_info": null, - "thread": 140631409799232, + "taskName": null, + "thread": 140181752467712, "threadName": "MainThread", - "time_consumption": 0.0001933574676513672 + "time_consumption": 0.0001685619354248047 } ], - "thread": 140631409799232, + "thread": 140181752467712, "threadName": "MainThread", - "time_consumption": 0.9725790023803711, - "time_finished": "2025-03-23 16:47:09,981", - "time_start": "2025-03-23 16:47:09,008" + "time_consumption": 0.9658594131469727, + "time_finished": "2025-08-15 21:42:04,932", + "time_start": "2025-08-15 21:42:03,966" }, "REQ-0014": { "args": null, - "asctime": "2025-03-23 16:46:58,843", - "created": 1742744818.8436654, + "asctime": "2025-08-15 21:41:53,832", + "created": 1755286913.8320117, "exc_text": null, "filename": "__init__.py", "funcName": "testCase", "levelname": "INFO", "levelno": 20, - "lineno": 327, + "lineno": 331, "message": "REQ-0014", "module": "__init__", "moduleLogger": [], - "msecs": 843.0, + "msecs": 832.0, "msg": "REQ-0014", "name": "__tLogger__", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/report/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/report/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 2747.352123260498, + "relativeCreated": 2814.345102, "stack_info": null, + "taskName": null, "testcaseLogger": [ { "args": [], - "asctime": "2025-03-23 16:46:58,853", - "created": 1742744818.853462, + "asctime": "2025-08-15 21:41:53,841", + "created": 1755286913.8418646, "exc_text": null, "filename": "test_helpers.py", "funcName": "set_up_socket_protocol", @@ -36419,100 +37707,104 @@ "args": [ "comm-client:" ], - "asctime": "2025-03-23 16:46:58,845", - "created": 1742744818.845182, + "asctime": "2025-08-15 21:41:53,833", + "created": 1755286913.8332348, "exc_text": null, "filename": "__init__.py", "funcName": "__clean_buffer__", "levelname": "DEBUG", "levelno": 10, - "lineno": 411, + "lineno": 413, "message": "comm-client: Cleaning up receive-buffer", "module": "__init__", - "msecs": 845.0, + "msecs": 833.0, "msg": "%s Cleaning up receive-buffer", "name": "helpers.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/helpers/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/helpers/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 2748.868703842163, + "relativeCreated": 2815.568256, "stack_info": null, - "thread": 140631409799232, + "taskName": null, + "thread": 140181752467712, "threadName": "MainThread" }, { "args": [ "comm-server:" ], - "asctime": "2025-03-23 16:46:58,847", - "created": 1742744818.8473294, + "asctime": "2025-08-15 21:41:53,834", + "created": 1755286913.8342178, "exc_text": null, "filename": "__init__.py", "funcName": "__clean_buffer__", "levelname": "DEBUG", "levelno": 10, - "lineno": 411, + "lineno": 413, "message": "comm-server: Cleaning up receive-buffer", "module": "__init__", - "msecs": 847.0, + "msecs": 834.0, "msg": "%s Cleaning up receive-buffer", "name": "helpers.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/helpers/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/helpers/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 2751.016139984131, + "relativeCreated": 2816.551203, "stack_info": null, - "thread": 140631409799232, + "taskName": null, + "thread": 140181752467712, "threadName": "MainThread" }, { "args": [ "comm-server:" ], - "asctime": "2025-03-23 16:46:58,847", - "created": 1742744818.8476548, + "asctime": "2025-08-15 21:41:53,834", + "created": 1755286913.8344414, "exc_text": null, "filename": "__init__.py", "funcName": "__init__", "levelname": "INFO", "levelno": 20, - "lineno": 520, + "lineno": 522, "message": "comm-server: Waiting for incomming connection", "module": "__init__", - "msecs": 847.0, + "msecs": 834.0, "msg": "%s Waiting for incomming connection", "name": "helpers.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/helpers/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/helpers/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 2751.3415813446045, + "relativeCreated": 2816.774799, "stack_info": null, - "thread": 140631409799232, + "taskName": null, + "thread": 140181752467712, "threadName": "MainThread" }, { "args": [ "prot-server:" ], - "asctime": "2025-03-23 16:46:58,848", - "created": 1742744818.8480625, + "asctime": "2025-08-15 21:41:53,834", + "created": 1755286913.8347683, "exc_text": null, "filename": "__init__.py", "funcName": "__clean_receive_buffer__", "levelname": "DEBUG", "levelno": 10, - "lineno": 434, + "lineno": 427, "message": "prot-server: Cleaning up receive-buffer", "module": "__init__", - "msecs": 848.0, + "msecs": 834.0, "msg": "%s Cleaning up receive-buffer", "name": "socket_protocol.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/socket_protocol/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/socket_protocol/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 2751.749277114868, + "relativeCreated": 2817.101807, "stack_info": null, - "thread": 140631409799232, + "taskName": null, + "thread": 140181752467712, "threadName": "MainThread" }, { @@ -36521,25 +37813,26 @@ "authentification request", "authentification response" ], - "asctime": "2025-03-23 16:46:58,848", - "created": 1742744818.8482997, + "asctime": "2025-08-15 21:41:53,834", + "created": 1755286913.834956, "exc_text": null, "filename": "__init__.py", "funcName": "add_service", "levelname": "DEBUG", "levelno": 10, - "lineno": 597, + "lineno": 590, "message": "prot-server: Adding Service with Request=authentification request and Response=authentification response", "module": "__init__", - "msecs": 848.0, + "msecs": 834.0, "msg": "%s Adding Service with Request=%s and Response=%s", "name": "socket_protocol.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/socket_protocol/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/socket_protocol/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 2751.986503601074, + "relativeCreated": 2817.289409, "stack_info": null, - "thread": 140631409799232, + "taskName": null, + "thread": 140181752467712, "threadName": "MainThread" }, { @@ -36547,25 +37840,26 @@ "prot-server:", "service: authentification request, data_id: seed" ], - "asctime": "2025-03-23 16:46:58,848", - "created": 1742744818.8485792, + "asctime": "2025-08-15 21:41:53,835", + "created": 1755286913.8351574, "exc_text": null, "filename": "__init__.py", "funcName": "add_msg_to_auth_whitelist_", "levelname": "DEBUG", "levelno": 10, - "lineno": 571, + "lineno": 564, "message": "prot-server: Adding Message (service: authentification request, data_id: seed) to the authentification whitelist", "module": "__init__", - "msecs": 848.0, + "msecs": 835.0, "msg": "%s Adding Message (%s) to the authentification whitelist", "name": "socket_protocol.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/socket_protocol/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/socket_protocol/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 2752.2659301757812, + "relativeCreated": 2817.491064, "stack_info": null, - "thread": 140631409799232, + "taskName": null, + "thread": 140181752467712, "threadName": "MainThread" }, { @@ -36573,25 +37867,26 @@ "prot-server:", "service: authentification response, data_id: seed" ], - "asctime": "2025-03-23 16:46:58,848", - "created": 1742744818.8487918, + "asctime": "2025-08-15 21:41:53,835", + "created": 1755286913.835306, "exc_text": null, "filename": "__init__.py", "funcName": "add_msg_to_auth_whitelist_", "levelname": "DEBUG", "levelno": 10, - "lineno": 571, + "lineno": 564, "message": "prot-server: Adding Message (service: authentification response, data_id: seed) to the authentification whitelist", "module": "__init__", - "msecs": 848.0, + "msecs": 835.0, "msg": "%s Adding Message (%s) to the authentification whitelist", "name": "socket_protocol.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/socket_protocol/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/socket_protocol/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 2752.47859954834, + "relativeCreated": 2817.639418, "stack_info": null, - "thread": 140631409799232, + "taskName": null, + "thread": 140181752467712, "threadName": "MainThread" }, { @@ -36599,25 +37894,26 @@ "prot-server:", "service: authentification request, data_id: key" ], - "asctime": "2025-03-23 16:46:58,848", - "created": 1742744818.8489904, + "asctime": "2025-08-15 21:41:53,835", + "created": 1755286913.8354487, "exc_text": null, "filename": "__init__.py", "funcName": "add_msg_to_auth_whitelist_", "levelname": "DEBUG", "levelno": 10, - "lineno": 571, + "lineno": 564, "message": "prot-server: Adding Message (service: authentification request, data_id: key) to the authentification whitelist", "module": "__init__", - "msecs": 848.0, + "msecs": 835.0, "msg": "%s Adding Message (%s) to the authentification whitelist", "name": "socket_protocol.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/socket_protocol/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/socket_protocol/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 2752.6772022247314, + "relativeCreated": 2817.78235, "stack_info": null, - "thread": 140631409799232, + "taskName": null, + "thread": 140181752467712, "threadName": "MainThread" }, { @@ -36625,25 +37921,26 @@ "prot-server:", "service: authentification response, data_id: key" ], - "asctime": "2025-03-23 16:46:58,849", - "created": 1742744818.8491993, + "asctime": "2025-08-15 21:41:53,835", + "created": 1755286913.8355827, "exc_text": null, "filename": "__init__.py", "funcName": "add_msg_to_auth_whitelist_", "levelname": "DEBUG", "levelno": 10, - "lineno": 571, + "lineno": 564, "message": "prot-server: Adding Message (service: authentification response, data_id: key) to the authentification whitelist", "module": "__init__", - "msecs": 849.0, + "msecs": 835.0, "msg": "%s Adding Message (%s) to the authentification whitelist", "name": "socket_protocol.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/socket_protocol/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/socket_protocol/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 2752.8860569000244, + "relativeCreated": 2817.916256, "stack_info": null, - "thread": 140631409799232, + "taskName": null, + "thread": 140181752467712, "threadName": "MainThread" }, { @@ -36653,25 +37950,26 @@ "0", "0" ], - "asctime": "2025-03-23 16:46:58,849", - "created": 1742744818.849414, + "asctime": "2025-08-15 21:41:53,835", + "created": 1755286913.8357315, "exc_text": null, "filename": "__init__.py", "funcName": "add", "levelname": "DEBUG", "levelno": 10, - "lineno": 172, + "lineno": 169, "message": "prot-server: Adding callback '__authentificate_create_seed__' for SID=0 and DID=0", "module": "__init__", - "msecs": 849.0, + "msecs": 835.0, "msg": "%s Adding callback %s for SID=%s and DID=%s", "name": "socket_protocol.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/socket_protocol/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/socket_protocol/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 2753.100872039795, + "relativeCreated": 2818.064907, "stack_info": null, - "thread": 140631409799232, + "taskName": null, + "thread": 140181752467712, "threadName": "MainThread" }, { @@ -36681,25 +37979,26 @@ "1", "0" ], - "asctime": "2025-03-23 16:46:58,849", - "created": 1742744818.8496296, + "asctime": "2025-08-15 21:41:53,835", + "created": 1755286913.8358874, "exc_text": null, "filename": "__init__.py", "funcName": "add", "levelname": "DEBUG", "levelno": 10, - "lineno": 172, + "lineno": 169, "message": "prot-server: Adding callback '__authentificate_create_key__' for SID=1 and DID=0", "module": "__init__", - "msecs": 849.0, + "msecs": 835.0, "msg": "%s Adding callback %s for SID=%s and DID=%s", "name": "socket_protocol.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/socket_protocol/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/socket_protocol/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 2753.3164024353027, + "relativeCreated": 2818.220893, "stack_info": null, - "thread": 140631409799232, + "taskName": null, + "thread": 140181752467712, "threadName": "MainThread" }, { @@ -36709,25 +38008,26 @@ "0", "1" ], - "asctime": "2025-03-23 16:46:58,849", - "created": 1742744818.8498561, + "asctime": "2025-08-15 21:41:53,836", + "created": 1755286913.8360364, "exc_text": null, "filename": "__init__.py", "funcName": "add", "levelname": "DEBUG", "levelno": 10, - "lineno": 172, + "lineno": 169, "message": "prot-server: Adding callback '__authentificate_check_key__' for SID=0 and DID=1", "module": "__init__", - "msecs": 849.0, + "msecs": 836.0, "msg": "%s Adding callback %s for SID=%s and DID=%s", "name": "socket_protocol.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/socket_protocol/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/socket_protocol/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 2753.542900085449, + "relativeCreated": 2818.369898, "stack_info": null, - "thread": 140631409799232, + "taskName": null, + "thread": 140181752467712, "threadName": "MainThread" }, { @@ -36737,50 +38037,52 @@ "1", "1" ], - "asctime": "2025-03-23 16:46:58,850", - "created": 1742744818.8501048, + "asctime": "2025-08-15 21:41:53,836", + "created": 1755286913.836181, "exc_text": null, "filename": "__init__.py", "funcName": "add", "levelname": "DEBUG", "levelno": 10, - "lineno": 172, + "lineno": 169, "message": "prot-server: Adding callback '__authentificate_process_feedback__' for SID=1 and DID=1", "module": "__init__", - "msecs": 850.0, + "msecs": 836.0, "msg": "%s Adding callback %s for SID=%s and DID=%s", "name": "socket_protocol.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/socket_protocol/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/socket_protocol/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 2753.791570663452, + "relativeCreated": 2818.514451, "stack_info": null, - "thread": 140631409799232, + "taskName": null, + "thread": 140181752467712, "threadName": "MainThread" }, { "args": [ "prot-server:" ], - "asctime": "2025-03-23 16:46:58,850", - "created": 1742744818.8503594, + "asctime": "2025-08-15 21:41:53,836", + "created": 1755286913.8363113, "exc_text": null, "filename": "__init__.py", "funcName": "__authentification_state_reset__", "levelname": "INFO", "levelno": 20, - "lineno": 380, + "lineno": 373, "message": "prot-server: Resetting authentification state to AUTH_STATE_UNTRUSTED_CONNECTION", "module": "__init__", - "msecs": 850.0, + "msecs": 836.0, "msg": "%s Resetting authentification state to AUTH_STATE_UNTRUSTED_CONNECTION", "name": "socket_protocol.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/socket_protocol/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/socket_protocol/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 2754.0462017059326, + "relativeCreated": 2818.644613, "stack_info": null, - "thread": 140631409799232, + "taskName": null, + "thread": 140181752467712, "threadName": "MainThread" }, { @@ -36789,25 +38091,26 @@ "channel name request", "channel name response" ], - "asctime": "2025-03-23 16:46:58,850", - "created": 1742744818.8505685, + "asctime": "2025-08-15 21:41:53,836", + "created": 1755286913.8364687, "exc_text": null, "filename": "__init__.py", "funcName": "add_service", "levelname": "DEBUG", "levelno": 10, - "lineno": 597, + "lineno": 590, "message": "prot-server: Adding Service with Request=channel name request and Response=channel name response", "module": "__init__", - "msecs": 850.0, + "msecs": 836.0, "msg": "%s Adding Service with Request=%s and Response=%s", "name": "socket_protocol.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/socket_protocol/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/socket_protocol/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 2754.2552947998047, + "relativeCreated": 2818.802167, "stack_info": null, - "thread": 140631409799232, + "taskName": null, + "thread": 140181752467712, "threadName": "MainThread" }, { @@ -36815,25 +38118,26 @@ "prot-server:", "service: channel name request, data_id: name" ], - "asctime": "2025-03-23 16:46:58,850", - "created": 1742744818.8507884, + "asctime": "2025-08-15 21:41:53,836", + "created": 1755286913.8366313, "exc_text": null, "filename": "__init__.py", "funcName": "add_msg_to_auth_whitelist_", "levelname": "DEBUG", "levelno": 10, - "lineno": 571, + "lineno": 564, "message": "prot-server: Adding Message (service: channel name request, data_id: name) to the authentification whitelist", "module": "__init__", - "msecs": 850.0, + "msecs": 836.0, "msg": "%s Adding Message (%s) to the authentification whitelist", "name": "socket_protocol.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/socket_protocol/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/socket_protocol/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 2754.4751167297363, + "relativeCreated": 2818.964762, "stack_info": null, - "thread": 140631409799232, + "taskName": null, + "thread": 140181752467712, "threadName": "MainThread" }, { @@ -36841,25 +38145,26 @@ "prot-server:", "service: channel name response, data_id: name" ], - "asctime": "2025-03-23 16:46:58,850", - "created": 1742744818.850998, + "asctime": "2025-08-15 21:41:53,836", + "created": 1755286913.8367767, "exc_text": null, "filename": "__init__.py", "funcName": "add_msg_to_auth_whitelist_", "levelname": "DEBUG", "levelno": 10, - "lineno": 571, + "lineno": 564, "message": "prot-server: Adding Message (service: channel name response, data_id: name) to the authentification whitelist", "module": "__init__", - "msecs": 850.0, + "msecs": 836.0, "msg": "%s Adding Message (%s) to the authentification whitelist", "name": "socket_protocol.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/socket_protocol/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/socket_protocol/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 2754.6846866607666, + "relativeCreated": 2819.110181, "stack_info": null, - "thread": 140631409799232, + "taskName": null, + "thread": 140181752467712, "threadName": "MainThread" }, { @@ -36869,25 +38174,26 @@ "8", "0" ], - "asctime": "2025-03-23 16:46:58,851", - "created": 1742744818.8512044, + "asctime": "2025-08-15 21:41:53,836", + "created": 1755286913.8369184, "exc_text": null, "filename": "__init__.py", "funcName": "add", "levelname": "DEBUG", "levelno": 10, - "lineno": 172, + "lineno": 169, "message": "prot-server: Adding callback '__channel_name_request__' for SID=8 and DID=0", "module": "__init__", - "msecs": 851.0, + "msecs": 836.0, "msg": "%s Adding callback %s for SID=%s and DID=%s", "name": "socket_protocol.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/socket_protocol/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/socket_protocol/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 2754.8911571502686, + "relativeCreated": 2819.2518, "stack_info": null, - "thread": 140631409799232, + "taskName": null, + "thread": 140181752467712, "threadName": "MainThread" }, { @@ -36897,25 +38203,26 @@ "9", "0" ], - "asctime": "2025-03-23 16:46:58,851", - "created": 1742744818.8514314, + "asctime": "2025-08-15 21:41:53,837", + "created": 1755286913.8370745, "exc_text": null, "filename": "__init__.py", "funcName": "add", "levelname": "DEBUG", "levelno": 10, - "lineno": 172, + "lineno": 169, "message": "prot-server: Adding callback '__channel_name_response__' for SID=9 and DID=0", "module": "__init__", - "msecs": 851.0, + "msecs": 837.0, "msg": "%s Adding callback %s for SID=%s and DID=%s", "name": "socket_protocol.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/socket_protocol/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/socket_protocol/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 2755.1181316375732, + "relativeCreated": 2819.407806, "stack_info": null, - "thread": 140631409799232, + "taskName": null, + "thread": 140181752467712, "threadName": "MainThread" }, { @@ -36924,25 +38231,26 @@ "read data request", "read data response" ], - "asctime": "2025-03-23 16:46:58,851", - "created": 1742744818.85163, + "asctime": "2025-08-15 21:41:53,837", + "created": 1755286913.8372142, "exc_text": null, "filename": "__init__.py", "funcName": "add_service", "levelname": "DEBUG", "levelno": 10, - "lineno": 597, + "lineno": 590, "message": "prot-server: Adding Service with Request=read data request and Response=read data response", "module": "__init__", - "msecs": 851.0, + "msecs": 837.0, "msg": "%s Adding Service with Request=%s and Response=%s", "name": "socket_protocol.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/socket_protocol/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/socket_protocol/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 2755.316734313965, + "relativeCreated": 2819.547671, "stack_info": null, - "thread": 140631409799232, + "taskName": null, + "thread": 140181752467712, "threadName": "MainThread" }, { @@ -36951,25 +38259,26 @@ "write data request", "write data response" ], - "asctime": "2025-03-23 16:46:58,851", - "created": 1742744818.8518152, + "asctime": "2025-08-15 21:41:53,837", + "created": 1755286913.8373442, "exc_text": null, "filename": "__init__.py", "funcName": "add_service", "levelname": "DEBUG", "levelno": 10, - "lineno": 597, + "lineno": 590, "message": "prot-server: Adding Service with Request=write data request and Response=write data response", "module": "__init__", - "msecs": 851.0, + "msecs": 837.0, "msg": "%s Adding Service with Request=%s and Response=%s", "name": "socket_protocol.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/socket_protocol/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/socket_protocol/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 2755.5019855499268, + "relativeCreated": 2819.677728, "stack_info": null, - "thread": 140631409799232, + "taskName": null, + "thread": 140181752467712, "threadName": "MainThread" }, { @@ -36978,75 +38287,78 @@ "execute request", "execute response" ], - "asctime": "2025-03-23 16:46:58,851", - "created": 1742744818.8519974, + "asctime": "2025-08-15 21:41:53,837", + "created": 1755286913.8374736, "exc_text": null, "filename": "__init__.py", "funcName": "add_service", "levelname": "DEBUG", "levelno": 10, - "lineno": 597, + "lineno": 590, "message": "prot-server: Adding Service with Request=execute request and Response=execute response", "module": "__init__", - "msecs": 851.0, + "msecs": 837.0, "msg": "%s Adding Service with Request=%s and Response=%s", "name": "socket_protocol.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/socket_protocol/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/socket_protocol/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 2755.6841373443604, + "relativeCreated": 2819.806872, "stack_info": null, - "thread": 140631409799232, + "taskName": null, + "thread": 140181752467712, "threadName": "MainThread" }, { "args": [ "prot-server:" ], - "asctime": "2025-03-23 16:46:58,852", - "created": 1742744818.8521988, + "asctime": "2025-08-15 21:41:53,837", + "created": 1755286913.837647, "exc_text": null, "filename": "__init__.py", "funcName": "__init__", "levelname": "INFO", "levelno": 20, - "lineno": 340, + "lineno": 333, "message": "prot-server: Initialisation finished.", "module": "__init__", - "msecs": 852.0, + "msecs": 837.0, "msg": "%s Initialisation finished.", "name": "socket_protocol.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/socket_protocol/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/socket_protocol/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 2755.885601043701, + "relativeCreated": 2819.980361, "stack_info": null, - "thread": 140631409799232, + "taskName": null, + "thread": 140181752467712, "threadName": "MainThread" }, { "args": [ "prot-client:" ], - "asctime": "2025-03-23 16:46:58,852", - "created": 1742744818.8523011, + "asctime": "2025-08-15 21:41:53,837", + "created": 1755286913.8379848, "exc_text": null, "filename": "__init__.py", "funcName": "__clean_receive_buffer__", "levelname": "DEBUG", "levelno": 10, - "lineno": 434, + "lineno": 427, "message": "prot-client: Cleaning up receive-buffer", "module": "__init__", - "msecs": 852.0, + "msecs": 837.0, "msg": "%s Cleaning up receive-buffer", "name": "socket_protocol.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/socket_protocol/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/socket_protocol/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 2755.9878826141357, + "relativeCreated": 2820.318303, "stack_info": null, - "thread": 140631409799232, + "taskName": null, + "thread": 140181752467712, "threadName": "MainThread" }, { @@ -37055,25 +38367,26 @@ "authentification request", "authentification response" ], - "asctime": "2025-03-23 16:46:58,852", - "created": 1742744818.852359, + "asctime": "2025-08-15 21:41:53,838", + "created": 1755286913.8382518, "exc_text": null, "filename": "__init__.py", "funcName": "add_service", "levelname": "DEBUG", "levelno": 10, - "lineno": 597, + "lineno": 590, "message": "prot-client: Adding Service with Request=authentification request and Response=authentification response", "module": "__init__", - "msecs": 852.0, + "msecs": 838.0, "msg": "%s Adding Service with Request=%s and Response=%s", "name": "socket_protocol.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/socket_protocol/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/socket_protocol/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 2756.0458183288574, + "relativeCreated": 2820.585144, "stack_info": null, - "thread": 140631409799232, + "taskName": null, + "thread": 140181752467712, "threadName": "MainThread" }, { @@ -37081,25 +38394,26 @@ "prot-client:", "service: authentification request, data_id: seed" ], - "asctime": "2025-03-23 16:46:58,852", - "created": 1742744818.8524313, + "asctime": "2025-08-15 21:41:53,838", + "created": 1755286913.8385327, "exc_text": null, "filename": "__init__.py", "funcName": "add_msg_to_auth_whitelist_", "levelname": "DEBUG", "levelno": 10, - "lineno": 571, + "lineno": 564, "message": "prot-client: Adding Message (service: authentification request, data_id: seed) to the authentification whitelist", "module": "__init__", - "msecs": 852.0, + "msecs": 838.0, "msg": "%s Adding Message (%s) to the authentification whitelist", "name": "socket_protocol.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/socket_protocol/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/socket_protocol/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 2756.118059158325, + "relativeCreated": 2820.866033, "stack_info": null, - "thread": 140631409799232, + "taskName": null, + "thread": 140181752467712, "threadName": "MainThread" }, { @@ -37107,25 +38421,26 @@ "prot-client:", "service: authentification response, data_id: seed" ], - "asctime": "2025-03-23 16:46:58,852", - "created": 1742744818.852489, + "asctime": "2025-08-15 21:41:53,838", + "created": 1755286913.8388078, "exc_text": null, "filename": "__init__.py", "funcName": "add_msg_to_auth_whitelist_", "levelname": "DEBUG", "levelno": 10, - "lineno": 571, + "lineno": 564, "message": "prot-client: Adding Message (service: authentification response, data_id: seed) to the authentification whitelist", "module": "__init__", - "msecs": 852.0, + "msecs": 838.0, "msg": "%s Adding Message (%s) to the authentification whitelist", "name": "socket_protocol.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/socket_protocol/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/socket_protocol/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 2756.175756454468, + "relativeCreated": 2821.141183, "stack_info": null, - "thread": 140631409799232, + "taskName": null, + "thread": 140181752467712, "threadName": "MainThread" }, { @@ -37133,25 +38448,26 @@ "prot-client:", "service: authentification request, data_id: key" ], - "asctime": "2025-03-23 16:46:58,852", - "created": 1742744818.8525438, + "asctime": "2025-08-15 21:41:53,838", + "created": 1755286913.8389897, "exc_text": null, "filename": "__init__.py", "funcName": "add_msg_to_auth_whitelist_", "levelname": "DEBUG", "levelno": 10, - "lineno": 571, + "lineno": 564, "message": "prot-client: Adding Message (service: authentification request, data_id: key) to the authentification whitelist", "module": "__init__", - "msecs": 852.0, + "msecs": 838.0, "msg": "%s Adding Message (%s) to the authentification whitelist", "name": "socket_protocol.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/socket_protocol/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/socket_protocol/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 2756.230592727661, + "relativeCreated": 2821.32331, "stack_info": null, - "thread": 140631409799232, + "taskName": null, + "thread": 140181752467712, "threadName": "MainThread" }, { @@ -37159,25 +38475,26 @@ "prot-client:", "service: authentification response, data_id: key" ], - "asctime": "2025-03-23 16:46:58,852", - "created": 1742744818.8526003, + "asctime": "2025-08-15 21:41:53,839", + "created": 1755286913.8392034, "exc_text": null, "filename": "__init__.py", "funcName": "add_msg_to_auth_whitelist_", "levelname": "DEBUG", "levelno": 10, - "lineno": 571, + "lineno": 564, "message": "prot-client: Adding Message (service: authentification response, data_id: key) to the authentification whitelist", "module": "__init__", - "msecs": 852.0, + "msecs": 839.0, "msg": "%s Adding Message (%s) to the authentification whitelist", "name": "socket_protocol.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/socket_protocol/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/socket_protocol/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 2756.287097930908, + "relativeCreated": 2821.536711, "stack_info": null, - "thread": 140631409799232, + "taskName": null, + "thread": 140181752467712, "threadName": "MainThread" }, { @@ -37187,25 +38504,26 @@ "0", "0" ], - "asctime": "2025-03-23 16:46:58,852", - "created": 1742744818.8526592, + "asctime": "2025-08-15 21:41:53,839", + "created": 1755286913.8394113, "exc_text": null, "filename": "__init__.py", "funcName": "add", "levelname": "DEBUG", "levelno": 10, - "lineno": 172, + "lineno": 169, "message": "prot-client: Adding callback '__authentificate_create_seed__' for SID=0 and DID=0", "module": "__init__", - "msecs": 852.0, + "msecs": 839.0, "msg": "%s Adding callback %s for SID=%s and DID=%s", "name": "socket_protocol.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/socket_protocol/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/socket_protocol/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 2756.3459873199463, + "relativeCreated": 2821.744713, "stack_info": null, - "thread": 140631409799232, + "taskName": null, + "thread": 140181752467712, "threadName": "MainThread" }, { @@ -37215,25 +38533,26 @@ "1", "0" ], - "asctime": "2025-03-23 16:46:58,852", - "created": 1742744818.8527246, + "asctime": "2025-08-15 21:41:53,839", + "created": 1755286913.8396115, "exc_text": null, "filename": "__init__.py", "funcName": "add", "levelname": "DEBUG", "levelno": 10, - "lineno": 172, + "lineno": 169, "message": "prot-client: Adding callback '__authentificate_create_key__' for SID=1 and DID=0", "module": "__init__", - "msecs": 852.0, + "msecs": 839.0, "msg": "%s Adding callback %s for SID=%s and DID=%s", "name": "socket_protocol.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/socket_protocol/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/socket_protocol/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 2756.41131401062, + "relativeCreated": 2821.94511, "stack_info": null, - "thread": 140631409799232, + "taskName": null, + "thread": 140181752467712, "threadName": "MainThread" }, { @@ -37243,25 +38562,26 @@ "0", "1" ], - "asctime": "2025-03-23 16:46:58,852", - "created": 1742744818.8527858, + "asctime": "2025-08-15 21:41:53,839", + "created": 1755286913.8397946, "exc_text": null, "filename": "__init__.py", "funcName": "add", "levelname": "DEBUG", "levelno": 10, - "lineno": 172, + "lineno": 169, "message": "prot-client: Adding callback '__authentificate_check_key__' for SID=0 and DID=1", "module": "__init__", - "msecs": 852.0, + "msecs": 839.0, "msg": "%s Adding callback %s for SID=%s and DID=%s", "name": "socket_protocol.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/socket_protocol/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/socket_protocol/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 2756.472587585449, + "relativeCreated": 2822.128025, "stack_info": null, - "thread": 140631409799232, + "taskName": null, + "thread": 140181752467712, "threadName": "MainThread" }, { @@ -37271,50 +38591,52 @@ "1", "1" ], - "asctime": "2025-03-23 16:46:58,852", - "created": 1742744818.8528442, + "asctime": "2025-08-15 21:41:53,840", + "created": 1755286913.840023, "exc_text": null, "filename": "__init__.py", "funcName": "add", "levelname": "DEBUG", "levelno": 10, - "lineno": 172, + "lineno": 169, "message": "prot-client: Adding callback '__authentificate_process_feedback__' for SID=1 and DID=1", "module": "__init__", - "msecs": 852.0, + "msecs": 840.0, "msg": "%s Adding callback %s for SID=%s and DID=%s", "name": "socket_protocol.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/socket_protocol/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/socket_protocol/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 2756.531000137329, + "relativeCreated": 2822.356472, "stack_info": null, - "thread": 140631409799232, + "taskName": null, + "thread": 140181752467712, "threadName": "MainThread" }, { "args": [ "prot-client:" ], - "asctime": "2025-03-23 16:46:58,852", - "created": 1742744818.8528965, + "asctime": "2025-08-15 21:41:53,840", + "created": 1755286913.8402126, "exc_text": null, "filename": "__init__.py", "funcName": "__authentification_state_reset__", "levelname": "INFO", "levelno": 20, - "lineno": 380, + "lineno": 373, "message": "prot-client: Resetting authentification state to AUTH_STATE_UNTRUSTED_CONNECTION", "module": "__init__", - "msecs": 852.0, + "msecs": 840.0, "msg": "%s Resetting authentification state to AUTH_STATE_UNTRUSTED_CONNECTION", "name": "socket_protocol.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/socket_protocol/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/socket_protocol/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 2756.5832138061523, + "relativeCreated": 2822.546015, "stack_info": null, - "thread": 140631409799232, + "taskName": null, + "thread": 140181752467712, "threadName": "MainThread" }, { @@ -37323,25 +38645,26 @@ "channel name request", "channel name response" ], - "asctime": "2025-03-23 16:46:58,852", - "created": 1742744818.8529525, + "asctime": "2025-08-15 21:41:53,840", + "created": 1755286913.8403978, "exc_text": null, "filename": "__init__.py", "funcName": "add_service", "levelname": "DEBUG", "levelno": 10, - "lineno": 597, + "lineno": 590, "message": "prot-client: Adding Service with Request=channel name request and Response=channel name response", "module": "__init__", - "msecs": 852.0, + "msecs": 840.0, "msg": "%s Adding Service with Request=%s and Response=%s", "name": "socket_protocol.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/socket_protocol/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/socket_protocol/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 2756.639242172241, + "relativeCreated": 2822.731372, "stack_info": null, - "thread": 140631409799232, + "taskName": null, + "thread": 140181752467712, "threadName": "MainThread" }, { @@ -37349,25 +38672,26 @@ "prot-client:", "service: channel name request, data_id: name" ], - "asctime": "2025-03-23 16:46:58,853", - "created": 1742744818.8530161, + "asctime": "2025-08-15 21:41:53,840", + "created": 1755286913.840553, "exc_text": null, "filename": "__init__.py", "funcName": "add_msg_to_auth_whitelist_", "levelname": "DEBUG", "levelno": 10, - "lineno": 571, + "lineno": 564, "message": "prot-client: Adding Message (service: channel name request, data_id: name) to the authentification whitelist", "module": "__init__", - "msecs": 853.0, + "msecs": 840.0, "msg": "%s Adding Message (%s) to the authentification whitelist", "name": "socket_protocol.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/socket_protocol/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/socket_protocol/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 2756.7028999328613, + "relativeCreated": 2822.886408, "stack_info": null, - "thread": 140631409799232, + "taskName": null, + "thread": 140181752467712, "threadName": "MainThread" }, { @@ -37375,25 +38699,26 @@ "prot-client:", "service: channel name response, data_id: name" ], - "asctime": "2025-03-23 16:46:58,853", - "created": 1742744818.8530707, + "asctime": "2025-08-15 21:41:53,840", + "created": 1755286913.8407233, "exc_text": null, "filename": "__init__.py", "funcName": "add_msg_to_auth_whitelist_", "levelname": "DEBUG", "levelno": 10, - "lineno": 571, + "lineno": 564, "message": "prot-client: Adding Message (service: channel name response, data_id: name) to the authentification whitelist", "module": "__init__", - "msecs": 853.0, + "msecs": 840.0, "msg": "%s Adding Message (%s) to the authentification whitelist", "name": "socket_protocol.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/socket_protocol/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/socket_protocol/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 2756.7574977874756, + "relativeCreated": 2823.056571, "stack_info": null, - "thread": 140631409799232, + "taskName": null, + "thread": 140181752467712, "threadName": "MainThread" }, { @@ -37403,25 +38728,26 @@ "8", "0" ], - "asctime": "2025-03-23 16:46:58,853", - "created": 1742744818.8531272, + "asctime": "2025-08-15 21:41:53,840", + "created": 1755286913.840889, "exc_text": null, "filename": "__init__.py", "funcName": "add", "levelname": "DEBUG", "levelno": 10, - "lineno": 172, + "lineno": 169, "message": "prot-client: Adding callback '__channel_name_request__' for SID=8 and DID=0", "module": "__init__", - "msecs": 853.0, + "msecs": 840.0, "msg": "%s Adding callback %s for SID=%s and DID=%s", "name": "socket_protocol.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/socket_protocol/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/socket_protocol/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 2756.8140029907227, + "relativeCreated": 2823.222405, "stack_info": null, - "thread": 140631409799232, + "taskName": null, + "thread": 140181752467712, "threadName": "MainThread" }, { @@ -37431,25 +38757,26 @@ "9", "0" ], - "asctime": "2025-03-23 16:46:58,853", - "created": 1742744818.8531873, + "asctime": "2025-08-15 21:41:53,841", + "created": 1755286913.8410382, "exc_text": null, "filename": "__init__.py", "funcName": "add", "levelname": "DEBUG", "levelno": 10, - "lineno": 172, + "lineno": 169, "message": "prot-client: Adding callback '__channel_name_response__' for SID=9 and DID=0", "module": "__init__", - "msecs": 853.0, + "msecs": 841.0, "msg": "%s Adding callback %s for SID=%s and DID=%s", "name": "socket_protocol.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/socket_protocol/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/socket_protocol/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 2756.8740844726562, + "relativeCreated": 2823.371676, "stack_info": null, - "thread": 140631409799232, + "taskName": null, + "thread": 140181752467712, "threadName": "MainThread" }, { @@ -37458,25 +38785,26 @@ "read data request", "read data response" ], - "asctime": "2025-03-23 16:46:58,853", - "created": 1742744818.8532443, + "asctime": "2025-08-15 21:41:53,841", + "created": 1755286913.841235, "exc_text": null, "filename": "__init__.py", "funcName": "add_service", "levelname": "DEBUG", "levelno": 10, - "lineno": 597, + "lineno": 590, "message": "prot-client: Adding Service with Request=read data request and Response=read data response", "module": "__init__", - "msecs": 853.0, + "msecs": 841.0, "msg": "%s Adding Service with Request=%s and Response=%s", "name": "socket_protocol.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/socket_protocol/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/socket_protocol/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 2756.9310665130615, + "relativeCreated": 2823.568284, "stack_info": null, - "thread": 140631409799232, + "taskName": null, + "thread": 140181752467712, "threadName": "MainThread" }, { @@ -37485,25 +38813,26 @@ "write data request", "write data response" ], - "asctime": "2025-03-23 16:46:58,853", - "created": 1742744818.8532991, + "asctime": "2025-08-15 21:41:53,841", + "created": 1755286913.8413785, "exc_text": null, "filename": "__init__.py", "funcName": "add_service", "levelname": "DEBUG", "levelno": 10, - "lineno": 597, + "lineno": 590, "message": "prot-client: Adding Service with Request=write data request and Response=write data response", "module": "__init__", - "msecs": 853.0, + "msecs": 841.0, "msg": "%s Adding Service with Request=%s and Response=%s", "name": "socket_protocol.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/socket_protocol/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/socket_protocol/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 2756.985902786255, + "relativeCreated": 2823.712045, "stack_info": null, - "thread": 140631409799232, + "taskName": null, + "thread": 140181752467712, "threadName": "MainThread" }, { @@ -37512,69 +38841,72 @@ "execute request", "execute response" ], - "asctime": "2025-03-23 16:46:58,853", - "created": 1742744818.8533523, + "asctime": "2025-08-15 21:41:53,841", + "created": 1755286913.8415306, "exc_text": null, "filename": "__init__.py", "funcName": "add_service", "levelname": "DEBUG", "levelno": 10, - "lineno": 597, + "lineno": 590, "message": "prot-client: Adding Service with Request=execute request and Response=execute response", "module": "__init__", - "msecs": 853.0, + "msecs": 841.0, "msg": "%s Adding Service with Request=%s and Response=%s", "name": "socket_protocol.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/socket_protocol/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/socket_protocol/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 2757.0390701293945, + "relativeCreated": 2823.864128, "stack_info": null, - "thread": 140631409799232, + "taskName": null, + "thread": 140181752467712, "threadName": "MainThread" }, { "args": [ "prot-client:" ], - "asctime": "2025-03-23 16:46:58,853", - "created": 1742744818.8534095, + "asctime": "2025-08-15 21:41:53,841", + "created": 1755286913.841727, "exc_text": null, "filename": "__init__.py", "funcName": "__init__", "levelname": "INFO", "levelno": 20, - "lineno": 340, + "lineno": 333, "message": "prot-client: Initialisation finished.", "module": "__init__", - "msecs": 853.0, + "msecs": 841.0, "msg": "%s Initialisation finished.", "name": "socket_protocol.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/socket_protocol/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/socket_protocol/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 2757.096290588379, + "relativeCreated": 2824.06037, "stack_info": null, - "thread": 140631409799232, + "taskName": null, + "thread": 140181752467712, "threadName": "MainThread" } ], - "msecs": 853.0, + "msecs": 841.0, "msg": "Setting up communication", "name": "__tLogger__", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/tests/test_helpers.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/tests/test_helpers.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 2757.1487426757812, + "relativeCreated": 2824.198252, "stack_info": null, - "thread": 140631409799232, + "taskName": null, + "thread": 140181752467712, "threadName": "MainThread", - "time_consumption": 5.245208740234375e-05 + "time_consumption": 0.00013756752014160156 }, { "args": [], - "asctime": "2025-03-23 16:46:59,197", - "created": 1742744819.1973736, + "asctime": "2025-08-15 21:41:54,186", + "created": 1755286914.1869235, "exc_text": null, "filename": "test_helpers.py", "funcName": "set_up_socket_protocol", @@ -37588,75 +38920,78 @@ "args": [ "comm-client:" ], - "asctime": "2025-03-23 16:46:58,853", - "created": 1742744818.8535912, + "asctime": "2025-08-15 21:41:53,842", + "created": 1755286913.8422337, "exc_text": null, "filename": "__init__.py", "funcName": "__connect__", "levelname": "INFO", "levelno": 20, - "lineno": 268, + "lineno": 270, "message": "comm-client: Connection established...", "module": "__init__", - "msecs": 853.0, + "msecs": 842.0, "msg": "%s Connection established...", "name": "helpers.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/helpers/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/helpers/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 2757.2779655456543, + "relativeCreated": 2824.567118, "stack_info": null, - "thread": 140631409799232, + "taskName": null, + "thread": 140181752467712, "threadName": "MainThread" }, { "args": [ "comm-client:" ], - "asctime": "2025-03-23 16:46:58,853", - "created": 1742744818.8536482, + "asctime": "2025-08-15 21:41:53,842", + "created": 1755286913.8424418, "exc_text": null, "filename": "__init__.py", "funcName": "__clean_buffer__", "levelname": "DEBUG", "levelno": 10, - "lineno": 411, + "lineno": 413, "message": "comm-client: Cleaning up receive-buffer", "module": "__init__", - "msecs": 853.0, + "msecs": 842.0, "msg": "%s Cleaning up receive-buffer", "name": "helpers.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/helpers/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/helpers/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 2757.3349475860596, + "relativeCreated": 2824.77506, "stack_info": null, - "thread": 140631409799232, + "taskName": null, + "thread": 140181752467712, "threadName": "MainThread" }, { "args": [ "prot-client:" ], - "asctime": "2025-03-23 16:46:58,853", - "created": 1742744818.8537035, + "asctime": "2025-08-15 21:41:53,842", + "created": 1755286913.8426664, "exc_text": null, "filename": "__init__.py", "funcName": "__clean_receive_buffer__", "levelname": "DEBUG", "levelno": 10, - "lineno": 434, + "lineno": 427, "message": "prot-client: Cleaning up receive-buffer", "module": "__init__", - "msecs": 853.0, + "msecs": 842.0, "msg": "%s Cleaning up receive-buffer", "name": "socket_protocol.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/socket_protocol/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/socket_protocol/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 2757.390260696411, + "relativeCreated": 2824.999811, "stack_info": null, - "thread": 140631409799232, + "taskName": null, + "thread": 140181752467712, "threadName": "MainThread" }, { @@ -37667,100 +39002,104 @@ "status: okay", "None" ], - "asctime": "2025-03-23 16:46:58,853", - "created": 1742744818.8537967, + "asctime": "2025-08-15 21:41:53,843", + "created": 1755286913.8430457, "exc_text": null, "filename": "__init__.py", "funcName": "__log_msg__", "levelname": "INFO", "levelno": 20, - "lineno": 445, + "lineno": 438, "message": "prot-client: TX -> service: channel name request, data_id: name, status: okay, data: \"None\"", "module": "__init__", - "msecs": 853.0, + "msecs": 843.0, "msg": "%s %s %s, %s, data: \"%s\"", "name": "socket_protocol.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/socket_protocol/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/socket_protocol/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 2757.48348236084, + "relativeCreated": 2825.379065, "stack_info": null, - "thread": 140631409799232, + "taskName": null, + "thread": 140181752467712, "threadName": "MainThread" }, { "args": [ "comm-server:" ], - "asctime": "2025-03-23 16:46:58,854", - "created": 1742744818.8540072, + "asctime": "2025-08-15 21:41:53,843", + "created": 1755286913.8436341, "exc_text": null, "filename": "__init__.py", "funcName": "__connect__", "levelname": "INFO", "levelno": 20, - "lineno": 268, + "lineno": 270, "message": "comm-server: Connection established...", "module": "__init__", - "msecs": 854.0, + "msecs": 843.0, "msg": "%s Connection established...", "name": "helpers.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/helpers/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/helpers/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 2757.6940059661865, + "relativeCreated": 2825.967631, "stack_info": null, - "thread": 140631409799232, + "taskName": null, + "thread": 140181752467712, "threadName": "MainThread" }, { "args": [ "comm-server:" ], - "asctime": "2025-03-23 16:46:58,854", - "created": 1742744818.8540914, + "asctime": "2025-08-15 21:41:53,843", + "created": 1755286913.843819, "exc_text": null, "filename": "__init__.py", "funcName": "__clean_buffer__", "levelname": "DEBUG", "levelno": 10, - "lineno": 411, + "lineno": 413, "message": "comm-server: Cleaning up receive-buffer", "module": "__init__", - "msecs": 854.0, + "msecs": 843.0, "msg": "%s Cleaning up receive-buffer", "name": "helpers.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/helpers/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/helpers/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 2757.7781677246094, + "relativeCreated": 2826.152455, "stack_info": null, - "thread": 140631409799232, + "taskName": null, + "thread": 140181752467712, "threadName": "MainThread" }, { "args": [ "prot-server:" ], - "asctime": "2025-03-23 16:46:58,854", - "created": 1742744818.854156, + "asctime": "2025-08-15 21:41:53,843", + "created": 1755286913.8439696, "exc_text": null, "filename": "__init__.py", "funcName": "__clean_receive_buffer__", "levelname": "DEBUG", "levelno": 10, - "lineno": 434, + "lineno": 427, "message": "prot-server: Cleaning up receive-buffer", "module": "__init__", - "msecs": 854.0, + "msecs": 843.0, "msg": "%s Cleaning up receive-buffer", "name": "socket_protocol.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/socket_protocol/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/socket_protocol/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 2757.842779159546, + "relativeCreated": 2826.30286, "stack_info": null, - "thread": 140631409799232, + "taskName": null, + "thread": 140181752467712, "threadName": "MainThread" }, { @@ -37768,25 +39107,26 @@ "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": "2025-03-23 16:46:58,854", - "created": 1742744818.8544137, + "asctime": "2025-08-15 21:41:53,844", + "created": 1755286913.8444602, "exc_text": null, "filename": "__init__.py", "funcName": "__tx__", "levelname": "INFO", "levelno": 20, - "lineno": 284, + "lineno": 286, "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": 854.0, + "msecs": 844.0, "msg": "%s TX -> %s", "name": "helpers.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/helpers/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/helpers/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 2758.1005096435547, + "relativeCreated": 2826.793624, "stack_info": null, - "thread": 140631264474816, + "taskName": null, + "thread": 140181466236608, "threadName": "Thread-7 (_start)" }, { @@ -37794,25 +39134,26 @@ "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": "2025-03-23 16:46:58,862", - "created": 1742744818.86265, + "asctime": "2025-08-15 21:41:53,852", + "created": 1755286913.8529809, "exc_text": null, "filename": "__init__.py", "funcName": "__rx__", "levelname": "DEBUG", "levelno": 10, - "lineno": 414, + "lineno": 416, "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": 862.0, + "msecs": 852.0, "msg": "%s RX <- %s", "name": "helpers.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/helpers/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/helpers/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 2766.336679458618, + "relativeCreated": 2835.314097, "stack_info": null, - "thread": 140631264474816, + "taskName": null, + "thread": 140181466236608, "threadName": "Thread-7 (_start)" }, { @@ -37820,25 +39161,26 @@ "comm-client:", "(6): 53 5e 67 0b 3a 3e" ], - "asctime": "2025-03-23 16:46:58,862", - "created": 1742744818.862961, + "asctime": "2025-08-15 21:41:53,853", + "created": 1755286913.8535745, "exc_text": null, "filename": "__init__.py", "funcName": "__tx__", "levelname": "INFO", "levelno": 20, - "lineno": 284, + "lineno": 286, "message": "comm-client: TX -> (6): 53 5e 67 0b 3a 3e", "module": "__init__", - "msecs": 862.0, + "msecs": 853.0, "msg": "%s TX -> %s", "name": "helpers.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/helpers/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/helpers/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 2766.6478157043457, + "relativeCreated": 2835.907785, "stack_info": null, - "thread": 140631264474816, + "taskName": null, + "thread": 140181466236608, "threadName": "Thread-7 (_start)" }, { @@ -37846,25 +39188,26 @@ "comm-server:", "(6): 53 5e 67 0b 3a 3e" ], - "asctime": "2025-03-23 16:46:58,863", - "created": 1742744818.8639233, + "asctime": "2025-08-15 21:41:53,854", + "created": 1755286913.8547325, "exc_text": null, "filename": "__init__.py", "funcName": "__rx__", "levelname": "DEBUG", "levelno": 10, - "lineno": 414, + "lineno": 416, "message": "comm-server: RX <- (6): 53 5e 67 0b 3a 3e", "module": "__init__", - "msecs": 863.0, + "msecs": 854.0, "msg": "%s RX <- %s", "name": "helpers.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/helpers/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/helpers/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 2767.6100730895996, + "relativeCreated": 2837.065912, "stack_info": null, - "thread": 140631264474816, + "taskName": null, + "thread": 140181466236608, "threadName": "Thread-7 (_start)" }, { @@ -37875,25 +39218,26 @@ "status: okay", "None" ], - "asctime": "2025-03-23 16:46:58,864", - "created": 1742744818.8641937, + "asctime": "2025-08-15 21:41:53,855", + "created": 1755286913.8552868, "exc_text": null, "filename": "__init__.py", "funcName": "__log_msg__", "levelname": "INFO", "levelno": 20, - "lineno": 445, + "lineno": 438, "message": "prot-server: RX <- service: channel name request, data_id: name, status: okay, data: \"None\"", "module": "__init__", - "msecs": 864.0, + "msecs": 855.0, "msg": "%s %s %s, %s, data: \"%s\"", "name": "socket_protocol.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/socket_protocol/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/socket_protocol/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 2767.880439758301, + "relativeCreated": 2837.620192, "stack_info": null, - "thread": 140631264474816, + "taskName": null, + "thread": 140181466236608, "threadName": "Thread-7 (_start)" }, { @@ -37901,25 +39245,26 @@ "prot-server:", "__channel_name_request__" ], - "asctime": "2025-03-23 16:46:58,864", - "created": 1742744818.864288, + "asctime": "2025-08-15 21:41:53,855", + "created": 1755286913.8555238, "exc_text": null, "filename": "__init__.py", "funcName": "__data_available_callback__", "levelname": "DEBUG", "levelno": 10, - "lineno": 488, + "lineno": 481, "message": "prot-server: Executing callback __channel_name_request__ to process received data", "module": "__init__", - "msecs": 864.0, + "msecs": 855.0, "msg": "%s Executing callback %s to process received data", "name": "socket_protocol.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/socket_protocol/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/socket_protocol/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 2767.974853515625, + "relativeCreated": 2837.857179, "stack_info": null, - "thread": 140631264474816, + "taskName": null, + "thread": 140181466236608, "threadName": "Thread-7 (_start)" }, { @@ -37930,25 +39275,26 @@ "status: okay", "None" ], - "asctime": "2025-03-23 16:46:58,864", - "created": 1742744818.8644059, + "asctime": "2025-08-15 21:41:53,855", + "created": 1755286913.85579, "exc_text": null, "filename": "__init__.py", "funcName": "__log_msg__", "levelname": "INFO", "levelno": 20, - "lineno": 445, + "lineno": 438, "message": "prot-server: TX -> service: channel name response, data_id: name, status: okay, data: \"None\"", "module": "__init__", - "msecs": 864.0, + "msecs": 855.0, "msg": "%s %s %s, %s, data: \"%s\"", "name": "socket_protocol.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/socket_protocol/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/socket_protocol/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 2768.092632293701, + "relativeCreated": 2838.12317, "stack_info": null, - "thread": 140631264474816, + "taskName": null, + "thread": 140181466236608, "threadName": "Thread-7 (_start)" }, { @@ -37956,25 +39302,26 @@ "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": "2025-03-23 16:46:58,864", - "created": 1742744818.8647342, + "asctime": "2025-08-15 21:41:53,856", + "created": 1755286913.8565695, "exc_text": null, "filename": "__init__.py", "funcName": "__tx__", "levelname": "INFO", "levelno": 20, - "lineno": 284, + "lineno": 286, "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": 864.0, + "msecs": 856.0, "msg": "%s TX -> %s", "name": "helpers.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/helpers/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/helpers/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 2768.420934677124, + "relativeCreated": 2838.902925, "stack_info": null, - "thread": 140630785259200, + "taskName": null, + "thread": 140181457843904, "threadName": "Thread-8 (_start)" }, { @@ -37982,25 +39329,26 @@ "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": "2025-03-23 16:46:58,873", - "created": 1742744818.8730059, + "asctime": "2025-08-15 21:41:53,865", + "created": 1755286913.8650055, "exc_text": null, "filename": "__init__.py", "funcName": "__rx__", "levelname": "DEBUG", "levelno": 10, - "lineno": 414, + "lineno": 416, "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": 873.0, + "msecs": 865.0, "msg": "%s RX <- %s", "name": "helpers.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/helpers/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/helpers/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 2776.6926288604736, + "relativeCreated": 2847.339018, "stack_info": null, - "thread": 140630785259200, + "taskName": null, + "thread": 140181457843904, "threadName": "Thread-8 (_start)" }, { @@ -38008,25 +39356,26 @@ "comm-server:", "(6): 30 59 be 2f 3a 3e" ], - "asctime": "2025-03-23 16:46:58,873", - "created": 1742744818.873427, + "asctime": "2025-08-15 21:41:53,865", + "created": 1755286913.8655348, "exc_text": null, "filename": "__init__.py", "funcName": "__tx__", "levelname": "INFO", "levelno": 20, - "lineno": 284, + "lineno": 286, "message": "comm-server: TX -> (6): 30 59 be 2f 3a 3e", "module": "__init__", - "msecs": 873.0, + "msecs": 865.0, "msg": "%s TX -> %s", "name": "helpers.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/helpers/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/helpers/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 2777.113676071167, + "relativeCreated": 2847.868114, "stack_info": null, - "thread": 140630785259200, + "taskName": null, + "thread": 140181457843904, "threadName": "Thread-8 (_start)" }, { @@ -38034,25 +39383,26 @@ "comm-client:", "(6): 30 59 be 2f 3a 3e" ], - "asctime": "2025-03-23 16:46:58,874", - "created": 1742744818.8744102, + "asctime": "2025-08-15 21:41:53,866", + "created": 1755286913.866753, "exc_text": null, "filename": "__init__.py", "funcName": "__rx__", "levelname": "DEBUG", "levelno": 10, - "lineno": 414, + "lineno": 416, "message": "comm-client: RX <- (6): 30 59 be 2f 3a 3e", "module": "__init__", - "msecs": 874.0, + "msecs": 866.0, "msg": "%s RX <- %s", "name": "helpers.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/helpers/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/helpers/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 2778.096914291382, + "relativeCreated": 2849.086432, "stack_info": null, - "thread": 140630785259200, + "taskName": null, + "thread": 140181457843904, "threadName": "Thread-8 (_start)" }, { @@ -38063,25 +39413,26 @@ "status: okay", "None" ], - "asctime": "2025-03-23 16:46:58,874", - "created": 1742744818.8747854, + "asctime": "2025-08-15 21:41:53,867", + "created": 1755286913.8673072, "exc_text": null, "filename": "__init__.py", "funcName": "__log_msg__", "levelname": "INFO", "levelno": 20, - "lineno": 445, + "lineno": 438, "message": "prot-client: RX <- service: channel name response, data_id: name, status: okay, data: \"None\"", "module": "__init__", - "msecs": 874.0, + "msecs": 867.0, "msg": "%s %s %s, %s, data: \"%s\"", "name": "socket_protocol.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/socket_protocol/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/socket_protocol/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 2778.4721851348877, + "relativeCreated": 2849.640792, "stack_info": null, - "thread": 140630785259200, + "taskName": null, + "thread": 140181457843904, "threadName": "Thread-8 (_start)" }, { @@ -38089,44 +39440,46 @@ "prot-client:", "__channel_name_response__" ], - "asctime": "2025-03-23 16:46:58,874", - "created": 1742744818.8749185, + "asctime": "2025-08-15 21:41:53,867", + "created": 1755286913.8675227, "exc_text": null, "filename": "__init__.py", "funcName": "__data_available_callback__", "levelname": "DEBUG", "levelno": 10, - "lineno": 503, + "lineno": 496, "message": "prot-client: Executing callback __channel_name_response__ to process received data", "module": "__init__", - "msecs": 874.0, + "msecs": 867.0, "msg": "%s Executing callback %s to process received data", "name": "socket_protocol.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/socket_protocol/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/socket_protocol/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 2778.6052227020264, + "relativeCreated": 2849.85623, "stack_info": null, - "thread": 140630785259200, + "taskName": null, + "thread": 140181457843904, "threadName": "Thread-8 (_start)" } ], - "msecs": 197.0, + "msecs": 186.0, "msg": "Connecting Server and Client", "name": "__tLogger__", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/tests/test_helpers.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/tests/test_helpers.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 3101.060390472412, + "relativeCreated": 3169.256857, "stack_info": null, - "thread": 140631409799232, + "taskName": null, + "thread": 140181752467712, "threadName": "MainThread", - "time_consumption": 0.32245516777038574 + "time_consumption": 0.3194007873535156 }, { "args": [], - "asctime": "2025-03-23 16:46:59,197", - "created": 1742744819.1979756, + "asctime": "2025-08-15 21:41:54,187", + "created": 1755286914.1873806, "exc_text": null, "filename": "test_communication.py", "funcName": "automatic_authentification", @@ -38136,15 +39489,16 @@ "message": "Identical secrets set and automatic authentification", "module": "test_communication", "moduleLogger": [], - "msecs": 197.0, + "msecs": 187.0, "msg": "Identical secrets set and automatic authentification", "name": "__tLogger__", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/tests/test_communication.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/tests/test_communication.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 3101.6623973846436, + "relativeCreated": 3169.713796, "stack_info": null, - "thread": 140631409799232, + "taskName": null, + "thread": 140181752467712, "threadName": "MainThread", "time_consumption": 0.0 }, @@ -38153,8 +39507,8 @@ "False", "" ], - "asctime": "2025-03-23 16:46:59,198", - "created": 1742744819.198937, + "asctime": "2025-08-15 21:41:54,187", + "created": 1755286914.1879766, "exc_text": null, "filename": "test.py", "funcName": "equivalency_chk", @@ -38170,8 +39524,8 @@ "False", "" ], - "asctime": "2025-03-23 16:46:59,198", - "created": 1742744819.198467, + "asctime": "2025-08-15 21:41:54,187", + "created": 1755286914.1876485, "exc_text": null, "filename": "test.py", "funcName": "__report_result__", @@ -38180,15 +39534,16 @@ "lineno": 22, "message": "Result (Authentification state of server): False ()", "module": "test", - "msecs": 198.0, + "msecs": 187.0, "msg": "Result (%s): %s (%s)", "name": "__unittest__", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/unittest/test.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/unittest/test.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 3102.153778076172, + "relativeCreated": 3169.981958, "stack_info": null, - "thread": 140631409799232, + "taskName": null, + "thread": 140181752467712, "threadName": "MainThread" }, { @@ -38198,8 +39553,8 @@ "False", "" ], - "asctime": "2025-03-23 16:46:59,198", - "created": 1742744819.198703, + "asctime": "2025-08-15 21:41:54,187", + "created": 1755286914.1878116, "exc_text": null, "filename": "test.py", "funcName": "__report_expectation__", @@ -38208,37 +39563,39 @@ "lineno": 26, "message": "Expectation (Authentification state of server): result = False ()", "module": "test", - "msecs": 198.0, + "msecs": 187.0, "msg": "Expectation (%s): result %s %s (%s)", "name": "__unittest__", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/unittest/test.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/unittest/test.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 3102.3898124694824, + "relativeCreated": 3170.145078, "stack_info": null, - "thread": 140631409799232, + "taskName": null, + "thread": 140181752467712, "threadName": "MainThread" } ], - "msecs": 198.0, + "msecs": 187.0, "msg": "Authentification state of server is correct (Content %s and Type is %s).", "name": "__tLogger__", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/unittest/test.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/unittest/test.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 3102.623701095581, + "relativeCreated": 3170.310032, "stack_info": null, - "thread": 140631409799232, + "taskName": null, + "thread": 140181752467712, "threadName": "MainThread", - "time_consumption": 0.0002338886260986328 + "time_consumption": 0.00016498565673828125 }, { "args": [ "False", "" ], - "asctime": "2025-03-23 16:46:59,199", - "created": 1742744819.199641, + "asctime": "2025-08-15 21:41:54,188", + "created": 1755286914.1884918, "exc_text": null, "filename": "test.py", "funcName": "equivalency_chk", @@ -38254,8 +39611,8 @@ "False", "" ], - "asctime": "2025-03-23 16:46:59,199", - "created": 1742744819.199261, + "asctime": "2025-08-15 21:41:54,188", + "created": 1755286914.188211, "exc_text": null, "filename": "test.py", "funcName": "__report_result__", @@ -38264,15 +39621,16 @@ "lineno": 22, "message": "Result (Authentification state of client): False ()", "module": "test", - "msecs": 199.0, + "msecs": 188.0, "msg": "Result (%s): %s (%s)", "name": "__unittest__", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/unittest/test.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/unittest/test.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 3102.94771194458, + "relativeCreated": 3170.544321, "stack_info": null, - "thread": 140631409799232, + "taskName": null, + "thread": 140181752467712, "threadName": "MainThread" }, { @@ -38282,8 +39640,8 @@ "False", "" ], - "asctime": "2025-03-23 16:46:59,199", - "created": 1742744819.1994567, + "asctime": "2025-08-15 21:41:54,188", + "created": 1755286914.188359, "exc_text": null, "filename": "test.py", "funcName": "__report_expectation__", @@ -38292,34 +39650,36 @@ "lineno": 26, "message": "Expectation (Authentification state of client): result = False ()", "module": "test", - "msecs": 199.0, + "msecs": 188.0, "msg": "Expectation (%s): result %s %s (%s)", "name": "__unittest__", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/unittest/test.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/unittest/test.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 3103.1434535980225, + "relativeCreated": 3170.692347, "stack_info": null, - "thread": 140631409799232, + "taskName": null, + "thread": 140181752467712, "threadName": "MainThread" } ], - "msecs": 199.0, + "msecs": 188.0, "msg": "Authentification state of client is correct (Content %s and Type is %s).", "name": "__tLogger__", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/unittest/test.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/unittest/test.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 3103.327751159668, + "relativeCreated": 3170.825297, "stack_info": null, - "thread": 140631409799232, + "taskName": null, + "thread": 140181752467712, "threadName": "MainThread", - "time_consumption": 0.0001842975616455078 + "time_consumption": 0.0001327991485595703 }, { "args": [], - "asctime": "2025-03-23 16:47:01,555", - "created": 1742744821.5556214, + "asctime": "2025-08-15 21:41:56,547", + "created": 1755286916.5472493, "exc_text": null, "filename": "test_communication.py", "funcName": "automatic_authentification", @@ -38333,175 +39693,182 @@ "args": [ "comm-client:" ], - "asctime": "2025-03-23 16:46:59,199", - "created": 1742744819.1999652, + "asctime": "2025-08-15 21:41:54,188", + "created": 1755286914.1887238, "exc_text": null, "filename": "__init__.py", "funcName": "disconnect", "levelname": "INFO", "levelno": 20, - "lineno": 296, + "lineno": 298, "message": "comm-client: Connection Lost...", "module": "__init__", - "msecs": 199.0, + "msecs": 188.0, "msg": "%s Connection Lost...", "name": "helpers.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/helpers/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/helpers/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 3103.652000427246, + "relativeCreated": 3171.057128, "stack_info": null, - "thread": 140631409799232, + "taskName": null, + "thread": 140181752467712, "threadName": "MainThread" }, { "args": [ "prot-client:" ], - "asctime": "2025-03-23 16:46:59,200", - "created": 1742744819.2001917, + "asctime": "2025-08-15 21:41:54,188", + "created": 1755286914.188916, "exc_text": null, "filename": "__init__.py", "funcName": "__authentification_state_reset__", "levelname": "INFO", "levelno": 20, - "lineno": 380, + "lineno": 373, "message": "prot-client: Resetting authentification state to AUTH_STATE_UNTRUSTED_CONNECTION", "module": "__init__", - "msecs": 200.0, + "msecs": 188.0, "msg": "%s Resetting authentification state to AUTH_STATE_UNTRUSTED_CONNECTION", "name": "socket_protocol.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/socket_protocol/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/socket_protocol/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 3103.8784980773926, + "relativeCreated": 3171.249293, "stack_info": null, - "thread": 140631409799232, + "taskName": null, + "thread": 140181752467712, "threadName": "MainThread" }, { "args": [ "comm-server:" ], - "asctime": "2025-03-23 16:46:59,200", - "created": 1742744819.2003965, + "asctime": "2025-08-15 21:41:54,189", + "created": 1755286914.189068, "exc_text": null, "filename": "__init__.py", "funcName": "disconnect", "levelname": "INFO", "levelno": 20, - "lineno": 296, + "lineno": 298, "message": "comm-server: Connection Lost...", "module": "__init__", - "msecs": 200.0, + "msecs": 189.0, "msg": "%s Connection Lost...", "name": "helpers.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/helpers/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/helpers/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 3104.083299636841, + "relativeCreated": 3171.40152, "stack_info": null, - "thread": 140631409799232, + "taskName": null, + "thread": 140181752467712, "threadName": "MainThread" }, { "args": [ "prot-server:" ], - "asctime": "2025-03-23 16:46:59,200", - "created": 1742744819.2005885, + "asctime": "2025-08-15 21:41:54,189", + "created": 1755286914.1892097, "exc_text": null, "filename": "__init__.py", "funcName": "__authentification_state_reset__", "levelname": "INFO", "levelno": 20, - "lineno": 380, + "lineno": 373, "message": "prot-server: Resetting authentification state to AUTH_STATE_UNTRUSTED_CONNECTION", "module": "__init__", - "msecs": 200.0, + "msecs": 189.0, "msg": "%s Resetting authentification state to AUTH_STATE_UNTRUSTED_CONNECTION", "name": "socket_protocol.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/socket_protocol/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/socket_protocol/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 3104.2752265930176, + "relativeCreated": 3171.543094, "stack_info": null, - "thread": 140631409799232, + "taskName": null, + "thread": 140181752467712, "threadName": "MainThread" }, { "args": [ "comm-client:" ], - "asctime": "2025-03-23 16:46:59,200", - "created": 1742744819.2007864, + "asctime": "2025-08-15 21:41:54,189", + "created": 1755286914.1893704, "exc_text": null, "filename": "__init__.py", "funcName": "__connect__", "levelname": "INFO", "levelno": 20, - "lineno": 268, + "lineno": 270, "message": "comm-client: Connection established...", "module": "__init__", - "msecs": 200.0, + "msecs": 189.0, "msg": "%s Connection established...", "name": "helpers.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/helpers/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/helpers/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 3104.473114013672, + "relativeCreated": 3171.703783, "stack_info": null, - "thread": 140631409799232, + "taskName": null, + "thread": 140181752467712, "threadName": "MainThread" }, { "args": [ "comm-client:" ], - "asctime": "2025-03-23 16:46:59,200", - "created": 1742744819.2009678, + "asctime": "2025-08-15 21:41:54,189", + "created": 1755286914.18951, "exc_text": null, "filename": "__init__.py", "funcName": "__clean_buffer__", "levelname": "DEBUG", "levelno": 10, - "lineno": 411, + "lineno": 413, "message": "comm-client: Cleaning up receive-buffer", "module": "__init__", - "msecs": 200.0, + "msecs": 189.0, "msg": "%s Cleaning up receive-buffer", "name": "helpers.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/helpers/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/helpers/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 3104.654550552368, + "relativeCreated": 3171.843648, "stack_info": null, - "thread": 140631409799232, + "taskName": null, + "thread": 140181752467712, "threadName": "MainThread" }, { "args": [ "prot-client:" ], - "asctime": "2025-03-23 16:46:59,201", - "created": 1742744819.2011595, + "asctime": "2025-08-15 21:41:54,189", + "created": 1755286914.1896594, "exc_text": null, "filename": "__init__.py", "funcName": "__clean_receive_buffer__", "levelname": "DEBUG", "levelno": 10, - "lineno": 434, + "lineno": 427, "message": "prot-client: Cleaning up receive-buffer", "module": "__init__", - "msecs": 201.0, + "msecs": 189.0, "msg": "%s Cleaning up receive-buffer", "name": "socket_protocol.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/socket_protocol/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/socket_protocol/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 3104.846239089966, + "relativeCreated": 3171.992709, "stack_info": null, - "thread": 140631409799232, + "taskName": null, + "thread": 140181752467712, "threadName": "MainThread" }, { @@ -38512,25 +39879,26 @@ "status: okay", "None" ], - "asctime": "2025-03-23 16:46:59,201", - "created": 1742744819.2014968, + "asctime": "2025-08-15 21:41:54,189", + "created": 1755286914.189936, "exc_text": null, "filename": "__init__.py", "funcName": "__log_msg__", "levelname": "INFO", "levelno": 20, - "lineno": 445, + "lineno": 438, "message": "prot-client: TX -> service: channel name request, data_id: name, status: okay, data: \"None\"", "module": "__init__", - "msecs": 201.0, + "msecs": 189.0, "msg": "%s %s %s, %s, data: \"%s\"", "name": "socket_protocol.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/socket_protocol/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/socket_protocol/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 3105.1836013793945, + "relativeCreated": 3172.269279, "stack_info": null, - "thread": 140631409799232, + "taskName": null, + "thread": 140181752467712, "threadName": "MainThread" }, { @@ -38541,25 +39909,26 @@ "status: okay", "None" ], - "asctime": "2025-03-23 16:46:59,202", - "created": 1742744819.2027633, + "asctime": "2025-08-15 21:41:54,190", + "created": 1755286914.190542, "exc_text": null, "filename": "__init__.py", "funcName": "__log_msg__", "levelname": "INFO", "levelno": 20, - "lineno": 445, + "lineno": 438, "message": "prot-client: TX -> service: authentification request, data_id: seed, status: okay, data: \"None\"", "module": "__init__", - "msecs": 202.0, + "msecs": 190.0, "msg": "%s %s %s, %s, data: \"%s\"", "name": "socket_protocol.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/socket_protocol/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/socket_protocol/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 3106.450080871582, + "relativeCreated": 3172.875458, "stack_info": null, - "thread": 140631409799232, + "taskName": null, + "thread": 140181752467712, "threadName": "MainThread" }, { @@ -38567,25 +39936,26 @@ "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": "2025-03-23 16:46:59,203", - "created": 1742744819.203722, + "asctime": "2025-08-15 21:41:54,191", + "created": 1755286914.1912901, "exc_text": null, "filename": "__init__.py", "funcName": "__tx__", "levelname": "INFO", "levelno": 20, - "lineno": 284, + "lineno": 286, "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": 203.0, + "msecs": 191.0, "msg": "%s TX -> %s", "name": "helpers.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/helpers/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/helpers/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 3107.4087619781494, + "relativeCreated": 3173.62354, "stack_info": null, - "thread": 140631264474816, + "taskName": null, + "thread": 140181466236608, "threadName": "Thread-7 (_start)" }, { @@ -38593,25 +39963,26 @@ "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": "2025-03-23 16:46:59,212", - "created": 1742744819.2124004, + "asctime": "2025-08-15 21:41:54,199", + "created": 1755286914.199717, "exc_text": null, "filename": "__init__.py", "funcName": "__rx__", "levelname": "DEBUG", "levelno": 10, - "lineno": 414, + "lineno": 416, "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": 212.0, + "msecs": 199.0, "msg": "%s RX <- %s", "name": "helpers.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/helpers/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/helpers/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 3116.0871982574463, + "relativeCreated": 3182.050545, "stack_info": null, - "thread": 140631264474816, + "taskName": null, + "thread": 140181466236608, "threadName": "Thread-7 (_start)" }, { @@ -38619,25 +39990,26 @@ "comm-client:", "(6): 53 5e 67 0b 3a 3e" ], - "asctime": "2025-03-23 16:46:59,213", - "created": 1742744819.2132525, + "asctime": "2025-08-15 21:41:54,200", + "created": 1755286914.2002106, "exc_text": null, "filename": "__init__.py", "funcName": "__tx__", "levelname": "INFO", "levelno": 20, - "lineno": 284, + "lineno": 286, "message": "comm-client: TX -> (6): 53 5e 67 0b 3a 3e", "module": "__init__", - "msecs": 213.0, + "msecs": 200.0, "msg": "%s TX -> %s", "name": "helpers.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/helpers/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/helpers/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 3116.9393062591553, + "relativeCreated": 3182.544023, "stack_info": null, - "thread": 140631264474816, + "taskName": null, + "thread": 140181466236608, "threadName": "Thread-7 (_start)" }, { @@ -38645,25 +40017,26 @@ "comm-server:", "(6): 53 5e 67 0b 3a 3e" ], - "asctime": "2025-03-23 16:46:59,214", - "created": 1742744819.2143838, + "asctime": "2025-08-15 21:41:54,201", + "created": 1755286914.2013102, "exc_text": null, "filename": "__init__.py", "funcName": "__rx__", "levelname": "DEBUG", "levelno": 10, - "lineno": 414, + "lineno": 416, "message": "comm-server: RX <- (6): 53 5e 67 0b 3a 3e", "module": "__init__", - "msecs": 214.0, + "msecs": 201.0, "msg": "%s RX <- %s", "name": "helpers.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/helpers/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/helpers/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 3118.070602416992, + "relativeCreated": 3183.643646, "stack_info": null, - "thread": 140631264474816, + "taskName": null, + "thread": 140181466236608, "threadName": "Thread-7 (_start)" }, { @@ -38674,25 +40047,26 @@ "status: okay", "None" ], - "asctime": "2025-03-23 16:46:59,215", - "created": 1742744819.2151647, + "asctime": "2025-08-15 21:41:54,201", + "created": 1755286914.201887, "exc_text": null, "filename": "__init__.py", "funcName": "__log_msg__", "levelname": "INFO", "levelno": 20, - "lineno": 445, + "lineno": 438, "message": "prot-server: RX <- service: channel name request, data_id: name, status: okay, data: \"None\"", "module": "__init__", - "msecs": 215.0, + "msecs": 201.0, "msg": "%s %s %s, %s, data: \"%s\"", "name": "socket_protocol.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/socket_protocol/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/socket_protocol/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 3118.85142326355, + "relativeCreated": 3184.220527, "stack_info": null, - "thread": 140631264474816, + "taskName": null, + "thread": 140181466236608, "threadName": "Thread-7 (_start)" }, { @@ -38700,25 +40074,26 @@ "prot-server:", "__channel_name_request__" ], - "asctime": "2025-03-23 16:46:59,215", - "created": 1742744819.2154865, + "asctime": "2025-08-15 21:41:54,202", + "created": 1755286914.2021198, "exc_text": null, "filename": "__init__.py", "funcName": "__data_available_callback__", "levelname": "DEBUG", "levelno": 10, - "lineno": 488, + "lineno": 481, "message": "prot-server: Executing callback __channel_name_request__ to process received data", "module": "__init__", - "msecs": 215.0, + "msecs": 202.0, "msg": "%s Executing callback %s to process received data", "name": "socket_protocol.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/socket_protocol/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/socket_protocol/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 3119.173288345337, + "relativeCreated": 3184.453489, "stack_info": null, - "thread": 140631264474816, + "taskName": null, + "thread": 140181466236608, "threadName": "Thread-7 (_start)" }, { @@ -38729,100 +40104,104 @@ "status: okay", "None" ], - "asctime": "2025-03-23 16:46:59,215", - "created": 1742744819.2158353, + "asctime": "2025-08-15 21:41:54,202", + "created": 1755286914.2023847, "exc_text": null, "filename": "__init__.py", "funcName": "__log_msg__", "levelname": "INFO", "levelno": 20, - "lineno": 445, + "lineno": 438, "message": "prot-server: TX -> service: channel name response, data_id: name, status: okay, data: \"None\"", "module": "__init__", - "msecs": 215.0, + "msecs": 202.0, "msg": "%s %s %s, %s, data: \"%s\"", "name": "socket_protocol.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/socket_protocol/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/socket_protocol/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 3119.5220947265625, + "relativeCreated": 3184.718007, "stack_info": null, - "thread": 140631264474816, + "taskName": null, + "thread": 140181466236608, "threadName": "Thread-7 (_start)" }, { "args": [ "comm-server:" ], - "asctime": "2025-03-23 16:47:01,211", - "created": 1742744821.2115004, + "asctime": "2025-08-15 21:41:56,202", + "created": 1755286916.2026556, "exc_text": null, "filename": "__init__.py", "funcName": "__connect__", "levelname": "INFO", "levelno": 20, - "lineno": 268, + "lineno": 270, "message": "comm-server: Connection established...", "module": "__init__", - "msecs": 211.0, + "msecs": 202.0, "msg": "%s Connection established...", "name": "helpers.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/helpers/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/helpers/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 5115.187168121338, + "relativeCreated": 5184.989028, "stack_info": null, - "thread": 140631409799232, + "taskName": null, + "thread": 140181752467712, "threadName": "MainThread" }, { "args": [ "comm-server:" ], - "asctime": "2025-03-23 16:47:01,211", - "created": 1742744821.2119591, + "asctime": "2025-08-15 21:41:56,202", + "created": 1755286916.2029128, "exc_text": null, "filename": "__init__.py", "funcName": "__clean_buffer__", "levelname": "DEBUG", "levelno": 10, - "lineno": 411, + "lineno": 413, "message": "comm-server: Cleaning up receive-buffer", "module": "__init__", - "msecs": 211.0, + "msecs": 202.0, "msg": "%s Cleaning up receive-buffer", "name": "helpers.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/helpers/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/helpers/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 5115.645885467529, + "relativeCreated": 5185.246104, "stack_info": null, - "thread": 140631409799232, + "taskName": null, + "thread": 140181752467712, "threadName": "MainThread" }, { "args": [ "prot-server:" ], - "asctime": "2025-03-23 16:47:01,212", - "created": 1742744821.2122438, + "asctime": "2025-08-15 21:41:56,203", + "created": 1755286916.203074, "exc_text": null, "filename": "__init__.py", "funcName": "__clean_receive_buffer__", "levelname": "DEBUG", "levelno": 10, - "lineno": 434, + "lineno": 427, "message": "prot-server: Cleaning up receive-buffer", "module": "__init__", - "msecs": 212.0, + "msecs": 203.0, "msg": "%s Cleaning up receive-buffer", "name": "socket_protocol.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/socket_protocol/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/socket_protocol/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 5115.930557250977, + "relativeCreated": 5185.407407, "stack_info": null, - "thread": 140631409799232, + "taskName": null, + "thread": 140181752467712, "threadName": "MainThread" }, { @@ -38830,25 +40209,26 @@ "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": "2025-03-23 16:47:01,225", - "created": 1742744821.2251582, + "asctime": "2025-08-15 21:41:56,216", + "created": 1755286916.2168953, "exc_text": null, "filename": "__init__.py", "funcName": "__tx__", "levelname": "INFO", "levelno": 20, - "lineno": 284, + "lineno": 286, "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": 225.0, + "msecs": 216.0, "msg": "%s TX -> %s", "name": "helpers.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/helpers/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/helpers/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 5128.844976425171, + "relativeCreated": 5199.228699, "stack_info": null, - "thread": 140631264474816, + "taskName": null, + "thread": 140181466236608, "threadName": "Thread-7 (_start)" }, { @@ -38856,25 +40236,26 @@ "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": "2025-03-23 16:47:01,225", - "created": 1742744821.2259011, + "asctime": "2025-08-15 21:41:56,217", + "created": 1755286916.2173662, "exc_text": null, "filename": "__init__.py", "funcName": "__tx__", "levelname": "INFO", "levelno": 20, - "lineno": 284, + "lineno": 286, "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": 225.0, + "msecs": 217.0, "msg": "%s TX -> %s", "name": "helpers.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/helpers/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/helpers/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 5129.587888717651, + "relativeCreated": 5199.699679, "stack_info": null, - "thread": 140630785259200, + "taskName": null, + "thread": 140181457843904, "threadName": "Thread-8 (_start)" }, { @@ -38882,25 +40263,26 @@ "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": "2025-03-23 16:47:01,233", - "created": 1742744821.2339644, + "asctime": "2025-08-15 21:41:56,225", + "created": 1755286916.22535, "exc_text": null, "filename": "__init__.py", "funcName": "__rx__", "levelname": "DEBUG", "levelno": 10, - "lineno": 414, + "lineno": 416, "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": 233.0, + "msecs": 225.0, "msg": "%s RX <- %s", "name": "helpers.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/helpers/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/helpers/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 5137.651205062866, + "relativeCreated": 5207.68344, "stack_info": null, - "thread": 140631264474816, + "taskName": null, + "thread": 140181466236608, "threadName": "Thread-7 (_start)" }, { @@ -38908,25 +40290,26 @@ "comm-client:", "(6): fd 82 a2 a9 3a 3e" ], - "asctime": "2025-03-23 16:47:01,234", - "created": 1742744821.2349138, + "asctime": "2025-08-15 21:41:56,225", + "created": 1755286916.2257888, "exc_text": null, "filename": "__init__.py", "funcName": "__tx__", "levelname": "INFO", "levelno": 20, - "lineno": 284, + "lineno": 286, "message": "comm-client: TX -> (6): fd 82 a2 a9 3a 3e", "module": "__init__", - "msecs": 234.0, + "msecs": 225.0, "msg": "%s TX -> %s", "name": "helpers.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/helpers/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/helpers/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 5138.600587844849, + "relativeCreated": 5208.122245, "stack_info": null, - "thread": 140631264474816, + "taskName": null, + "thread": 140181466236608, "threadName": "Thread-7 (_start)" }, { @@ -38934,25 +40317,26 @@ "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": "2025-03-23 16:47:01,235", - "created": 1742744821.2354271, + "asctime": "2025-08-15 21:41:56,226", + "created": 1755286916.2261374, "exc_text": null, "filename": "__init__.py", "funcName": "__rx__", "levelname": "DEBUG", "levelno": 10, - "lineno": 414, + "lineno": 416, "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": 235.0, + "msecs": 226.0, "msg": "%s RX <- %s", "name": "helpers.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/helpers/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/helpers/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 5139.113903045654, + "relativeCreated": 5208.470689, "stack_info": null, - "thread": 140630785259200, + "taskName": null, + "thread": 140181457843904, "threadName": "Thread-8 (_start)" }, { @@ -38960,25 +40344,26 @@ "comm-server:", "(6): 30 59 be 2f 3a 3e" ], - "asctime": "2025-03-23 16:47:01,236", - "created": 1742744821.2361557, + "asctime": "2025-08-15 21:41:56,226", + "created": 1755286916.226625, "exc_text": null, "filename": "__init__.py", "funcName": "__tx__", "levelname": "INFO", "levelno": 20, - "lineno": 284, + "lineno": 286, "message": "comm-server: TX -> (6): 30 59 be 2f 3a 3e", "module": "__init__", - "msecs": 236.0, + "msecs": 226.0, "msg": "%s TX -> %s", "name": "helpers.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/helpers/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/helpers/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 5139.842510223389, + "relativeCreated": 5208.958464, "stack_info": null, - "thread": 140630785259200, + "taskName": null, + "thread": 140181457843904, "threadName": "Thread-8 (_start)" }, { @@ -38986,25 +40371,26 @@ "comm-server:", "(6): fd 82 a2 a9 3a 3e" ], - "asctime": "2025-03-23 16:47:01,236", - "created": 1742744821.23654, + "asctime": "2025-08-15 21:41:56,226", + "created": 1755286916.2269373, "exc_text": null, "filename": "__init__.py", "funcName": "__rx__", "levelname": "DEBUG", "levelno": 10, - "lineno": 414, + "lineno": 416, "message": "comm-server: RX <- (6): fd 82 a2 a9 3a 3e", "module": "__init__", - "msecs": 236.0, + "msecs": 226.0, "msg": "%s RX <- %s", "name": "helpers.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/helpers/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/helpers/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 5140.2268409729, + "relativeCreated": 5209.270852, "stack_info": null, - "thread": 140631264474816, + "taskName": null, + "thread": 140181466236608, "threadName": "Thread-7 (_start)" }, { @@ -39015,25 +40401,26 @@ "status: okay", "None" ], - "asctime": "2025-03-23 16:47:01,237", - "created": 1742744821.2373185, + "asctime": "2025-08-15 21:41:56,227", + "created": 1755286916.2274206, "exc_text": null, "filename": "__init__.py", "funcName": "__log_msg__", "levelname": "INFO", "levelno": 20, - "lineno": 445, + "lineno": 438, "message": "prot-server: RX <- service: authentification request, data_id: seed, status: okay, data: \"None\"", "module": "__init__", - "msecs": 237.0, + "msecs": 227.0, "msg": "%s %s %s, %s, data: \"%s\"", "name": "socket_protocol.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/socket_protocol/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/socket_protocol/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 5141.005277633667, + "relativeCreated": 5209.754035, "stack_info": null, - "thread": 140631264474816, + "taskName": null, + "thread": 140181466236608, "threadName": "Thread-7 (_start)" }, { @@ -39041,25 +40428,26 @@ "prot-server:", "__authentificate_create_seed__" ], - "asctime": "2025-03-23 16:47:01,237", - "created": 1742744821.237598, + "asctime": "2025-08-15 21:41:56,227", + "created": 1755286916.2276006, "exc_text": null, "filename": "__init__.py", "funcName": "__data_available_callback__", "levelname": "DEBUG", "levelno": 10, - "lineno": 488, + "lineno": 481, "message": "prot-server: Executing callback __authentificate_create_seed__ to process received data", "module": "__init__", - "msecs": 237.0, + "msecs": 227.0, "msg": "%s Executing callback %s to process received data", "name": "socket_protocol.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/socket_protocol/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/socket_protocol/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 5141.284704208374, + "relativeCreated": 5209.934194, "stack_info": null, - "thread": 140631264474816, + "taskName": null, + "thread": 140181466236608, "threadName": "Thread-7 (_start)" }, { @@ -39068,27 +40456,28 @@ "TX ->", "service: authentification response, data_id: seed", "status: okay", - "'a37202c5ecdf82421bae20184dfadda1847aeca475e1766a54415ac866f4a081'" + "'9503fc309ebe8f46fce8ca28e02323f4ac86c4cfbb586cbe591d2f1c84218330'" ], - "asctime": "2025-03-23 16:47:01,237", - "created": 1742744821.2379608, + "asctime": "2025-08-15 21:41:56,227", + "created": 1755286916.227835, "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: \"'a37202c5ecdf82421bae20184dfadda1847aeca475e1766a54415ac866f4a081'\"", + "lineno": 438, + "message": "prot-server: TX -> service: authentification response, data_id: seed, status: okay, data: \"'9503fc309ebe8f46fce8ca28e02323f4ac86c4cfbb586cbe591d2f1c84218330'\"", "module": "__init__", - "msecs": 237.0, + "msecs": 227.0, "msg": "%s %s %s, %s, data: \"%s\"", "name": "socket_protocol.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/socket_protocol/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/socket_protocol/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 5141.647577285767, + "relativeCreated": 5210.168332, "stack_info": null, - "thread": 140631264474816, + "taskName": null, + "thread": 140181466236608, "threadName": "Thread-7 (_start)" }, { @@ -39096,25 +40485,26 @@ "comm-client:", "(6): 30 59 be 2f 3a 3e" ], - "asctime": "2025-03-23 16:47:01,239", - "created": 1742744821.2390084, + "asctime": "2025-08-15 21:41:56,228", + "created": 1755286916.2284303, "exc_text": null, "filename": "__init__.py", "funcName": "__rx__", "levelname": "DEBUG", "levelno": 10, - "lineno": 414, + "lineno": 416, "message": "comm-client: RX <- (6): 30 59 be 2f 3a 3e", "module": "__init__", - "msecs": 239.0, + "msecs": 228.0, "msg": "%s RX <- %s", "name": "helpers.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/helpers/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/helpers/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 5142.695188522339, + "relativeCreated": 5210.763799, "stack_info": null, - "thread": 140630785259200, + "taskName": null, + "thread": 140181457843904, "threadName": "Thread-8 (_start)" }, { @@ -39125,25 +40515,26 @@ "status: okay", "None" ], - "asctime": "2025-03-23 16:47:01,239", - "created": 1742744821.2397249, + "asctime": "2025-08-15 21:41:56,228", + "created": 1755286916.2288573, "exc_text": null, "filename": "__init__.py", "funcName": "__log_msg__", "levelname": "INFO", "levelno": 20, - "lineno": 445, + "lineno": 438, "message": "prot-client: RX <- service: channel name response, data_id: name, status: okay, data: \"None\"", "module": "__init__", - "msecs": 239.0, + "msecs": 228.0, "msg": "%s %s %s, %s, data: \"%s\"", "name": "socket_protocol.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/socket_protocol/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/socket_protocol/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 5143.411636352539, + "relativeCreated": 5211.190796, "stack_info": null, - "thread": 140630785259200, + "taskName": null, + "thread": 140181457843904, "threadName": "Thread-8 (_start)" }, { @@ -39151,181 +40542,188 @@ "prot-client:", "__channel_name_response__" ], - "asctime": "2025-03-23 16:47:01,239", - "created": 1742744821.2399967, + "asctime": "2025-08-15 21:41:56,229", + "created": 1755286916.2290785, "exc_text": null, "filename": "__init__.py", "funcName": "__data_available_callback__", "levelname": "DEBUG", "levelno": 10, - "lineno": 503, + "lineno": 496, "message": "prot-client: Executing callback __channel_name_response__ to process received data", "module": "__init__", - "msecs": 239.0, + "msecs": 229.0, "msg": "%s Executing callback %s to process received data", "name": "socket_protocol.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/socket_protocol/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/socket_protocol/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 5143.683433532715, + "relativeCreated": 5211.411889, "stack_info": null, - "thread": 140630785259200, + "taskName": null, + "thread": 140181457843904, "threadName": "Thread-8 (_start)" }, { "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 61 33 37 32" + "(64): 3a 3c 7b 22 64 61 74 61 5f 69 64 22 3a 3d 20 30 2c 20 22 73 65 72 76 69 63 65 5f 69 64 22 3a 3d 20 31 2c 20 22 73 74 61 74 75 73 22 3a 3d 20 30 2c 20 22 64 61 74 61 22 3a 3d 20 22 39 35 30 33" ], - "asctime": "2025-03-23 16:47:01,240", - "created": 1742744821.2404344, + "asctime": "2025-08-15 21:41:56,229", + "created": 1755286916.229381, "exc_text": null, "filename": "__init__.py", "funcName": "__tx__", "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 61 33 37 32", + "lineno": 286, + "message": "comm-server: TX -> (64): 3a 3c 7b 22 64 61 74 61 5f 69 64 22 3a 3d 20 30 2c 20 22 73 65 72 76 69 63 65 5f 69 64 22 3a 3d 20 31 2c 20 22 73 74 61 74 75 73 22 3a 3d 20 30 2c 20 22 64 61 74 61 22 3a 3d 20 22 39 35 30 33", "module": "__init__", - "msecs": 240.0, + "msecs": 229.0, "msg": "%s TX -> %s", "name": "helpers.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/helpers/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/helpers/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 5144.121170043945, + "relativeCreated": 5211.714662, "stack_info": null, - "thread": 140630785259200, + "taskName": null, + "thread": 140181457843904, "threadName": "Thread-8 (_start)" }, { "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 61 33 37 32" + "(64): 3a 3c 7b 22 64 61 74 61 5f 69 64 22 3a 3d 20 30 2c 20 22 73 65 72 76 69 63 65 5f 69 64 22 3a 3d 20 31 2c 20 22 73 74 61 74 75 73 22 3a 3d 20 30 2c 20 22 64 61 74 61 22 3a 3d 20 22 39 35 30 33" ], - "asctime": "2025-03-23 16:47:01,249", - "created": 1742744821.249062, + "asctime": "2025-08-15 21:41:56,237", + "created": 1755286916.2378812, "exc_text": null, "filename": "__init__.py", "funcName": "__rx__", "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 61 33 37 32", + "lineno": 416, + "message": "comm-client: RX <- (64): 3a 3c 7b 22 64 61 74 61 5f 69 64 22 3a 3d 20 30 2c 20 22 73 65 72 76 69 63 65 5f 69 64 22 3a 3d 20 31 2c 20 22 73 74 61 74 75 73 22 3a 3d 20 30 2c 20 22 64 61 74 61 22 3a 3d 20 22 39 35 30 33", "module": "__init__", - "msecs": 249.0, + "msecs": 237.0, "msg": "%s RX <- %s", "name": "helpers.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/helpers/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/helpers/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 5152.748823165894, + "relativeCreated": 5220.214644, "stack_info": null, - "thread": 140630785259200, + "taskName": null, + "thread": 140181457843904, "threadName": "Thread-8 (_start)" }, { "args": [ "comm-server:", - "(64): 30 32 63 35 65 63 64 66 38 32 34 32 31 62 61 65 32 30 31 38 34 64 66 61 64 64 61 31 38 34 37 61 65 63 61 34 37 35 65 31 37 36 36 61 35 34 34 31 35 61 63 38 36 36 66 34 61 30 38 31 22 7d 96 4c" + "(64): 66 63 33 30 39 65 62 65 38 66 34 36 66 63 65 38 63 61 32 38 65 30 32 33 32 33 66 34 61 63 38 36 63 34 63 66 62 62 35 38 36 63 62 65 35 39 31 64 32 66 31 63 38 34 32 31 38 33 33 30 22 7d 02 39" ], - "asctime": "2025-03-23 16:47:01,250", - "created": 1742744821.250011, + "asctime": "2025-08-15 21:41:56,238", + "created": 1755286916.238484, "exc_text": null, "filename": "__init__.py", "funcName": "__tx__", "levelname": "INFO", "levelno": 20, - "lineno": 284, - "message": "comm-server: TX -> (64): 30 32 63 35 65 63 64 66 38 32 34 32 31 62 61 65 32 30 31 38 34 64 66 61 64 64 61 31 38 34 37 61 65 63 61 34 37 35 65 31 37 36 36 61 35 34 34 31 35 61 63 38 36 36 66 34 61 30 38 31 22 7d 96 4c", + "lineno": 286, + "message": "comm-server: TX -> (64): 66 63 33 30 39 65 62 65 38 66 34 36 66 63 65 38 63 61 32 38 65 30 32 33 32 33 66 34 61 63 38 36 63 34 63 66 62 62 35 38 36 63 62 65 35 39 31 64 32 66 31 63 38 34 32 31 38 33 33 30 22 7d 02 39", "module": "__init__", - "msecs": 250.0, + "msecs": 238.0, "msg": "%s TX -> %s", "name": "helpers.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/helpers/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/helpers/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 5153.697729110718, + "relativeCreated": 5220.817432, "stack_info": null, - "thread": 140630785259200, + "taskName": null, + "thread": 140181457843904, "threadName": "Thread-8 (_start)" }, { "args": [ "comm-client:", - "(64): 30 32 63 35 65 63 64 66 38 32 34 32 31 62 61 65 32 30 31 38 34 64 66 61 64 64 61 31 38 34 37 61 65 63 61 34 37 35 65 31 37 36 36 61 35 34 34 31 35 61 63 38 36 36 66 34 61 30 38 31 22 7d 96 4c" + "(64): 66 63 33 30 39 65 62 65 38 66 34 36 66 63 65 38 63 61 32 38 65 30 32 33 32 33 66 34 61 63 38 36 63 34 63 66 62 62 35 38 36 63 62 65 35 39 31 64 32 66 31 63 38 34 32 31 38 33 33 30 22 7d 02 39" ], - "asctime": "2025-03-23 16:47:01,258", - "created": 1742744821.2586272, + "asctime": "2025-08-15 21:41:56,247", + "created": 1755286916.2470763, "exc_text": null, "filename": "__init__.py", "funcName": "__rx__", "levelname": "DEBUG", "levelno": 10, - "lineno": 414, - "message": "comm-client: RX <- (64): 30 32 63 35 65 63 64 66 38 32 34 32 31 62 61 65 32 30 31 38 34 64 66 61 64 64 61 31 38 34 37 61 65 63 61 34 37 35 65 31 37 36 36 61 35 34 34 31 35 61 63 38 36 36 66 34 61 30 38 31 22 7d 96 4c", + "lineno": 416, + "message": "comm-client: RX <- (64): 66 63 33 30 39 65 62 65 38 66 34 36 66 63 65 38 63 61 32 38 65 30 32 33 32 33 66 34 61 63 38 36 63 34 63 66 62 62 35 38 36 63 62 65 35 39 31 64 32 66 31 63 38 34 32 31 38 33 33 30 22 7d 02 39", "module": "__init__", - "msecs": 258.0, + "msecs": 247.0, "msg": "%s RX <- %s", "name": "helpers.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/helpers/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/helpers/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 5162.313938140869, + "relativeCreated": 5229.409737, "stack_info": null, - "thread": 140630785259200, + "taskName": null, + "thread": 140181457843904, "threadName": "Thread-8 (_start)" }, { "args": [ "comm-server:", - "(4): 2a 7a 3a 3e" + "(4): cd 2b 3a 3e" ], - "asctime": "2025-03-23 16:47:01,259", - "created": 1742744821.2594094, + "asctime": "2025-08-15 21:41:56,247", + "created": 1755286916.2475379, "exc_text": null, "filename": "__init__.py", "funcName": "__tx__", "levelname": "INFO", "levelno": 20, - "lineno": 284, - "message": "comm-server: TX -> (4): 2a 7a 3a 3e", + "lineno": 286, + "message": "comm-server: TX -> (4): cd 2b 3a 3e", "module": "__init__", - "msecs": 259.0, + "msecs": 247.0, "msg": "%s TX -> %s", "name": "helpers.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/helpers/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/helpers/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 5163.096189498901, + "relativeCreated": 5229.871365, "stack_info": null, - "thread": 140630785259200, + "taskName": null, + "thread": 140181457843904, "threadName": "Thread-8 (_start)" }, { "args": [ "comm-client:", - "(4): 2a 7a 3a 3e" + "(4): cd 2b 3a 3e" ], - "asctime": "2025-03-23 16:47:01,260", - "created": 1742744821.2603726, + "asctime": "2025-08-15 21:41:56,248", + "created": 1755286916.2484872, "exc_text": null, "filename": "__init__.py", "funcName": "__rx__", "levelname": "DEBUG", "levelno": 10, - "lineno": 414, - "message": "comm-client: RX <- (4): 2a 7a 3a 3e", + "lineno": 416, + "message": "comm-client: RX <- (4): cd 2b 3a 3e", "module": "__init__", - "msecs": 260.0, + "msecs": 248.0, "msg": "%s RX <- %s", "name": "helpers.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/helpers/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/helpers/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 5164.059400558472, + "relativeCreated": 5230.820711, "stack_info": null, - "thread": 140630785259200, + "taskName": null, + "thread": 140181457843904, "threadName": "Thread-8 (_start)" }, { @@ -39334,27 +40732,28 @@ "RX <-", "service: authentification response, data_id: seed", "status: okay", - "'a37202c5ecdf82421bae20184dfadda1847aeca475e1766a54415ac866f4a081'" + "'9503fc309ebe8f46fce8ca28e02323f4ac86c4cfbb586cbe591d2f1c84218330'" ], - "asctime": "2025-03-23 16:47:01,261", - "created": 1742744821.2612603, + "asctime": "2025-08-15 21:41:56,249", + "created": 1755286916.2490819, "exc_text": null, "filename": "__init__.py", "funcName": "__log_msg__", "levelname": "INFO", "levelno": 20, - "lineno": 445, - "message": "prot-client: RX <- service: authentification response, data_id: seed, status: okay, data: \"'a37202c5ecdf82421bae20184dfadda1847aeca475e1766a54415ac866f4a081'\"", + "lineno": 438, + "message": "prot-client: RX <- service: authentification response, data_id: seed, status: okay, data: \"'9503fc309ebe8f46fce8ca28e02323f4ac86c4cfbb586cbe591d2f1c84218330'\"", "module": "__init__", - "msecs": 261.0, + "msecs": 249.0, "msg": "%s %s %s, %s, data: \"%s\"", "name": "socket_protocol.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/socket_protocol/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/socket_protocol/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 5164.947032928467, + "relativeCreated": 5231.415296, "stack_info": null, - "thread": 140630785259200, + "taskName": null, + "thread": 140181457843904, "threadName": "Thread-8 (_start)" }, { @@ -39362,25 +40761,26 @@ "prot-client:", "__authentificate_create_key__" ], - "asctime": "2025-03-23 16:47:01,261", - "created": 1742744821.261536, + "asctime": "2025-08-15 21:41:56,249", + "created": 1755286916.2492938, "exc_text": null, "filename": "__init__.py", "funcName": "__data_available_callback__", "levelname": "DEBUG", "levelno": 10, - "lineno": 503, + "lineno": 496, "message": "prot-client: Executing callback __authentificate_create_key__ to process received data", "module": "__init__", - "msecs": 261.0, + "msecs": 249.0, "msg": "%s Executing callback %s to process received data", "name": "socket_protocol.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/socket_protocol/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/socket_protocol/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 5165.222644805908, + "relativeCreated": 5231.627387, "stack_info": null, - "thread": 140630785259200, + "taskName": null, + "thread": 140181457843904, "threadName": "Thread-8 (_start)" }, { @@ -39389,235 +40789,244 @@ "TX ->", "service: authentification request, data_id: key", "status: okay", - "'2b07305f68bfcd4c41489d267e614a33eaa379f93b045bcd2db549c61415c3d354286ec1e890088280a2f57389b3df14e96c3bf69fe2a8f4091211b385f8d6e7'" + "'7581eb5b21ea16f4e15384d9b4130c9237cbf5c1f648849add4f9c97a365ae23b0715a55ba9b64c86ddd35fe1975b11c4fb24c9f668d67da453814bbf2496bc3'" ], - "asctime": "2025-03-23 16:47:01,261", - "created": 1742744821.2619195, + "asctime": "2025-08-15 21:41:56,249", + "created": 1755286916.2495837, "exc_text": null, "filename": "__init__.py", "funcName": "__log_msg__", "levelname": "INFO", "levelno": 20, - "lineno": 445, - "message": "prot-client: TX -> service: authentification request, data_id: key, status: okay, data: \"'2b07305f68bfcd4c41489d267e614a33eaa379f93b045bcd2db549c61415c3d354286ec1e890088280a2f57389b3df14e96c3bf69fe2a8f4091211b385f8d6e7'\"", + "lineno": 438, + "message": "prot-client: TX -> service: authentification request, data_id: key, status: okay, data: \"'7581eb5b21ea16f4e15384d9b4130c9237cbf5c1f648849add4f9c97a365ae23b0715a55ba9b64c86ddd35fe1975b11c4fb24c9f668d67da453814bbf2496bc3'\"", "module": "__init__", - "msecs": 261.0, + "msecs": 249.0, "msg": "%s %s %s, %s, data: \"%s\"", "name": "socket_protocol.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/socket_protocol/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/socket_protocol/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 5165.606260299683, + "relativeCreated": 5231.916963, "stack_info": null, - "thread": 140630785259200, + "taskName": null, + "thread": 140181457843904, "threadName": "Thread-8 (_start)" }, { "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 32 62 30 37" + "(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 37 35 38 31" ], - "asctime": "2025-03-23 16:47:01,263", - "created": 1742744821.2633069, + "asctime": "2025-08-15 21:41:56,250", + "created": 1755286916.2504668, "exc_text": null, "filename": "__init__.py", "funcName": "__tx__", "levelname": "INFO", "levelno": 20, - "lineno": 284, - "message": "comm-client: TX -> (64): 3a 3c 7b 22 64 61 74 61 5f 69 64 22 3a 3d 20 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 32 62 30 37", + "lineno": 286, + "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 37 35 38 31", "module": "__init__", - "msecs": 263.0, + "msecs": 250.0, "msg": "%s TX -> %s", "name": "helpers.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/helpers/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/helpers/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 5166.993618011475, + "relativeCreated": 5232.800334, "stack_info": null, - "thread": 140631264474816, + "taskName": null, + "thread": 140181466236608, "threadName": "Thread-7 (_start)" }, { "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 32 62 30 37" + "(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 37 35 38 31" ], - "asctime": "2025-03-23 16:47:01,271", - "created": 1742744821.2719896, + "asctime": "2025-08-15 21:41:56,258", + "created": 1755286916.25893, "exc_text": null, "filename": "__init__.py", "funcName": "__rx__", "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 32 62 30 37", + "lineno": 416, + "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 37 35 38 31", "module": "__init__", - "msecs": 271.0, + "msecs": 258.0, "msg": "%s RX <- %s", "name": "helpers.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/helpers/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/helpers/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 5175.676345825195, + "relativeCreated": 5241.263376, "stack_info": null, - "thread": 140631264474816, + "taskName": null, + "thread": 140181466236608, "threadName": "Thread-7 (_start)" }, { "args": [ "comm-client:", - "(64): 33 30 35 66 36 38 62 66 63 64 34 63 34 31 34 38 39 64 32 36 37 65 36 31 34 61 33 33 65 61 61 33 37 39 66 39 33 62 30 34 35 62 63 64 32 64 62 35 34 39 63 36 31 34 31 35 63 33 64 33 35 34 32 38" + "(64): 65 62 35 62 32 31 65 61 31 36 66 34 65 31 35 33 38 34 64 39 62 34 31 33 30 63 39 32 33 37 63 62 66 35 63 31 66 36 34 38 38 34 39 61 64 64 34 66 39 63 39 37 61 33 36 35 61 65 32 33 62 30 37 31" ], - "asctime": "2025-03-23 16:47:01,272", - "created": 1742744821.2729769, + "asctime": "2025-08-15 21:41:56,259", + "created": 1755286916.2594767, "exc_text": null, "filename": "__init__.py", "funcName": "__tx__", "levelname": "INFO", "levelno": 20, - "lineno": 284, - "message": "comm-client: TX -> (64): 33 30 35 66 36 38 62 66 63 64 34 63 34 31 34 38 39 64 32 36 37 65 36 31 34 61 33 33 65 61 61 33 37 39 66 39 33 62 30 34 35 62 63 64 32 64 62 35 34 39 63 36 31 34 31 35 63 33 64 33 35 34 32 38", + "lineno": 286, + "message": "comm-client: TX -> (64): 65 62 35 62 32 31 65 61 31 36 66 34 65 31 35 33 38 34 64 39 62 34 31 33 30 63 39 32 33 37 63 62 66 35 63 31 66 36 34 38 38 34 39 61 64 64 34 66 39 63 39 37 61 33 36 35 61 65 32 33 62 30 37 31", "module": "__init__", - "msecs": 272.0, + "msecs": 259.0, "msg": "%s TX -> %s", "name": "helpers.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/helpers/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/helpers/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 5176.663637161255, + "relativeCreated": 5241.810198, "stack_info": null, - "thread": 140631264474816, + "taskName": null, + "thread": 140181466236608, "threadName": "Thread-7 (_start)" }, { "args": [ "comm-server:", - "(64): 33 30 35 66 36 38 62 66 63 64 34 63 34 31 34 38 39 64 32 36 37 65 36 31 34 61 33 33 65 61 61 33 37 39 66 39 33 62 30 34 35 62 63 64 32 64 62 35 34 39 63 36 31 34 31 35 63 33 64 33 35 34 32 38" + "(64): 65 62 35 62 32 31 65 61 31 36 66 34 65 31 35 33 38 34 64 39 62 34 31 33 30 63 39 32 33 37 63 62 66 35 63 31 66 36 34 38 38 34 39 61 64 64 34 66 39 63 39 37 61 33 36 35 61 65 32 33 62 30 37 31" ], - "asctime": "2025-03-23 16:47:01,281", - "created": 1742744821.2814798, + "asctime": "2025-08-15 21:41:56,267", + "created": 1755286916.2678285, "exc_text": null, "filename": "__init__.py", "funcName": "__rx__", "levelname": "DEBUG", "levelno": 10, - "lineno": 414, - "message": "comm-server: RX <- (64): 33 30 35 66 36 38 62 66 63 64 34 63 34 31 34 38 39 64 32 36 37 65 36 31 34 61 33 33 65 61 61 33 37 39 66 39 33 62 30 34 35 62 63 64 32 64 62 35 34 39 63 36 31 34 31 35 63 33 64 33 35 34 32 38", + "lineno": 416, + "message": "comm-server: RX <- (64): 65 62 35 62 32 31 65 61 31 36 66 34 65 31 35 33 38 34 64 39 62 34 31 33 30 63 39 32 33 37 63 62 66 35 63 31 66 36 34 38 38 34 39 61 64 64 34 66 39 63 39 37 61 33 36 35 61 65 32 33 62 30 37 31", "module": "__init__", - "msecs": 281.0, + "msecs": 267.0, "msg": "%s RX <- %s", "name": "helpers.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/helpers/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/helpers/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 5185.166597366333, + "relativeCreated": 5250.161797, "stack_info": null, - "thread": 140631264474816, + "taskName": null, + "thread": 140181466236608, "threadName": "Thread-7 (_start)" }, { "args": [ "comm-client:", - "(64): 36 65 63 31 65 38 39 30 30 38 38 32 38 30 61 32 66 35 37 33 38 39 62 33 64 66 31 34 65 39 36 63 33 62 66 36 39 66 65 32 61 38 66 34 30 39 31 32 31 31 62 33 38 35 66 38 64 36 65 37 22 7d 77 f7" + "(64): 35 61 35 35 62 61 39 62 36 34 63 38 36 64 64 64 33 35 66 65 31 39 37 35 62 31 31 63 34 66 62 32 34 63 39 66 36 36 38 64 36 37 64 61 34 35 33 38 31 34 62 62 66 32 34 39 36 62 63 33 22 7d 6b b6" ], - "asctime": "2025-03-23 16:47:01,282", - "created": 1742744821.282468, + "asctime": "2025-08-15 21:41:56,268", + "created": 1755286916.2683263, "exc_text": null, "filename": "__init__.py", "funcName": "__tx__", "levelname": "INFO", "levelno": 20, - "lineno": 284, - "message": "comm-client: TX -> (64): 36 65 63 31 65 38 39 30 30 38 38 32 38 30 61 32 66 35 37 33 38 39 62 33 64 66 31 34 65 39 36 63 33 62 66 36 39 66 65 32 61 38 66 34 30 39 31 32 31 31 62 33 38 35 66 38 64 36 65 37 22 7d 77 f7", + "lineno": 286, + "message": "comm-client: TX -> (64): 35 61 35 35 62 61 39 62 36 34 63 38 36 64 64 64 33 35 66 65 31 39 37 35 62 31 31 63 34 66 62 32 34 63 39 66 36 36 38 64 36 37 64 61 34 35 33 38 31 34 62 62 66 32 34 39 36 62 63 33 22 7d 6b b6", "module": "__init__", - "msecs": 282.0, + "msecs": 268.0, "msg": "%s TX -> %s", "name": "helpers.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/helpers/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/helpers/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 5186.154842376709, + "relativeCreated": 5250.65972, "stack_info": null, - "thread": 140631264474816, + "taskName": null, + "thread": 140181466236608, "threadName": "Thread-7 (_start)" }, { "args": [ "comm-server:", - "(64): 36 65 63 31 65 38 39 30 30 38 38 32 38 30 61 32 66 35 37 33 38 39 62 33 64 66 31 34 65 39 36 63 33 62 66 36 39 66 65 32 61 38 66 34 30 39 31 32 31 31 62 33 38 35 66 38 64 36 65 37 22 7d 77 f7" + "(64): 35 61 35 35 62 61 39 62 36 34 63 38 36 64 64 64 33 35 66 65 31 39 37 35 62 31 31 63 34 66 62 32 34 63 39 66 36 36 38 64 36 37 64 61 34 35 33 38 31 34 62 62 66 32 34 39 36 62 63 33 22 7d 6b b6" ], - "asctime": "2025-03-23 16:47:01,291", - "created": 1742744821.291121, + "asctime": "2025-08-15 21:41:56,276", + "created": 1755286916.2767284, "exc_text": null, "filename": "__init__.py", "funcName": "__rx__", "levelname": "DEBUG", "levelno": 10, - "lineno": 414, - "message": "comm-server: RX <- (64): 36 65 63 31 65 38 39 30 30 38 38 32 38 30 61 32 66 35 37 33 38 39 62 33 64 66 31 34 65 39 36 63 33 62 66 36 39 66 65 32 61 38 66 34 30 39 31 32 31 31 62 33 38 35 66 38 64 36 65 37 22 7d 77 f7", + "lineno": 416, + "message": "comm-server: RX <- (64): 35 61 35 35 62 61 39 62 36 34 63 38 36 64 64 64 33 35 66 65 31 39 37 35 62 31 31 63 34 66 62 32 34 63 39 66 36 36 38 64 36 37 64 61 34 35 33 38 31 34 62 62 66 32 34 39 36 62 63 33 22 7d 6b b6", "module": "__init__", - "msecs": 291.0, + "msecs": 276.0, "msg": "%s RX <- %s", "name": "helpers.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/helpers/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/helpers/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 5194.807767868042, + "relativeCreated": 5259.061654, "stack_info": null, - "thread": 140631264474816, + "taskName": null, + "thread": 140181466236608, "threadName": "Thread-7 (_start)" }, { "args": [ "comm-client:", - "(4): 1d 1c 3a 3e" + "(4): 22 9d 3a 3e" ], - "asctime": "2025-03-23 16:47:01,291", - "created": 1742744821.2919075, + "asctime": "2025-08-15 21:41:56,277", + "created": 1755286916.2771933, "exc_text": null, "filename": "__init__.py", "funcName": "__tx__", "levelname": "INFO", "levelno": 20, - "lineno": 284, - "message": "comm-client: TX -> (4): 1d 1c 3a 3e", + "lineno": 286, + "message": "comm-client: TX -> (4): 22 9d 3a 3e", "module": "__init__", - "msecs": 291.0, + "msecs": 277.0, "msg": "%s TX -> %s", "name": "helpers.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/helpers/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/helpers/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 5195.594310760498, + "relativeCreated": 5259.526761, "stack_info": null, - "thread": 140631264474816, + "taskName": null, + "thread": 140181466236608, "threadName": "Thread-7 (_start)" }, { "args": [ "comm-server:", - "(4): 1d 1c 3a 3e" + "(4): 22 9d 3a 3e" ], - "asctime": "2025-03-23 16:47:01,292", - "created": 1742744821.292881, + "asctime": "2025-08-15 21:41:56,278", + "created": 1755286916.2780914, "exc_text": null, "filename": "__init__.py", "funcName": "__rx__", "levelname": "DEBUG", "levelno": 10, - "lineno": 414, - "message": "comm-server: RX <- (4): 1d 1c 3a 3e", + "lineno": 416, + "message": "comm-server: RX <- (4): 22 9d 3a 3e", "module": "__init__", - "msecs": 292.0, + "msecs": 278.0, "msg": "%s RX <- %s", "name": "helpers.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/helpers/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/helpers/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 5196.56777381897, + "relativeCreated": 5260.425063, "stack_info": null, - "thread": 140631264474816, + "taskName": null, + "thread": 140181466236608, "threadName": "Thread-7 (_start)" }, { @@ -39626,27 +41035,28 @@ "RX <-", "service: authentification request, data_id: key", "status: okay", - "'2b07305f68bfcd4c41489d267e614a33eaa379f93b045bcd2db549c61415c3d354286ec1e890088280a2f57389b3df14e96c3bf69fe2a8f4091211b385f8d6e7'" + "'7581eb5b21ea16f4e15384d9b4130c9237cbf5c1f648849add4f9c97a365ae23b0715a55ba9b64c86ddd35fe1975b11c4fb24c9f668d67da453814bbf2496bc3'" ], - "asctime": "2025-03-23 16:47:01,293", - "created": 1742744821.2939837, + "asctime": "2025-08-15 21:41:56,278", + "created": 1755286916.2788205, "exc_text": null, "filename": "__init__.py", "funcName": "__log_msg__", "levelname": "INFO", "levelno": 20, - "lineno": 445, - "message": "prot-server: RX <- service: authentification request, data_id: key, status: okay, data: \"'2b07305f68bfcd4c41489d267e614a33eaa379f93b045bcd2db549c61415c3d354286ec1e890088280a2f57389b3df14e96c3bf69fe2a8f4091211b385f8d6e7'\"", + "lineno": 438, + "message": "prot-server: RX <- service: authentification request, data_id: key, status: okay, data: \"'7581eb5b21ea16f4e15384d9b4130c9237cbf5c1f648849add4f9c97a365ae23b0715a55ba9b64c86ddd35fe1975b11c4fb24c9f668d67da453814bbf2496bc3'\"", "module": "__init__", - "msecs": 293.0, + "msecs": 278.0, "msg": "%s %s %s, %s, data: \"%s\"", "name": "socket_protocol.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/socket_protocol/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/socket_protocol/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 5197.670459747314, + "relativeCreated": 5261.154029, "stack_info": null, - "thread": 140631264474816, + "taskName": null, + "thread": 140181466236608, "threadName": "Thread-7 (_start)" }, { @@ -39654,25 +41064,26 @@ "prot-server:", "__authentificate_check_key__" ], - "asctime": "2025-03-23 16:47:01,294", - "created": 1742744821.2943294, + "asctime": "2025-08-15 21:41:56,279", + "created": 1755286916.2790728, "exc_text": null, "filename": "__init__.py", "funcName": "__data_available_callback__", "levelname": "DEBUG", "levelno": 10, - "lineno": 488, + "lineno": 481, "message": "prot-server: Executing callback __authentificate_check_key__ to process received data", "module": "__init__", - "msecs": 294.0, + "msecs": 279.0, "msg": "%s Executing callback %s to process received data", "name": "socket_protocol.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/socket_protocol/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/socket_protocol/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 5198.016166687012, + "relativeCreated": 5261.406091, "stack_info": null, - "thread": 140631264474816, + "taskName": null, + "thread": 140181466236608, "threadName": "Thread-7 (_start)" }, { @@ -39683,25 +41094,26 @@ "status: okay", "True" ], - "asctime": "2025-03-23 16:47:01,294", - "created": 1742744821.2947295, + "asctime": "2025-08-15 21:41:56,279", + "created": 1755286916.279372, "exc_text": null, "filename": "__init__.py", "funcName": "__log_msg__", "levelname": "INFO", "levelno": 20, - "lineno": 445, + "lineno": 438, "message": "prot-server: TX -> service: authentification response, data_id: key, status: okay, data: \"True\"", "module": "__init__", - "msecs": 294.0, + "msecs": 279.0, "msg": "%s %s %s, %s, data: \"%s\"", "name": "socket_protocol.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/socket_protocol/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/socket_protocol/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 5198.416233062744, + "relativeCreated": 5261.705601, "stack_info": null, - "thread": 140631264474816, + "taskName": null, + "thread": 140181466236608, "threadName": "Thread-7 (_start)" }, { @@ -39709,25 +41121,26 @@ "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": "2025-03-23 16:47:01,295", - "created": 1742744821.2957153, + "asctime": "2025-08-15 21:41:56,280", + "created": 1755286916.2800252, "exc_text": null, "filename": "__init__.py", "funcName": "__tx__", "levelname": "INFO", "levelno": 20, - "lineno": 284, + "lineno": 286, "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": 295.0, + "msecs": 280.0, "msg": "%s TX -> %s", "name": "helpers.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/helpers/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/helpers/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 5199.402093887329, + "relativeCreated": 5262.358795, "stack_info": null, - "thread": 140630785259200, + "taskName": null, + "thread": 140181457843904, "threadName": "Thread-8 (_start)" }, { @@ -39735,25 +41148,26 @@ "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": "2025-03-23 16:47:01,304", - "created": 1742744821.304562, + "asctime": "2025-08-15 21:41:56,289", + "created": 1755286916.289579, "exc_text": null, "filename": "__init__.py", "funcName": "__rx__", "levelname": "DEBUG", "levelno": 10, - "lineno": 414, + "lineno": 416, "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": 304.0, + "msecs": 289.0, "msg": "%s RX <- %s", "name": "helpers.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/helpers/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/helpers/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 5208.248853683472, + "relativeCreated": 5271.912569, "stack_info": null, - "thread": 140630785259200, + "taskName": null, + "thread": 140181457843904, "threadName": "Thread-8 (_start)" }, { @@ -39761,25 +41175,26 @@ "comm-server:", "(6): 94 fe 74 32 3a 3e" ], - "asctime": "2025-03-23 16:47:01,305", - "created": 1742744821.30541, + "asctime": "2025-08-15 21:41:56,290", + "created": 1755286916.2901044, "exc_text": null, "filename": "__init__.py", "funcName": "__tx__", "levelname": "INFO", "levelno": 20, - "lineno": 284, + "lineno": 286, "message": "comm-server: TX -> (6): 94 fe 74 32 3a 3e", "module": "__init__", - "msecs": 305.0, + "msecs": 290.0, "msg": "%s TX -> %s", "name": "helpers.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/helpers/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/helpers/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 5209.096670150757, + "relativeCreated": 5272.437637, "stack_info": null, - "thread": 140630785259200, + "taskName": null, + "thread": 140181457843904, "threadName": "Thread-8 (_start)" }, { @@ -39787,25 +41202,26 @@ "comm-client:", "(6): 94 fe 74 32 3a 3e" ], - "asctime": "2025-03-23 16:47:01,306", - "created": 1742744821.3066022, + "asctime": "2025-08-15 21:41:56,291", + "created": 1755286916.2912397, "exc_text": null, "filename": "__init__.py", "funcName": "__rx__", "levelname": "DEBUG", "levelno": 10, - "lineno": 414, + "lineno": 416, "message": "comm-client: RX <- (6): 94 fe 74 32 3a 3e", "module": "__init__", - "msecs": 306.0, + "msecs": 291.0, "msg": "%s RX <- %s", "name": "helpers.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/helpers/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/helpers/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 5210.289001464844, + "relativeCreated": 5273.57313, "stack_info": null, - "thread": 140630785259200, + "taskName": null, + "thread": 140181457843904, "threadName": "Thread-8 (_start)" }, { @@ -39816,25 +41232,26 @@ "status: okay", "True" ], - "asctime": "2025-03-23 16:47:01,307", - "created": 1742744821.307379, + "asctime": "2025-08-15 21:41:56,291", + "created": 1755286916.2917776, "exc_text": null, "filename": "__init__.py", "funcName": "__log_msg__", "levelname": "INFO", "levelno": 20, - "lineno": 445, + "lineno": 438, "message": "prot-client: RX <- service: authentification response, data_id: key, status: okay, data: \"True\"", "module": "__init__", - "msecs": 307.0, + "msecs": 291.0, "msg": "%s %s %s, %s, data: \"%s\"", "name": "socket_protocol.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/socket_protocol/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/socket_protocol/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 5211.065769195557, + "relativeCreated": 5274.111091, "stack_info": null, - "thread": 140630785259200, + "taskName": null, + "thread": 140181457843904, "threadName": "Thread-8 (_start)" }, { @@ -39842,72 +41259,75 @@ "prot-client:", "__authentificate_process_feedback__" ], - "asctime": "2025-03-23 16:47:01,307", - "created": 1742744821.3076549, + "asctime": "2025-08-15 21:41:56,291", + "created": 1755286916.2919893, "exc_text": null, "filename": "__init__.py", "funcName": "__data_available_callback__", "levelname": "DEBUG", "levelno": 10, - "lineno": 503, + "lineno": 496, "message": "prot-client: Executing callback __authentificate_process_feedback__ to process received data", "module": "__init__", - "msecs": 307.0, + "msecs": 291.0, "msg": "%s Executing callback %s to process received data", "name": "socket_protocol.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/socket_protocol/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/socket_protocol/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 5211.341619491577, + "relativeCreated": 5274.322647, "stack_info": null, - "thread": 140630785259200, + "taskName": null, + "thread": 140181457843904, "threadName": "Thread-8 (_start)" }, { "args": [ "prot-client:" ], - "asctime": "2025-03-23 16:47:01,307", - "created": 1742744821.307868, + "asctime": "2025-08-15 21:41:56,292", + "created": 1755286916.2921517, "exc_text": null, "filename": "__init__.py", "funcName": "__authentificate_process_feedback__", "levelname": "INFO", "levelno": 20, - "lineno": 370, + "lineno": 363, "message": "prot-client: Got positive authentification feedback", "module": "__init__", - "msecs": 307.0, + "msecs": 292.0, "msg": "%s Got positive authentification feedback", "name": "socket_protocol.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/socket_protocol/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/socket_protocol/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 5211.554765701294, + "relativeCreated": 5274.485173, "stack_info": null, - "thread": 140630785259200, + "taskName": null, + "thread": 140181457843904, "threadName": "Thread-8 (_start)" } ], - "msecs": 555.0, + "msecs": 547.0, "msg": "Connecting Server and Client", "name": "__tLogger__", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/tests/test_communication.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/tests/test_communication.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 5459.30814743042, + "relativeCreated": 5529.582919, "stack_info": null, - "thread": 140631409799232, + "taskName": null, + "thread": 140181752467712, "threadName": "MainThread", - "time_consumption": 0.24775338172912598 + "time_consumption": 0.2550976276397705 }, { "args": [ "True", "" ], - "asctime": "2025-03-23 16:47:01,556", - "created": 1742744821.5569766, + "asctime": "2025-08-15 21:41:56,548", + "created": 1755286916.5482268, "exc_text": null, "filename": "test.py", "funcName": "equivalency_chk", @@ -39923,8 +41343,8 @@ "True", "" ], - "asctime": "2025-03-23 16:47:01,556", - "created": 1742744821.5564678, + "asctime": "2025-08-15 21:41:56,547", + "created": 1755286916.5477934, "exc_text": null, "filename": "test.py", "funcName": "__report_result__", @@ -39933,15 +41353,16 @@ "lineno": 22, "message": "Result (Authentification state of server): True ()", "module": "test", - "msecs": 556.0, + "msecs": 547.0, "msg": "Result (%s): %s (%s)", "name": "__unittest__", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/unittest/test.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/unittest/test.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 5460.1545333862305, + "relativeCreated": 5530.126922, "stack_info": null, - "thread": 140631409799232, + "taskName": null, + "thread": 140181752467712, "threadName": "MainThread" }, { @@ -39951,8 +41372,8 @@ "True", "" ], - "asctime": "2025-03-23 16:47:01,556", - "created": 1742744821.556742, + "asctime": "2025-08-15 21:41:56,548", + "created": 1755286916.5480006, "exc_text": null, "filename": "test.py", "funcName": "__report_expectation__", @@ -39961,37 +41382,39 @@ "lineno": 26, "message": "Expectation (Authentification state of server): result = True ()", "module": "test", - "msecs": 556.0, + "msecs": 548.0, "msg": "Expectation (%s): result %s %s (%s)", "name": "__unittest__", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/unittest/test.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/unittest/test.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 5460.428714752197, + "relativeCreated": 5530.334029, "stack_info": null, - "thread": 140631409799232, + "taskName": null, + "thread": 140181752467712, "threadName": "MainThread" } ], - "msecs": 556.0, + "msecs": 548.0, "msg": "Authentification state of server is correct (Content %s and Type is %s).", "name": "__tLogger__", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/unittest/test.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/unittest/test.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 5460.663318634033, + "relativeCreated": 5530.560318, "stack_info": null, - "thread": 140631409799232, + "taskName": null, + "thread": 140181752467712, "threadName": "MainThread", - "time_consumption": 0.0002346038818359375 + "time_consumption": 0.0002262592315673828 }, { "args": [ "True", "" ], - "asctime": "2025-03-23 16:47:01,557", - "created": 1742744821.5577753, + "asctime": "2025-08-15 21:41:56,548", + "created": 1755286916.5487895, "exc_text": null, "filename": "test.py", "funcName": "equivalency_chk", @@ -40007,8 +41430,8 @@ "True", "" ], - "asctime": "2025-03-23 16:47:01,557", - "created": 1742744821.5573432, + "asctime": "2025-08-15 21:41:56,548", + "created": 1755286916.5484676, "exc_text": null, "filename": "test.py", "funcName": "__report_result__", @@ -40017,15 +41440,16 @@ "lineno": 22, "message": "Result (Authentification state of client): True ()", "module": "test", - "msecs": 557.0, + "msecs": 548.0, "msg": "Result (%s): %s (%s)", "name": "__unittest__", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/unittest/test.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/unittest/test.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 5461.030006408691, + "relativeCreated": 5530.801251, "stack_info": null, - "thread": 140631409799232, + "taskName": null, + "thread": 140181752467712, "threadName": "MainThread" }, { @@ -40035,8 +41459,8 @@ "True", "" ], - "asctime": "2025-03-23 16:47:01,557", - "created": 1742744821.5575678, + "asctime": "2025-08-15 21:41:56,548", + "created": 1755286916.5486414, "exc_text": null, "filename": "test.py", "funcName": "__report_expectation__", @@ -40045,63 +41469,66 @@ "lineno": 26, "message": "Expectation (Authentification state of client): result = True ()", "module": "test", - "msecs": 557.0, + "msecs": 548.0, "msg": "Expectation (%s): result %s %s (%s)", "name": "__unittest__", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/unittest/test.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/unittest/test.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 5461.254596710205, + "relativeCreated": 5530.974986, "stack_info": null, - "thread": 140631409799232, + "taskName": null, + "thread": 140181752467712, "threadName": "MainThread" } ], - "msecs": 557.0, + "msecs": 548.0, "msg": "Authentification state of client is correct (Content %s and Type is %s).", "name": "__tLogger__", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/unittest/test.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/unittest/test.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 5461.462020874023, + "relativeCreated": 5531.122819, "stack_info": null, - "thread": 140631409799232, + "taskName": null, + "thread": 140181752467712, "threadName": "MainThread", - "time_consumption": 0.00020742416381835938 + "time_consumption": 0.0001480579376220703 } ], - "thread": 140631409799232, + "thread": 140181752467712, "threadName": "MainThread", - "time_consumption": 2.7141098976135254, - "time_finished": "2025-03-23 16:47:01,557", - "time_start": "2025-03-23 16:46:58,843" + "time_consumption": 2.716777801513672, + "time_finished": "2025-08-15 21:41:56,548", + "time_start": "2025-08-15 21:41:53,832" }, "REQ-0015": { "args": null, - "asctime": "2025-03-23 16:47:09,981", - "created": 1742744829.981926, + "asctime": "2025-08-15 21:42:04,934", + "created": 1755286924.934468, "exc_text": null, "filename": "__init__.py", "funcName": "testCase", "levelname": "INFO", "levelno": 20, - "lineno": 327, + "lineno": 331, "message": "REQ-0015", "module": "__init__", "moduleLogger": [], - "msecs": 981.0, + "msecs": 934.0, "msg": "REQ-0015", "name": "__tLogger__", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/report/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/report/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 13885.612726211548, + "relativeCreated": 13916.8016, "stack_info": null, + "taskName": null, "testcaseLogger": [ { "args": [], - "asctime": "2025-03-23 16:47:09,993", - "created": 1742744829.9934552, + "asctime": "2025-08-15 21:42:04,946", + "created": 1755286924.9465127, "exc_text": null, "filename": "test_helpers.py", "funcName": "set_up_socket_protocol", @@ -40115,100 +41542,104 @@ "args": [ "comm-client:" ], - "asctime": "2025-03-23 16:47:09,984", - "created": 1742744829.984746, + "asctime": "2025-08-15 21:42:04,935", + "created": 1755286924.935938, "exc_text": null, "filename": "__init__.py", "funcName": "__clean_buffer__", "levelname": "DEBUG", "levelno": 10, - "lineno": 411, + "lineno": 413, "message": "comm-client: Cleaning up receive-buffer", "module": "__init__", - "msecs": 984.0, + "msecs": 935.0, "msg": "%s Cleaning up receive-buffer", "name": "helpers.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/helpers/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/helpers/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 13888.432741165161, + "relativeCreated": 13918.271129, "stack_info": null, - "thread": 140631409799232, + "taskName": null, + "thread": 140181752467712, "threadName": "MainThread" }, { "args": [ "comm-server:" ], - "asctime": "2025-03-23 16:47:09,986", - "created": 1742744829.9869156, + "asctime": "2025-08-15 21:42:04,937", + "created": 1755286924.937049, "exc_text": null, "filename": "__init__.py", "funcName": "__clean_buffer__", "levelname": "DEBUG", "levelno": 10, - "lineno": 411, + "lineno": 413, "message": "comm-server: Cleaning up receive-buffer", "module": "__init__", - "msecs": 986.0, + "msecs": 937.0, "msg": "%s Cleaning up receive-buffer", "name": "helpers.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/helpers/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/helpers/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 13890.602350234985, + "relativeCreated": 13919.382367, "stack_info": null, - "thread": 140631409799232, + "taskName": null, + "thread": 140181752467712, "threadName": "MainThread" }, { "args": [ "comm-server:" ], - "asctime": "2025-03-23 16:47:09,987", - "created": 1742744829.9872499, + "asctime": "2025-08-15 21:42:04,937", + "created": 1755286924.93734, "exc_text": null, "filename": "__init__.py", "funcName": "__init__", "levelname": "INFO", "levelno": 20, - "lineno": 520, + "lineno": 522, "message": "comm-server: Waiting for incomming connection", "module": "__init__", - "msecs": 987.0, + "msecs": 937.0, "msg": "%s Waiting for incomming connection", "name": "helpers.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/helpers/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/helpers/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 13890.936613082886, + "relativeCreated": 13919.67323, "stack_info": null, - "thread": 140631409799232, + "taskName": null, + "thread": 140181752467712, "threadName": "MainThread" }, { "args": [ "prot-server:" ], - "asctime": "2025-03-23 16:47:09,987", - "created": 1742744829.9876623, + "asctime": "2025-08-15 21:42:04,937", + "created": 1755286924.9377265, "exc_text": null, "filename": "__init__.py", "funcName": "__clean_receive_buffer__", "levelname": "DEBUG", "levelno": 10, - "lineno": 434, + "lineno": 427, "message": "prot-server: Cleaning up receive-buffer", "module": "__init__", - "msecs": 987.0, + "msecs": 937.0, "msg": "%s Cleaning up receive-buffer", "name": "socket_protocol.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/socket_protocol/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/socket_protocol/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 13891.349077224731, + "relativeCreated": 13920.059782, "stack_info": null, - "thread": 140631409799232, + "taskName": null, + "thread": 140181752467712, "threadName": "MainThread" }, { @@ -40217,25 +41648,26 @@ "authentification request", "authentification response" ], - "asctime": "2025-03-23 16:47:09,987", - "created": 1742744829.9879146, + "asctime": "2025-08-15 21:42:04,937", + "created": 1755286924.9379275, "exc_text": null, "filename": "__init__.py", "funcName": "add_service", "levelname": "DEBUG", "levelno": 10, - "lineno": 597, + "lineno": 590, "message": "prot-server: Adding Service with Request=authentification request and Response=authentification response", "module": "__init__", - "msecs": 987.0, + "msecs": 937.0, "msg": "%s Adding Service with Request=%s and Response=%s", "name": "socket_protocol.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/socket_protocol/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/socket_protocol/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 13891.60132408142, + "relativeCreated": 13920.260829, "stack_info": null, - "thread": 140631409799232, + "taskName": null, + "thread": 140181752467712, "threadName": "MainThread" }, { @@ -40243,25 +41675,26 @@ "prot-server:", "service: authentification request, data_id: seed" ], - "asctime": "2025-03-23 16:47:09,988", - "created": 1742744829.988198, + "asctime": "2025-08-15 21:42:04,938", + "created": 1755286924.9381588, "exc_text": null, "filename": "__init__.py", "funcName": "add_msg_to_auth_whitelist_", "levelname": "DEBUG", "levelno": 10, - "lineno": 571, + "lineno": 564, "message": "prot-server: Adding Message (service: authentification request, data_id: seed) to the authentification whitelist", "module": "__init__", - "msecs": 988.0, + "msecs": 938.0, "msg": "%s Adding Message (%s) to the authentification whitelist", "name": "socket_protocol.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/socket_protocol/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/socket_protocol/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 13891.884803771973, + "relativeCreated": 13920.492257, "stack_info": null, - "thread": 140631409799232, + "taskName": null, + "thread": 140181752467712, "threadName": "MainThread" }, { @@ -40269,25 +41702,26 @@ "prot-server:", "service: authentification response, data_id: seed" ], - "asctime": "2025-03-23 16:47:09,988", - "created": 1742744829.9884079, + "asctime": "2025-08-15 21:42:04,938", + "created": 1755286924.9383507, "exc_text": null, "filename": "__init__.py", "funcName": "add_msg_to_auth_whitelist_", "levelname": "DEBUG", "levelno": 10, - "lineno": 571, + "lineno": 564, "message": "prot-server: Adding Message (service: authentification response, data_id: seed) to the authentification whitelist", "module": "__init__", - "msecs": 988.0, + "msecs": 938.0, "msg": "%s Adding Message (%s) to the authentification whitelist", "name": "socket_protocol.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/socket_protocol/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/socket_protocol/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 13892.094612121582, + "relativeCreated": 13920.683972, "stack_info": null, - "thread": 140631409799232, + "taskName": null, + "thread": 140181752467712, "threadName": "MainThread" }, { @@ -40295,25 +41729,26 @@ "prot-server:", "service: authentification request, data_id: key" ], - "asctime": "2025-03-23 16:47:09,988", - "created": 1742744829.9886038, + "asctime": "2025-08-15 21:42:04,938", + "created": 1755286924.9385393, "exc_text": null, "filename": "__init__.py", "funcName": "add_msg_to_auth_whitelist_", "levelname": "DEBUG", "levelno": 10, - "lineno": 571, + "lineno": 564, "message": "prot-server: Adding Message (service: authentification request, data_id: key) to the authentification whitelist", "module": "__init__", - "msecs": 988.0, + "msecs": 938.0, "msg": "%s Adding Message (%s) to the authentification whitelist", "name": "socket_protocol.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/socket_protocol/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/socket_protocol/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 13892.290592193604, + "relativeCreated": 13920.872743, "stack_info": null, - "thread": 140631409799232, + "taskName": null, + "thread": 140181752467712, "threadName": "MainThread" }, { @@ -40321,25 +41756,26 @@ "prot-server:", "service: authentification response, data_id: key" ], - "asctime": "2025-03-23 16:47:09,988", - "created": 1742744829.988808, + "asctime": "2025-08-15 21:42:04,938", + "created": 1755286924.93891, "exc_text": null, "filename": "__init__.py", "funcName": "add_msg_to_auth_whitelist_", "levelname": "DEBUG", "levelno": 10, - "lineno": 571, + "lineno": 564, "message": "prot-server: Adding Message (service: authentification response, data_id: key) to the authentification whitelist", "module": "__init__", - "msecs": 988.0, + "msecs": 938.0, "msg": "%s Adding Message (%s) to the authentification whitelist", "name": "socket_protocol.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/socket_protocol/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/socket_protocol/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 13892.494678497314, + "relativeCreated": 13921.243339, "stack_info": null, - "thread": 140631409799232, + "taskName": null, + "thread": 140181752467712, "threadName": "MainThread" }, { @@ -40349,25 +41785,26 @@ "0", "0" ], - "asctime": "2025-03-23 16:47:09,989", - "created": 1742744829.9890249, + "asctime": "2025-08-15 21:42:04,939", + "created": 1755286924.9391162, "exc_text": null, "filename": "__init__.py", "funcName": "add", "levelname": "DEBUG", "levelno": 10, - "lineno": 172, + "lineno": 169, "message": "prot-server: Adding callback '__authentificate_create_seed__' for SID=0 and DID=0", "module": "__init__", - "msecs": 989.0, + "msecs": 939.0, "msg": "%s Adding callback %s for SID=%s and DID=%s", "name": "socket_protocol.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/socket_protocol/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/socket_protocol/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 13892.711639404297, + "relativeCreated": 13921.449753, "stack_info": null, - "thread": 140631409799232, + "taskName": null, + "thread": 140181752467712, "threadName": "MainThread" }, { @@ -40377,25 +41814,26 @@ "1", "0" ], - "asctime": "2025-03-23 16:47:09,989", - "created": 1742744829.9892383, + "asctime": "2025-08-15 21:42:04,939", + "created": 1755286924.939304, "exc_text": null, "filename": "__init__.py", "funcName": "add", "levelname": "DEBUG", "levelno": 10, - "lineno": 172, + "lineno": 169, "message": "prot-server: Adding callback '__authentificate_create_key__' for SID=1 and DID=0", "module": "__init__", - "msecs": 989.0, + "msecs": 939.0, "msg": "%s Adding callback %s for SID=%s and DID=%s", "name": "socket_protocol.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/socket_protocol/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/socket_protocol/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 13892.925024032593, + "relativeCreated": 13921.637667, "stack_info": null, - "thread": 140631409799232, + "taskName": null, + "thread": 140181752467712, "threadName": "MainThread" }, { @@ -40405,25 +41843,26 @@ "0", "1" ], - "asctime": "2025-03-23 16:47:09,989", - "created": 1742744829.9894664, + "asctime": "2025-08-15 21:42:04,939", + "created": 1755286924.939508, "exc_text": null, "filename": "__init__.py", "funcName": "add", "levelname": "DEBUG", "levelno": 10, - "lineno": 172, + "lineno": 169, "message": "prot-server: Adding callback '__authentificate_check_key__' for SID=0 and DID=1", "module": "__init__", - "msecs": 989.0, + "msecs": 939.0, "msg": "%s Adding callback %s for SID=%s and DID=%s", "name": "socket_protocol.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/socket_protocol/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/socket_protocol/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 13893.153190612793, + "relativeCreated": 13921.841428, "stack_info": null, - "thread": 140631409799232, + "taskName": null, + "thread": 140181752467712, "threadName": "MainThread" }, { @@ -40433,50 +41872,52 @@ "1", "1" ], - "asctime": "2025-03-23 16:47:09,989", - "created": 1742744829.9896724, + "asctime": "2025-08-15 21:42:04,939", + "created": 1755286924.939687, "exc_text": null, "filename": "__init__.py", "funcName": "add", "levelname": "DEBUG", "levelno": 10, - "lineno": 172, + "lineno": 169, "message": "prot-server: Adding callback '__authentificate_process_feedback__' for SID=1 and DID=1", "module": "__init__", - "msecs": 989.0, + "msecs": 939.0, "msg": "%s Adding callback %s for SID=%s and DID=%s", "name": "socket_protocol.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/socket_protocol/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/socket_protocol/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 13893.359184265137, + "relativeCreated": 13922.020357, "stack_info": null, - "thread": 140631409799232, + "taskName": null, + "thread": 140181752467712, "threadName": "MainThread" }, { "args": [ "prot-server:" ], - "asctime": "2025-03-23 16:47:09,989", - "created": 1742744829.9898524, + "asctime": "2025-08-15 21:42:04,939", + "created": 1755286924.9398894, "exc_text": null, "filename": "__init__.py", "funcName": "__authentification_state_reset__", "levelname": "INFO", "levelno": 20, - "lineno": 380, + "lineno": 373, "message": "prot-server: Resetting authentification state to AUTH_STATE_UNTRUSTED_CONNECTION", "module": "__init__", - "msecs": 989.0, + "msecs": 939.0, "msg": "%s Resetting authentification state to AUTH_STATE_UNTRUSTED_CONNECTION", "name": "socket_protocol.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/socket_protocol/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/socket_protocol/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 13893.539190292358, + "relativeCreated": 13922.222859, "stack_info": null, - "thread": 140631409799232, + "taskName": null, + "thread": 140181752467712, "threadName": "MainThread" }, { @@ -40485,25 +41926,26 @@ "channel name request", "channel name response" ], - "asctime": "2025-03-23 16:47:09,990", - "created": 1742744829.990097, + "asctime": "2025-08-15 21:42:04,940", + "created": 1755286924.9402142, "exc_text": null, "filename": "__init__.py", "funcName": "add_service", "levelname": "DEBUG", "levelno": 10, - "lineno": 597, + "lineno": 590, "message": "prot-server: Adding Service with Request=channel name request and Response=channel name response", "module": "__init__", - "msecs": 990.0, + "msecs": 940.0, "msg": "%s Adding Service with Request=%s and Response=%s", "name": "socket_protocol.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/socket_protocol/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/socket_protocol/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 13893.783807754517, + "relativeCreated": 13922.54784, "stack_info": null, - "thread": 140631409799232, + "taskName": null, + "thread": 140181752467712, "threadName": "MainThread" }, { @@ -40511,25 +41953,26 @@ "prot-server:", "service: channel name request, data_id: name" ], - "asctime": "2025-03-23 16:47:09,990", - "created": 1742744829.990342, + "asctime": "2025-08-15 21:42:04,940", + "created": 1755286924.9404783, "exc_text": null, "filename": "__init__.py", "funcName": "add_msg_to_auth_whitelist_", "levelname": "DEBUG", "levelno": 10, - "lineno": 571, + "lineno": 564, "message": "prot-server: Adding Message (service: channel name request, data_id: name) to the authentification whitelist", "module": "__init__", - "msecs": 990.0, + "msecs": 940.0, "msg": "%s Adding Message (%s) to the authentification whitelist", "name": "socket_protocol.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/socket_protocol/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/socket_protocol/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 13894.028663635254, + "relativeCreated": 13922.811619, "stack_info": null, - "thread": 140631409799232, + "taskName": null, + "thread": 140181752467712, "threadName": "MainThread" }, { @@ -40537,25 +41980,26 @@ "prot-server:", "service: channel name response, data_id: name" ], - "asctime": "2025-03-23 16:47:09,990", - "created": 1742744829.9905112, + "asctime": "2025-08-15 21:42:04,940", + "created": 1755286924.940647, "exc_text": null, "filename": "__init__.py", "funcName": "add_msg_to_auth_whitelist_", "levelname": "DEBUG", "levelno": 10, - "lineno": 571, + "lineno": 564, "message": "prot-server: Adding Message (service: channel name response, data_id: name) to the authentification whitelist", "module": "__init__", - "msecs": 990.0, + "msecs": 940.0, "msg": "%s Adding Message (%s) to the authentification whitelist", "name": "socket_protocol.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/socket_protocol/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/socket_protocol/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 13894.197940826416, + "relativeCreated": 13922.980451, "stack_info": null, - "thread": 140631409799232, + "taskName": null, + "thread": 140181752467712, "threadName": "MainThread" }, { @@ -40565,25 +42009,26 @@ "8", "0" ], - "asctime": "2025-03-23 16:47:09,990", - "created": 1742744829.9906983, + "asctime": "2025-08-15 21:42:04,940", + "created": 1755286924.940816, "exc_text": null, "filename": "__init__.py", "funcName": "add", "levelname": "DEBUG", "levelno": 10, - "lineno": 172, + "lineno": 169, "message": "prot-server: Adding callback '__channel_name_request__' for SID=8 and DID=0", "module": "__init__", - "msecs": 990.0, + "msecs": 940.0, "msg": "%s Adding callback %s for SID=%s and DID=%s", "name": "socket_protocol.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/socket_protocol/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/socket_protocol/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 13894.38509941101, + "relativeCreated": 13923.149291, "stack_info": null, - "thread": 140631409799232, + "taskName": null, + "thread": 140181752467712, "threadName": "MainThread" }, { @@ -40593,25 +42038,26 @@ "9", "0" ], - "asctime": "2025-03-23 16:47:09,990", - "created": 1742744829.9908764, + "asctime": "2025-08-15 21:42:04,940", + "created": 1755286924.9409866, "exc_text": null, "filename": "__init__.py", "funcName": "add", "levelname": "DEBUG", "levelno": 10, - "lineno": 172, + "lineno": 169, "message": "prot-server: Adding callback '__channel_name_response__' for SID=9 and DID=0", "module": "__init__", - "msecs": 990.0, + "msecs": 940.0, "msg": "%s Adding callback %s for SID=%s and DID=%s", "name": "socket_protocol.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/socket_protocol/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/socket_protocol/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 13894.5631980896, + "relativeCreated": 13923.320003, "stack_info": null, - "thread": 140631409799232, + "taskName": null, + "thread": 140181752467712, "threadName": "MainThread" }, { @@ -40620,25 +42066,26 @@ "read data request", "read data response" ], - "asctime": "2025-03-23 16:47:09,991", - "created": 1742744829.9910533, + "asctime": "2025-08-15 21:42:04,941", + "created": 1755286924.9411485, "exc_text": null, "filename": "__init__.py", "funcName": "add_service", "levelname": "DEBUG", "levelno": 10, - "lineno": 597, + "lineno": 590, "message": "prot-server: Adding Service with Request=read data request and Response=read data response", "module": "__init__", - "msecs": 991.0, + "msecs": 941.0, "msg": "%s Adding Service with Request=%s and Response=%s", "name": "socket_protocol.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/socket_protocol/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/socket_protocol/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 13894.740104675293, + "relativeCreated": 13923.481828, "stack_info": null, - "thread": 140631409799232, + "taskName": null, + "thread": 140181752467712, "threadName": "MainThread" }, { @@ -40647,25 +42094,26 @@ "write data request", "write data response" ], - "asctime": "2025-03-23 16:47:09,991", - "created": 1742744829.991217, + "asctime": "2025-08-15 21:42:04,941", + "created": 1755286924.9413006, "exc_text": null, "filename": "__init__.py", "funcName": "add_service", "levelname": "DEBUG", "levelno": 10, - "lineno": 597, + "lineno": 590, "message": "prot-server: Adding Service with Request=write data request and Response=write data response", "module": "__init__", - "msecs": 991.0, + "msecs": 941.0, "msg": "%s Adding Service with Request=%s and Response=%s", "name": "socket_protocol.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/socket_protocol/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/socket_protocol/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 13894.903659820557, + "relativeCreated": 13923.634303, "stack_info": null, - "thread": 140631409799232, + "taskName": null, + "thread": 140181752467712, "threadName": "MainThread" }, { @@ -40674,75 +42122,78 @@ "execute request", "execute response" ], - "asctime": "2025-03-23 16:47:09,991", - "created": 1742744829.9913838, + "asctime": "2025-08-15 21:42:04,941", + "created": 1755286924.9414725, "exc_text": null, "filename": "__init__.py", "funcName": "add_service", "levelname": "DEBUG", "levelno": 10, - "lineno": 597, + "lineno": 590, "message": "prot-server: Adding Service with Request=execute request and Response=execute response", "module": "__init__", - "msecs": 991.0, + "msecs": 941.0, "msg": "%s Adding Service with Request=%s and Response=%s", "name": "socket_protocol.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/socket_protocol/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/socket_protocol/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 13895.070552825928, + "relativeCreated": 13923.806023, "stack_info": null, - "thread": 140631409799232, + "taskName": null, + "thread": 140181752467712, "threadName": "MainThread" }, { "args": [ "prot-server:" ], - "asctime": "2025-03-23 16:47:09,991", - "created": 1742744829.9915457, + "asctime": "2025-08-15 21:42:04,941", + "created": 1755286924.9416335, "exc_text": null, "filename": "__init__.py", "funcName": "__init__", "levelname": "INFO", "levelno": 20, - "lineno": 340, + "lineno": 333, "message": "prot-server: Initialisation finished.", "module": "__init__", - "msecs": 991.0, + "msecs": 941.0, "msg": "%s Initialisation finished.", "name": "socket_protocol.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/socket_protocol/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/socket_protocol/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 13895.232439041138, + "relativeCreated": 13923.967063, "stack_info": null, - "thread": 140631409799232, + "taskName": null, + "thread": 140181752467712, "threadName": "MainThread" }, { "args": [ "prot-client:" ], - "asctime": "2025-03-23 16:47:09,991", - "created": 1742744829.9918494, + "asctime": "2025-08-15 21:42:04,941", + "created": 1755286924.9419496, "exc_text": null, "filename": "__init__.py", "funcName": "__clean_receive_buffer__", "levelname": "DEBUG", "levelno": 10, - "lineno": 434, + "lineno": 427, "message": "prot-client: Cleaning up receive-buffer", "module": "__init__", - "msecs": 991.0, + "msecs": 941.0, "msg": "%s Cleaning up receive-buffer", "name": "socket_protocol.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/socket_protocol/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/socket_protocol/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 13895.536184310913, + "relativeCreated": 13924.283229, "stack_info": null, - "thread": 140631409799232, + "taskName": null, + "thread": 140181752467712, "threadName": "MainThread" }, { @@ -40751,25 +42202,26 @@ "authentification request", "authentification response" ], - "asctime": "2025-03-23 16:47:09,992", - "created": 1742744829.9920306, + "asctime": "2025-08-15 21:42:04,942", + "created": 1755286924.9423025, "exc_text": null, "filename": "__init__.py", "funcName": "add_service", "levelname": "DEBUG", "levelno": 10, - "lineno": 597, + "lineno": 590, "message": "prot-client: Adding Service with Request=authentification request and Response=authentification response", "module": "__init__", - "msecs": 992.0, + "msecs": 942.0, "msg": "%s Adding Service with Request=%s and Response=%s", "name": "socket_protocol.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/socket_protocol/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/socket_protocol/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 13895.71738243103, + "relativeCreated": 13924.635883, "stack_info": null, - "thread": 140631409799232, + "taskName": null, + "thread": 140181752467712, "threadName": "MainThread" }, { @@ -40777,25 +42229,26 @@ "prot-client:", "service: authentification request, data_id: seed" ], - "asctime": "2025-03-23 16:47:09,992", - "created": 1742744829.9922833, + "asctime": "2025-08-15 21:42:04,942", + "created": 1755286924.9425242, "exc_text": null, "filename": "__init__.py", "funcName": "add_msg_to_auth_whitelist_", "levelname": "DEBUG", "levelno": 10, - "lineno": 571, + "lineno": 564, "message": "prot-client: Adding Message (service: authentification request, data_id: seed) to the authentification whitelist", "module": "__init__", - "msecs": 992.0, + "msecs": 942.0, "msg": "%s Adding Message (%s) to the authentification whitelist", "name": "socket_protocol.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/socket_protocol/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/socket_protocol/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 13895.970106124878, + "relativeCreated": 13924.857578, "stack_info": null, - "thread": 140631409799232, + "taskName": null, + "thread": 140181752467712, "threadName": "MainThread" }, { @@ -40803,25 +42256,26 @@ "prot-client:", "service: authentification response, data_id: seed" ], - "asctime": "2025-03-23 16:47:09,992", - "created": 1742744829.9923787, + "asctime": "2025-08-15 21:42:04,943", + "created": 1755286924.9433663, "exc_text": null, "filename": "__init__.py", "funcName": "add_msg_to_auth_whitelist_", "levelname": "DEBUG", "levelno": 10, - "lineno": 571, + "lineno": 564, "message": "prot-client: Adding Message (service: authentification response, data_id: seed) to the authentification whitelist", "module": "__init__", - "msecs": 992.0, + "msecs": 943.0, "msg": "%s Adding Message (%s) to the authentification whitelist", "name": "socket_protocol.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/socket_protocol/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/socket_protocol/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 13896.065473556519, + "relativeCreated": 13925.699963, "stack_info": null, - "thread": 140631409799232, + "taskName": null, + "thread": 140181752467712, "threadName": "MainThread" }, { @@ -40829,25 +42283,26 @@ "prot-client:", "service: authentification request, data_id: key" ], - "asctime": "2025-03-23 16:47:09,992", - "created": 1742744829.9924662, + "asctime": "2025-08-15 21:42:04,943", + "created": 1755286924.9435835, "exc_text": null, "filename": "__init__.py", "funcName": "add_msg_to_auth_whitelist_", "levelname": "DEBUG", "levelno": 10, - "lineno": 571, + "lineno": 564, "message": "prot-client: Adding Message (service: authentification request, data_id: key) to the authentification whitelist", "module": "__init__", - "msecs": 992.0, + "msecs": 943.0, "msg": "%s Adding Message (%s) to the authentification whitelist", "name": "socket_protocol.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/socket_protocol/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/socket_protocol/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 13896.152973175049, + "relativeCreated": 13925.916921, "stack_info": null, - "thread": 140631409799232, + "taskName": null, + "thread": 140181752467712, "threadName": "MainThread" }, { @@ -40855,25 +42310,26 @@ "prot-client:", "service: authentification response, data_id: key" ], - "asctime": "2025-03-23 16:47:09,992", - "created": 1742744829.9925451, + "asctime": "2025-08-15 21:42:04,943", + "created": 1755286924.943781, "exc_text": null, "filename": "__init__.py", "funcName": "add_msg_to_auth_whitelist_", "levelname": "DEBUG", "levelno": 10, - "lineno": 571, + "lineno": 564, "message": "prot-client: Adding Message (service: authentification response, data_id: key) to the authentification whitelist", "module": "__init__", - "msecs": 992.0, + "msecs": 943.0, "msg": "%s Adding Message (%s) to the authentification whitelist", "name": "socket_protocol.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/socket_protocol/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/socket_protocol/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 13896.231889724731, + "relativeCreated": 13926.114317, "stack_info": null, - "thread": 140631409799232, + "taskName": null, + "thread": 140181752467712, "threadName": "MainThread" }, { @@ -40883,25 +42339,26 @@ "0", "0" ], - "asctime": "2025-03-23 16:47:09,992", - "created": 1742744829.9926052, + "asctime": "2025-08-15 21:42:04,944", + "created": 1755286924.9440591, "exc_text": null, "filename": "__init__.py", "funcName": "add", "levelname": "DEBUG", "levelno": 10, - "lineno": 172, + "lineno": 169, "message": "prot-client: Adding callback '__authentificate_create_seed__' for SID=0 and DID=0", "module": "__init__", - "msecs": 992.0, + "msecs": 944.0, "msg": "%s Adding callback %s for SID=%s and DID=%s", "name": "socket_protocol.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/socket_protocol/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/socket_protocol/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 13896.291971206665, + "relativeCreated": 13926.392527, "stack_info": null, - "thread": 140631409799232, + "taskName": null, + "thread": 140181752467712, "threadName": "MainThread" }, { @@ -40911,25 +42368,26 @@ "1", "0" ], - "asctime": "2025-03-23 16:47:09,992", - "created": 1742744829.9926696, + "asctime": "2025-08-15 21:42:04,944", + "created": 1755286924.9442573, "exc_text": null, "filename": "__init__.py", "funcName": "add", "levelname": "DEBUG", "levelno": 10, - "lineno": 172, + "lineno": 169, "message": "prot-client: Adding callback '__authentificate_create_key__' for SID=1 and DID=0", "module": "__init__", - "msecs": 992.0, + "msecs": 944.0, "msg": "%s Adding callback %s for SID=%s and DID=%s", "name": "socket_protocol.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/socket_protocol/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/socket_protocol/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 13896.356344223022, + "relativeCreated": 13926.590798, "stack_info": null, - "thread": 140631409799232, + "taskName": null, + "thread": 140181752467712, "threadName": "MainThread" }, { @@ -40939,25 +42397,26 @@ "0", "1" ], - "asctime": "2025-03-23 16:47:09,992", - "created": 1742744829.9927301, + "asctime": "2025-08-15 21:42:04,944", + "created": 1755286924.9444413, "exc_text": null, "filename": "__init__.py", "funcName": "add", "levelname": "DEBUG", "levelno": 10, - "lineno": 172, + "lineno": 169, "message": "prot-client: Adding callback '__authentificate_check_key__' for SID=0 and DID=1", "module": "__init__", - "msecs": 992.0, + "msecs": 944.0, "msg": "%s Adding callback %s for SID=%s and DID=%s", "name": "socket_protocol.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/socket_protocol/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/socket_protocol/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 13896.416902542114, + "relativeCreated": 13926.774661, "stack_info": null, - "thread": 140631409799232, + "taskName": null, + "thread": 140181752467712, "threadName": "MainThread" }, { @@ -40967,50 +42426,52 @@ "1", "1" ], - "asctime": "2025-03-23 16:47:09,992", - "created": 1742744829.992787, + "asctime": "2025-08-15 21:42:04,944", + "created": 1755286924.9446294, "exc_text": null, "filename": "__init__.py", "funcName": "add", "levelname": "DEBUG", "levelno": 10, - "lineno": 172, + "lineno": 169, "message": "prot-client: Adding callback '__authentificate_process_feedback__' for SID=1 and DID=1", "module": "__init__", - "msecs": 992.0, + "msecs": 944.0, "msg": "%s Adding callback %s for SID=%s and DID=%s", "name": "socket_protocol.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/socket_protocol/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/socket_protocol/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 13896.47364616394, + "relativeCreated": 13926.962992, "stack_info": null, - "thread": 140631409799232, + "taskName": null, + "thread": 140181752467712, "threadName": "MainThread" }, { "args": [ "prot-client:" ], - "asctime": "2025-03-23 16:47:09,992", - "created": 1742744829.9928386, + "asctime": "2025-08-15 21:42:04,944", + "created": 1755286924.9448528, "exc_text": null, "filename": "__init__.py", "funcName": "__authentification_state_reset__", "levelname": "INFO", "levelno": 20, - "lineno": 380, + "lineno": 373, "message": "prot-client: Resetting authentification state to AUTH_STATE_UNTRUSTED_CONNECTION", "module": "__init__", - "msecs": 992.0, + "msecs": 944.0, "msg": "%s Resetting authentification state to AUTH_STATE_UNTRUSTED_CONNECTION", "name": "socket_protocol.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/socket_protocol/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/socket_protocol/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 13896.525382995605, + "relativeCreated": 13927.186065, "stack_info": null, - "thread": 140631409799232, + "taskName": null, + "thread": 140181752467712, "threadName": "MainThread" }, { @@ -41019,25 +42480,26 @@ "channel name request", "channel name response" ], - "asctime": "2025-03-23 16:47:09,992", - "created": 1742744829.992897, + "asctime": "2025-08-15 21:42:04,945", + "created": 1755286924.9450324, "exc_text": null, "filename": "__init__.py", "funcName": "add_service", "levelname": "DEBUG", "levelno": 10, - "lineno": 597, + "lineno": 590, "message": "prot-client: Adding Service with Request=channel name request and Response=channel name response", "module": "__init__", - "msecs": 992.0, + "msecs": 945.0, "msg": "%s Adding Service with Request=%s and Response=%s", "name": "socket_protocol.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/socket_protocol/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/socket_protocol/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 13896.583795547485, + "relativeCreated": 13927.36594, "stack_info": null, - "thread": 140631409799232, + "taskName": null, + "thread": 140181752467712, "threadName": "MainThread" }, { @@ -41045,25 +42507,26 @@ "prot-client:", "service: channel name request, data_id: name" ], - "asctime": "2025-03-23 16:47:09,992", - "created": 1742744829.9929624, + "asctime": "2025-08-15 21:42:04,945", + "created": 1755286924.945209, "exc_text": null, "filename": "__init__.py", "funcName": "add_msg_to_auth_whitelist_", "levelname": "DEBUG", "levelno": 10, - "lineno": 571, + "lineno": 564, "message": "prot-client: Adding Message (service: channel name request, data_id: name) to the authentification whitelist", "module": "__init__", - "msecs": 992.0, + "msecs": 945.0, "msg": "%s Adding Message (%s) to the authentification whitelist", "name": "socket_protocol.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/socket_protocol/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/socket_protocol/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 13896.64912223816, + "relativeCreated": 13927.54252, "stack_info": null, - "thread": 140631409799232, + "taskName": null, + "thread": 140181752467712, "threadName": "MainThread" }, { @@ -41071,25 +42534,26 @@ "prot-client:", "service: channel name response, data_id: name" ], - "asctime": "2025-03-23 16:47:09,993", - "created": 1742744829.9930232, + "asctime": "2025-08-15 21:42:04,945", + "created": 1755286924.9453695, "exc_text": null, "filename": "__init__.py", "funcName": "add_msg_to_auth_whitelist_", "levelname": "DEBUG", "levelno": 10, - "lineno": 571, + "lineno": 564, "message": "prot-client: Adding Message (service: channel name response, data_id: name) to the authentification whitelist", "module": "__init__", - "msecs": 993.0, + "msecs": 945.0, "msg": "%s Adding Message (%s) to the authentification whitelist", "name": "socket_protocol.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/socket_protocol/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/socket_protocol/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 13896.70991897583, + "relativeCreated": 13927.702982, "stack_info": null, - "thread": 140631409799232, + "taskName": null, + "thread": 140181752467712, "threadName": "MainThread" }, { @@ -41099,25 +42563,26 @@ "8", "0" ], - "asctime": "2025-03-23 16:47:09,993", - "created": 1742744829.993086, + "asctime": "2025-08-15 21:42:04,945", + "created": 1755286924.945548, "exc_text": null, "filename": "__init__.py", "funcName": "add", "levelname": "DEBUG", "levelno": 10, - "lineno": 172, + "lineno": 169, "message": "prot-client: Adding callback '__channel_name_request__' for SID=8 and DID=0", "module": "__init__", - "msecs": 993.0, + "msecs": 945.0, "msg": "%s Adding callback %s for SID=%s and DID=%s", "name": "socket_protocol.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/socket_protocol/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/socket_protocol/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 13896.772861480713, + "relativeCreated": 13927.881418, "stack_info": null, - "thread": 140631409799232, + "taskName": null, + "thread": 140181752467712, "threadName": "MainThread" }, { @@ -41127,25 +42592,26 @@ "9", "0" ], - "asctime": "2025-03-23 16:47:09,993", - "created": 1742744829.993154, + "asctime": "2025-08-15 21:42:04,945", + "created": 1755286924.9457228, "exc_text": null, "filename": "__init__.py", "funcName": "add", "levelname": "DEBUG", "levelno": 10, - "lineno": 172, + "lineno": 169, "message": "prot-client: Adding callback '__channel_name_response__' for SID=9 and DID=0", "module": "__init__", - "msecs": 993.0, + "msecs": 945.0, "msg": "%s Adding callback %s for SID=%s and DID=%s", "name": "socket_protocol.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/socket_protocol/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/socket_protocol/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 13896.840810775757, + "relativeCreated": 13928.0563, "stack_info": null, - "thread": 140631409799232, + "taskName": null, + "thread": 140181752467712, "threadName": "MainThread" }, { @@ -41154,25 +42620,26 @@ "read data request", "read data response" ], - "asctime": "2025-03-23 16:47:09,993", - "created": 1742744829.9932137, + "asctime": "2025-08-15 21:42:04,945", + "created": 1755286924.945882, "exc_text": null, "filename": "__init__.py", "funcName": "add_service", "levelname": "DEBUG", "levelno": 10, - "lineno": 597, + "lineno": 590, "message": "prot-client: Adding Service with Request=read data request and Response=read data response", "module": "__init__", - "msecs": 993.0, + "msecs": 945.0, "msg": "%s Adding Service with Request=%s and Response=%s", "name": "socket_protocol.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/socket_protocol/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/socket_protocol/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 13896.900415420532, + "relativeCreated": 13928.215633, "stack_info": null, - "thread": 140631409799232, + "taskName": null, + "thread": 140181752467712, "threadName": "MainThread" }, { @@ -41181,25 +42648,26 @@ "write data request", "write data response" ], - "asctime": "2025-03-23 16:47:09,993", - "created": 1742744829.993266, + "asctime": "2025-08-15 21:42:04,946", + "created": 1755286924.9460359, "exc_text": null, "filename": "__init__.py", "funcName": "add_service", "levelname": "DEBUG", "levelno": 10, - "lineno": 597, + "lineno": 590, "message": "prot-client: Adding Service with Request=write data request and Response=write data response", "module": "__init__", - "msecs": 993.0, + "msecs": 946.0, "msg": "%s Adding Service with Request=%s and Response=%s", "name": "socket_protocol.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/socket_protocol/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/socket_protocol/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 13896.952867507935, + "relativeCreated": 13928.36944, "stack_info": null, - "thread": 140631409799232, + "taskName": null, + "thread": 140181752467712, "threadName": "MainThread" }, { @@ -41208,69 +42676,72 @@ "execute request", "execute response" ], - "asctime": "2025-03-23 16:47:09,993", - "created": 1742744829.993334, + "asctime": "2025-08-15 21:42:04,946", + "created": 1755286924.9461894, "exc_text": null, "filename": "__init__.py", "funcName": "add_service", "levelname": "DEBUG", "levelno": 10, - "lineno": 597, + "lineno": 590, "message": "prot-client: Adding Service with Request=execute request and Response=execute response", "module": "__init__", - "msecs": 993.0, + "msecs": 946.0, "msg": "%s Adding Service with Request=%s and Response=%s", "name": "socket_protocol.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/socket_protocol/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/socket_protocol/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 13897.020816802979, + "relativeCreated": 13928.52266, "stack_info": null, - "thread": 140631409799232, + "taskName": null, + "thread": 140181752467712, "threadName": "MainThread" }, { "args": [ "prot-client:" ], - "asctime": "2025-03-23 16:47:09,993", - "created": 1742744829.9933984, + "asctime": "2025-08-15 21:42:04,946", + "created": 1755286924.9463425, "exc_text": null, "filename": "__init__.py", "funcName": "__init__", "levelname": "INFO", "levelno": 20, - "lineno": 340, + "lineno": 333, "message": "prot-client: Initialisation finished.", "module": "__init__", - "msecs": 993.0, + "msecs": 946.0, "msg": "%s Initialisation finished.", "name": "socket_protocol.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/socket_protocol/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/socket_protocol/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 13897.085189819336, + "relativeCreated": 13928.675901, "stack_info": null, - "thread": 140631409799232, + "taskName": null, + "thread": 140181752467712, "threadName": "MainThread" } ], - "msecs": 993.0, + "msecs": 946.0, "msg": "Setting up communication", "name": "__tLogger__", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/tests/test_helpers.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/tests/test_helpers.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 13897.141933441162, + "relativeCreated": 13928.84604, "stack_info": null, - "thread": 140631409799232, + "taskName": null, + "thread": 140181752467712, "threadName": "MainThread", - "time_consumption": 5.6743621826171875e-05 + "time_consumption": 0.00017023086547851562 }, { "args": [], - "asctime": "2025-03-23 16:47:10,337", - "created": 1742744830.3373842, + "asctime": "2025-08-15 21:42:05,292", + "created": 1755286925.2922134, "exc_text": null, "filename": "test_helpers.py", "funcName": "set_up_socket_protocol", @@ -41284,75 +42755,78 @@ "args": [ "comm-client:" ], - "asctime": "2025-03-23 16:47:09,993", - "created": 1742744829.9936192, + "asctime": "2025-08-15 21:42:04,946", + "created": 1755286924.9469986, "exc_text": null, "filename": "__init__.py", "funcName": "__connect__", "levelname": "INFO", "levelno": 20, - "lineno": 268, + "lineno": 270, "message": "comm-client: Connection established...", "module": "__init__", - "msecs": 993.0, + "msecs": 946.0, "msg": "%s Connection established...", "name": "helpers.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/helpers/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/helpers/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 13897.305965423584, + "relativeCreated": 13929.33201, "stack_info": null, - "thread": 140631409799232, + "taskName": null, + "thread": 140181752467712, "threadName": "MainThread" }, { "args": [ "comm-client:" ], - "asctime": "2025-03-23 16:47:09,993", - "created": 1742744829.9936798, + "asctime": "2025-08-15 21:42:04,947", + "created": 1755286924.9471939, "exc_text": null, "filename": "__init__.py", "funcName": "__clean_buffer__", "levelname": "DEBUG", "levelno": 10, - "lineno": 411, + "lineno": 413, "message": "comm-client: Cleaning up receive-buffer", "module": "__init__", - "msecs": 993.0, + "msecs": 947.0, "msg": "%s Cleaning up receive-buffer", "name": "helpers.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/helpers/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/helpers/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 13897.366523742676, + "relativeCreated": 13929.52728, "stack_info": null, - "thread": 140631409799232, + "taskName": null, + "thread": 140181752467712, "threadName": "MainThread" }, { "args": [ "prot-client:" ], - "asctime": "2025-03-23 16:47:09,993", - "created": 1742744829.9937377, + "asctime": "2025-08-15 21:42:04,947", + "created": 1755286924.9473624, "exc_text": null, "filename": "__init__.py", "funcName": "__clean_receive_buffer__", "levelname": "DEBUG", "levelno": 10, - "lineno": 434, + "lineno": 427, "message": "prot-client: Cleaning up receive-buffer", "module": "__init__", - "msecs": 993.0, + "msecs": 947.0, "msg": "%s Cleaning up receive-buffer", "name": "socket_protocol.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/socket_protocol/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/socket_protocol/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 13897.424459457397, + "relativeCreated": 13929.695862, "stack_info": null, - "thread": 140631409799232, + "taskName": null, + "thread": 140181752467712, "threadName": "MainThread" }, { @@ -41363,100 +42837,104 @@ "status: okay", "None" ], - "asctime": "2025-03-23 16:47:09,993", - "created": 1742744829.9938421, + "asctime": "2025-08-15 21:42:04,947", + "created": 1755286924.947651, "exc_text": null, "filename": "__init__.py", "funcName": "__log_msg__", "levelname": "INFO", "levelno": 20, - "lineno": 445, + "lineno": 438, "message": "prot-client: TX -> service: channel name request, data_id: name, status: okay, data: \"None\"", "module": "__init__", - "msecs": 993.0, + "msecs": 947.0, "msg": "%s %s %s, %s, data: \"%s\"", "name": "socket_protocol.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/socket_protocol/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/socket_protocol/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 13897.528886795044, + "relativeCreated": 13929.984173, "stack_info": null, - "thread": 140631409799232, + "taskName": null, + "thread": 140181752467712, "threadName": "MainThread" }, { "args": [ "comm-server:" ], - "asctime": "2025-03-23 16:47:09,994", - "created": 1742744829.994102, + "asctime": "2025-08-15 21:42:04,948", + "created": 1755286924.9481788, "exc_text": null, "filename": "__init__.py", "funcName": "__connect__", "levelname": "INFO", "levelno": 20, - "lineno": 268, + "lineno": 270, "message": "comm-server: Connection established...", "module": "__init__", - "msecs": 994.0, + "msecs": 948.0, "msg": "%s Connection established...", "name": "helpers.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/helpers/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/helpers/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 13897.788763046265, + "relativeCreated": 13930.512175, "stack_info": null, - "thread": 140631409799232, + "taskName": null, + "thread": 140181752467712, "threadName": "MainThread" }, { "args": [ "comm-server:" ], - "asctime": "2025-03-23 16:47:09,994", - "created": 1742744829.9941692, + "asctime": "2025-08-15 21:42:04,948", + "created": 1755286924.9483654, "exc_text": null, "filename": "__init__.py", "funcName": "__clean_buffer__", "levelname": "DEBUG", "levelno": 10, - "lineno": 411, + "lineno": 413, "message": "comm-server: Cleaning up receive-buffer", "module": "__init__", - "msecs": 994.0, + "msecs": 948.0, "msg": "%s Cleaning up receive-buffer", "name": "helpers.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/helpers/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/helpers/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 13897.855997085571, + "relativeCreated": 13930.699093, "stack_info": null, - "thread": 140631409799232, + "taskName": null, + "thread": 140181752467712, "threadName": "MainThread" }, { "args": [ "prot-server:" ], - "asctime": "2025-03-23 16:47:09,994", - "created": 1742744829.9942605, + "asctime": "2025-08-15 21:42:04,948", + "created": 1755286924.9486048, "exc_text": null, "filename": "__init__.py", "funcName": "__clean_receive_buffer__", "levelname": "DEBUG", "levelno": 10, - "lineno": 434, + "lineno": 427, "message": "prot-server: Cleaning up receive-buffer", "module": "__init__", - "msecs": 994.0, + "msecs": 948.0, "msg": "%s Cleaning up receive-buffer", "name": "socket_protocol.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/socket_protocol/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/socket_protocol/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 13897.947311401367, + "relativeCreated": 13930.938295, "stack_info": null, - "thread": 140631409799232, + "taskName": null, + "thread": 140181752467712, "threadName": "MainThread" }, { @@ -41464,25 +42942,26 @@ "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": "2025-03-23 16:47:09,994", - "created": 1742744829.99461, + "asctime": "2025-08-15 21:42:04,949", + "created": 1755286924.9494228, "exc_text": null, "filename": "__init__.py", "funcName": "__tx__", "levelname": "INFO", "levelno": 20, - "lineno": 284, + "lineno": 286, "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": 994.0, + "msecs": 949.0, "msg": "%s TX -> %s", "name": "helpers.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/helpers/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/helpers/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 13898.29683303833, + "relativeCreated": 13931.756206, "stack_info": null, - "thread": 140630198032064, + "taskName": null, + "thread": 140180392494784, "threadName": "Thread-21 (_start)" }, { @@ -41490,25 +42969,26 @@ "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": "2025-03-23 16:47:10,002", - "created": 1742744830.0028162, + "asctime": "2025-08-15 21:42:04,957", + "created": 1755286924.9578655, "exc_text": null, "filename": "__init__.py", "funcName": "__rx__", "levelname": "DEBUG", "levelno": 10, - "lineno": 414, + "lineno": 416, "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": 2.0, + "msecs": 957.0, "msg": "%s RX <- %s", "name": "helpers.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/helpers/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/helpers/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 13906.502962112427, + "relativeCreated": 13940.198792, "stack_info": null, - "thread": 140630198032064, + "taskName": null, + "thread": 140180392494784, "threadName": "Thread-21 (_start)" }, { @@ -41516,25 +42996,26 @@ "comm-client:", "(6): 53 5e 67 0b 3a 3e" ], - "asctime": "2025-03-23 16:47:10,003", - "created": 1742744830.0030696, + "asctime": "2025-08-15 21:42:04,958", + "created": 1755286924.9585426, "exc_text": null, "filename": "__init__.py", "funcName": "__tx__", "levelname": "INFO", "levelno": 20, - "lineno": 284, + "lineno": 286, "message": "comm-client: TX -> (6): 53 5e 67 0b 3a 3e", "module": "__init__", - "msecs": 3.0, + "msecs": 958.0, "msg": "%s TX -> %s", "name": "helpers.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/helpers/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/helpers/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 13906.756401062012, + "relativeCreated": 13940.87595, "stack_info": null, - "thread": 140630198032064, + "taskName": null, + "thread": 140180392494784, "threadName": "Thread-21 (_start)" }, { @@ -41542,25 +43023,26 @@ "comm-server:", "(6): 53 5e 67 0b 3a 3e" ], - "asctime": "2025-03-23 16:47:10,004", - "created": 1742744830.0040174, + "asctime": "2025-08-15 21:42:04,959", + "created": 1755286924.9598017, "exc_text": null, "filename": "__init__.py", "funcName": "__rx__", "levelname": "DEBUG", "levelno": 10, - "lineno": 414, + "lineno": 416, "message": "comm-server: RX <- (6): 53 5e 67 0b 3a 3e", "module": "__init__", - "msecs": 4.0, + "msecs": 959.0, "msg": "%s RX <- %s", "name": "helpers.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/helpers/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/helpers/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 13907.70411491394, + "relativeCreated": 13942.134956, "stack_info": null, - "thread": 140630198032064, + "taskName": null, + "thread": 140180392494784, "threadName": "Thread-21 (_start)" }, { @@ -41571,25 +43053,26 @@ "status: okay", "None" ], - "asctime": "2025-03-23 16:47:10,004", - "created": 1742744830.0042431, + "asctime": "2025-08-15 21:42:04,960", + "created": 1755286924.9606738, "exc_text": null, "filename": "__init__.py", "funcName": "__log_msg__", "levelname": "INFO", "levelno": 20, - "lineno": 445, + "lineno": 438, "message": "prot-server: RX <- service: channel name request, data_id: name, status: okay, data: \"None\"", "module": "__init__", - "msecs": 4.0, + "msecs": 960.0, "msg": "%s %s %s, %s, data: \"%s\"", "name": "socket_protocol.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/socket_protocol/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/socket_protocol/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 13907.92989730835, + "relativeCreated": 13943.007211, "stack_info": null, - "thread": 140630198032064, + "taskName": null, + "thread": 140180392494784, "threadName": "Thread-21 (_start)" }, { @@ -41597,25 +43080,26 @@ "prot-server:", "__channel_name_request__" ], - "asctime": "2025-03-23 16:47:10,004", - "created": 1742744830.0043223, + "asctime": "2025-08-15 21:42:04,960", + "created": 1755286924.960967, "exc_text": null, "filename": "__init__.py", "funcName": "__data_available_callback__", "levelname": "DEBUG", "levelno": 10, - "lineno": 488, + "lineno": 481, "message": "prot-server: Executing callback __channel_name_request__ to process received data", "module": "__init__", - "msecs": 4.0, + "msecs": 960.0, "msg": "%s Executing callback %s to process received data", "name": "socket_protocol.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/socket_protocol/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/socket_protocol/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 13908.009052276611, + "relativeCreated": 13943.300556, "stack_info": null, - "thread": 140630198032064, + "taskName": null, + "thread": 140180392494784, "threadName": "Thread-21 (_start)" }, { @@ -41626,25 +43110,26 @@ "status: okay", "None" ], - "asctime": "2025-03-23 16:47:10,004", - "created": 1742744830.0044136, + "asctime": "2025-08-15 21:42:04,961", + "created": 1755286924.9613118, "exc_text": null, "filename": "__init__.py", "funcName": "__log_msg__", "levelname": "INFO", "levelno": 20, - "lineno": 445, + "lineno": 438, "message": "prot-server: TX -> service: channel name response, data_id: name, status: okay, data: \"None\"", "module": "__init__", - "msecs": 4.0, + "msecs": 961.0, "msg": "%s %s %s, %s, data: \"%s\"", "name": "socket_protocol.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/socket_protocol/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/socket_protocol/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 13908.100366592407, + "relativeCreated": 13943.645245, "stack_info": null, - "thread": 140630198032064, + "taskName": null, + "thread": 140180392494784, "threadName": "Thread-21 (_start)" }, { @@ -41652,25 +43137,26 @@ "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": "2025-03-23 16:47:10,004", - "created": 1742744830.0046852, + "asctime": "2025-08-15 21:42:04,962", + "created": 1755286924.9626436, "exc_text": null, "filename": "__init__.py", "funcName": "__tx__", "levelname": "INFO", "levelno": 20, - "lineno": 284, + "lineno": 286, "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": 4.0, + "msecs": 962.0, "msg": "%s TX -> %s", "name": "helpers.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/helpers/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/helpers/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 13908.371925354004, + "relativeCreated": 13944.977129, "stack_info": null, - "thread": 140629711517376, + "taskName": null, + "thread": 140180384102080, "threadName": "Thread-22 (_start)" }, { @@ -41678,25 +43164,26 @@ "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": "2025-03-23 16:47:10,012", - "created": 1742744830.0128934, + "asctime": "2025-08-15 21:42:04,971", + "created": 1755286924.9712486, "exc_text": null, "filename": "__init__.py", "funcName": "__rx__", "levelname": "DEBUG", "levelno": 10, - "lineno": 414, + "lineno": 416, "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": 12.0, + "msecs": 971.0, "msg": "%s RX <- %s", "name": "helpers.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/helpers/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/helpers/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 13916.580200195312, + "relativeCreated": 13953.582198, "stack_info": null, - "thread": 140629711517376, + "taskName": null, + "thread": 140180384102080, "threadName": "Thread-22 (_start)" }, { @@ -41704,25 +43191,26 @@ "comm-server:", "(6): 30 59 be 2f 3a 3e" ], - "asctime": "2025-03-23 16:47:10,013", - "created": 1742744830.0131688, + "asctime": "2025-08-15 21:42:04,972", + "created": 1755286924.9721673, "exc_text": null, "filename": "__init__.py", "funcName": "__tx__", "levelname": "INFO", "levelno": 20, - "lineno": 284, + "lineno": 286, "message": "comm-server: TX -> (6): 30 59 be 2f 3a 3e", "module": "__init__", - "msecs": 13.0, + "msecs": 972.0, "msg": "%s TX -> %s", "name": "helpers.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/helpers/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/helpers/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 13916.855573654175, + "relativeCreated": 13954.500608, "stack_info": null, - "thread": 140629711517376, + "taskName": null, + "thread": 140180384102080, "threadName": "Thread-22 (_start)" }, { @@ -41730,25 +43218,26 @@ "comm-client:", "(6): 30 59 be 2f 3a 3e" ], - "asctime": "2025-03-23 16:47:10,014", - "created": 1742744830.014151, + "asctime": "2025-08-15 21:42:04,973", + "created": 1755286924.973468, "exc_text": null, "filename": "__init__.py", "funcName": "__rx__", "levelname": "DEBUG", "levelno": 10, - "lineno": 414, + "lineno": 416, "message": "comm-client: RX <- (6): 30 59 be 2f 3a 3e", "module": "__init__", - "msecs": 14.0, + "msecs": 973.0, "msg": "%s RX <- %s", "name": "helpers.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/helpers/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/helpers/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 13917.837858200073, + "relativeCreated": 13955.801554, "stack_info": null, - "thread": 140629711517376, + "taskName": null, + "thread": 140180384102080, "threadName": "Thread-22 (_start)" }, { @@ -41759,25 +43248,26 @@ "status: okay", "None" ], - "asctime": "2025-03-23 16:47:10,014", - "created": 1742744830.0144172, + "asctime": "2025-08-15 21:42:04,974", + "created": 1755286924.974203, "exc_text": null, "filename": "__init__.py", "funcName": "__log_msg__", "levelname": "INFO", "levelno": 20, - "lineno": 445, + "lineno": 438, "message": "prot-client: RX <- service: channel name response, data_id: name, status: okay, data: \"None\"", "module": "__init__", - "msecs": 14.0, + "msecs": 974.0, "msg": "%s %s %s, %s, data: \"%s\"", "name": "socket_protocol.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/socket_protocol/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/socket_protocol/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 13918.10393333435, + "relativeCreated": 13956.536638, "stack_info": null, - "thread": 140629711517376, + "taskName": null, + "thread": 140180384102080, "threadName": "Thread-22 (_start)" }, { @@ -41785,44 +43275,46 @@ "prot-client:", "__channel_name_response__" ], - "asctime": "2025-03-23 16:47:10,014", - "created": 1742744830.0145109, + "asctime": "2025-08-15 21:42:04,974", + "created": 1755286924.9744658, "exc_text": null, "filename": "__init__.py", "funcName": "__data_available_callback__", "levelname": "DEBUG", "levelno": 10, - "lineno": 503, + "lineno": 496, "message": "prot-client: Executing callback __channel_name_response__ to process received data", "module": "__init__", - "msecs": 14.0, + "msecs": 974.0, "msg": "%s Executing callback %s to process received data", "name": "socket_protocol.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/socket_protocol/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/socket_protocol/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 13918.197631835938, + "relativeCreated": 13956.799328, "stack_info": null, - "thread": 140629711517376, + "taskName": null, + "thread": 140180384102080, "threadName": "Thread-22 (_start)" } ], - "msecs": 337.0, + "msecs": 292.0, "msg": "Connecting Server and Client", "name": "__tLogger__", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/tests/test_helpers.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/tests/test_helpers.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 14241.070985794067, + "relativeCreated": 14274.546881, "stack_info": null, - "thread": 140631409799232, + "taskName": null, + "thread": 140181752467712, "threadName": "MainThread", - "time_consumption": 0.3228733539581299 + "time_consumption": 0.3177475929260254 }, { "args": [], - "asctime": "2025-03-23 16:47:10,338", - "created": 1742744830.3384, + "asctime": "2025-08-15 21:42:05,293", + "created": 1755286925.2930975, "exc_text": null, "filename": "test_callbacks.py", "funcName": "all_did_callback", @@ -41839,44 +43331,46 @@ "10", "None" ], - "asctime": "2025-03-23 16:47:10,338", - "created": 1742744830.3381379, + "asctime": "2025-08-15 21:42:05,292", + "created": 1755286925.292854, "exc_text": null, "filename": "__init__.py", "funcName": "add", "levelname": "DEBUG", "levelno": 10, - "lineno": 172, + "lineno": 169, "message": "prot-server: Adding callback '__callback__' for SID=10 and DID=None", "module": "__init__", - "msecs": 338.0, + "msecs": 292.0, "msg": "%s Adding callback %s for SID=%s and DID=%s", "name": "socket_protocol.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/socket_protocol/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/socket_protocol/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 14241.824626922607, + "relativeCreated": 14275.187513, "stack_info": null, - "thread": 140631409799232, + "taskName": null, + "thread": 140181752467712, "threadName": "MainThread" } ], - "msecs": 338.0, + "msecs": 293.0, "msg": "Registering a correct working Callback", "name": "__tLogger__", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/tests/test_callbacks.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/tests/test_callbacks.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 14242.08664894104, + "relativeCreated": 14275.430881, "stack_info": null, - "thread": 140631409799232, + "taskName": null, + "thread": 140181752467712, "threadName": "MainThread", - "time_consumption": 0.0002620220184326172 + "time_consumption": 0.0002434253692626953 }, { "args": [], - "asctime": "2025-03-23 16:47:10,540", - "created": 1742744830.5404112, + "asctime": "2025-08-15 21:42:05,494", + "created": 1755286925.494901, "exc_text": null, "filename": "test_callbacks.py", "funcName": "all_did_callback", @@ -41894,25 +43388,26 @@ "status: okay", "31" ], - "asctime": "2025-03-23 16:47:10,338", - "created": 1742744830.3388505, + "asctime": "2025-08-15 21:42:05,293", + "created": 1755286925.293524, "exc_text": null, "filename": "__init__.py", "funcName": "__log_msg__", "levelname": "INFO", "levelno": 20, - "lineno": 445, + "lineno": 438, "message": "prot-client: TX -> service: read data request, data_id: 0, status: okay, data: \"31\"", "module": "__init__", - "msecs": 338.0, + "msecs": 293.0, "msg": "%s %s %s, %s, data: \"%s\"", "name": "socket_protocol.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/socket_protocol/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/socket_protocol/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 14242.537260055542, + "relativeCreated": 14275.857457, "stack_info": null, - "thread": 140631409799232, + "taskName": null, + "thread": 140181752467712, "threadName": "MainThread" }, { @@ -41920,25 +43415,26 @@ "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": "2025-03-23 16:47:10,339", - "created": 1742744830.3398674, + "asctime": "2025-08-15 21:42:05,294", + "created": 1755286925.2945054, "exc_text": null, "filename": "__init__.py", "funcName": "__tx__", "levelname": "INFO", "levelno": 20, - "lineno": 284, + "lineno": 286, "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": 339.0, + "msecs": 294.0, "msg": "%s TX -> %s", "name": "helpers.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/helpers/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/helpers/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 14243.55411529541, + "relativeCreated": 14276.838943, "stack_info": null, - "thread": 140630198032064, + "taskName": null, + "thread": 140180392494784, "threadName": "Thread-21 (_start)" }, { @@ -41946,25 +43442,26 @@ "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": "2025-03-23 16:47:10,348", - "created": 1742744830.348593, + "asctime": "2025-08-15 21:42:05,303", + "created": 1755286925.3031764, "exc_text": null, "filename": "__init__.py", "funcName": "__rx__", "levelname": "DEBUG", "levelno": 10, - "lineno": 414, + "lineno": 416, "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": 348.0, + "msecs": 303.0, "msg": "%s RX <- %s", "name": "helpers.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/helpers/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/helpers/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 14252.27975845337, + "relativeCreated": 14285.509958, "stack_info": null, - "thread": 140630198032064, + "taskName": null, + "thread": 140180392494784, "threadName": "Thread-21 (_start)" }, { @@ -41972,25 +43469,26 @@ "comm-client:", "(5): 5b f5 78 3a 3e" ], - "asctime": "2025-03-23 16:47:10,349", - "created": 1742744830.3494315, + "asctime": "2025-08-15 21:42:05,303", + "created": 1755286925.3038495, "exc_text": null, "filename": "__init__.py", "funcName": "__tx__", "levelname": "INFO", "levelno": 20, - "lineno": 284, + "lineno": 286, "message": "comm-client: TX -> (5): 5b f5 78 3a 3e", "module": "__init__", - "msecs": 349.0, + "msecs": 303.0, "msg": "%s TX -> %s", "name": "helpers.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/helpers/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/helpers/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 14253.11827659607, + "relativeCreated": 14286.182973, "stack_info": null, - "thread": 140630198032064, + "taskName": null, + "thread": 140180392494784, "threadName": "Thread-21 (_start)" }, { @@ -41998,25 +43496,26 @@ "comm-server:", "(5): 5b f5 78 3a 3e" ], - "asctime": "2025-03-23 16:47:10,350", - "created": 1742744830.3504348, + "asctime": "2025-08-15 21:42:05,304", + "created": 1755286925.304973, "exc_text": null, "filename": "__init__.py", "funcName": "__rx__", "levelname": "DEBUG", "levelno": 10, - "lineno": 414, + "lineno": 416, "message": "comm-server: RX <- (5): 5b f5 78 3a 3e", "module": "__init__", - "msecs": 350.0, + "msecs": 304.0, "msg": "%s RX <- %s", "name": "helpers.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/helpers/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/helpers/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 14254.121541976929, + "relativeCreated": 14287.306337, "stack_info": null, - "thread": 140630198032064, + "taskName": null, + "thread": 140180392494784, "threadName": "Thread-21 (_start)" }, { @@ -42027,25 +43526,26 @@ "status: okay", "31" ], - "asctime": "2025-03-23 16:47:10,351", - "created": 1742744830.3512375, + "asctime": "2025-08-15 21:42:05,305", + "created": 1755286925.3056393, "exc_text": null, "filename": "__init__.py", "funcName": "__log_msg__", "levelname": "INFO", "levelno": 20, - "lineno": 445, + "lineno": 438, "message": "prot-server: RX <- service: read data request, data_id: 0, status: okay, data: \"31\"", "module": "__init__", - "msecs": 351.0, + "msecs": 305.0, "msg": "%s %s %s, %s, data: \"%s\"", "name": "socket_protocol.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/socket_protocol/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/socket_protocol/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 14254.924297332764, + "relativeCreated": 14287.972552, "stack_info": null, - "thread": 140630198032064, + "taskName": null, + "thread": 140180392494784, "threadName": "Thread-21 (_start)" }, { @@ -42053,25 +43553,26 @@ "prot-server:", "__callback__" ], - "asctime": "2025-03-23 16:47:10,351", - "created": 1742744830.3515432, + "asctime": "2025-08-15 21:42:05,305", + "created": 1755286925.3059103, "exc_text": null, "filename": "__init__.py", "funcName": "__data_available_callback__", "levelname": "DEBUG", "levelno": 10, - "lineno": 488, + "lineno": 481, "message": "prot-server: Executing callback __callback__ to process received data", "module": "__init__", - "msecs": 351.0, + "msecs": 305.0, "msg": "%s Executing callback %s to process received data", "name": "socket_protocol.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/socket_protocol/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/socket_protocol/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 14255.229949951172, + "relativeCreated": 14288.243776, "stack_info": null, - "thread": 140630198032064, + "taskName": null, + "thread": 140180392494784, "threadName": "Thread-21 (_start)" }, { @@ -42082,25 +43583,26 @@ "status: okay", "33" ], - "asctime": "2025-03-23 16:47:10,351", - "created": 1742744830.3518844, + "asctime": "2025-08-15 21:42:05,306", + "created": 1755286925.3062341, "exc_text": null, "filename": "__init__.py", "funcName": "__log_msg__", "levelname": "INFO", "levelno": 20, - "lineno": 445, + "lineno": 438, "message": "prot-server: TX -> service: read data response, data_id: 0, status: okay, data: \"33\"", "module": "__init__", - "msecs": 351.0, + "msecs": 306.0, "msg": "%s %s %s, %s, data: \"%s\"", "name": "socket_protocol.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/socket_protocol/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/socket_protocol/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 14255.571126937866, + "relativeCreated": 14288.567589, "stack_info": null, - "thread": 140630198032064, + "taskName": null, + "thread": 140180392494784, "threadName": "Thread-21 (_start)" }, { @@ -42108,25 +43610,26 @@ "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": "2025-03-23 16:47:10,353", - "created": 1742744830.353655, + "asctime": "2025-08-15 21:42:05,307", + "created": 1755286925.307117, "exc_text": null, "filename": "__init__.py", "funcName": "__tx__", "levelname": "INFO", "levelno": 20, - "lineno": 284, + "lineno": 286, "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": 353.0, + "msecs": 307.0, "msg": "%s TX -> %s", "name": "helpers.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/helpers/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/helpers/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 14257.341861724854, + "relativeCreated": 14289.450453, "stack_info": null, - "thread": 140629711517376, + "taskName": null, + "thread": 140180384102080, "threadName": "Thread-22 (_start)" }, { @@ -42134,25 +43637,26 @@ "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": "2025-03-23 16:47:10,362", - "created": 1742744830.3624241, + "asctime": "2025-08-15 21:42:05,316", + "created": 1755286925.316764, "exc_text": null, "filename": "__init__.py", "funcName": "__rx__", "levelname": "DEBUG", "levelno": 10, - "lineno": 414, + "lineno": 416, "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": 362.0, + "msecs": 316.0, "msg": "%s RX <- %s", "name": "helpers.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/helpers/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/helpers/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 14266.110897064209, + "relativeCreated": 14299.097507, "stack_info": null, - "thread": 140629711517376, + "taskName": null, + "thread": 140180384102080, "threadName": "Thread-22 (_start)" }, { @@ -42160,25 +43664,26 @@ "comm-server:", "(5): e1 8c bb 3a 3e" ], - "asctime": "2025-03-23 16:47:10,363", - "created": 1742744830.3632662, + "asctime": "2025-08-15 21:42:05,317", + "created": 1755286925.3174565, "exc_text": null, "filename": "__init__.py", "funcName": "__tx__", "levelname": "INFO", "levelno": 20, - "lineno": 284, + "lineno": 286, "message": "comm-server: TX -> (5): e1 8c bb 3a 3e", "module": "__init__", - "msecs": 363.0, + "msecs": 317.0, "msg": "%s TX -> %s", "name": "helpers.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/helpers/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/helpers/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 14266.952991485596, + "relativeCreated": 14299.789946, "stack_info": null, - "thread": 140629711517376, + "taskName": null, + "thread": 140180384102080, "threadName": "Thread-22 (_start)" }, { @@ -42186,25 +43691,26 @@ "comm-client:", "(5): e1 8c bb 3a 3e" ], - "asctime": "2025-03-23 16:47:10,364", - "created": 1742744830.3643227, + "asctime": "2025-08-15 21:42:05,318", + "created": 1755286925.3185744, "exc_text": null, "filename": "__init__.py", "funcName": "__rx__", "levelname": "DEBUG", "levelno": 10, - "lineno": 414, + "lineno": 416, "message": "comm-client: RX <- (5): e1 8c bb 3a 3e", "module": "__init__", - "msecs": 364.0, + "msecs": 318.0, "msg": "%s RX <- %s", "name": "helpers.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/helpers/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/helpers/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 14268.009424209595, + "relativeCreated": 14300.9079, "stack_info": null, - "thread": 140629711517376, + "taskName": null, + "thread": 140180384102080, "threadName": "Thread-22 (_start)" }, { @@ -42215,72 +43721,75 @@ "status: okay", "33" ], - "asctime": "2025-03-23 16:47:10,365", - "created": 1742744830.365106, + "asctime": "2025-08-15 21:42:05,319", + "created": 1755286925.3192775, "exc_text": null, "filename": "__init__.py", "funcName": "__log_msg__", "levelname": "INFO", "levelno": 20, - "lineno": 445, + "lineno": 438, "message": "prot-client: RX <- service: read data response, data_id: 0, status: okay, data: \"33\"", "module": "__init__", - "msecs": 365.0, + "msecs": 319.0, "msg": "%s %s %s, %s, data: \"%s\"", "name": "socket_protocol.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/socket_protocol/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/socket_protocol/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 14268.792867660522, + "relativeCreated": 14301.611033, "stack_info": null, - "thread": 140629711517376, + "taskName": null, + "thread": 140180384102080, "threadName": "Thread-22 (_start)" }, { "args": [ "prot-client:" ], - "asctime": "2025-03-23 16:47:10,365", - "created": 1742744830.3654273, + "asctime": "2025-08-15 21:42:05,319", + "created": 1755286925.319623, "exc_text": null, "filename": "__init__.py", "funcName": "__buffer_received_data__", "levelname": "DEBUG", "levelno": 10, - "lineno": 392, + "lineno": 385, "message": "prot-client: Message data is stored in buffer and is now ready to be retrieved by receive method", "module": "__init__", - "msecs": 365.0, + "msecs": 319.0, "msg": "%s Message data is stored in buffer and is now ready to be retrieved by receive method", "name": "socket_protocol.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/socket_protocol/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/socket_protocol/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 14269.114017486572, + "relativeCreated": 14301.956264, "stack_info": null, - "thread": 140629711517376, + "taskName": null, + "thread": 140180384102080, "threadName": "Thread-22 (_start)" } ], - "msecs": 540.0, + "msecs": 494.0, "msg": "Transfering data", "name": "__tLogger__", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/tests/test_callbacks.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/tests/test_callbacks.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 14444.097995758057, + "relativeCreated": 14477.234445, "stack_info": null, - "thread": 140631409799232, + "taskName": null, + "thread": 140181752467712, "threadName": "MainThread", - "time_consumption": 0.17498397827148438 + "time_consumption": 0.1752779483795166 }, { "args": [ "{'data_id': 0, 'service_id': 10, 'status': 0, 'data': 31}", "" ], - "asctime": "2025-03-23 16:47:10,541", - "created": 1742744830.5415418, + "asctime": "2025-08-15 21:42:05,495", + "created": 1755286925.4957678, "exc_text": null, "filename": "test.py", "funcName": "equivalency_chk", @@ -42296,8 +43805,8 @@ "{'data_id': 0, 'service_id': 10, 'status': 0, 'data': 31}", "" ], - "asctime": "2025-03-23 16:47:10,541", - "created": 1742744830.5410767, + "asctime": "2025-08-15 21:42:05,495", + "created": 1755286925.4953563, "exc_text": null, "filename": "test.py", "funcName": "__report_result__", @@ -42306,15 +43815,16 @@ "lineno": 22, "message": "Result (Message stored inside callback): {'data_id': 0, 'service_id': 10, 'status': 0, 'data': 31} ()", "module": "test", - "msecs": 541.0, + "msecs": 495.0, "msg": "Result (%s): %s (%s)", "name": "__unittest__", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/unittest/test.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/unittest/test.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 14444.76342201233, + "relativeCreated": 14477.689788, "stack_info": null, - "thread": 140631409799232, + "taskName": null, + "thread": 140181752467712, "threadName": "MainThread" }, { @@ -42324,8 +43834,8 @@ "{'data': 31, 'data_id': 0, 'service_id': 10, 'status': 0}", "" ], - "asctime": "2025-03-23 16:47:10,541", - "created": 1742744830.5413325, + "asctime": "2025-08-15 21:42:05,495", + "created": 1755286925.4955535, "exc_text": null, "filename": "test.py", "funcName": "__report_expectation__", @@ -42334,37 +43844,39 @@ "lineno": 26, "message": "Expectation (Message stored inside callback): result = {'data': 31, 'data_id': 0, 'service_id': 10, 'status': 0} ()", "module": "test", - "msecs": 541.0, + "msecs": 495.0, "msg": "Expectation (%s): result %s %s (%s)", "name": "__unittest__", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/unittest/test.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/unittest/test.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 14445.019245147705, + "relativeCreated": 14477.886891, "stack_info": null, - "thread": 140631409799232, + "taskName": null, + "thread": 140181752467712, "threadName": "MainThread" } ], - "msecs": 541.0, + "msecs": 495.0, "msg": "Message stored inside callback is correct (Content %s and Type is %s).", "name": "__tLogger__", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/unittest/test.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/unittest/test.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 14445.228576660156, + "relativeCreated": 14478.101376, "stack_info": null, - "thread": 140631409799232, + "taskName": null, + "thread": 140181752467712, "threadName": "MainThread", - "time_consumption": 0.00020933151245117188 + "time_consumption": 0.0002143383026123047 }, { "args": [ "{'data_id': 0, 'service_id': 11, 'status': 0, 'data': 33}", "" ], - "asctime": "2025-03-23 16:47:10,542", - "created": 1742744830.5423324, + "asctime": "2025-08-15 21:42:05,496", + "created": 1755286925.496418, "exc_text": null, "filename": "test.py", "funcName": "equivalency_chk", @@ -42380,8 +43892,8 @@ "{'data_id': 0, 'service_id': 11, 'status': 0, 'data': 33}", "" ], - "asctime": "2025-03-23 16:47:10,541", - "created": 1742744830.5418797, + "asctime": "2025-08-15 21:42:05,496", + "created": 1755286925.496038, "exc_text": null, "filename": "test.py", "funcName": "__report_result__", @@ -42390,15 +43902,16 @@ "lineno": 22, "message": "Result (Message received by client): {'data_id': 0, 'service_id': 11, 'status': 0, 'data': 33} ()", "module": "test", - "msecs": 541.0, + "msecs": 496.0, "msg": "Result (%s): %s (%s)", "name": "__unittest__", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/unittest/test.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/unittest/test.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 14445.566415786743, + "relativeCreated": 14478.371227, "stack_info": null, - "thread": 140631409799232, + "taskName": null, + "thread": 140181752467712, "threadName": "MainThread" }, { @@ -42408,8 +43921,8 @@ "{'data': 33, 'data_id': 0, 'service_id': 11, 'status': 0}", "" ], - "asctime": "2025-03-23 16:47:10,542", - "created": 1742744830.5421321, + "asctime": "2025-08-15 21:42:05,496", + "created": 1755286925.4961994, "exc_text": null, "filename": "test.py", "funcName": "__report_expectation__", @@ -42418,63 +43931,66 @@ "lineno": 26, "message": "Expectation (Message received by client): result = {'data': 33, 'data_id': 0, 'service_id': 11, 'status': 0} ()", "module": "test", - "msecs": 542.0, + "msecs": 496.0, "msg": "Expectation (%s): result %s %s (%s)", "name": "__unittest__", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/unittest/test.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/unittest/test.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 14445.818901062012, + "relativeCreated": 14478.532805, "stack_info": null, - "thread": 140631409799232, + "taskName": null, + "thread": 140181752467712, "threadName": "MainThread" } ], - "msecs": 542.0, + "msecs": 496.0, "msg": "Message received by client is correct (Content %s and Type is %s).", "name": "__tLogger__", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/unittest/test.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/unittest/test.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 14446.019172668457, + "relativeCreated": 14478.751528, "stack_info": null, - "thread": 140631409799232, + "taskName": null, + "thread": 140181752467712, "threadName": "MainThread", - "time_consumption": 0.0002002716064453125 + "time_consumption": 0.0002186298370361328 } ], - "thread": 140631409799232, + "thread": 140181752467712, "threadName": "MainThread", - "time_consumption": 0.5604064464569092, - "time_finished": "2025-03-23 16:47:10,542", - "time_start": "2025-03-23 16:47:09,981" + "time_consumption": 0.5619499683380127, + "time_finished": "2025-08-15 21:42:05,496", + "time_start": "2025-08-15 21:42:04,934" }, "REQ-0016": { "args": null, - "asctime": "2025-03-23 16:47:10,543", - "created": 1742744830.543113, + "asctime": "2025-08-15 21:42:05,496", + "created": 1755286925.496998, "exc_text": null, "filename": "__init__.py", "funcName": "testCase", "levelname": "INFO", "levelno": 20, - "lineno": 327, + "lineno": 331, "message": "REQ-0016", "module": "__init__", "moduleLogger": [], - "msecs": 543.0, + "msecs": 496.0, "msg": "REQ-0016", "name": "__tLogger__", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/report/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/report/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 14446.799755096436, + "relativeCreated": 14479.331508, "stack_info": null, + "taskName": null, "testcaseLogger": [ { "args": [], - "asctime": "2025-03-23 16:47:10,551", - "created": 1742744830.551174, + "asctime": "2025-08-15 21:42:05,505", + "created": 1755286925.5050683, "exc_text": null, "filename": "test_helpers.py", "funcName": "set_up_socket_protocol", @@ -42488,100 +44004,104 @@ "args": [ "comm-client:" ], - "asctime": "2025-03-23 16:47:10,544", - "created": 1742744830.544577, + "asctime": "2025-08-15 21:42:05,498", + "created": 1755286925.498529, "exc_text": null, "filename": "__init__.py", "funcName": "__clean_buffer__", "levelname": "DEBUG", "levelno": 10, - "lineno": 411, + "lineno": 413, "message": "comm-client: Cleaning up receive-buffer", "module": "__init__", - "msecs": 544.0, + "msecs": 498.0, "msg": "%s Cleaning up receive-buffer", "name": "helpers.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/helpers/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/helpers/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 14448.26364517212, + "relativeCreated": 14480.862569, "stack_info": null, - "thread": 140631409799232, + "taskName": null, + "thread": 140181752467712, "threadName": "MainThread" }, { "args": [ "comm-server:" ], - "asctime": "2025-03-23 16:47:10,546", - "created": 1742744830.546287, + "asctime": "2025-08-15 21:42:05,499", + "created": 1755286925.4996285, "exc_text": null, "filename": "__init__.py", "funcName": "__clean_buffer__", "levelname": "DEBUG", "levelno": 10, - "lineno": 411, + "lineno": 413, "message": "comm-server: Cleaning up receive-buffer", "module": "__init__", - "msecs": 546.0, + "msecs": 499.0, "msg": "%s Cleaning up receive-buffer", "name": "helpers.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/helpers/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/helpers/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 14449.973821640015, + "relativeCreated": 14481.962087, "stack_info": null, - "thread": 140631409799232, + "taskName": null, + "thread": 140181752467712, "threadName": "MainThread" }, { "args": [ "comm-server:" ], - "asctime": "2025-03-23 16:47:10,546", - "created": 1742744830.5467188, + "asctime": "2025-08-15 21:42:05,499", + "created": 1755286925.4999073, "exc_text": null, "filename": "__init__.py", "funcName": "__init__", "levelname": "INFO", "levelno": 20, - "lineno": 520, + "lineno": 522, "message": "comm-server: Waiting for incomming connection", "module": "__init__", - "msecs": 546.0, + "msecs": 499.0, "msg": "%s Waiting for incomming connection", "name": "helpers.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/helpers/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/helpers/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 14450.405597686768, + "relativeCreated": 14482.240727, "stack_info": null, - "thread": 140631409799232, + "taskName": null, + "thread": 140181752467712, "threadName": "MainThread" }, { "args": [ "prot-server:" ], - "asctime": "2025-03-23 16:47:10,547", - "created": 1742744830.5471954, + "asctime": "2025-08-15 21:42:05,500", + "created": 1755286925.5002906, "exc_text": null, "filename": "__init__.py", "funcName": "__clean_receive_buffer__", "levelname": "DEBUG", "levelno": 10, - "lineno": 434, + "lineno": 427, "message": "prot-server: Cleaning up receive-buffer", "module": "__init__", - "msecs": 547.0, + "msecs": 500.0, "msg": "%s Cleaning up receive-buffer", "name": "socket_protocol.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/socket_protocol/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/socket_protocol/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 14450.882196426392, + "relativeCreated": 14482.62407, "stack_info": null, - "thread": 140631409799232, + "taskName": null, + "thread": 140181752467712, "threadName": "MainThread" }, { @@ -42590,25 +44110,26 @@ "authentification request", "authentification response" ], - "asctime": "2025-03-23 16:47:10,547", - "created": 1742744830.5474384, + "asctime": "2025-08-15 21:42:05,500", + "created": 1755286925.5005097, "exc_text": null, "filename": "__init__.py", "funcName": "add_service", "levelname": "DEBUG", "levelno": 10, - "lineno": 597, + "lineno": 590, "message": "prot-server: Adding Service with Request=authentification request and Response=authentification response", "module": "__init__", - "msecs": 547.0, + "msecs": 500.0, "msg": "%s Adding Service with Request=%s and Response=%s", "name": "socket_protocol.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/socket_protocol/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/socket_protocol/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 14451.125144958496, + "relativeCreated": 14482.843132, "stack_info": null, - "thread": 140631409799232, + "taskName": null, + "thread": 140181752467712, "threadName": "MainThread" }, { @@ -42616,25 +44137,26 @@ "prot-server:", "service: authentification request, data_id: seed" ], - "asctime": "2025-03-23 16:47:10,547", - "created": 1742744830.5477505, + "asctime": "2025-08-15 21:42:05,500", + "created": 1755286925.5007393, "exc_text": null, "filename": "__init__.py", "funcName": "add_msg_to_auth_whitelist_", "levelname": "DEBUG", "levelno": 10, - "lineno": 571, + "lineno": 564, "message": "prot-server: Adding Message (service: authentification request, data_id: seed) to the authentification whitelist", "module": "__init__", - "msecs": 547.0, + "msecs": 500.0, "msg": "%s Adding Message (%s) to the authentification whitelist", "name": "socket_protocol.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/socket_protocol/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/socket_protocol/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 14451.43723487854, + "relativeCreated": 14483.072729, "stack_info": null, - "thread": 140631409799232, + "taskName": null, + "thread": 140181752467712, "threadName": "MainThread" }, { @@ -42642,25 +44164,26 @@ "prot-server:", "service: authentification response, data_id: seed" ], - "asctime": "2025-03-23 16:47:10,547", - "created": 1742744830.5479639, + "asctime": "2025-08-15 21:42:05,500", + "created": 1755286925.500934, "exc_text": null, "filename": "__init__.py", "funcName": "add_msg_to_auth_whitelist_", "levelname": "DEBUG", "levelno": 10, - "lineno": 571, + "lineno": 564, "message": "prot-server: Adding Message (service: authentification response, data_id: seed) to the authentification whitelist", "module": "__init__", - "msecs": 547.0, + "msecs": 500.0, "msg": "%s Adding Message (%s) to the authentification whitelist", "name": "socket_protocol.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/socket_protocol/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/socket_protocol/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 14451.650619506836, + "relativeCreated": 14483.267251, "stack_info": null, - "thread": 140631409799232, + "taskName": null, + "thread": 140181752467712, "threadName": "MainThread" }, { @@ -42668,25 +44191,26 @@ "prot-server:", "service: authentification request, data_id: key" ], - "asctime": "2025-03-23 16:47:10,548", - "created": 1742744830.5481603, + "asctime": "2025-08-15 21:42:05,501", + "created": 1755286925.5011594, "exc_text": null, "filename": "__init__.py", "funcName": "add_msg_to_auth_whitelist_", "levelname": "DEBUG", "levelno": 10, - "lineno": 571, + "lineno": 564, "message": "prot-server: Adding Message (service: authentification request, data_id: key) to the authentification whitelist", "module": "__init__", - "msecs": 548.0, + "msecs": 501.0, "msg": "%s Adding Message (%s) to the authentification whitelist", "name": "socket_protocol.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/socket_protocol/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/socket_protocol/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 14451.847076416016, + "relativeCreated": 14483.492775, "stack_info": null, - "thread": 140631409799232, + "taskName": null, + "thread": 140181752467712, "threadName": "MainThread" }, { @@ -42694,25 +44218,26 @@ "prot-server:", "service: authentification response, data_id: key" ], - "asctime": "2025-03-23 16:47:10,548", - "created": 1742744830.5483522, + "asctime": "2025-08-15 21:42:05,501", + "created": 1755286925.501318, "exc_text": null, "filename": "__init__.py", "funcName": "add_msg_to_auth_whitelist_", "levelname": "DEBUG", "levelno": 10, - "lineno": 571, + "lineno": 564, "message": "prot-server: Adding Message (service: authentification response, data_id: key) to the authentification whitelist", "module": "__init__", - "msecs": 548.0, + "msecs": 501.0, "msg": "%s Adding Message (%s) to the authentification whitelist", "name": "socket_protocol.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/socket_protocol/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/socket_protocol/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 14452.039003372192, + "relativeCreated": 14483.651235, "stack_info": null, - "thread": 140631409799232, + "taskName": null, + "thread": 140181752467712, "threadName": "MainThread" }, { @@ -42722,25 +44247,26 @@ "0", "0" ], - "asctime": "2025-03-23 16:47:10,548", - "created": 1742744830.5485895, + "asctime": "2025-08-15 21:42:05,501", + "created": 1755286925.501492, "exc_text": null, "filename": "__init__.py", "funcName": "add", "levelname": "DEBUG", "levelno": 10, - "lineno": 172, + "lineno": 169, "message": "prot-server: Adding callback '__authentificate_create_seed__' for SID=0 and DID=0", "module": "__init__", - "msecs": 548.0, + "msecs": 501.0, "msg": "%s Adding callback %s for SID=%s and DID=%s", "name": "socket_protocol.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/socket_protocol/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/socket_protocol/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 14452.276229858398, + "relativeCreated": 14483.825311, "stack_info": null, - "thread": 140631409799232, + "taskName": null, + "thread": 140181752467712, "threadName": "MainThread" }, { @@ -42750,25 +44276,26 @@ "1", "0" ], - "asctime": "2025-03-23 16:47:10,548", - "created": 1742744830.5488198, + "asctime": "2025-08-15 21:42:05,501", + "created": 1755286925.5017033, "exc_text": null, "filename": "__init__.py", "funcName": "add", "levelname": "DEBUG", "levelno": 10, - "lineno": 172, + "lineno": 169, "message": "prot-server: Adding callback '__authentificate_create_key__' for SID=1 and DID=0", "module": "__init__", - "msecs": 548.0, + "msecs": 501.0, "msg": "%s Adding callback %s for SID=%s and DID=%s", "name": "socket_protocol.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/socket_protocol/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/socket_protocol/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 14452.50654220581, + "relativeCreated": 14484.036491, "stack_info": null, - "thread": 140631409799232, + "taskName": null, + "thread": 140181752467712, "threadName": "MainThread" }, { @@ -42778,25 +44305,26 @@ "0", "1" ], - "asctime": "2025-03-23 16:47:10,549", - "created": 1742744830.5490336, + "asctime": "2025-08-15 21:42:05,501", + "created": 1755286925.5018792, "exc_text": null, "filename": "__init__.py", "funcName": "add", "levelname": "DEBUG", "levelno": 10, - "lineno": 172, + "lineno": 169, "message": "prot-server: Adding callback '__authentificate_check_key__' for SID=0 and DID=1", "module": "__init__", - "msecs": 549.0, + "msecs": 501.0, "msg": "%s Adding callback %s for SID=%s and DID=%s", "name": "socket_protocol.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/socket_protocol/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/socket_protocol/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 14452.720403671265, + "relativeCreated": 14484.21263, "stack_info": null, - "thread": 140631409799232, + "taskName": null, + "thread": 140181752467712, "threadName": "MainThread" }, { @@ -42806,50 +44334,52 @@ "1", "1" ], - "asctime": "2025-03-23 16:47:10,549", - "created": 1742744830.5492413, + "asctime": "2025-08-15 21:42:05,502", + "created": 1755286925.5020647, "exc_text": null, "filename": "__init__.py", "funcName": "add", "levelname": "DEBUG", "levelno": 10, - "lineno": 172, + "lineno": 169, "message": "prot-server: Adding callback '__authentificate_process_feedback__' for SID=1 and DID=1", "module": "__init__", - "msecs": 549.0, + "msecs": 502.0, "msg": "%s Adding callback %s for SID=%s and DID=%s", "name": "socket_protocol.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/socket_protocol/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/socket_protocol/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 14452.928066253662, + "relativeCreated": 14484.397972, "stack_info": null, - "thread": 140631409799232, + "taskName": null, + "thread": 140181752467712, "threadName": "MainThread" }, { "args": [ "prot-server:" ], - "asctime": "2025-03-23 16:47:10,549", - "created": 1742744830.5494254, + "asctime": "2025-08-15 21:42:05,502", + "created": 1755286925.5022151, "exc_text": null, "filename": "__init__.py", "funcName": "__authentification_state_reset__", "levelname": "INFO", "levelno": 20, - "lineno": 380, + "lineno": 373, "message": "prot-server: Resetting authentification state to AUTH_STATE_UNTRUSTED_CONNECTION", "module": "__init__", - "msecs": 549.0, + "msecs": 502.0, "msg": "%s Resetting authentification state to AUTH_STATE_UNTRUSTED_CONNECTION", "name": "socket_protocol.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/socket_protocol/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/socket_protocol/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 14453.112125396729, + "relativeCreated": 14484.548708, "stack_info": null, - "thread": 140631409799232, + "taskName": null, + "thread": 140181752467712, "threadName": "MainThread" }, { @@ -42858,25 +44388,26 @@ "channel name request", "channel name response" ], - "asctime": "2025-03-23 16:47:10,549", - "created": 1742744830.549527, + "asctime": "2025-08-15 21:42:05,502", + "created": 1755286925.5023828, "exc_text": null, "filename": "__init__.py", "funcName": "add_service", "levelname": "DEBUG", "levelno": 10, - "lineno": 597, + "lineno": 590, "message": "prot-server: Adding Service with Request=channel name request and Response=channel name response", "module": "__init__", - "msecs": 549.0, + "msecs": 502.0, "msg": "%s Adding Service with Request=%s and Response=%s", "name": "socket_protocol.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/socket_protocol/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/socket_protocol/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 14453.213691711426, + "relativeCreated": 14484.716277, "stack_info": null, - "thread": 140631409799232, + "taskName": null, + "thread": 140181752467712, "threadName": "MainThread" }, { @@ -42884,25 +44415,26 @@ "prot-server:", "service: channel name request, data_id: name" ], - "asctime": "2025-03-23 16:47:10,549", - "created": 1742744830.5495884, + "asctime": "2025-08-15 21:42:05,502", + "created": 1755286925.502558, "exc_text": null, "filename": "__init__.py", "funcName": "add_msg_to_auth_whitelist_", "levelname": "DEBUG", "levelno": 10, - "lineno": 571, + "lineno": 564, "message": "prot-server: Adding Message (service: channel name request, data_id: name) to the authentification whitelist", "module": "__init__", - "msecs": 549.0, + "msecs": 502.0, "msg": "%s Adding Message (%s) to the authentification whitelist", "name": "socket_protocol.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/socket_protocol/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/socket_protocol/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 14453.275203704834, + "relativeCreated": 14484.891323, "stack_info": null, - "thread": 140631409799232, + "taskName": null, + "thread": 140181752467712, "threadName": "MainThread" }, { @@ -42910,25 +44442,26 @@ "prot-server:", "service: channel name response, data_id: name" ], - "asctime": "2025-03-23 16:47:10,549", - "created": 1742744830.549642, + "asctime": "2025-08-15 21:42:05,502", + "created": 1755286925.5028186, "exc_text": null, "filename": "__init__.py", "funcName": "add_msg_to_auth_whitelist_", "levelname": "DEBUG", "levelno": 10, - "lineno": 571, + "lineno": 564, "message": "prot-server: Adding Message (service: channel name response, data_id: name) to the authentification whitelist", "module": "__init__", - "msecs": 549.0, + "msecs": 502.0, "msg": "%s Adding Message (%s) to the authentification whitelist", "name": "socket_protocol.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/socket_protocol/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/socket_protocol/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 14453.328847885132, + "relativeCreated": 14485.151977, "stack_info": null, - "thread": 140631409799232, + "taskName": null, + "thread": 140181752467712, "threadName": "MainThread" }, { @@ -42938,25 +44471,26 @@ "8", "0" ], - "asctime": "2025-03-23 16:47:10,549", - "created": 1742744830.5496976, + "asctime": "2025-08-15 21:42:05,503", + "created": 1755286925.5030007, "exc_text": null, "filename": "__init__.py", "funcName": "add", "levelname": "DEBUG", "levelno": 10, - "lineno": 172, + "lineno": 169, "message": "prot-server: Adding callback '__channel_name_request__' for SID=8 and DID=0", "module": "__init__", - "msecs": 549.0, + "msecs": 503.0, "msg": "%s Adding callback %s for SID=%s and DID=%s", "name": "socket_protocol.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/socket_protocol/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/socket_protocol/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 14453.384399414062, + "relativeCreated": 14485.334279, "stack_info": null, - "thread": 140631409799232, + "taskName": null, + "thread": 140181752467712, "threadName": "MainThread" }, { @@ -42966,25 +44500,26 @@ "9", "0" ], - "asctime": "2025-03-23 16:47:10,549", - "created": 1742744830.5497544, + "asctime": "2025-08-15 21:42:05,503", + "created": 1755286925.5031729, "exc_text": null, "filename": "__init__.py", "funcName": "add", "levelname": "DEBUG", "levelno": 10, - "lineno": 172, + "lineno": 169, "message": "prot-server: Adding callback '__channel_name_response__' for SID=9 and DID=0", "module": "__init__", - "msecs": 549.0, + "msecs": 503.0, "msg": "%s Adding callback %s for SID=%s and DID=%s", "name": "socket_protocol.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/socket_protocol/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/socket_protocol/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 14453.441143035889, + "relativeCreated": 14485.506267, "stack_info": null, - "thread": 140631409799232, + "taskName": null, + "thread": 140181752467712, "threadName": "MainThread" }, { @@ -42993,25 +44528,26 @@ "read data request", "read data response" ], - "asctime": "2025-03-23 16:47:10,549", - "created": 1742744830.5498078, + "asctime": "2025-08-15 21:42:05,503", + "created": 1755286925.5033324, "exc_text": null, "filename": "__init__.py", "funcName": "add_service", "levelname": "DEBUG", "levelno": 10, - "lineno": 597, + "lineno": 590, "message": "prot-server: Adding Service with Request=read data request and Response=read data response", "module": "__init__", - "msecs": 549.0, + "msecs": 503.0, "msg": "%s Adding Service with Request=%s and Response=%s", "name": "socket_protocol.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/socket_protocol/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/socket_protocol/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 14453.494548797607, + "relativeCreated": 14485.665808, "stack_info": null, - "thread": 140631409799232, + "taskName": null, + "thread": 140181752467712, "threadName": "MainThread" }, { @@ -43020,25 +44556,26 @@ "write data request", "write data response" ], - "asctime": "2025-03-23 16:47:10,549", - "created": 1742744830.5498624, + "asctime": "2025-08-15 21:42:05,503", + "created": 1755286925.5035682, "exc_text": null, "filename": "__init__.py", "funcName": "add_service", "levelname": "DEBUG", "levelno": 10, - "lineno": 597, + "lineno": 590, "message": "prot-server: Adding Service with Request=write data request and Response=write data response", "module": "__init__", - "msecs": 549.0, + "msecs": 503.0, "msg": "%s Adding Service with Request=%s and Response=%s", "name": "socket_protocol.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/socket_protocol/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/socket_protocol/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 14453.549146652222, + "relativeCreated": 14485.901677, "stack_info": null, - "thread": 140631409799232, + "taskName": null, + "thread": 140181752467712, "threadName": "MainThread" }, { @@ -43047,75 +44584,78 @@ "execute request", "execute response" ], - "asctime": "2025-03-23 16:47:10,549", - "created": 1742744830.5499127, + "asctime": "2025-08-15 21:42:05,503", + "created": 1755286925.5036323, "exc_text": null, "filename": "__init__.py", "funcName": "add_service", "levelname": "DEBUG", "levelno": 10, - "lineno": 597, + "lineno": 590, "message": "prot-server: Adding Service with Request=execute request and Response=execute response", "module": "__init__", - "msecs": 549.0, + "msecs": 503.0, "msg": "%s Adding Service with Request=%s and Response=%s", "name": "socket_protocol.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/socket_protocol/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/socket_protocol/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 14453.599452972412, + "relativeCreated": 14485.96584, "stack_info": null, - "thread": 140631409799232, + "taskName": null, + "thread": 140181752467712, "threadName": "MainThread" }, { "args": [ "prot-server:" ], - "asctime": "2025-03-23 16:47:10,549", - "created": 1742744830.549965, + "asctime": "2025-08-15 21:42:05,503", + "created": 1755286925.5036857, "exc_text": null, "filename": "__init__.py", "funcName": "__init__", "levelname": "INFO", "levelno": 20, - "lineno": 340, + "lineno": 333, "message": "prot-server: Initialisation finished.", "module": "__init__", - "msecs": 549.0, + "msecs": 503.0, "msg": "%s Initialisation finished.", "name": "socket_protocol.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/socket_protocol/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/socket_protocol/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 14453.651666641235, + "relativeCreated": 14486.018983, "stack_info": null, - "thread": 140631409799232, + "taskName": null, + "thread": 140181752467712, "threadName": "MainThread" }, { "args": [ "prot-client:" ], - "asctime": "2025-03-23 16:47:10,550", - "created": 1742744830.5500708, + "asctime": "2025-08-15 21:42:05,503", + "created": 1755286925.5037887, "exc_text": null, "filename": "__init__.py", "funcName": "__clean_receive_buffer__", "levelname": "DEBUG", "levelno": 10, - "lineno": 434, + "lineno": 427, "message": "prot-client: Cleaning up receive-buffer", "module": "__init__", - "msecs": 550.0, + "msecs": 503.0, "msg": "%s Cleaning up receive-buffer", "name": "socket_protocol.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/socket_protocol/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/socket_protocol/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 14453.757524490356, + "relativeCreated": 14486.122242, "stack_info": null, - "thread": 140631409799232, + "taskName": null, + "thread": 140181752467712, "threadName": "MainThread" }, { @@ -43124,25 +44664,26 @@ "authentification request", "authentification response" ], - "asctime": "2025-03-23 16:47:10,550", - "created": 1742744830.5501297, + "asctime": "2025-08-15 21:42:05,503", + "created": 1755286925.503846, "exc_text": null, "filename": "__init__.py", "funcName": "add_service", "levelname": "DEBUG", "levelno": 10, - "lineno": 597, + "lineno": 590, "message": "prot-client: Adding Service with Request=authentification request and Response=authentification response", "module": "__init__", - "msecs": 550.0, + "msecs": 503.0, "msg": "%s Adding Service with Request=%s and Response=%s", "name": "socket_protocol.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/socket_protocol/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/socket_protocol/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 14453.816413879395, + "relativeCreated": 14486.179387, "stack_info": null, - "thread": 140631409799232, + "taskName": null, + "thread": 140181752467712, "threadName": "MainThread" }, { @@ -43150,25 +44691,26 @@ "prot-client:", "service: authentification request, data_id: seed" ], - "asctime": "2025-03-23 16:47:10,550", - "created": 1742744830.5502024, + "asctime": "2025-08-15 21:42:05,503", + "created": 1755286925.503916, "exc_text": null, "filename": "__init__.py", "funcName": "add_msg_to_auth_whitelist_", "levelname": "DEBUG", "levelno": 10, - "lineno": 571, + "lineno": 564, "message": "prot-client: Adding Message (service: authentification request, data_id: seed) to the authentification whitelist", "module": "__init__", - "msecs": 550.0, + "msecs": 503.0, "msg": "%s Adding Message (%s) to the authentification whitelist", "name": "socket_protocol.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/socket_protocol/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/socket_protocol/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 14453.88913154602, + "relativeCreated": 14486.249484, "stack_info": null, - "thread": 140631409799232, + "taskName": null, + "thread": 140181752467712, "threadName": "MainThread" }, { @@ -43176,25 +44718,26 @@ "prot-client:", "service: authentification response, data_id: seed" ], - "asctime": "2025-03-23 16:47:10,550", - "created": 1742744830.5502617, + "asctime": "2025-08-15 21:42:05,503", + "created": 1755286925.5039752, "exc_text": null, "filename": "__init__.py", "funcName": "add_msg_to_auth_whitelist_", "levelname": "DEBUG", "levelno": 10, - "lineno": 571, + "lineno": 564, "message": "prot-client: Adding Message (service: authentification response, data_id: seed) to the authentification whitelist", "module": "__init__", - "msecs": 550.0, + "msecs": 503.0, "msg": "%s Adding Message (%s) to the authentification whitelist", "name": "socket_protocol.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/socket_protocol/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/socket_protocol/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 14453.948497772217, + "relativeCreated": 14486.308689, "stack_info": null, - "thread": 140631409799232, + "taskName": null, + "thread": 140181752467712, "threadName": "MainThread" }, { @@ -43202,25 +44745,26 @@ "prot-client:", "service: authentification request, data_id: key" ], - "asctime": "2025-03-23 16:47:10,550", - "created": 1742744830.5503159, + "asctime": "2025-08-15 21:42:05,504", + "created": 1755286925.5040312, "exc_text": null, "filename": "__init__.py", "funcName": "add_msg_to_auth_whitelist_", "levelname": "DEBUG", "levelno": 10, - "lineno": 571, + "lineno": 564, "message": "prot-client: Adding Message (service: authentification request, data_id: key) to the authentification whitelist", "module": "__init__", - "msecs": 550.0, + "msecs": 504.0, "msg": "%s Adding Message (%s) to the authentification whitelist", "name": "socket_protocol.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/socket_protocol/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/socket_protocol/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 14454.002618789673, + "relativeCreated": 14486.364648, "stack_info": null, - "thread": 140631409799232, + "taskName": null, + "thread": 140181752467712, "threadName": "MainThread" }, { @@ -43228,25 +44772,26 @@ "prot-client:", "service: authentification response, data_id: key" ], - "asctime": "2025-03-23 16:47:10,550", - "created": 1742744830.5503678, + "asctime": "2025-08-15 21:42:05,504", + "created": 1755286925.5040822, "exc_text": null, "filename": "__init__.py", "funcName": "add_msg_to_auth_whitelist_", "levelname": "DEBUG", "levelno": 10, - "lineno": 571, + "lineno": 564, "message": "prot-client: Adding Message (service: authentification response, data_id: key) to the authentification whitelist", "module": "__init__", - "msecs": 550.0, + "msecs": 504.0, "msg": "%s Adding Message (%s) to the authentification whitelist", "name": "socket_protocol.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/socket_protocol/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/socket_protocol/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 14454.054594039917, + "relativeCreated": 14486.415667, "stack_info": null, - "thread": 140631409799232, + "taskName": null, + "thread": 140181752467712, "threadName": "MainThread" }, { @@ -43256,25 +44801,26 @@ "0", "0" ], - "asctime": "2025-03-23 16:47:10,550", - "created": 1742744830.5504234, + "asctime": "2025-08-15 21:42:05,504", + "created": 1755286925.5041382, "exc_text": null, "filename": "__init__.py", "funcName": "add", "levelname": "DEBUG", "levelno": 10, - "lineno": 172, + "lineno": 169, "message": "prot-client: Adding callback '__authentificate_create_seed__' for SID=0 and DID=0", "module": "__init__", - "msecs": 550.0, + "msecs": 504.0, "msg": "%s Adding callback %s for SID=%s and DID=%s", "name": "socket_protocol.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/socket_protocol/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/socket_protocol/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 14454.110145568848, + "relativeCreated": 14486.471786, "stack_info": null, - "thread": 140631409799232, + "taskName": null, + "thread": 140181752467712, "threadName": "MainThread" }, { @@ -43284,25 +44830,26 @@ "1", "0" ], - "asctime": "2025-03-23 16:47:10,550", - "created": 1742744830.5504806, + "asctime": "2025-08-15 21:42:05,504", + "created": 1755286925.5042002, "exc_text": null, "filename": "__init__.py", "funcName": "add", "levelname": "DEBUG", "levelno": 10, - "lineno": 172, + "lineno": 169, "message": "prot-client: Adding callback '__authentificate_create_key__' for SID=1 and DID=0", "module": "__init__", - "msecs": 550.0, + "msecs": 504.0, "msg": "%s Adding callback %s for SID=%s and DID=%s", "name": "socket_protocol.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/socket_protocol/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/socket_protocol/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 14454.167366027832, + "relativeCreated": 14486.533535, "stack_info": null, - "thread": 140631409799232, + "taskName": null, + "thread": 140181752467712, "threadName": "MainThread" }, { @@ -43312,25 +44859,26 @@ "0", "1" ], - "asctime": "2025-03-23 16:47:10,550", - "created": 1742744830.5505364, + "asctime": "2025-08-15 21:42:05,504", + "created": 1755286925.504293, "exc_text": null, "filename": "__init__.py", "funcName": "add", "levelname": "DEBUG", "levelno": 10, - "lineno": 172, + "lineno": 169, "message": "prot-client: Adding callback '__authentificate_check_key__' for SID=0 and DID=1", "module": "__init__", - "msecs": 550.0, + "msecs": 504.0, "msg": "%s Adding callback %s for SID=%s and DID=%s", "name": "socket_protocol.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/socket_protocol/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/socket_protocol/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 14454.223155975342, + "relativeCreated": 14486.626376, "stack_info": null, - "thread": 140631409799232, + "taskName": null, + "thread": 140181752467712, "threadName": "MainThread" }, { @@ -43340,50 +44888,52 @@ "1", "1" ], - "asctime": "2025-03-23 16:47:10,550", - "created": 1742744830.5505917, + "asctime": "2025-08-15 21:42:05,504", + "created": 1755286925.504383, "exc_text": null, "filename": "__init__.py", "funcName": "add", "levelname": "DEBUG", "levelno": 10, - "lineno": 172, + "lineno": 169, "message": "prot-client: Adding callback '__authentificate_process_feedback__' for SID=1 and DID=1", "module": "__init__", - "msecs": 550.0, + "msecs": 504.0, "msg": "%s Adding callback %s for SID=%s and DID=%s", "name": "socket_protocol.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/socket_protocol/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/socket_protocol/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 14454.278469085693, + "relativeCreated": 14486.716376, "stack_info": null, - "thread": 140631409799232, + "taskName": null, + "thread": 140181752467712, "threadName": "MainThread" }, { "args": [ "prot-client:" ], - "asctime": "2025-03-23 16:47:10,550", - "created": 1742744830.5506413, + "asctime": "2025-08-15 21:42:05,504", + "created": 1755286925.5044358, "exc_text": null, "filename": "__init__.py", "funcName": "__authentification_state_reset__", "levelname": "INFO", "levelno": 20, - "lineno": 380, + "lineno": 373, "message": "prot-client: Resetting authentification state to AUTH_STATE_UNTRUSTED_CONNECTION", "module": "__init__", - "msecs": 550.0, + "msecs": 504.0, "msg": "%s Resetting authentification state to AUTH_STATE_UNTRUSTED_CONNECTION", "name": "socket_protocol.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/socket_protocol/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/socket_protocol/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 14454.328060150146, + "relativeCreated": 14486.769262, "stack_info": null, - "thread": 140631409799232, + "taskName": null, + "thread": 140181752467712, "threadName": "MainThread" }, { @@ -43392,25 +44942,26 @@ "channel name request", "channel name response" ], - "asctime": "2025-03-23 16:47:10,550", - "created": 1742744830.5506957, + "asctime": "2025-08-15 21:42:05,504", + "created": 1755286925.5044923, "exc_text": null, "filename": "__init__.py", "funcName": "add_service", "levelname": "DEBUG", "levelno": 10, - "lineno": 597, + "lineno": 590, "message": "prot-client: Adding Service with Request=channel name request and Response=channel name response", "module": "__init__", - "msecs": 550.0, + "msecs": 504.0, "msg": "%s Adding Service with Request=%s and Response=%s", "name": "socket_protocol.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/socket_protocol/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/socket_protocol/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 14454.382419586182, + "relativeCreated": 14486.825675, "stack_info": null, - "thread": 140631409799232, + "taskName": null, + "thread": 140181752467712, "threadName": "MainThread" }, { @@ -43418,25 +44969,26 @@ "prot-client:", "service: channel name request, data_id: name" ], - "asctime": "2025-03-23 16:47:10,550", - "created": 1742744830.5507529, + "asctime": "2025-08-15 21:42:05,504", + "created": 1755286925.5045505, "exc_text": null, "filename": "__init__.py", "funcName": "add_msg_to_auth_whitelist_", "levelname": "DEBUG", "levelno": 10, - "lineno": 571, + "lineno": 564, "message": "prot-client: Adding Message (service: channel name request, data_id: name) to the authentification whitelist", "module": "__init__", - "msecs": 550.0, + "msecs": 504.0, "msg": "%s Adding Message (%s) to the authentification whitelist", "name": "socket_protocol.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/socket_protocol/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/socket_protocol/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 14454.439640045166, + "relativeCreated": 14486.883885, "stack_info": null, - "thread": 140631409799232, + "taskName": null, + "thread": 140181752467712, "threadName": "MainThread" }, { @@ -43444,25 +44996,26 @@ "prot-client:", "service: channel name response, data_id: name" ], - "asctime": "2025-03-23 16:47:10,550", - "created": 1742744830.5508049, + "asctime": "2025-08-15 21:42:05,504", + "created": 1755286925.5046198, "exc_text": null, "filename": "__init__.py", "funcName": "add_msg_to_auth_whitelist_", "levelname": "DEBUG", "levelno": 10, - "lineno": 571, + "lineno": 564, "message": "prot-client: Adding Message (service: channel name response, data_id: name) to the authentification whitelist", "module": "__init__", - "msecs": 550.0, + "msecs": 504.0, "msg": "%s Adding Message (%s) to the authentification whitelist", "name": "socket_protocol.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/socket_protocol/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/socket_protocol/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 14454.49161529541, + "relativeCreated": 14486.953217, "stack_info": null, - "thread": 140631409799232, + "taskName": null, + "thread": 140181752467712, "threadName": "MainThread" }, { @@ -43472,25 +45025,26 @@ "8", "0" ], - "asctime": "2025-03-23 16:47:10,550", - "created": 1742744830.5508642, + "asctime": "2025-08-15 21:42:05,504", + "created": 1755286925.5046935, "exc_text": null, "filename": "__init__.py", "funcName": "add", "levelname": "DEBUG", "levelno": 10, - "lineno": 172, + "lineno": 169, "message": "prot-client: Adding callback '__channel_name_request__' for SID=8 and DID=0", "module": "__init__", - "msecs": 550.0, + "msecs": 504.0, "msg": "%s Adding callback %s for SID=%s and DID=%s", "name": "socket_protocol.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/socket_protocol/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/socket_protocol/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 14454.550981521606, + "relativeCreated": 14487.026828, "stack_info": null, - "thread": 140631409799232, + "taskName": null, + "thread": 140181752467712, "threadName": "MainThread" }, { @@ -43500,25 +45054,26 @@ "9", "0" ], - "asctime": "2025-03-23 16:47:10,550", - "created": 1742744830.5509195, + "asctime": "2025-08-15 21:42:05,504", + "created": 1755286925.5047674, "exc_text": null, "filename": "__init__.py", "funcName": "add", "levelname": "DEBUG", "levelno": 10, - "lineno": 172, + "lineno": 169, "message": "prot-client: Adding callback '__channel_name_response__' for SID=9 and DID=0", "module": "__init__", - "msecs": 550.0, + "msecs": 504.0, "msg": "%s Adding callback %s for SID=%s and DID=%s", "name": "socket_protocol.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/socket_protocol/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/socket_protocol/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 14454.606294631958, + "relativeCreated": 14487.100915, "stack_info": null, - "thread": 140631409799232, + "taskName": null, + "thread": 140181752467712, "threadName": "MainThread" }, { @@ -43527,25 +45082,26 @@ "read data request", "read data response" ], - "asctime": "2025-03-23 16:47:10,550", - "created": 1742744830.5509725, + "asctime": "2025-08-15 21:42:05,504", + "created": 1755286925.5048358, "exc_text": null, "filename": "__init__.py", "funcName": "add_service", "levelname": "DEBUG", "levelno": 10, - "lineno": 597, + "lineno": 590, "message": "prot-client: Adding Service with Request=read data request and Response=read data response", "module": "__init__", - "msecs": 550.0, + "msecs": 504.0, "msg": "%s Adding Service with Request=%s and Response=%s", "name": "socket_protocol.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/socket_protocol/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/socket_protocol/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 14454.659223556519, + "relativeCreated": 14487.169234, "stack_info": null, - "thread": 140631409799232, + "taskName": null, + "thread": 140181752467712, "threadName": "MainThread" }, { @@ -43554,25 +45110,26 @@ "write data request", "write data response" ], - "asctime": "2025-03-23 16:47:10,551", - "created": 1742744830.5510254, + "asctime": "2025-08-15 21:42:05,504", + "created": 1755286925.5048892, "exc_text": null, "filename": "__init__.py", "funcName": "add_service", "levelname": "DEBUG", "levelno": 10, - "lineno": 597, + "lineno": 590, "message": "prot-client: Adding Service with Request=write data request and Response=write data response", "module": "__init__", - "msecs": 551.0, + "msecs": 504.0, "msg": "%s Adding Service with Request=%s and Response=%s", "name": "socket_protocol.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/socket_protocol/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/socket_protocol/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 14454.71215248108, + "relativeCreated": 14487.222748, "stack_info": null, - "thread": 140631409799232, + "taskName": null, + "thread": 140181752467712, "threadName": "MainThread" }, { @@ -43581,69 +45138,72 @@ "execute request", "execute response" ], - "asctime": "2025-03-23 16:47:10,551", - "created": 1742744830.551076, + "asctime": "2025-08-15 21:42:05,504", + "created": 1755286925.5049438, "exc_text": null, "filename": "__init__.py", "funcName": "add_service", "levelname": "DEBUG", "levelno": 10, - "lineno": 597, + "lineno": 590, "message": "prot-client: Adding Service with Request=execute request and Response=execute response", "module": "__init__", - "msecs": 551.0, + "msecs": 504.0, "msg": "%s Adding Service with Request=%s and Response=%s", "name": "socket_protocol.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/socket_protocol/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/socket_protocol/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 14454.762697219849, + "relativeCreated": 14487.277389, "stack_info": null, - "thread": 140631409799232, + "taskName": null, + "thread": 140181752467712, "threadName": "MainThread" }, { "args": [ "prot-client:" ], - "asctime": "2025-03-23 16:47:10,551", - "created": 1742744830.5511258, + "asctime": "2025-08-15 21:42:05,505", + "created": 1755286925.5050132, "exc_text": null, "filename": "__init__.py", "funcName": "__init__", "levelname": "INFO", "levelno": 20, - "lineno": 340, + "lineno": 333, "message": "prot-client: Initialisation finished.", "module": "__init__", - "msecs": 551.0, + "msecs": 505.0, "msg": "%s Initialisation finished.", "name": "socket_protocol.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/socket_protocol/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/socket_protocol/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 14454.81252670288, + "relativeCreated": 14487.34663, "stack_info": null, - "thread": 140631409799232, + "taskName": null, + "thread": 140181752467712, "threadName": "MainThread" } ], - "msecs": 551.0, + "msecs": 505.0, "msg": "Setting up communication", "name": "__tLogger__", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/tests/test_helpers.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/tests/test_helpers.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 14454.86068725586, + "relativeCreated": 14487.401633, "stack_info": null, - "thread": 140631409799232, + "taskName": null, + "thread": 140181752467712, "threadName": "MainThread", - "time_consumption": 4.8160552978515625e-05 + "time_consumption": 5.507469177246094e-05 }, { "args": [], - "asctime": "2025-03-23 16:47:10,894", - "created": 1742744830.8948014, + "asctime": "2025-08-15 21:42:05,848", + "created": 1755286925.8487158, "exc_text": null, "filename": "test_helpers.py", "funcName": "set_up_socket_protocol", @@ -43657,75 +45217,78 @@ "args": [ "comm-client:" ], - "asctime": "2025-03-23 16:47:10,551", - "created": 1742744830.5512965, + "asctime": "2025-08-15 21:42:05,505", + "created": 1755286925.5051901, "exc_text": null, "filename": "__init__.py", "funcName": "__connect__", "levelname": "INFO", "levelno": 20, - "lineno": 268, + "lineno": 270, "message": "comm-client: Connection established...", "module": "__init__", - "msecs": 551.0, + "msecs": 505.0, "msg": "%s Connection established...", "name": "helpers.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/helpers/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/helpers/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 14454.983234405518, + "relativeCreated": 14487.523646, "stack_info": null, - "thread": 140631409799232, + "taskName": null, + "thread": 140181752467712, "threadName": "MainThread" }, { "args": [ "comm-client:" ], - "asctime": "2025-03-23 16:47:10,551", - "created": 1742744830.55135, + "asctime": "2025-08-15 21:42:05,505", + "created": 1755286925.505248, "exc_text": null, "filename": "__init__.py", "funcName": "__clean_buffer__", "levelname": "DEBUG", "levelno": 10, - "lineno": 411, + "lineno": 413, "message": "comm-client: Cleaning up receive-buffer", "module": "__init__", - "msecs": 551.0, + "msecs": 505.0, "msg": "%s Cleaning up receive-buffer", "name": "helpers.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/helpers/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/helpers/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 14455.036878585815, + "relativeCreated": 14487.581397, "stack_info": null, - "thread": 140631409799232, + "taskName": null, + "thread": 140181752467712, "threadName": "MainThread" }, { "args": [ "prot-client:" ], - "asctime": "2025-03-23 16:47:10,551", - "created": 1742744830.5514026, + "asctime": "2025-08-15 21:42:05,505", + "created": 1755286925.5053084, "exc_text": null, "filename": "__init__.py", "funcName": "__clean_receive_buffer__", "levelname": "DEBUG", "levelno": 10, - "lineno": 434, + "lineno": 427, "message": "prot-client: Cleaning up receive-buffer", "module": "__init__", - "msecs": 551.0, + "msecs": 505.0, "msg": "%s Cleaning up receive-buffer", "name": "socket_protocol.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/socket_protocol/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/socket_protocol/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 14455.089330673218, + "relativeCreated": 14487.641894, "stack_info": null, - "thread": 140631409799232, + "taskName": null, + "thread": 140181752467712, "threadName": "MainThread" }, { @@ -43736,100 +45299,104 @@ "status: okay", "None" ], - "asctime": "2025-03-23 16:47:10,551", - "created": 1742744830.551491, + "asctime": "2025-08-15 21:42:05,505", + "created": 1755286925.5054066, "exc_text": null, "filename": "__init__.py", "funcName": "__log_msg__", "levelname": "INFO", "levelno": 20, - "lineno": 445, + "lineno": 438, "message": "prot-client: TX -> service: channel name request, data_id: name, status: okay, data: \"None\"", "module": "__init__", - "msecs": 551.0, + "msecs": 505.0, "msg": "%s %s %s, %s, data: \"%s\"", "name": "socket_protocol.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/socket_protocol/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/socket_protocol/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 14455.177783966064, + "relativeCreated": 14487.740145, "stack_info": null, - "thread": 140631409799232, + "taskName": null, + "thread": 140181752467712, "threadName": "MainThread" }, { "args": [ "comm-server:" ], - "asctime": "2025-03-23 16:47:10,551", - "created": 1742744830.5516925, + "asctime": "2025-08-15 21:42:05,505", + "created": 1755286925.5056124, "exc_text": null, "filename": "__init__.py", "funcName": "__connect__", "levelname": "INFO", "levelno": 20, - "lineno": 268, + "lineno": 270, "message": "comm-server: Connection established...", "module": "__init__", - "msecs": 551.0, + "msecs": 505.0, "msg": "%s Connection established...", "name": "helpers.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/helpers/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/helpers/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 14455.379247665405, + "relativeCreated": 14487.945835, "stack_info": null, - "thread": 140631409799232, + "taskName": null, + "thread": 140181752467712, "threadName": "MainThread" }, { "args": [ "comm-server:" ], - "asctime": "2025-03-23 16:47:10,551", - "created": 1742744830.5517497, + "asctime": "2025-08-15 21:42:05,505", + "created": 1755286925.505678, "exc_text": null, "filename": "__init__.py", "funcName": "__clean_buffer__", "levelname": "DEBUG", "levelno": 10, - "lineno": 411, + "lineno": 413, "message": "comm-server: Cleaning up receive-buffer", "module": "__init__", - "msecs": 551.0, + "msecs": 505.0, "msg": "%s Cleaning up receive-buffer", "name": "helpers.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/helpers/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/helpers/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 14455.43646812439, + "relativeCreated": 14488.011247, "stack_info": null, - "thread": 140631409799232, + "taskName": null, + "thread": 140181752467712, "threadName": "MainThread" }, { "args": [ "prot-server:" ], - "asctime": "2025-03-23 16:47:10,551", - "created": 1742744830.5518036, + "asctime": "2025-08-15 21:42:05,505", + "created": 1755286925.5057325, "exc_text": null, "filename": "__init__.py", "funcName": "__clean_receive_buffer__", "levelname": "DEBUG", "levelno": 10, - "lineno": 434, + "lineno": 427, "message": "prot-server: Cleaning up receive-buffer", "module": "__init__", - "msecs": 551.0, + "msecs": 505.0, "msg": "%s Cleaning up receive-buffer", "name": "socket_protocol.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/socket_protocol/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/socket_protocol/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 14455.490350723267, + "relativeCreated": 14488.066097, "stack_info": null, - "thread": 140631409799232, + "taskName": null, + "thread": 140181752467712, "threadName": "MainThread" }, { @@ -43837,25 +45404,26 @@ "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": "2025-03-23 16:47:10,551", - "created": 1742744830.5519645, + "asctime": "2025-08-15 21:42:05,505", + "created": 1755286925.5059638, "exc_text": null, "filename": "__init__.py", "funcName": "__tx__", "levelname": "INFO", "levelno": 20, - "lineno": 284, + "lineno": 286, "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": 551.0, + "msecs": 505.0, "msg": "%s TX -> %s", "name": "helpers.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/helpers/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/helpers/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 14455.65128326416, + "relativeCreated": 14488.297218, "stack_info": null, - "thread": 140629703124672, + "taskName": null, + "thread": 140180375709376, "threadName": "Thread-23 (_start)" }, { @@ -43863,25 +45431,26 @@ "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": "2025-03-23 16:47:10,560", - "created": 1742744830.5601842, + "asctime": "2025-08-15 21:42:05,514", + "created": 1755286925.5141923, "exc_text": null, "filename": "__init__.py", "funcName": "__rx__", "levelname": "DEBUG", "levelno": 10, - "lineno": 414, + "lineno": 416, "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": 560.0, + "msecs": 514.0, "msg": "%s RX <- %s", "name": "helpers.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/helpers/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/helpers/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 14463.871002197266, + "relativeCreated": 14496.525766, "stack_info": null, - "thread": 140629703124672, + "taskName": null, + "thread": 140180375709376, "threadName": "Thread-23 (_start)" }, { @@ -43889,25 +45458,26 @@ "comm-client:", "(6): 53 5e 67 0b 3a 3e" ], - "asctime": "2025-03-23 16:47:10,560", - "created": 1742744830.5604947, + "asctime": "2025-08-15 21:42:05,514", + "created": 1755286925.5144582, "exc_text": null, "filename": "__init__.py", "funcName": "__tx__", "levelname": "INFO", "levelno": 20, - "lineno": 284, + "lineno": 286, "message": "comm-client: TX -> (6): 53 5e 67 0b 3a 3e", "module": "__init__", - "msecs": 560.0, + "msecs": 514.0, "msg": "%s TX -> %s", "name": "helpers.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/helpers/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/helpers/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 14464.181423187256, + "relativeCreated": 14496.791573, "stack_info": null, - "thread": 140629703124672, + "taskName": null, + "thread": 140180375709376, "threadName": "Thread-23 (_start)" }, { @@ -43915,25 +45485,26 @@ "comm-server:", "(6): 53 5e 67 0b 3a 3e" ], - "asctime": "2025-03-23 16:47:10,561", - "created": 1742744830.5614607, + "asctime": "2025-08-15 21:42:05,515", + "created": 1755286925.5154161, "exc_text": null, "filename": "__init__.py", "funcName": "__rx__", "levelname": "DEBUG", "levelno": 10, - "lineno": 414, + "lineno": 416, "message": "comm-server: RX <- (6): 53 5e 67 0b 3a 3e", "module": "__init__", - "msecs": 561.0, + "msecs": 515.0, "msg": "%s RX <- %s", "name": "helpers.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/helpers/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/helpers/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 14465.147495269775, + "relativeCreated": 14497.749599, "stack_info": null, - "thread": 140629703124672, + "taskName": null, + "thread": 140180375709376, "threadName": "Thread-23 (_start)" }, { @@ -43944,25 +45515,26 @@ "status: okay", "None" ], - "asctime": "2025-03-23 16:47:10,561", - "created": 1742744830.5617492, + "asctime": "2025-08-15 21:42:05,515", + "created": 1755286925.5156488, "exc_text": null, "filename": "__init__.py", "funcName": "__log_msg__", "levelname": "INFO", "levelno": 20, - "lineno": 445, + "lineno": 438, "message": "prot-server: RX <- service: channel name request, data_id: name, status: okay, data: \"None\"", "module": "__init__", - "msecs": 561.0, + "msecs": 515.0, "msg": "%s %s %s, %s, data: \"%s\"", "name": "socket_protocol.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/socket_protocol/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/socket_protocol/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 14465.435981750488, + "relativeCreated": 14497.982303, "stack_info": null, - "thread": 140629703124672, + "taskName": null, + "thread": 140180375709376, "threadName": "Thread-23 (_start)" }, { @@ -43970,25 +45542,26 @@ "prot-server:", "__channel_name_request__" ], - "asctime": "2025-03-23 16:47:10,561", - "created": 1742744830.5618415, + "asctime": "2025-08-15 21:42:05,515", + "created": 1755286925.5157368, "exc_text": null, "filename": "__init__.py", "funcName": "__data_available_callback__", "levelname": "DEBUG", "levelno": 10, - "lineno": 488, + "lineno": 481, "message": "prot-server: Executing callback __channel_name_request__ to process received data", "module": "__init__", - "msecs": 561.0, + "msecs": 515.0, "msg": "%s Executing callback %s to process received data", "name": "socket_protocol.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/socket_protocol/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/socket_protocol/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 14465.5282497406, + "relativeCreated": 14498.070392, "stack_info": null, - "thread": 140629703124672, + "taskName": null, + "thread": 140180375709376, "threadName": "Thread-23 (_start)" }, { @@ -43999,25 +45572,26 @@ "status: okay", "None" ], - "asctime": "2025-03-23 16:47:10,561", - "created": 1742744830.561958, + "asctime": "2025-08-15 21:42:05,515", + "created": 1755286925.515843, "exc_text": null, "filename": "__init__.py", "funcName": "__log_msg__", "levelname": "INFO", "levelno": 20, - "lineno": 445, + "lineno": 438, "message": "prot-server: TX -> service: channel name response, data_id: name, status: okay, data: \"None\"", "module": "__init__", - "msecs": 561.0, + "msecs": 515.0, "msg": "%s %s %s, %s, data: \"%s\"", "name": "socket_protocol.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/socket_protocol/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/socket_protocol/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 14465.644836425781, + "relativeCreated": 14498.176342, "stack_info": null, - "thread": 140629703124672, + "taskName": null, + "thread": 140180375709376, "threadName": "Thread-23 (_start)" }, { @@ -44025,25 +45599,26 @@ "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": "2025-03-23 16:47:10,562", - "created": 1742744830.5622976, + "asctime": "2025-08-15 21:42:05,516", + "created": 1755286925.516128, "exc_text": null, "filename": "__init__.py", "funcName": "__tx__", "levelname": "INFO", "levelno": 20, - "lineno": 284, + "lineno": 286, "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": 562.0, + "msecs": 516.0, "msg": "%s TX -> %s", "name": "helpers.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/helpers/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/helpers/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 14465.984344482422, + "relativeCreated": 14498.461315, "stack_info": null, - "thread": 140629694731968, + "taskName": null, + "thread": 140180367316672, "threadName": "Thread-24 (_start)" }, { @@ -44051,25 +45626,26 @@ "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": "2025-03-23 16:47:10,570", - "created": 1742744830.5704632, + "asctime": "2025-08-15 21:42:05,524", + "created": 1755286925.5242977, "exc_text": null, "filename": "__init__.py", "funcName": "__rx__", "levelname": "DEBUG", "levelno": 10, - "lineno": 414, + "lineno": 416, "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": 570.0, + "msecs": 524.0, "msg": "%s RX <- %s", "name": "helpers.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/helpers/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/helpers/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 14474.149942398071, + "relativeCreated": 14506.631159, "stack_info": null, - "thread": 140629694731968, + "taskName": null, + "thread": 140180367316672, "threadName": "Thread-24 (_start)" }, { @@ -44077,25 +45653,26 @@ "comm-server:", "(6): 30 59 be 2f 3a 3e" ], - "asctime": "2025-03-23 16:47:10,570", - "created": 1742744830.5707583, + "asctime": "2025-08-15 21:42:05,524", + "created": 1755286925.5245981, "exc_text": null, "filename": "__init__.py", "funcName": "__tx__", "levelname": "INFO", "levelno": 20, - "lineno": 284, + "lineno": 286, "message": "comm-server: TX -> (6): 30 59 be 2f 3a 3e", "module": "__init__", - "msecs": 570.0, + "msecs": 524.0, "msg": "%s TX -> %s", "name": "helpers.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/helpers/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/helpers/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 14474.445104598999, + "relativeCreated": 14506.931472, "stack_info": null, - "thread": 140629694731968, + "taskName": null, + "thread": 140180367316672, "threadName": "Thread-24 (_start)" }, { @@ -44103,25 +45680,26 @@ "comm-client:", "(6): 30 59 be 2f 3a 3e" ], - "asctime": "2025-03-23 16:47:10,571", - "created": 1742744830.5717125, + "asctime": "2025-08-15 21:42:05,525", + "created": 1755286925.5255399, "exc_text": null, "filename": "__init__.py", "funcName": "__rx__", "levelname": "DEBUG", "levelno": 10, - "lineno": 414, + "lineno": 416, "message": "comm-client: RX <- (6): 30 59 be 2f 3a 3e", "module": "__init__", - "msecs": 571.0, + "msecs": 525.0, "msg": "%s RX <- %s", "name": "helpers.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/helpers/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/helpers/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 14475.399255752563, + "relativeCreated": 14507.873204, "stack_info": null, - "thread": 140629694731968, + "taskName": null, + "thread": 140180367316672, "threadName": "Thread-24 (_start)" }, { @@ -44132,25 +45710,26 @@ "status: okay", "None" ], - "asctime": "2025-03-23 16:47:10,571", - "created": 1742744830.5719688, + "asctime": "2025-08-15 21:42:05,525", + "created": 1755286925.5257764, "exc_text": null, "filename": "__init__.py", "funcName": "__log_msg__", "levelname": "INFO", "levelno": 20, - "lineno": 445, + "lineno": 438, "message": "prot-client: RX <- service: channel name response, data_id: name, status: okay, data: \"None\"", "module": "__init__", - "msecs": 571.0, + "msecs": 525.0, "msg": "%s %s %s, %s, data: \"%s\"", "name": "socket_protocol.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/socket_protocol/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/socket_protocol/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 14475.655555725098, + "relativeCreated": 14508.109711, "stack_info": null, - "thread": 140629694731968, + "taskName": null, + "thread": 140180367316672, "threadName": "Thread-24 (_start)" }, { @@ -44158,44 +45737,46 @@ "prot-client:", "__channel_name_response__" ], - "asctime": "2025-03-23 16:47:10,572", - "created": 1742744830.5720565, + "asctime": "2025-08-15 21:42:05,525", + "created": 1755286925.5258677, "exc_text": null, "filename": "__init__.py", "funcName": "__data_available_callback__", "levelname": "DEBUG", "levelno": 10, - "lineno": 503, + "lineno": 496, "message": "prot-client: Executing callback __channel_name_response__ to process received data", "module": "__init__", - "msecs": 572.0, + "msecs": 525.0, "msg": "%s Executing callback %s to process received data", "name": "socket_protocol.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/socket_protocol/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/socket_protocol/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 14475.743293762207, + "relativeCreated": 14508.201343, "stack_info": null, - "thread": 140629694731968, + "taskName": null, + "thread": 140180367316672, "threadName": "Thread-24 (_start)" } ], - "msecs": 894.0, + "msecs": 848.0, "msg": "Connecting Server and Client", "name": "__tLogger__", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/tests/test_helpers.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/tests/test_helpers.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 14798.488140106201, + "relativeCreated": 14831.049181, "stack_info": null, - "thread": 140631409799232, + "taskName": null, + "thread": 140181752467712, "threadName": "MainThread", - "time_consumption": 0.32274484634399414 + "time_consumption": 0.3228480815887451 }, { "args": [], - "asctime": "2025-03-23 16:47:10,895", - "created": 1742744830.8957481, + "asctime": "2025-08-15 21:42:05,849", + "created": 1755286925.849545, "exc_text": null, "filename": "test_callbacks.py", "funcName": "all_sid_callback", @@ -44212,44 +45793,46 @@ "None", "0" ], - "asctime": "2025-03-23 16:47:10,895", - "created": 1742744830.8954985, + "asctime": "2025-08-15 21:42:05,849", + "created": 1755286925.8493319, "exc_text": null, "filename": "__init__.py", "funcName": "add", "levelname": "DEBUG", "levelno": 10, - "lineno": 172, + "lineno": 169, "message": "prot-server: Adding callback '__callback__' for SID=None and DID=0", "module": "__init__", - "msecs": 895.0, + "msecs": 849.0, "msg": "%s Adding callback %s for SID=%s and DID=%s", "name": "socket_protocol.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/socket_protocol/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/socket_protocol/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 14799.185276031494, + "relativeCreated": 14831.665397, "stack_info": null, - "thread": 140631409799232, + "taskName": null, + "thread": 140181752467712, "threadName": "MainThread" } ], - "msecs": 895.0, + "msecs": 849.0, "msg": "Registering a correct working Callback", "name": "__tLogger__", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/tests/test_callbacks.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/tests/test_callbacks.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 14799.434900283813, + "relativeCreated": 14831.878291, "stack_info": null, - "thread": 140631409799232, + "taskName": null, + "thread": 140181752467712, "threadName": "MainThread", - "time_consumption": 0.00024962425231933594 + "time_consumption": 0.00021314620971679688 }, { "args": [], - "asctime": "2025-03-23 16:47:11,097", - "created": 1742744831.097601, + "asctime": "2025-08-15 21:42:06,050", + "created": 1755286926.0509796, "exc_text": null, "filename": "test_callbacks.py", "funcName": "all_sid_callback", @@ -44267,25 +45850,26 @@ "status: okay", "31" ], - "asctime": "2025-03-23 16:47:10,896", - "created": 1742744830.896193, + "asctime": "2025-08-15 21:42:05,849", + "created": 1755286925.8499823, "exc_text": null, "filename": "__init__.py", "funcName": "__log_msg__", "levelname": "INFO", "levelno": 20, - "lineno": 445, + "lineno": 438, "message": "prot-client: TX -> service: read data request, data_id: 0, status: okay, data: \"31\"", "module": "__init__", - "msecs": 896.0, + "msecs": 849.0, "msg": "%s %s %s, %s, data: \"%s\"", "name": "socket_protocol.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/socket_protocol/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/socket_protocol/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 14799.879789352417, + "relativeCreated": 14832.315601, "stack_info": null, - "thread": 140631409799232, + "taskName": null, + "thread": 140181752467712, "threadName": "MainThread" }, { @@ -44293,25 +45877,26 @@ "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": "2025-03-23 16:47:10,897", - "created": 1742744830.8972237, + "asctime": "2025-08-15 21:42:05,850", + "created": 1755286925.850785, "exc_text": null, "filename": "__init__.py", "funcName": "__tx__", "levelname": "INFO", "levelno": 20, - "lineno": 284, + "lineno": 286, "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": 897.0, + "msecs": 850.0, "msg": "%s TX -> %s", "name": "helpers.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/helpers/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/helpers/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 14800.910472869873, + "relativeCreated": 14833.118518, "stack_info": null, - "thread": 140629703124672, + "taskName": null, + "thread": 140180375709376, "threadName": "Thread-23 (_start)" }, { @@ -44319,25 +45904,26 @@ "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": "2025-03-23 16:47:10,905", - "created": 1742744830.905935, + "asctime": "2025-08-15 21:42:05,859", + "created": 1755286925.8592994, "exc_text": null, "filename": "__init__.py", "funcName": "__rx__", "levelname": "DEBUG", "levelno": 10, - "lineno": 414, + "lineno": 416, "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": 905.0, + "msecs": 859.0, "msg": "%s RX <- %s", "name": "helpers.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/helpers/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/helpers/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 14809.621810913086, + "relativeCreated": 14841.632795, "stack_info": null, - "thread": 140629703124672, + "taskName": null, + "thread": 140180375709376, "threadName": "Thread-23 (_start)" }, { @@ -44345,25 +45931,26 @@ "comm-client:", "(5): 5b f5 78 3a 3e" ], - "asctime": "2025-03-23 16:47:10,906", - "created": 1742744830.9068341, + "asctime": "2025-08-15 21:42:05,859", + "created": 1755286925.8597865, "exc_text": null, "filename": "__init__.py", "funcName": "__tx__", "levelname": "INFO", "levelno": 20, - "lineno": 284, + "lineno": 286, "message": "comm-client: TX -> (5): 5b f5 78 3a 3e", "module": "__init__", - "msecs": 906.0, + "msecs": 859.0, "msg": "%s TX -> %s", "name": "helpers.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/helpers/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/helpers/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 14810.520887374878, + "relativeCreated": 14842.119853, "stack_info": null, - "thread": 140629703124672, + "taskName": null, + "thread": 140180375709376, "threadName": "Thread-23 (_start)" }, { @@ -44371,25 +45958,26 @@ "comm-server:", "(5): 5b f5 78 3a 3e" ], - "asctime": "2025-03-23 16:47:10,907", - "created": 1742744830.9079273, + "asctime": "2025-08-15 21:42:05,860", + "created": 1755286925.8608563, "exc_text": null, "filename": "__init__.py", "funcName": "__rx__", "levelname": "DEBUG", "levelno": 10, - "lineno": 414, + "lineno": 416, "message": "comm-server: RX <- (5): 5b f5 78 3a 3e", "module": "__init__", - "msecs": 907.0, + "msecs": 860.0, "msg": "%s RX <- %s", "name": "helpers.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/helpers/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/helpers/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 14811.614036560059, + "relativeCreated": 14843.189697, "stack_info": null, - "thread": 140629703124672, + "taskName": null, + "thread": 140180375709376, "threadName": "Thread-23 (_start)" }, { @@ -44400,25 +45988,26 @@ "status: okay", "31" ], - "asctime": "2025-03-23 16:47:10,908", - "created": 1742744830.9086895, + "asctime": "2025-08-15 21:42:05,861", + "created": 1755286925.8614168, "exc_text": null, "filename": "__init__.py", "funcName": "__log_msg__", "levelname": "INFO", "levelno": 20, - "lineno": 445, + "lineno": 438, "message": "prot-server: RX <- service: read data request, data_id: 0, status: okay, data: \"31\"", "module": "__init__", - "msecs": 908.0, + "msecs": 861.0, "msg": "%s %s %s, %s, data: \"%s\"", "name": "socket_protocol.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/socket_protocol/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/socket_protocol/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 14812.376260757446, + "relativeCreated": 14843.750223, "stack_info": null, - "thread": 140629703124672, + "taskName": null, + "thread": 140180375709376, "threadName": "Thread-23 (_start)" }, { @@ -44426,25 +46015,26 @@ "prot-server:", "__callback__" ], - "asctime": "2025-03-23 16:47:10,908", - "created": 1742744830.908971, + "asctime": "2025-08-15 21:42:05,861", + "created": 1755286925.861645, "exc_text": null, "filename": "__init__.py", "funcName": "__data_available_callback__", "levelname": "DEBUG", "levelno": 10, - "lineno": 488, + "lineno": 481, "message": "prot-server: Executing callback __callback__ to process received data", "module": "__init__", - "msecs": 908.0, + "msecs": 861.0, "msg": "%s Executing callback %s to process received data", "name": "socket_protocol.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/socket_protocol/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/socket_protocol/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 14812.657833099365, + "relativeCreated": 14843.978391, "stack_info": null, - "thread": 140629703124672, + "taskName": null, + "thread": 140180375709376, "threadName": "Thread-23 (_start)" }, { @@ -44455,25 +46045,26 @@ "status: okay", "33" ], - "asctime": "2025-03-23 16:47:10,909", - "created": 1742744830.9093385, + "asctime": "2025-08-15 21:42:05,861", + "created": 1755286925.8619149, "exc_text": null, "filename": "__init__.py", "funcName": "__log_msg__", "levelname": "INFO", "levelno": 20, - "lineno": 445, + "lineno": 438, "message": "prot-server: TX -> service: read data response, data_id: 0, status: okay, data: \"33\"", "module": "__init__", - "msecs": 909.0, + "msecs": 861.0, "msg": "%s %s %s, %s, data: \"%s\"", "name": "socket_protocol.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/socket_protocol/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/socket_protocol/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 14813.02523612976, + "relativeCreated": 14844.248412, "stack_info": null, - "thread": 140629703124672, + "taskName": null, + "thread": 140180375709376, "threadName": "Thread-23 (_start)" }, { @@ -44481,25 +46072,26 @@ "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": "2025-03-23 16:47:10,910", - "created": 1742744830.9106543, + "asctime": "2025-08-15 21:42:05,862", + "created": 1755286925.8625765, "exc_text": null, "filename": "__init__.py", "funcName": "__tx__", "levelname": "INFO", "levelno": 20, - "lineno": 284, + "lineno": 286, "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": 910.0, + "msecs": 862.0, "msg": "%s TX -> %s", "name": "helpers.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/helpers/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/helpers/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 14814.341068267822, + "relativeCreated": 14844.909945, "stack_info": null, - "thread": 140629694731968, + "taskName": null, + "thread": 140180367316672, "threadName": "Thread-24 (_start)" }, { @@ -44507,25 +46099,26 @@ "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": "2025-03-23 16:47:10,919", - "created": 1742744830.9193134, + "asctime": "2025-08-15 21:42:05,870", + "created": 1755286925.870984, "exc_text": null, "filename": "__init__.py", "funcName": "__rx__", "levelname": "DEBUG", "levelno": 10, - "lineno": 414, + "lineno": 416, "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": 919.0, + "msecs": 870.0, "msg": "%s RX <- %s", "name": "helpers.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/helpers/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/helpers/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 14823.000192642212, + "relativeCreated": 14853.31773, "stack_info": null, - "thread": 140629694731968, + "taskName": null, + "thread": 140180367316672, "threadName": "Thread-24 (_start)" }, { @@ -44533,25 +46126,26 @@ "comm-server:", "(5): e1 8c bb 3a 3e" ], - "asctime": "2025-03-23 16:47:10,920", - "created": 1742744830.9201548, + "asctime": "2025-08-15 21:42:05,871", + "created": 1755286925.8714697, "exc_text": null, "filename": "__init__.py", "funcName": "__tx__", "levelname": "INFO", "levelno": 20, - "lineno": 284, + "lineno": 286, "message": "comm-server: TX -> (5): e1 8c bb 3a 3e", "module": "__init__", - "msecs": 920.0, + "msecs": 871.0, "msg": "%s TX -> %s", "name": "helpers.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/helpers/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/helpers/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 14823.841571807861, + "relativeCreated": 14853.803213, "stack_info": null, - "thread": 140629694731968, + "taskName": null, + "thread": 140180367316672, "threadName": "Thread-24 (_start)" }, { @@ -44559,25 +46153,26 @@ "comm-client:", "(5): e1 8c bb 3a 3e" ], - "asctime": "2025-03-23 16:47:10,921", - "created": 1742744830.921252, + "asctime": "2025-08-15 21:42:05,872", + "created": 1755286925.8725367, "exc_text": null, "filename": "__init__.py", "funcName": "__rx__", "levelname": "DEBUG", "levelno": 10, - "lineno": 414, + "lineno": 416, "message": "comm-client: RX <- (5): e1 8c bb 3a 3e", "module": "__init__", - "msecs": 921.0, + "msecs": 872.0, "msg": "%s RX <- %s", "name": "helpers.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/helpers/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/helpers/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 14824.938774108887, + "relativeCreated": 14854.86994, "stack_info": null, - "thread": 140629694731968, + "taskName": null, + "thread": 140180367316672, "threadName": "Thread-24 (_start)" }, { @@ -44588,72 +46183,75 @@ "status: okay", "33" ], - "asctime": "2025-03-23 16:47:10,922", - "created": 1742744830.9220045, + "asctime": "2025-08-15 21:42:05,873", + "created": 1755286925.87306, "exc_text": null, "filename": "__init__.py", "funcName": "__log_msg__", "levelname": "INFO", "levelno": 20, - "lineno": 445, + "lineno": 438, "message": "prot-client: RX <- service: read data response, data_id: 0, status: okay, data: \"33\"", "module": "__init__", - "msecs": 922.0, + "msecs": 873.0, "msg": "%s %s %s, %s, data: \"%s\"", "name": "socket_protocol.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/socket_protocol/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/socket_protocol/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 14825.691223144531, + "relativeCreated": 14855.39352, "stack_info": null, - "thread": 140629694731968, + "taskName": null, + "thread": 140180367316672, "threadName": "Thread-24 (_start)" }, { "args": [ "prot-client:" ], - "asctime": "2025-03-23 16:47:10,922", - "created": 1742744830.9223819, + "asctime": "2025-08-15 21:42:05,873", + "created": 1755286925.8733187, "exc_text": null, "filename": "__init__.py", "funcName": "__buffer_received_data__", "levelname": "DEBUG", "levelno": 10, - "lineno": 392, + "lineno": 385, "message": "prot-client: Message data is stored in buffer and is now ready to be retrieved by receive method", "module": "__init__", - "msecs": 922.0, + "msecs": 873.0, "msg": "%s Message data is stored in buffer and is now ready to be retrieved by receive method", "name": "socket_protocol.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/socket_protocol/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/socket_protocol/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 14826.068639755249, + "relativeCreated": 14855.652033, "stack_info": null, - "thread": 140629694731968, + "taskName": null, + "thread": 140180367316672, "threadName": "Thread-24 (_start)" } ], - "msecs": 97.0, + "msecs": 50.0, "msg": "Transfering data", "name": "__tLogger__", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/tests/test_callbacks.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/tests/test_callbacks.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 15001.287698745728, + "relativeCreated": 15033.312899, "stack_info": null, - "thread": 140631409799232, + "taskName": null, + "thread": 140181752467712, "threadName": "MainThread", - "time_consumption": 0.17521905899047852 + "time_consumption": 0.17766094207763672 }, { "args": [ "{'data_id': 0, 'service_id': 10, 'status': 0, 'data': 31}", "" ], - "asctime": "2025-03-23 16:47:11,098", - "created": 1742744831.0987494, + "asctime": "2025-08-15 21:42:06,051", + "created": 1755286926.0518436, "exc_text": null, "filename": "test.py", "funcName": "equivalency_chk", @@ -44669,8 +46267,8 @@ "{'data_id': 0, 'service_id': 10, 'status': 0, 'data': 31}", "" ], - "asctime": "2025-03-23 16:47:11,098", - "created": 1742744831.0982752, + "asctime": "2025-08-15 21:42:06,051", + "created": 1755286926.0514567, "exc_text": null, "filename": "test.py", "funcName": "__report_result__", @@ -44679,15 +46277,16 @@ "lineno": 22, "message": "Result (Message stored inside callback): {'data_id': 0, 'service_id': 10, 'status': 0, 'data': 31} ()", "module": "test", - "msecs": 98.0, + "msecs": 51.0, "msg": "Result (%s): %s (%s)", "name": "__unittest__", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/unittest/test.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/unittest/test.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 15001.961946487427, + "relativeCreated": 15033.790206, "stack_info": null, - "thread": 140631409799232, + "taskName": null, + "thread": 140181752467712, "threadName": "MainThread" }, { @@ -44697,8 +46296,8 @@ "{'data': 31, 'data_id': 0, 'service_id': 10, 'status': 0}", "" ], - "asctime": "2025-03-23 16:47:11,098", - "created": 1742744831.0985358, + "asctime": "2025-08-15 21:42:06,051", + "created": 1755286926.051665, "exc_text": null, "filename": "test.py", "funcName": "__report_expectation__", @@ -44707,37 +46306,39 @@ "lineno": 26, "message": "Expectation (Message stored inside callback): result = {'data': 31, 'data_id': 0, 'service_id': 10, 'status': 0} ()", "module": "test", - "msecs": 98.0, + "msecs": 51.0, "msg": "Expectation (%s): result %s %s (%s)", "name": "__unittest__", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/unittest/test.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/unittest/test.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 15002.222537994385, + "relativeCreated": 15033.998686, "stack_info": null, - "thread": 140631409799232, + "taskName": null, + "thread": 140181752467712, "threadName": "MainThread" } ], - "msecs": 98.0, + "msecs": 51.0, "msg": "Message stored inside callback is correct (Content %s and Type is %s).", "name": "__tLogger__", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/unittest/test.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/unittest/test.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 15002.43616104126, + "relativeCreated": 15034.176915, "stack_info": null, - "thread": 140631409799232, + "taskName": null, + "thread": 140181752467712, "threadName": "MainThread", - "time_consumption": 0.000213623046875 + "time_consumption": 0.0001785755157470703 }, { "args": [ "{'data_id': 0, 'service_id': 11, 'status': 0, 'data': 33}", "" ], - "asctime": "2025-03-23 16:47:11,099", - "created": 1742744831.099475, + "asctime": "2025-08-15 21:42:06,052", + "created": 1755286926.0524614, "exc_text": null, "filename": "test.py", "funcName": "equivalency_chk", @@ -44753,8 +46354,8 @@ "{'data_id': 0, 'service_id': 11, 'status': 0, 'data': 33}", "" ], - "asctime": "2025-03-23 16:47:11,099", - "created": 1742744831.0990884, + "asctime": "2025-08-15 21:42:06,052", + "created": 1755286926.0521061, "exc_text": null, "filename": "test.py", "funcName": "__report_result__", @@ -44763,15 +46364,16 @@ "lineno": 22, "message": "Result (Message received by client): {'data_id': 0, 'service_id': 11, 'status': 0, 'data': 33} ()", "module": "test", - "msecs": 99.0, + "msecs": 52.0, "msg": "Result (%s): %s (%s)", "name": "__unittest__", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/unittest/test.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/unittest/test.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 15002.775192260742, + "relativeCreated": 15034.439756, "stack_info": null, - "thread": 140631409799232, + "taskName": null, + "thread": 140181752467712, "threadName": "MainThread" }, { @@ -44781,8 +46383,8 @@ "{'data': 33, 'data_id': 0, 'service_id': 11, 'status': 0}", "" ], - "asctime": "2025-03-23 16:47:11,099", - "created": 1742744831.099288, + "asctime": "2025-08-15 21:42:06,052", + "created": 1755286926.0522728, "exc_text": null, "filename": "test.py", "funcName": "__report_expectation__", @@ -44791,63 +46393,66 @@ "lineno": 26, "message": "Expectation (Message received by client): result = {'data': 33, 'data_id': 0, 'service_id': 11, 'status': 0} ()", "module": "test", - "msecs": 99.0, + "msecs": 52.0, "msg": "Expectation (%s): result %s %s (%s)", "name": "__unittest__", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/unittest/test.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/unittest/test.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 15002.97474861145, + "relativeCreated": 15034.606404, "stack_info": null, - "thread": 140631409799232, + "taskName": null, + "thread": 140181752467712, "threadName": "MainThread" } ], - "msecs": 99.0, + "msecs": 52.0, "msg": "Message received by client is correct (Content %s and Type is %s).", "name": "__tLogger__", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/unittest/test.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/unittest/test.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 15003.161668777466, + "relativeCreated": 15034.794804, "stack_info": null, - "thread": 140631409799232, + "taskName": null, + "thread": 140181752467712, "threadName": "MainThread", - "time_consumption": 0.000186920166015625 + "time_consumption": 0.00018858909606933594 } ], - "thread": 140631409799232, + "thread": 140181752467712, "threadName": "MainThread", - "time_consumption": 0.5563619136810303, - "time_finished": "2025-03-23 16:47:11,099", - "time_start": "2025-03-23 16:47:10,543" + "time_consumption": 0.5554633140563965, + "time_finished": "2025-08-15 21:42:06,052", + "time_start": "2025-08-15 21:42:05,496" }, "REQ-0017": { "args": null, - "asctime": "2025-03-23 16:47:11,100", - "created": 1742744831.100227, + "asctime": "2025-08-15 21:42:06,053", + "created": 1755286926.0531263, "exc_text": null, "filename": "__init__.py", "funcName": "testCase", "levelname": "INFO", "levelno": 20, - "lineno": 327, + "lineno": 331, "message": "REQ-0017", "module": "__init__", "moduleLogger": [], - "msecs": 100.0, + "msecs": 53.0, "msg": "REQ-0017", "name": "__tLogger__", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/report/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/report/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 15003.913879394531, + "relativeCreated": 15035.459819, "stack_info": null, + "taskName": null, "testcaseLogger": [ { "args": [], - "asctime": "2025-03-23 16:47:11,111", - "created": 1742744831.1119537, + "asctime": "2025-08-15 21:42:06,068", + "created": 1755286926.0680544, "exc_text": null, "filename": "test_helpers.py", "funcName": "set_up_socket_protocol", @@ -44861,100 +46466,104 @@ "args": [ "comm-client:" ], - "asctime": "2025-03-23 16:47:11,101", - "created": 1742744831.1019735, + "asctime": "2025-08-15 21:42:06,054", + "created": 1755286926.0545778, "exc_text": null, "filename": "__init__.py", "funcName": "__clean_buffer__", "levelname": "DEBUG", "levelno": 10, - "lineno": 411, + "lineno": 413, "message": "comm-client: Cleaning up receive-buffer", "module": "__init__", - "msecs": 101.0, + "msecs": 54.0, "msg": "%s Cleaning up receive-buffer", "name": "helpers.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/helpers/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/helpers/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 15005.66029548645, + "relativeCreated": 15036.911432, "stack_info": null, - "thread": 140631409799232, + "taskName": null, + "thread": 140181752467712, "threadName": "MainThread" }, { "args": [ "comm-server:" ], - "asctime": "2025-03-23 16:47:11,103", - "created": 1742744831.103266, + "asctime": "2025-08-15 21:42:06,055", + "created": 1755286926.0558102, "exc_text": null, "filename": "__init__.py", "funcName": "__clean_buffer__", "levelname": "DEBUG", "levelno": 10, - "lineno": 411, + "lineno": 413, "message": "comm-server: Cleaning up receive-buffer", "module": "__init__", - "msecs": 103.0, + "msecs": 55.0, "msg": "%s Cleaning up receive-buffer", "name": "helpers.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/helpers/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/helpers/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 15006.95276260376, + "relativeCreated": 15038.143622, "stack_info": null, - "thread": 140631409799232, + "taskName": null, + "thread": 140181752467712, "threadName": "MainThread" }, { "args": [ "comm-server:" ], - "asctime": "2025-03-23 16:47:11,103", - "created": 1742744831.1035612, + "asctime": "2025-08-15 21:42:06,056", + "created": 1755286926.0560837, "exc_text": null, "filename": "__init__.py", "funcName": "__init__", "levelname": "INFO", "levelno": 20, - "lineno": 520, + "lineno": 522, "message": "comm-server: Waiting for incomming connection", "module": "__init__", - "msecs": 103.0, + "msecs": 56.0, "msg": "%s Waiting for incomming connection", "name": "helpers.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/helpers/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/helpers/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 15007.247924804688, + "relativeCreated": 15038.417234, "stack_info": null, - "thread": 140631409799232, + "taskName": null, + "thread": 140181752467712, "threadName": "MainThread" }, { "args": [ "prot-server:" ], - "asctime": "2025-03-23 16:47:11,104", - "created": 1742744831.1040008, + "asctime": "2025-08-15 21:42:06,056", + "created": 1755286926.0564213, "exc_text": null, "filename": "__init__.py", "funcName": "__clean_receive_buffer__", "levelname": "DEBUG", "levelno": 10, - "lineno": 434, + "lineno": 427, "message": "prot-server: Cleaning up receive-buffer", "module": "__init__", - "msecs": 104.0, + "msecs": 56.0, "msg": "%s Cleaning up receive-buffer", "name": "socket_protocol.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/socket_protocol/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/socket_protocol/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 15007.68756866455, + "relativeCreated": 15038.754724, "stack_info": null, - "thread": 140631409799232, + "taskName": null, + "thread": 140181752467712, "threadName": "MainThread" }, { @@ -44963,25 +46572,26 @@ "authentification request", "authentification response" ], - "asctime": "2025-03-23 16:47:11,104", - "created": 1742744831.104251, + "asctime": "2025-08-15 21:42:06,056", + "created": 1755286926.0566206, "exc_text": null, "filename": "__init__.py", "funcName": "add_service", "levelname": "DEBUG", "levelno": 10, - "lineno": 597, + "lineno": 590, "message": "prot-server: Adding Service with Request=authentification request and Response=authentification response", "module": "__init__", - "msecs": 104.0, + "msecs": 56.0, "msg": "%s Adding Service with Request=%s and Response=%s", "name": "socket_protocol.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/socket_protocol/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/socket_protocol/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 15007.937669754028, + "relativeCreated": 15038.954044, "stack_info": null, - "thread": 140631409799232, + "taskName": null, + "thread": 140181752467712, "threadName": "MainThread" }, { @@ -44989,25 +46599,26 @@ "prot-server:", "service: authentification request, data_id: seed" ], - "asctime": "2025-03-23 16:47:11,104", - "created": 1742744831.1045322, + "asctime": "2025-08-15 21:42:06,056", + "created": 1755286926.0568511, "exc_text": null, "filename": "__init__.py", "funcName": "add_msg_to_auth_whitelist_", "levelname": "DEBUG", "levelno": 10, - "lineno": 571, + "lineno": 564, "message": "prot-server: Adding Message (service: authentification request, data_id: seed) to the authentification whitelist", "module": "__init__", - "msecs": 104.0, + "msecs": 56.0, "msg": "%s Adding Message (%s) to the authentification whitelist", "name": "socket_protocol.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/socket_protocol/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/socket_protocol/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 15008.219003677368, + "relativeCreated": 15039.184661, "stack_info": null, - "thread": 140631409799232, + "taskName": null, + "thread": 140181752467712, "threadName": "MainThread" }, { @@ -45015,25 +46626,26 @@ "prot-server:", "service: authentification response, data_id: seed" ], - "asctime": "2025-03-23 16:47:11,104", - "created": 1742744831.104757, + "asctime": "2025-08-15 21:42:06,057", + "created": 1755286926.057025, "exc_text": null, "filename": "__init__.py", "funcName": "add_msg_to_auth_whitelist_", "levelname": "DEBUG", "levelno": 10, - "lineno": 571, + "lineno": 564, "message": "prot-server: Adding Message (service: authentification response, data_id: seed) to the authentification whitelist", "module": "__init__", - "msecs": 104.0, + "msecs": 57.0, "msg": "%s Adding Message (%s) to the authentification whitelist", "name": "socket_protocol.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/socket_protocol/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/socket_protocol/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 15008.443832397461, + "relativeCreated": 15039.358448, "stack_info": null, - "thread": 140631409799232, + "taskName": null, + "thread": 140181752467712, "threadName": "MainThread" }, { @@ -45041,25 +46653,26 @@ "prot-server:", "service: authentification request, data_id: key" ], - "asctime": "2025-03-23 16:47:11,104", - "created": 1742744831.1049519, + "asctime": "2025-08-15 21:42:06,057", + "created": 1755286926.0572042, "exc_text": null, "filename": "__init__.py", "funcName": "add_msg_to_auth_whitelist_", "levelname": "DEBUG", "levelno": 10, - "lineno": 571, + "lineno": 564, "message": "prot-server: Adding Message (service: authentification request, data_id: key) to the authentification whitelist", "module": "__init__", - "msecs": 104.0, + "msecs": 57.0, "msg": "%s Adding Message (%s) to the authentification whitelist", "name": "socket_protocol.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/socket_protocol/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/socket_protocol/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 15008.638620376587, + "relativeCreated": 15039.537609, "stack_info": null, - "thread": 140631409799232, + "taskName": null, + "thread": 140181752467712, "threadName": "MainThread" }, { @@ -45067,25 +46680,26 @@ "prot-server:", "service: authentification response, data_id: key" ], - "asctime": "2025-03-23 16:47:11,105", - "created": 1742744831.1051548, + "asctime": "2025-08-15 21:42:06,057", + "created": 1755286926.0573606, "exc_text": null, "filename": "__init__.py", "funcName": "add_msg_to_auth_whitelist_", "levelname": "DEBUG", "levelno": 10, - "lineno": 571, + "lineno": 564, "message": "prot-server: Adding Message (service: authentification response, data_id: key) to the authentification whitelist", "module": "__init__", - "msecs": 105.0, + "msecs": 57.0, "msg": "%s Adding Message (%s) to the authentification whitelist", "name": "socket_protocol.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/socket_protocol/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/socket_protocol/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 15008.841514587402, + "relativeCreated": 15039.694111, "stack_info": null, - "thread": 140631409799232, + "taskName": null, + "thread": 140181752467712, "threadName": "MainThread" }, { @@ -45095,25 +46709,26 @@ "0", "0" ], - "asctime": "2025-03-23 16:47:11,105", - "created": 1742744831.1053705, + "asctime": "2025-08-15 21:42:06,057", + "created": 1755286926.0575464, "exc_text": null, "filename": "__init__.py", "funcName": "add", "levelname": "DEBUG", "levelno": 10, - "lineno": 172, + "lineno": 169, "message": "prot-server: Adding callback '__authentificate_create_seed__' for SID=0 and DID=0", "module": "__init__", - "msecs": 105.0, + "msecs": 57.0, "msg": "%s Adding callback %s for SID=%s and DID=%s", "name": "socket_protocol.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/socket_protocol/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/socket_protocol/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 15009.05728340149, + "relativeCreated": 15039.879927, "stack_info": null, - "thread": 140631409799232, + "taskName": null, + "thread": 140181752467712, "threadName": "MainThread" }, { @@ -45123,25 +46738,26 @@ "1", "0" ], - "asctime": "2025-03-23 16:47:11,105", - "created": 1742744831.105585, + "asctime": "2025-08-15 21:42:06,057", + "created": 1755286926.0577447, "exc_text": null, "filename": "__init__.py", "funcName": "add", "levelname": "DEBUG", "levelno": 10, - "lineno": 172, + "lineno": 169, "message": "prot-server: Adding callback '__authentificate_create_key__' for SID=1 and DID=0", "module": "__init__", - "msecs": 105.0, + "msecs": 57.0, "msg": "%s Adding callback %s for SID=%s and DID=%s", "name": "socket_protocol.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/socket_protocol/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/socket_protocol/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 15009.27186012268, + "relativeCreated": 15040.078081, "stack_info": null, - "thread": 140631409799232, + "taskName": null, + "thread": 140181752467712, "threadName": "MainThread" }, { @@ -45151,25 +46767,26 @@ "0", "1" ], - "asctime": "2025-03-23 16:47:11,105", - "created": 1742744831.105812, + "asctime": "2025-08-15 21:42:06,057", + "created": 1755286926.057993, "exc_text": null, "filename": "__init__.py", "funcName": "add", "levelname": "DEBUG", "levelno": 10, - "lineno": 172, + "lineno": 169, "message": "prot-server: Adding callback '__authentificate_check_key__' for SID=0 and DID=1", "module": "__init__", - "msecs": 105.0, + "msecs": 57.0, "msg": "%s Adding callback %s for SID=%s and DID=%s", "name": "socket_protocol.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/socket_protocol/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/socket_protocol/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 15009.498834609985, + "relativeCreated": 15040.326483, "stack_info": null, - "thread": 140631409799232, + "taskName": null, + "thread": 140181752467712, "threadName": "MainThread" }, { @@ -45179,50 +46796,52 @@ "1", "1" ], - "asctime": "2025-03-23 16:47:11,105", - "created": 1742744831.1059878, + "asctime": "2025-08-15 21:42:06,058", + "created": 1755286926.0581803, "exc_text": null, "filename": "__init__.py", "funcName": "add", "levelname": "DEBUG", "levelno": 10, - "lineno": 172, + "lineno": 169, "message": "prot-server: Adding callback '__authentificate_process_feedback__' for SID=1 and DID=1", "module": "__init__", - "msecs": 105.0, + "msecs": 58.0, "msg": "%s Adding callback %s for SID=%s and DID=%s", "name": "socket_protocol.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/socket_protocol/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/socket_protocol/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 15009.674549102783, + "relativeCreated": 15040.513864, "stack_info": null, - "thread": 140631409799232, + "taskName": null, + "thread": 140181752467712, "threadName": "MainThread" }, { "args": [ "prot-server:" ], - "asctime": "2025-03-23 16:47:11,106", - "created": 1742744831.1061828, + "asctime": "2025-08-15 21:42:06,058", + "created": 1755286926.0583916, "exc_text": null, "filename": "__init__.py", "funcName": "__authentification_state_reset__", "levelname": "INFO", "levelno": 20, - "lineno": 380, + "lineno": 373, "message": "prot-server: Resetting authentification state to AUTH_STATE_UNTRUSTED_CONNECTION", "module": "__init__", - "msecs": 106.0, + "msecs": 58.0, "msg": "%s Resetting authentification state to AUTH_STATE_UNTRUSTED_CONNECTION", "name": "socket_protocol.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/socket_protocol/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/socket_protocol/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 15009.869575500488, + "relativeCreated": 15040.724972, "stack_info": null, - "thread": 140631409799232, + "taskName": null, + "thread": 140181752467712, "threadName": "MainThread" }, { @@ -45231,25 +46850,26 @@ "channel name request", "channel name response" ], - "asctime": "2025-03-23 16:47:11,106", - "created": 1742744831.1063564, + "asctime": "2025-08-15 21:42:06,058", + "created": 1755286926.0586503, "exc_text": null, "filename": "__init__.py", "funcName": "add_service", "levelname": "DEBUG", "levelno": 10, - "lineno": 597, + "lineno": 590, "message": "prot-server: Adding Service with Request=channel name request and Response=channel name response", "module": "__init__", - "msecs": 106.0, + "msecs": 58.0, "msg": "%s Adding Service with Request=%s and Response=%s", "name": "socket_protocol.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/socket_protocol/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/socket_protocol/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 15010.043144226074, + "relativeCreated": 15040.983889, "stack_info": null, - "thread": 140631409799232, + "taskName": null, + "thread": 140181752467712, "threadName": "MainThread" }, { @@ -45257,25 +46877,26 @@ "prot-server:", "service: channel name request, data_id: name" ], - "asctime": "2025-03-23 16:47:11,106", - "created": 1742744831.1065412, + "asctime": "2025-08-15 21:42:06,058", + "created": 1755286926.058955, "exc_text": null, "filename": "__init__.py", "funcName": "add_msg_to_auth_whitelist_", "levelname": "DEBUG", "levelno": 10, - "lineno": 571, + "lineno": 564, "message": "prot-server: Adding Message (service: channel name request, data_id: name) to the authentification whitelist", "module": "__init__", - "msecs": 106.0, + "msecs": 58.0, "msg": "%s Adding Message (%s) to the authentification whitelist", "name": "socket_protocol.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/socket_protocol/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/socket_protocol/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 15010.227918624878, + "relativeCreated": 15041.288546, "stack_info": null, - "thread": 140631409799232, + "taskName": null, + "thread": 140181752467712, "threadName": "MainThread" }, { @@ -45283,25 +46904,26 @@ "prot-server:", "service: channel name response, data_id: name" ], - "asctime": "2025-03-23 16:47:11,106", - "created": 1742744831.106707, + "asctime": "2025-08-15 21:42:06,059", + "created": 1755286926.0592654, "exc_text": null, "filename": "__init__.py", "funcName": "add_msg_to_auth_whitelist_", "levelname": "DEBUG", "levelno": 10, - "lineno": 571, + "lineno": 564, "message": "prot-server: Adding Message (service: channel name response, data_id: name) to the authentification whitelist", "module": "__init__", - "msecs": 106.0, + "msecs": 59.0, "msg": "%s Adding Message (%s) to the authentification whitelist", "name": "socket_protocol.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/socket_protocol/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/socket_protocol/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 15010.393857955933, + "relativeCreated": 15041.598641, "stack_info": null, - "thread": 140631409799232, + "taskName": null, + "thread": 140181752467712, "threadName": "MainThread" }, { @@ -45311,25 +46933,26 @@ "8", "0" ], - "asctime": "2025-03-23 16:47:11,106", - "created": 1742744831.1068938, + "asctime": "2025-08-15 21:42:06,059", + "created": 1755286926.059557, "exc_text": null, "filename": "__init__.py", "funcName": "add", "levelname": "DEBUG", "levelno": 10, - "lineno": 172, + "lineno": 169, "message": "prot-server: Adding callback '__channel_name_request__' for SID=8 and DID=0", "module": "__init__", - "msecs": 106.0, + "msecs": 59.0, "msg": "%s Adding callback %s for SID=%s and DID=%s", "name": "socket_protocol.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/socket_protocol/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/socket_protocol/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 15010.58053970337, + "relativeCreated": 15041.890386, "stack_info": null, - "thread": 140631409799232, + "taskName": null, + "thread": 140181752467712, "threadName": "MainThread" }, { @@ -45339,25 +46962,26 @@ "9", "0" ], - "asctime": "2025-03-23 16:47:11,107", - "created": 1742744831.1070683, + "asctime": "2025-08-15 21:42:06,059", + "created": 1755286926.0598884, "exc_text": null, "filename": "__init__.py", "funcName": "add", "levelname": "DEBUG", "levelno": 10, - "lineno": 172, + "lineno": 169, "message": "prot-server: Adding callback '__channel_name_response__' for SID=9 and DID=0", "module": "__init__", - "msecs": 107.0, + "msecs": 59.0, "msg": "%s Adding callback %s for SID=%s and DID=%s", "name": "socket_protocol.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/socket_protocol/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/socket_protocol/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 15010.755062103271, + "relativeCreated": 15042.221841, "stack_info": null, - "thread": 140631409799232, + "taskName": null, + "thread": 140181752467712, "threadName": "MainThread" }, { @@ -45366,25 +46990,26 @@ "read data request", "read data response" ], - "asctime": "2025-03-23 16:47:11,107", - "created": 1742744831.1072333, + "asctime": "2025-08-15 21:42:06,060", + "created": 1755286926.0601494, "exc_text": null, "filename": "__init__.py", "funcName": "add_service", "levelname": "DEBUG", "levelno": 10, - "lineno": 597, + "lineno": 590, "message": "prot-server: Adding Service with Request=read data request and Response=read data response", "module": "__init__", - "msecs": 107.0, + "msecs": 60.0, "msg": "%s Adding Service with Request=%s and Response=%s", "name": "socket_protocol.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/socket_protocol/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/socket_protocol/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 15010.92004776001, + "relativeCreated": 15042.482987, "stack_info": null, - "thread": 140631409799232, + "taskName": null, + "thread": 140181752467712, "threadName": "MainThread" }, { @@ -45393,25 +47018,26 @@ "write data request", "write data response" ], - "asctime": "2025-03-23 16:47:11,107", - "created": 1742744831.1073904, + "asctime": "2025-08-15 21:42:06,060", + "created": 1755286926.060415, "exc_text": null, "filename": "__init__.py", "funcName": "add_service", "levelname": "DEBUG", "levelno": 10, - "lineno": 597, + "lineno": 590, "message": "prot-server: Adding Service with Request=write data request and Response=write data response", "module": "__init__", - "msecs": 107.0, + "msecs": 60.0, "msg": "%s Adding Service with Request=%s and Response=%s", "name": "socket_protocol.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/socket_protocol/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/socket_protocol/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 15011.077165603638, + "relativeCreated": 15042.748492, "stack_info": null, - "thread": 140631409799232, + "taskName": null, + "thread": 140181752467712, "threadName": "MainThread" }, { @@ -45420,75 +47046,78 @@ "execute request", "execute response" ], - "asctime": "2025-03-23 16:47:11,107", - "created": 1742744831.1075456, + "asctime": "2025-08-15 21:42:06,060", + "created": 1755286926.0606577, "exc_text": null, "filename": "__init__.py", "funcName": "add_service", "levelname": "DEBUG", "levelno": 10, - "lineno": 597, + "lineno": 590, "message": "prot-server: Adding Service with Request=execute request and Response=execute response", "module": "__init__", - "msecs": 107.0, + "msecs": 60.0, "msg": "%s Adding Service with Request=%s and Response=%s", "name": "socket_protocol.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/socket_protocol/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/socket_protocol/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 15011.232376098633, + "relativeCreated": 15042.991034, "stack_info": null, - "thread": 140631409799232, + "taskName": null, + "thread": 140181752467712, "threadName": "MainThread" }, { "args": [ "prot-server:" ], - "asctime": "2025-03-23 16:47:11,107", - "created": 1742744831.1077216, + "asctime": "2025-08-15 21:42:06,060", + "created": 1755286926.060823, "exc_text": null, "filename": "__init__.py", "funcName": "__init__", "levelname": "INFO", "levelno": 20, - "lineno": 340, + "lineno": 333, "message": "prot-server: Initialisation finished.", "module": "__init__", - "msecs": 107.0, + "msecs": 60.0, "msg": "%s Initialisation finished.", "name": "socket_protocol.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/socket_protocol/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/socket_protocol/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 15011.40832901001, + "relativeCreated": 15043.156579, "stack_info": null, - "thread": 140631409799232, + "taskName": null, + "thread": 140181752467712, "threadName": "MainThread" }, { "args": [ "prot-client:" ], - "asctime": "2025-03-23 16:47:11,108", - "created": 1742744831.108012, + "asctime": "2025-08-15 21:42:06,061", + "created": 1755286926.061166, "exc_text": null, "filename": "__init__.py", "funcName": "__clean_receive_buffer__", "levelname": "DEBUG", "levelno": 10, - "lineno": 434, + "lineno": 427, "message": "prot-client: Cleaning up receive-buffer", "module": "__init__", - "msecs": 108.0, + "msecs": 61.0, "msg": "%s Cleaning up receive-buffer", "name": "socket_protocol.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/socket_protocol/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/socket_protocol/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 15011.698722839355, + "relativeCreated": 15043.499583, "stack_info": null, - "thread": 140631409799232, + "taskName": null, + "thread": 140181752467712, "threadName": "MainThread" }, { @@ -45497,25 +47126,26 @@ "authentification request", "authentification response" ], - "asctime": "2025-03-23 16:47:11,108", - "created": 1742744831.108188, + "asctime": "2025-08-15 21:42:06,061", + "created": 1755286926.0614822, "exc_text": null, "filename": "__init__.py", "funcName": "add_service", "levelname": "DEBUG", "levelno": 10, - "lineno": 597, + "lineno": 590, "message": "prot-client: Adding Service with Request=authentification request and Response=authentification response", "module": "__init__", - "msecs": 108.0, + "msecs": 61.0, "msg": "%s Adding Service with Request=%s and Response=%s", "name": "socket_protocol.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/socket_protocol/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/socket_protocol/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 15011.874675750732, + "relativeCreated": 15043.815723, "stack_info": null, - "thread": 140631409799232, + "taskName": null, + "thread": 140181752467712, "threadName": "MainThread" }, { @@ -45523,25 +47153,26 @@ "prot-client:", "service: authentification request, data_id: seed" ], - "asctime": "2025-03-23 16:47:11,108", - "created": 1742744831.1084025, + "asctime": "2025-08-15 21:42:06,061", + "created": 1755286926.0618763, "exc_text": null, "filename": "__init__.py", "funcName": "add_msg_to_auth_whitelist_", "levelname": "DEBUG", "levelno": 10, - "lineno": 571, + "lineno": 564, "message": "prot-client: Adding Message (service: authentification request, data_id: seed) to the authentification whitelist", "module": "__init__", - "msecs": 108.0, + "msecs": 61.0, "msg": "%s Adding Message (%s) to the authentification whitelist", "name": "socket_protocol.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/socket_protocol/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/socket_protocol/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 15012.089252471924, + "relativeCreated": 15044.209709, "stack_info": null, - "thread": 140631409799232, + "taskName": null, + "thread": 140181752467712, "threadName": "MainThread" }, { @@ -45549,25 +47180,26 @@ "prot-client:", "service: authentification response, data_id: seed" ], - "asctime": "2025-03-23 16:47:11,108", - "created": 1742744831.1085725, + "asctime": "2025-08-15 21:42:06,062", + "created": 1755286926.062185, "exc_text": null, "filename": "__init__.py", "funcName": "add_msg_to_auth_whitelist_", "levelname": "DEBUG", "levelno": 10, - "lineno": 571, + "lineno": 564, "message": "prot-client: Adding Message (service: authentification response, data_id: seed) to the authentification whitelist", "module": "__init__", - "msecs": 108.0, + "msecs": 62.0, "msg": "%s Adding Message (%s) to the authentification whitelist", "name": "socket_protocol.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/socket_protocol/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/socket_protocol/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 15012.259244918823, + "relativeCreated": 15044.518415, "stack_info": null, - "thread": 140631409799232, + "taskName": null, + "thread": 140181752467712, "threadName": "MainThread" }, { @@ -45575,25 +47207,26 @@ "prot-client:", "service: authentification request, data_id: key" ], - "asctime": "2025-03-23 16:47:11,108", - "created": 1742744831.1087482, + "asctime": "2025-08-15 21:42:06,062", + "created": 1755286926.062473, "exc_text": null, "filename": "__init__.py", "funcName": "add_msg_to_auth_whitelist_", "levelname": "DEBUG", "levelno": 10, - "lineno": 571, + "lineno": 564, "message": "prot-client: Adding Message (service: authentification request, data_id: key) to the authentification whitelist", "module": "__init__", - "msecs": 108.0, + "msecs": 62.0, "msg": "%s Adding Message (%s) to the authentification whitelist", "name": "socket_protocol.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/socket_protocol/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/socket_protocol/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 15012.434959411621, + "relativeCreated": 15044.80642, "stack_info": null, - "thread": 140631409799232, + "taskName": null, + "thread": 140181752467712, "threadName": "MainThread" }, { @@ -45601,25 +47234,26 @@ "prot-client:", "service: authentification response, data_id: key" ], - "asctime": "2025-03-23 16:47:11,108", - "created": 1742744831.1089098, + "asctime": "2025-08-15 21:42:06,062", + "created": 1755286926.0628116, "exc_text": null, "filename": "__init__.py", "funcName": "add_msg_to_auth_whitelist_", "levelname": "DEBUG", "levelno": 10, - "lineno": 571, + "lineno": 564, "message": "prot-client: Adding Message (service: authentification response, data_id: key) to the authentification whitelist", "module": "__init__", - "msecs": 108.0, + "msecs": 62.0, "msg": "%s Adding Message (%s) to the authentification whitelist", "name": "socket_protocol.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/socket_protocol/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/socket_protocol/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 15012.596607208252, + "relativeCreated": 15045.145214, "stack_info": null, - "thread": 140631409799232, + "taskName": null, + "thread": 140181752467712, "threadName": "MainThread" }, { @@ -45629,25 +47263,26 @@ "0", "0" ], - "asctime": "2025-03-23 16:47:11,109", - "created": 1742744831.109083, + "asctime": "2025-08-15 21:42:06,063", + "created": 1755286926.0631096, "exc_text": null, "filename": "__init__.py", "funcName": "add", "levelname": "DEBUG", "levelno": 10, - "lineno": 172, + "lineno": 169, "message": "prot-client: Adding callback '__authentificate_create_seed__' for SID=0 and DID=0", "module": "__init__", - "msecs": 109.0, + "msecs": 63.0, "msg": "%s Adding callback %s for SID=%s and DID=%s", "name": "socket_protocol.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/socket_protocol/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/socket_protocol/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 15012.76969909668, + "relativeCreated": 15045.443199, "stack_info": null, - "thread": 140631409799232, + "taskName": null, + "thread": 140181752467712, "threadName": "MainThread" }, { @@ -45657,25 +47292,26 @@ "1", "0" ], - "asctime": "2025-03-23 16:47:11,109", - "created": 1742744831.1092594, + "asctime": "2025-08-15 21:42:06,064", + "created": 1755286926.0640507, "exc_text": null, "filename": "__init__.py", "funcName": "add", "levelname": "DEBUG", "levelno": 10, - "lineno": 172, + "lineno": 169, "message": "prot-client: Adding callback '__authentificate_create_key__' for SID=1 and DID=0", "module": "__init__", - "msecs": 109.0, + "msecs": 64.0, "msg": "%s Adding callback %s for SID=%s and DID=%s", "name": "socket_protocol.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/socket_protocol/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/socket_protocol/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 15012.946128845215, + "relativeCreated": 15046.384239, "stack_info": null, - "thread": 140631409799232, + "taskName": null, + "thread": 140181752467712, "threadName": "MainThread" }, { @@ -45685,25 +47321,26 @@ "0", "1" ], - "asctime": "2025-03-23 16:47:11,109", - "created": 1742744831.1094332, + "asctime": "2025-08-15 21:42:06,064", + "created": 1755286926.064413, "exc_text": null, "filename": "__init__.py", "funcName": "add", "levelname": "DEBUG", "levelno": 10, - "lineno": 172, + "lineno": 169, "message": "prot-client: Adding callback '__authentificate_check_key__' for SID=0 and DID=1", "module": "__init__", - "msecs": 109.0, + "msecs": 64.0, "msg": "%s Adding callback %s for SID=%s and DID=%s", "name": "socket_protocol.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/socket_protocol/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/socket_protocol/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 15013.11993598938, + "relativeCreated": 15046.746729, "stack_info": null, - "thread": 140631409799232, + "taskName": null, + "thread": 140181752467712, "threadName": "MainThread" }, { @@ -45713,50 +47350,52 @@ "1", "1" ], - "asctime": "2025-03-23 16:47:11,109", - "created": 1742744831.109605, + "asctime": "2025-08-15 21:42:06,064", + "created": 1755286926.0647488, "exc_text": null, "filename": "__init__.py", "funcName": "add", "levelname": "DEBUG", "levelno": 10, - "lineno": 172, + "lineno": 169, "message": "prot-client: Adding callback '__authentificate_process_feedback__' for SID=1 and DID=1", "module": "__init__", - "msecs": 109.0, + "msecs": 64.0, "msg": "%s Adding callback %s for SID=%s and DID=%s", "name": "socket_protocol.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/socket_protocol/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/socket_protocol/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 15013.291835784912, + "relativeCreated": 15047.082115, "stack_info": null, - "thread": 140631409799232, + "taskName": null, + "thread": 140181752467712, "threadName": "MainThread" }, { "args": [ "prot-client:" ], - "asctime": "2025-03-23 16:47:11,109", - "created": 1742744831.1097608, + "asctime": "2025-08-15 21:42:06,065", + "created": 1755286926.0650537, "exc_text": null, "filename": "__init__.py", "funcName": "__authentification_state_reset__", "levelname": "INFO", "levelno": 20, - "lineno": 380, + "lineno": 373, "message": "prot-client: Resetting authentification state to AUTH_STATE_UNTRUSTED_CONNECTION", "module": "__init__", - "msecs": 109.0, + "msecs": 65.0, "msg": "%s Resetting authentification state to AUTH_STATE_UNTRUSTED_CONNECTION", "name": "socket_protocol.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/socket_protocol/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/socket_protocol/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 15013.447523117065, + "relativeCreated": 15047.387202, "stack_info": null, - "thread": 140631409799232, + "taskName": null, + "thread": 140181752467712, "threadName": "MainThread" }, { @@ -45765,25 +47404,26 @@ "channel name request", "channel name response" ], - "asctime": "2025-03-23 16:47:11,109", - "created": 1742744831.1099377, + "asctime": "2025-08-15 21:42:06,065", + "created": 1755286926.0653663, "exc_text": null, "filename": "__init__.py", "funcName": "add_service", "levelname": "DEBUG", "levelno": 10, - "lineno": 597, + "lineno": 590, "message": "prot-client: Adding Service with Request=channel name request and Response=channel name response", "module": "__init__", - "msecs": 109.0, + "msecs": 65.0, "msg": "%s Adding Service with Request=%s and Response=%s", "name": "socket_protocol.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/socket_protocol/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/socket_protocol/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 15013.624429702759, + "relativeCreated": 15047.69972, "stack_info": null, - "thread": 140631409799232, + "taskName": null, + "thread": 140181752467712, "threadName": "MainThread" }, { @@ -45791,25 +47431,26 @@ "prot-client:", "service: channel name request, data_id: name" ], - "asctime": "2025-03-23 16:47:11,110", - "created": 1742744831.1101384, + "asctime": "2025-08-15 21:42:06,065", + "created": 1755286926.065684, "exc_text": null, "filename": "__init__.py", "funcName": "add_msg_to_auth_whitelist_", "levelname": "DEBUG", "levelno": 10, - "lineno": 571, + "lineno": 564, "message": "prot-client: Adding Message (service: channel name request, data_id: name) to the authentification whitelist", "module": "__init__", - "msecs": 110.0, + "msecs": 65.0, "msg": "%s Adding Message (%s) to the authentification whitelist", "name": "socket_protocol.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/socket_protocol/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/socket_protocol/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 15013.825178146362, + "relativeCreated": 15048.017466, "stack_info": null, - "thread": 140631409799232, + "taskName": null, + "thread": 140181752467712, "threadName": "MainThread" }, { @@ -45817,25 +47458,26 @@ "prot-client:", "service: channel name response, data_id: name" ], - "asctime": "2025-03-23 16:47:11,110", - "created": 1742744831.1103055, + "asctime": "2025-08-15 21:42:06,065", + "created": 1755286926.0659924, "exc_text": null, "filename": "__init__.py", "funcName": "add_msg_to_auth_whitelist_", "levelname": "DEBUG", "levelno": 10, - "lineno": 571, + "lineno": 564, "message": "prot-client: Adding Message (service: channel name response, data_id: name) to the authentification whitelist", "module": "__init__", - "msecs": 110.0, + "msecs": 65.0, "msg": "%s Adding Message (%s) to the authentification whitelist", "name": "socket_protocol.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/socket_protocol/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/socket_protocol/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 15013.992309570312, + "relativeCreated": 15048.325784, "stack_info": null, - "thread": 140631409799232, + "taskName": null, + "thread": 140181752467712, "threadName": "MainThread" }, { @@ -45845,25 +47487,26 @@ "8", "0" ], - "asctime": "2025-03-23 16:47:11,110", - "created": 1742744831.1106002, + "asctime": "2025-08-15 21:42:06,066", + "created": 1755286926.0662837, "exc_text": null, "filename": "__init__.py", "funcName": "add", "levelname": "DEBUG", "levelno": 10, - "lineno": 172, + "lineno": 169, "message": "prot-client: Adding callback '__channel_name_request__' for SID=8 and DID=0", "module": "__init__", - "msecs": 110.0, + "msecs": 66.0, "msg": "%s Adding callback %s for SID=%s and DID=%s", "name": "socket_protocol.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/socket_protocol/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/socket_protocol/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 15014.286994934082, + "relativeCreated": 15048.617296, "stack_info": null, - "thread": 140631409799232, + "taskName": null, + "thread": 140181752467712, "threadName": "MainThread" }, { @@ -45873,25 +47516,26 @@ "9", "0" ], - "asctime": "2025-03-23 16:47:11,110", - "created": 1742744831.110935, + "asctime": "2025-08-15 21:42:06,066", + "created": 1755286926.066658, "exc_text": null, "filename": "__init__.py", "funcName": "add", "levelname": "DEBUG", "levelno": 10, - "lineno": 172, + "lineno": 169, "message": "prot-client: Adding callback '__channel_name_response__' for SID=9 and DID=0", "module": "__init__", - "msecs": 110.0, + "msecs": 66.0, "msg": "%s Adding callback %s for SID=%s and DID=%s", "name": "socket_protocol.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/socket_protocol/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/socket_protocol/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 15014.62173461914, + "relativeCreated": 15048.99159, "stack_info": null, - "thread": 140631409799232, + "taskName": null, + "thread": 140181752467712, "threadName": "MainThread" }, { @@ -45900,25 +47544,26 @@ "read data request", "read data response" ], - "asctime": "2025-03-23 16:47:11,111", - "created": 1742744831.1112201, + "asctime": "2025-08-15 21:42:06,066", + "created": 1755286926.066977, "exc_text": null, "filename": "__init__.py", "funcName": "add_service", "levelname": "DEBUG", "levelno": 10, - "lineno": 597, + "lineno": 590, "message": "prot-client: Adding Service with Request=read data request and Response=read data response", "module": "__init__", - "msecs": 111.0, + "msecs": 66.0, "msg": "%s Adding Service with Request=%s and Response=%s", "name": "socket_protocol.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/socket_protocol/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/socket_protocol/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 15014.906883239746, + "relativeCreated": 15049.310387, "stack_info": null, - "thread": 140631409799232, + "taskName": null, + "thread": 140181752467712, "threadName": "MainThread" }, { @@ -45927,25 +47572,26 @@ "write data request", "write data response" ], - "asctime": "2025-03-23 16:47:11,111", - "created": 1742744831.1114533, + "asctime": "2025-08-15 21:42:06,067", + "created": 1755286926.067261, "exc_text": null, "filename": "__init__.py", "funcName": "add_service", "levelname": "DEBUG", "levelno": 10, - "lineno": 597, + "lineno": 590, "message": "prot-client: Adding Service with Request=write data request and Response=write data response", "module": "__init__", - "msecs": 111.0, + "msecs": 67.0, "msg": "%s Adding Service with Request=%s and Response=%s", "name": "socket_protocol.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/socket_protocol/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/socket_protocol/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 15015.140056610107, + "relativeCreated": 15049.594452, "stack_info": null, - "thread": 140631409799232, + "taskName": null, + "thread": 140181752467712, "threadName": "MainThread" }, { @@ -45954,69 +47600,72 @@ "execute request", "execute response" ], - "asctime": "2025-03-23 16:47:11,111", - "created": 1742744831.1116202, + "asctime": "2025-08-15 21:42:06,067", + "created": 1755286926.0675285, "exc_text": null, "filename": "__init__.py", "funcName": "add_service", "levelname": "DEBUG", "levelno": 10, - "lineno": 597, + "lineno": 590, "message": "prot-client: Adding Service with Request=execute request and Response=execute response", "module": "__init__", - "msecs": 111.0, + "msecs": 67.0, "msg": "%s Adding Service with Request=%s and Response=%s", "name": "socket_protocol.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/socket_protocol/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/socket_protocol/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 15015.306949615479, + "relativeCreated": 15049.86187, "stack_info": null, - "thread": 140631409799232, + "taskName": null, + "thread": 140181752467712, "threadName": "MainThread" }, { "args": [ "prot-client:" ], - "asctime": "2025-03-23 16:47:11,111", - "created": 1742744831.1117833, + "asctime": "2025-08-15 21:42:06,067", + "created": 1755286926.0677938, "exc_text": null, "filename": "__init__.py", "funcName": "__init__", "levelname": "INFO", "levelno": 20, - "lineno": 340, + "lineno": 333, "message": "prot-client: Initialisation finished.", "module": "__init__", - "msecs": 111.0, + "msecs": 67.0, "msg": "%s Initialisation finished.", "name": "socket_protocol.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/socket_protocol/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/socket_protocol/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 15015.470027923584, + "relativeCreated": 15050.127427, "stack_info": null, - "thread": 140631409799232, + "taskName": null, + "thread": 140181752467712, "threadName": "MainThread" } ], - "msecs": 111.0, + "msecs": 68.0, "msg": "Setting up communication", "name": "__tLogger__", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/tests/test_helpers.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/tests/test_helpers.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 15015.640497207642, + "relativeCreated": 15050.387849, "stack_info": null, - "thread": 140631409799232, + "taskName": null, + "thread": 140181752467712, "threadName": "MainThread", - "time_consumption": 0.0001704692840576172 + "time_consumption": 0.0002605915069580078 }, { "args": [], - "asctime": "2025-03-23 16:47:11,457", - "created": 1742744831.4571655, + "asctime": "2025-08-15 21:42:06,415", + "created": 1755286926.415183, "exc_text": null, "filename": "test_helpers.py", "funcName": "set_up_socket_protocol", @@ -46030,75 +47679,78 @@ "args": [ "comm-client:" ], - "asctime": "2025-03-23 16:47:11,112", - "created": 1742744831.1123385, + "asctime": "2025-08-15 21:42:06,068", + "created": 1755286926.068594, "exc_text": null, "filename": "__init__.py", "funcName": "__connect__", "levelname": "INFO", "levelno": 20, - "lineno": 268, + "lineno": 270, "message": "comm-client: Connection established...", "module": "__init__", - "msecs": 112.0, + "msecs": 68.0, "msg": "%s Connection established...", "name": "helpers.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/helpers/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/helpers/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 15016.025304794312, + "relativeCreated": 15050.927329, "stack_info": null, - "thread": 140631409799232, + "taskName": null, + "thread": 140181752467712, "threadName": "MainThread" }, { "args": [ "comm-client:" ], - "asctime": "2025-03-23 16:47:11,112", - "created": 1742744831.1125107, + "asctime": "2025-08-15 21:42:06,068", + "created": 1755286926.0689278, "exc_text": null, "filename": "__init__.py", "funcName": "__clean_buffer__", "levelname": "DEBUG", "levelno": 10, - "lineno": 411, + "lineno": 413, "message": "comm-client: Cleaning up receive-buffer", "module": "__init__", - "msecs": 112.0, + "msecs": 68.0, "msg": "%s Cleaning up receive-buffer", "name": "helpers.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/helpers/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/helpers/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 15016.197443008423, + "relativeCreated": 15051.261142, "stack_info": null, - "thread": 140631409799232, + "taskName": null, + "thread": 140181752467712, "threadName": "MainThread" }, { "args": [ "prot-client:" ], - "asctime": "2025-03-23 16:47:11,112", - "created": 1742744831.1126797, + "asctime": "2025-08-15 21:42:06,069", + "created": 1755286926.0693016, "exc_text": null, "filename": "__init__.py", "funcName": "__clean_receive_buffer__", "levelname": "DEBUG", "levelno": 10, - "lineno": 434, + "lineno": 427, "message": "prot-client: Cleaning up receive-buffer", "module": "__init__", - "msecs": 112.0, + "msecs": 69.0, "msg": "%s Cleaning up receive-buffer", "name": "socket_protocol.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/socket_protocol/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/socket_protocol/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 15016.366481781006, + "relativeCreated": 15051.635017, "stack_info": null, - "thread": 140631409799232, + "taskName": null, + "thread": 140181752467712, "threadName": "MainThread" }, { @@ -46109,100 +47761,104 @@ "status: okay", "None" ], - "asctime": "2025-03-23 16:47:11,112", - "created": 1742744831.112954, + "asctime": "2025-08-15 21:42:06,069", + "created": 1755286926.069768, "exc_text": null, "filename": "__init__.py", "funcName": "__log_msg__", "levelname": "INFO", "levelno": 20, - "lineno": 445, + "lineno": 438, "message": "prot-client: TX -> service: channel name request, data_id: name, status: okay, data: \"None\"", "module": "__init__", - "msecs": 112.0, + "msecs": 69.0, "msg": "%s %s %s, %s, data: \"%s\"", "name": "socket_protocol.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/socket_protocol/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/socket_protocol/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 15016.640663146973, + "relativeCreated": 15052.10136, "stack_info": null, - "thread": 140631409799232, + "taskName": null, + "thread": 140181752467712, "threadName": "MainThread" }, { "args": [ "comm-server:" ], - "asctime": "2025-03-23 16:47:11,113", - "created": 1742744831.113563, + "asctime": "2025-08-15 21:42:06,071", + "created": 1755286926.0713837, "exc_text": null, "filename": "__init__.py", "funcName": "__connect__", "levelname": "INFO", "levelno": 20, - "lineno": 268, + "lineno": 270, "message": "comm-server: Connection established...", "module": "__init__", - "msecs": 113.0, + "msecs": 71.0, "msg": "%s Connection established...", "name": "helpers.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/helpers/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/helpers/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 15017.249822616577, + "relativeCreated": 15053.717213, "stack_info": null, - "thread": 140631409799232, + "taskName": null, + "thread": 140181752467712, "threadName": "MainThread" }, { "args": [ "comm-server:" ], - "asctime": "2025-03-23 16:47:11,113", - "created": 1742744831.1137593, + "asctime": "2025-08-15 21:42:06,071", + "created": 1755286926.0717406, "exc_text": null, "filename": "__init__.py", "funcName": "__clean_buffer__", "levelname": "DEBUG", "levelno": 10, - "lineno": 411, + "lineno": 413, "message": "comm-server: Cleaning up receive-buffer", "module": "__init__", - "msecs": 113.0, + "msecs": 71.0, "msg": "%s Cleaning up receive-buffer", "name": "helpers.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/helpers/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/helpers/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 15017.446041107178, + "relativeCreated": 15054.074018, "stack_info": null, - "thread": 140631409799232, + "taskName": null, + "thread": 140181752467712, "threadName": "MainThread" }, { "args": [ "prot-server:" ], - "asctime": "2025-03-23 16:47:11,113", - "created": 1742744831.1139417, + "asctime": "2025-08-15 21:42:06,072", + "created": 1755286926.072073, "exc_text": null, "filename": "__init__.py", "funcName": "__clean_receive_buffer__", "levelname": "DEBUG", "levelno": 10, - "lineno": 434, + "lineno": 427, "message": "prot-server: Cleaning up receive-buffer", "module": "__init__", - "msecs": 113.0, + "msecs": 72.0, "msg": "%s Cleaning up receive-buffer", "name": "socket_protocol.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/socket_protocol/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/socket_protocol/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 15017.62843132019, + "relativeCreated": 15054.406529, "stack_info": null, - "thread": 140631409799232, + "taskName": null, + "thread": 140181752467712, "threadName": "MainThread" }, { @@ -46210,25 +47866,26 @@ "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": "2025-03-23 16:47:11,115", - "created": 1742744831.1151898, + "asctime": "2025-08-15 21:42:06,072", + "created": 1755286926.072581, "exc_text": null, "filename": "__init__.py", "funcName": "__tx__", "levelname": "INFO", "levelno": 20, - "lineno": 284, + "lineno": 286, "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": 115.0, + "msecs": 72.0, "msg": "%s TX -> %s", "name": "helpers.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/helpers/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/helpers/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 15018.876552581787, + "relativeCreated": 15054.914489, "stack_info": null, - "thread": 140629686339264, + "taskName": null, + "thread": 140179880801984, "threadName": "Thread-25 (_start)" }, { @@ -46236,25 +47893,26 @@ "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": "2025-03-23 16:47:11,123", - "created": 1742744831.1238592, + "asctime": "2025-08-15 21:42:06,081", + "created": 1755286926.0811124, "exc_text": null, "filename": "__init__.py", "funcName": "__rx__", "levelname": "DEBUG", "levelno": 10, - "lineno": 414, + "lineno": 416, "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": 123.0, + "msecs": 81.0, "msg": "%s RX <- %s", "name": "helpers.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/helpers/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/helpers/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 15027.545928955078, + "relativeCreated": 15063.445654, "stack_info": null, - "thread": 140629686339264, + "taskName": null, + "thread": 140179880801984, "threadName": "Thread-25 (_start)" }, { @@ -46262,25 +47920,26 @@ "comm-client:", "(6): 53 5e 67 0b 3a 3e" ], - "asctime": "2025-03-23 16:47:11,124", - "created": 1742744831.1247063, + "asctime": "2025-08-15 21:42:06,081", + "created": 1755286926.0816748, "exc_text": null, "filename": "__init__.py", "funcName": "__tx__", "levelname": "INFO", "levelno": 20, - "lineno": 284, + "lineno": 286, "message": "comm-client: TX -> (6): 53 5e 67 0b 3a 3e", "module": "__init__", - "msecs": 124.0, + "msecs": 81.0, "msg": "%s TX -> %s", "name": "helpers.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/helpers/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/helpers/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 15028.393030166626, + "relativeCreated": 15064.008312, "stack_info": null, - "thread": 140629686339264, + "taskName": null, + "thread": 140179880801984, "threadName": "Thread-25 (_start)" }, { @@ -46288,25 +47947,26 @@ "comm-server:", "(6): 53 5e 67 0b 3a 3e" ], - "asctime": "2025-03-23 16:47:11,125", - "created": 1742744831.1259172, + "asctime": "2025-08-15 21:42:06,082", + "created": 1755286926.082756, "exc_text": null, "filename": "__init__.py", "funcName": "__rx__", "levelname": "DEBUG", "levelno": 10, - "lineno": 414, + "lineno": 416, "message": "comm-server: RX <- (6): 53 5e 67 0b 3a 3e", "module": "__init__", - "msecs": 125.0, + "msecs": 82.0, "msg": "%s RX <- %s", "name": "helpers.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/helpers/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/helpers/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 15029.603958129883, + "relativeCreated": 15065.089531, "stack_info": null, - "thread": 140629686339264, + "taskName": null, + "thread": 140179880801984, "threadName": "Thread-25 (_start)" }, { @@ -46317,25 +47977,26 @@ "status: okay", "None" ], - "asctime": "2025-03-23 16:47:11,126", - "created": 1742744831.1266882, + "asctime": "2025-08-15 21:42:06,083", + "created": 1755286926.0833373, "exc_text": null, "filename": "__init__.py", "funcName": "__log_msg__", "levelname": "INFO", "levelno": 20, - "lineno": 445, + "lineno": 438, "message": "prot-server: RX <- service: channel name request, data_id: name, status: okay, data: \"None\"", "module": "__init__", - "msecs": 126.0, + "msecs": 83.0, "msg": "%s %s %s, %s, data: \"%s\"", "name": "socket_protocol.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/socket_protocol/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/socket_protocol/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 15030.375003814697, + "relativeCreated": 15065.670697, "stack_info": null, - "thread": 140629686339264, + "taskName": null, + "thread": 140179880801984, "threadName": "Thread-25 (_start)" }, { @@ -46343,25 +48004,26 @@ "prot-server:", "__channel_name_request__" ], - "asctime": "2025-03-23 16:47:11,126", - "created": 1742744831.1269345, + "asctime": "2025-08-15 21:42:06,083", + "created": 1755286926.0836155, "exc_text": null, "filename": "__init__.py", "funcName": "__data_available_callback__", "levelname": "DEBUG", "levelno": 10, - "lineno": 488, + "lineno": 481, "message": "prot-server: Executing callback __channel_name_request__ to process received data", "module": "__init__", - "msecs": 126.0, + "msecs": 83.0, "msg": "%s Executing callback %s to process received data", "name": "socket_protocol.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/socket_protocol/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/socket_protocol/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 15030.62129020691, + "relativeCreated": 15065.948964, "stack_info": null, - "thread": 140629686339264, + "taskName": null, + "thread": 140179880801984, "threadName": "Thread-25 (_start)" }, { @@ -46372,25 +48034,26 @@ "status: okay", "None" ], - "asctime": "2025-03-23 16:47:11,127", - "created": 1742744831.127239, + "asctime": "2025-08-15 21:42:06,083", + "created": 1755286926.0839508, "exc_text": null, "filename": "__init__.py", "funcName": "__log_msg__", "levelname": "INFO", "levelno": 20, - "lineno": 445, + "lineno": 438, "message": "prot-server: TX -> service: channel name response, data_id: name, status: okay, data: \"None\"", "module": "__init__", - "msecs": 127.0, + "msecs": 83.0, "msg": "%s %s %s, %s, data: \"%s\"", "name": "socket_protocol.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/socket_protocol/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/socket_protocol/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 15030.925750732422, + "relativeCreated": 15066.284406, "stack_info": null, - "thread": 140629686339264, + "taskName": null, + "thread": 140179880801984, "threadName": "Thread-25 (_start)" }, { @@ -46398,25 +48061,26 @@ "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": "2025-03-23 16:47:11,128", - "created": 1742744831.128088, + "asctime": "2025-08-15 21:42:06,084", + "created": 1755286926.084801, "exc_text": null, "filename": "__init__.py", "funcName": "__tx__", "levelname": "INFO", "levelno": 20, - "lineno": 284, + "lineno": 286, "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": 128.0, + "msecs": 84.0, "msg": "%s TX -> %s", "name": "helpers.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/helpers/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/helpers/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 15031.774759292603, + "relativeCreated": 15067.134489, "stack_info": null, - "thread": 140629677946560, + "taskName": null, + "thread": 140179872409280, "threadName": "Thread-26 (_start)" }, { @@ -46424,25 +48088,26 @@ "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": "2025-03-23 16:47:11,136", - "created": 1742744831.136718, + "asctime": "2025-08-15 21:42:06,093", + "created": 1755286926.0933852, "exc_text": null, "filename": "__init__.py", "funcName": "__rx__", "levelname": "DEBUG", "levelno": 10, - "lineno": 414, + "lineno": 416, "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": 136.0, + "msecs": 93.0, "msg": "%s RX <- %s", "name": "helpers.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/helpers/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/helpers/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 15040.404796600342, + "relativeCreated": 15075.718693, "stack_info": null, - "thread": 140629677946560, + "taskName": null, + "thread": 140179872409280, "threadName": "Thread-26 (_start)" }, { @@ -46450,25 +48115,26 @@ "comm-server:", "(6): 30 59 be 2f 3a 3e" ], - "asctime": "2025-03-23 16:47:11,137", - "created": 1742744831.1374493, + "asctime": "2025-08-15 21:42:06,093", + "created": 1755286926.0939481, "exc_text": null, "filename": "__init__.py", "funcName": "__tx__", "levelname": "INFO", "levelno": 20, - "lineno": 284, + "lineno": 286, "message": "comm-server: TX -> (6): 30 59 be 2f 3a 3e", "module": "__init__", - "msecs": 137.0, + "msecs": 93.0, "msg": "%s TX -> %s", "name": "helpers.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/helpers/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/helpers/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 15041.136026382446, + "relativeCreated": 15076.28168, "stack_info": null, - "thread": 140629677946560, + "taskName": null, + "thread": 140179872409280, "threadName": "Thread-26 (_start)" }, { @@ -46476,25 +48142,26 @@ "comm-client:", "(6): 30 59 be 2f 3a 3e" ], - "asctime": "2025-03-23 16:47:11,138", - "created": 1742744831.1386106, + "asctime": "2025-08-15 21:42:06,095", + "created": 1755286926.0950468, "exc_text": null, "filename": "__init__.py", "funcName": "__rx__", "levelname": "DEBUG", "levelno": 10, - "lineno": 414, + "lineno": 416, "message": "comm-client: RX <- (6): 30 59 be 2f 3a 3e", "module": "__init__", - "msecs": 138.0, + "msecs": 95.0, "msg": "%s RX <- %s", "name": "helpers.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/helpers/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/helpers/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 15042.29736328125, + "relativeCreated": 15077.380072, "stack_info": null, - "thread": 140629677946560, + "taskName": null, + "thread": 140179872409280, "threadName": "Thread-26 (_start)" }, { @@ -46505,25 +48172,26 @@ "status: okay", "None" ], - "asctime": "2025-03-23 16:47:11,139", - "created": 1742744831.1392689, + "asctime": "2025-08-15 21:42:06,095", + "created": 1755286926.0956118, "exc_text": null, "filename": "__init__.py", "funcName": "__log_msg__", "levelname": "INFO", "levelno": 20, - "lineno": 445, + "lineno": 438, "message": "prot-client: RX <- service: channel name response, data_id: name, status: okay, data: \"None\"", "module": "__init__", - "msecs": 139.0, + "msecs": 95.0, "msg": "%s %s %s, %s, data: \"%s\"", "name": "socket_protocol.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/socket_protocol/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/socket_protocol/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 15042.95563697815, + "relativeCreated": 15077.945372, "stack_info": null, - "thread": 140629677946560, + "taskName": null, + "thread": 140179872409280, "threadName": "Thread-26 (_start)" }, { @@ -46531,44 +48199,46 @@ "prot-client:", "__channel_name_response__" ], - "asctime": "2025-03-23 16:47:11,139", - "created": 1742744831.139507, + "asctime": "2025-08-15 21:42:06,095", + "created": 1755286926.0958347, "exc_text": null, "filename": "__init__.py", "funcName": "__data_available_callback__", "levelname": "DEBUG", "levelno": 10, - "lineno": 503, + "lineno": 496, "message": "prot-client: Executing callback __channel_name_response__ to process received data", "module": "__init__", - "msecs": 139.0, + "msecs": 95.0, "msg": "%s Executing callback %s to process received data", "name": "socket_protocol.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/socket_protocol/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/socket_protocol/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 15043.193817138672, + "relativeCreated": 15078.168023, "stack_info": null, - "thread": 140629677946560, + "taskName": null, + "thread": 140179872409280, "threadName": "Thread-26 (_start)" } ], - "msecs": 457.0, + "msecs": 415.0, "msg": "Connecting Server and Client", "name": "__tLogger__", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/tests/test_helpers.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/tests/test_helpers.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 15360.852241516113, + "relativeCreated": 15397.516465, "stack_info": null, - "thread": 140631409799232, + "taskName": null, + "thread": 140181752467712, "threadName": "MainThread", - "time_consumption": 0.3176584243774414 + "time_consumption": 0.3193483352661133 }, { "args": [], - "asctime": "2025-03-23 16:47:11,458", - "created": 1742744831.4582777, + "asctime": "2025-08-15 21:42:06,415", + "created": 1755286926.4159615, "exc_text": null, "filename": "test_callbacks.py", "funcName": "all_callback", @@ -46585,44 +48255,46 @@ "None", "None" ], - "asctime": "2025-03-23 16:47:11,457", - "created": 1742744831.457938, + "asctime": "2025-08-15 21:42:06,415", + "created": 1755286926.4157286, "exc_text": null, "filename": "__init__.py", "funcName": "add", "levelname": "DEBUG", "levelno": 10, - "lineno": 172, + "lineno": 169, "message": "prot-server: Adding callback '__callback__' for SID=None and DID=None", "module": "__init__", - "msecs": 457.0, + "msecs": 415.0, "msg": "%s Adding callback %s for SID=%s and DID=%s", "name": "socket_protocol.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/socket_protocol/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/socket_protocol/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 15361.624717712402, + "relativeCreated": 15398.062199, "stack_info": null, - "thread": 140631409799232, + "taskName": null, + "thread": 140181752467712, "threadName": "MainThread" } ], - "msecs": 458.0, + "msecs": 415.0, "msg": "Registering a correct working Callback", "name": "__tLogger__", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/tests/test_callbacks.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/tests/test_callbacks.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 15361.964464187622, + "relativeCreated": 15398.294953, "stack_info": null, - "thread": 140631409799232, + "taskName": null, + "thread": 140181752467712, "threadName": "MainThread", - "time_consumption": 0.00033974647521972656 + "time_consumption": 0.00023293495178222656 }, { "args": [], - "asctime": "2025-03-23 16:47:11,660", - "created": 1742744831.6603842, + "asctime": "2025-08-15 21:42:06,617", + "created": 1755286926.617314, "exc_text": null, "filename": "test_callbacks.py", "funcName": "all_callback", @@ -46640,25 +48312,26 @@ "status: okay", "31" ], - "asctime": "2025-03-23 16:47:11,458", - "created": 1742744831.4587927, + "asctime": "2025-08-15 21:42:06,416", + "created": 1755286926.4163365, "exc_text": null, "filename": "__init__.py", "funcName": "__log_msg__", "levelname": "INFO", "levelno": 20, - "lineno": 445, + "lineno": 438, "message": "prot-client: TX -> service: read data request, data_id: 0, status: okay, data: \"31\"", "module": "__init__", - "msecs": 458.0, + "msecs": 416.0, "msg": "%s %s %s, %s, data: \"%s\"", "name": "socket_protocol.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/socket_protocol/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/socket_protocol/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 15362.479448318481, + "relativeCreated": 15398.670165, "stack_info": null, - "thread": 140631409799232, + "taskName": null, + "thread": 140181752467712, "threadName": "MainThread" }, { @@ -46666,25 +48339,26 @@ "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": "2025-03-23 16:47:11,460", - "created": 1742744831.4607913, + "asctime": "2025-08-15 21:42:06,417", + "created": 1755286926.4170647, "exc_text": null, "filename": "__init__.py", "funcName": "__tx__", "levelname": "INFO", "levelno": 20, - "lineno": 284, + "lineno": 286, "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": 460.0, + "msecs": 417.0, "msg": "%s TX -> %s", "name": "helpers.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/helpers/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/helpers/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 15364.47811126709, + "relativeCreated": 15399.398217, "stack_info": null, - "thread": 140629686339264, + "taskName": null, + "thread": 140179880801984, "threadName": "Thread-25 (_start)" }, { @@ -46692,25 +48366,26 @@ "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": "2025-03-23 16:47:11,469", - "created": 1742744831.4694827, + "asctime": "2025-08-15 21:42:06,425", + "created": 1755286926.4255073, "exc_text": null, "filename": "__init__.py", "funcName": "__rx__", "levelname": "DEBUG", "levelno": 10, - "lineno": 414, + "lineno": 416, "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": 469.0, + "msecs": 425.0, "msg": "%s RX <- %s", "name": "helpers.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/helpers/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/helpers/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 15373.169422149658, + "relativeCreated": 15407.840844, "stack_info": null, - "thread": 140629686339264, + "taskName": null, + "thread": 140179880801984, "threadName": "Thread-25 (_start)" }, { @@ -46718,25 +48393,26 @@ "comm-client:", "(5): 5b f5 78 3a 3e" ], - "asctime": "2025-03-23 16:47:11,470", - "created": 1742744831.470385, + "asctime": "2025-08-15 21:42:06,425", + "created": 1755286926.4259977, "exc_text": null, "filename": "__init__.py", "funcName": "__tx__", "levelname": "INFO", "levelno": 20, - "lineno": 284, + "lineno": 286, "message": "comm-client: TX -> (5): 5b f5 78 3a 3e", "module": "__init__", - "msecs": 470.0, + "msecs": 425.0, "msg": "%s TX -> %s", "name": "helpers.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/helpers/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/helpers/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 15374.071836471558, + "relativeCreated": 15408.33129, "stack_info": null, - "thread": 140629686339264, + "taskName": null, + "thread": 140179880801984, "threadName": "Thread-25 (_start)" }, { @@ -46744,25 +48420,26 @@ "comm-server:", "(5): 5b f5 78 3a 3e" ], - "asctime": "2025-03-23 16:47:11,471", - "created": 1742744831.471489, + "asctime": "2025-08-15 21:42:06,426", + "created": 1755286926.426962, "exc_text": null, "filename": "__init__.py", "funcName": "__rx__", "levelname": "DEBUG", "levelno": 10, - "lineno": 414, + "lineno": 416, "message": "comm-server: RX <- (5): 5b f5 78 3a 3e", "module": "__init__", - "msecs": 471.0, + "msecs": 426.0, "msg": "%s RX <- %s", "name": "helpers.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/helpers/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/helpers/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 15375.175714492798, + "relativeCreated": 15409.29542, "stack_info": null, - "thread": 140629686339264, + "taskName": null, + "thread": 140179880801984, "threadName": "Thread-25 (_start)" }, { @@ -46773,25 +48450,26 @@ "status: okay", "31" ], - "asctime": "2025-03-23 16:47:11,472", - "created": 1742744831.4722838, + "asctime": "2025-08-15 21:42:06,427", + "created": 1755286926.4275262, "exc_text": null, "filename": "__init__.py", "funcName": "__log_msg__", "levelname": "INFO", "levelno": 20, - "lineno": 445, + "lineno": 438, "message": "prot-server: RX <- service: read data request, data_id: 0, status: okay, data: \"31\"", "module": "__init__", - "msecs": 472.0, + "msecs": 427.0, "msg": "%s %s %s, %s, data: \"%s\"", "name": "socket_protocol.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/socket_protocol/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/socket_protocol/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 15375.970602035522, + "relativeCreated": 15409.859681, "stack_info": null, - "thread": 140629686339264, + "taskName": null, + "thread": 140179880801984, "threadName": "Thread-25 (_start)" }, { @@ -46799,25 +48477,26 @@ "prot-server:", "__callback__" ], - "asctime": "2025-03-23 16:47:11,472", - "created": 1742744831.472575, + "asctime": "2025-08-15 21:42:06,427", + "created": 1755286926.427763, "exc_text": null, "filename": "__init__.py", "funcName": "__data_available_callback__", "levelname": "DEBUG", "levelno": 10, - "lineno": 488, + "lineno": 481, "message": "prot-server: Executing callback __callback__ to process received data", "module": "__init__", - "msecs": 472.0, + "msecs": 427.0, "msg": "%s Executing callback %s to process received data", "name": "socket_protocol.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/socket_protocol/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/socket_protocol/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 15376.261711120605, + "relativeCreated": 15410.096454, "stack_info": null, - "thread": 140629686339264, + "taskName": null, + "thread": 140179880801984, "threadName": "Thread-25 (_start)" }, { @@ -46828,25 +48507,26 @@ "status: okay", "33" ], - "asctime": "2025-03-23 16:47:11,472", - "created": 1742744831.4729285, + "asctime": "2025-08-15 21:42:06,428", + "created": 1755286926.4280486, "exc_text": null, "filename": "__init__.py", "funcName": "__log_msg__", "levelname": "INFO", "levelno": 20, - "lineno": 445, + "lineno": 438, "message": "prot-server: TX -> service: read data response, data_id: 0, status: okay, data: \"33\"", "module": "__init__", - "msecs": 472.0, + "msecs": 428.0, "msg": "%s %s %s, %s, data: \"%s\"", "name": "socket_protocol.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/socket_protocol/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/socket_protocol/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 15376.615285873413, + "relativeCreated": 15410.382135, "stack_info": null, - "thread": 140629686339264, + "taskName": null, + "thread": 140179880801984, "threadName": "Thread-25 (_start)" }, { @@ -46854,25 +48534,26 @@ "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": "2025-03-23 16:47:11,473", - "created": 1742744831.4738755, + "asctime": "2025-08-15 21:42:06,428", + "created": 1755286926.4287055, "exc_text": null, "filename": "__init__.py", "funcName": "__tx__", "levelname": "INFO", "levelno": 20, - "lineno": 284, + "lineno": 286, "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": 473.0, + "msecs": 428.0, "msg": "%s TX -> %s", "name": "helpers.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/helpers/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/helpers/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 15377.562284469604, + "relativeCreated": 15411.038999, "stack_info": null, - "thread": 140629677946560, + "taskName": null, + "thread": 140179872409280, "threadName": "Thread-26 (_start)" }, { @@ -46880,25 +48561,26 @@ "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": "2025-03-23 16:47:11,482", - "created": 1742744831.4826245, + "asctime": "2025-08-15 21:42:06,437", + "created": 1755286926.437105, "exc_text": null, "filename": "__init__.py", "funcName": "__rx__", "levelname": "DEBUG", "levelno": 10, - "lineno": 414, + "lineno": 416, "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": 482.0, + "msecs": 437.0, "msg": "%s RX <- %s", "name": "helpers.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/helpers/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/helpers/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 15386.311292648315, + "relativeCreated": 15419.438286, "stack_info": null, - "thread": 140629677946560, + "taskName": null, + "thread": 140179872409280, "threadName": "Thread-26 (_start)" }, { @@ -46906,25 +48588,26 @@ "comm-server:", "(5): e1 8c bb 3a 3e" ], - "asctime": "2025-03-23 16:47:11,483", - "created": 1742744831.4834638, + "asctime": "2025-08-15 21:42:06,437", + "created": 1755286926.4375906, "exc_text": null, "filename": "__init__.py", "funcName": "__tx__", "levelname": "INFO", "levelno": 20, - "lineno": 284, + "lineno": 286, "message": "comm-server: TX -> (5): e1 8c bb 3a 3e", "module": "__init__", - "msecs": 483.0, + "msecs": 437.0, "msg": "%s TX -> %s", "name": "helpers.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/helpers/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/helpers/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 15387.150526046753, + "relativeCreated": 15419.924092, "stack_info": null, - "thread": 140629677946560, + "taskName": null, + "thread": 140179872409280, "threadName": "Thread-26 (_start)" }, { @@ -46932,25 +48615,26 @@ "comm-client:", "(5): e1 8c bb 3a 3e" ], - "asctime": "2025-03-23 16:47:11,484", - "created": 1742744831.484569, + "asctime": "2025-08-15 21:42:06,438", + "created": 1755286926.438653, "exc_text": null, "filename": "__init__.py", "funcName": "__rx__", "levelname": "DEBUG", "levelno": 10, - "lineno": 414, + "lineno": 416, "message": "comm-client: RX <- (5): e1 8c bb 3a 3e", "module": "__init__", - "msecs": 484.0, + "msecs": 438.0, "msg": "%s RX <- %s", "name": "helpers.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/helpers/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/helpers/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 15388.255834579468, + "relativeCreated": 15420.986333, "stack_info": null, - "thread": 140629677946560, + "taskName": null, + "thread": 140179872409280, "threadName": "Thread-26 (_start)" }, { @@ -46961,72 +48645,75 @@ "status: okay", "33" ], - "asctime": "2025-03-23 16:47:11,485", - "created": 1742744831.4853203, + "asctime": "2025-08-15 21:42:06,439", + "created": 1755286926.4391873, "exc_text": null, "filename": "__init__.py", "funcName": "__log_msg__", "levelname": "INFO", "levelno": 20, - "lineno": 445, + "lineno": 438, "message": "prot-client: RX <- service: read data response, data_id: 0, status: okay, data: \"33\"", "module": "__init__", - "msecs": 485.0, + "msecs": 439.0, "msg": "%s %s %s, %s, data: \"%s\"", "name": "socket_protocol.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/socket_protocol/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/socket_protocol/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 15389.007091522217, + "relativeCreated": 15421.520544, "stack_info": null, - "thread": 140629677946560, + "taskName": null, + "thread": 140179872409280, "threadName": "Thread-26 (_start)" }, { "args": [ "prot-client:" ], - "asctime": "2025-03-23 16:47:11,485", - "created": 1742744831.485639, + "asctime": "2025-08-15 21:42:06,439", + "created": 1755286926.439443, "exc_text": null, "filename": "__init__.py", "funcName": "__buffer_received_data__", "levelname": "DEBUG", "levelno": 10, - "lineno": 392, + "lineno": 385, "message": "prot-client: Message data is stored in buffer and is now ready to be retrieved by receive method", "module": "__init__", - "msecs": 485.0, + "msecs": 439.0, "msg": "%s Message data is stored in buffer and is now ready to be retrieved by receive method", "name": "socket_protocol.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/socket_protocol/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/socket_protocol/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 15389.325857162476, + "relativeCreated": 15421.776636, "stack_info": null, - "thread": 140629677946560, + "taskName": null, + "thread": 140179872409280, "threadName": "Thread-26 (_start)" } ], - "msecs": 660.0, + "msecs": 617.0, "msg": "Transfering data", "name": "__tLogger__", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/tests/test_callbacks.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/tests/test_callbacks.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 15564.0709400177, + "relativeCreated": 15599.64755, "stack_info": null, - "thread": 140631409799232, + "taskName": null, + "thread": 140181752467712, "threadName": "MainThread", - "time_consumption": 0.1747450828552246 + "time_consumption": 0.1778709888458252 }, { "args": [ "{'data_id': 0, 'service_id': 10, 'status': 0, 'data': 31}", "" ], - "asctime": "2025-03-23 16:47:11,661", - "created": 1742744831.661641, + "asctime": "2025-08-15 21:42:06,618", + "created": 1755286926.6181664, "exc_text": null, "filename": "test.py", "funcName": "equivalency_chk", @@ -47042,8 +48729,8 @@ "{'data_id': 0, 'service_id': 10, 'status': 0, 'data': 31}", "" ], - "asctime": "2025-03-23 16:47:11,661", - "created": 1742744831.6610758, + "asctime": "2025-08-15 21:42:06,617", + "created": 1755286926.6177778, "exc_text": null, "filename": "test.py", "funcName": "__report_result__", @@ -47052,15 +48739,16 @@ "lineno": 22, "message": "Result (Message stored inside callback): {'data_id': 0, 'service_id': 10, 'status': 0, 'data': 31} ()", "module": "test", - "msecs": 661.0, + "msecs": 617.0, "msg": "Result (%s): %s (%s)", "name": "__unittest__", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/unittest/test.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/unittest/test.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 15564.762592315674, + "relativeCreated": 15600.111428, "stack_info": null, - "thread": 140631409799232, + "taskName": null, + "thread": 140181752467712, "threadName": "MainThread" }, { @@ -47070,8 +48758,8 @@ "{'data': 31, 'data_id': 0, 'service_id': 10, 'status': 0}", "" ], - "asctime": "2025-03-23 16:47:11,661", - "created": 1742744831.661362, + "asctime": "2025-08-15 21:42:06,617", + "created": 1755286926.6179876, "exc_text": null, "filename": "test.py", "funcName": "__report_expectation__", @@ -47080,37 +48768,39 @@ "lineno": 26, "message": "Expectation (Message stored inside callback): result = {'data': 31, 'data_id': 0, 'service_id': 10, 'status': 0} ()", "module": "test", - "msecs": 661.0, + "msecs": 617.0, "msg": "Expectation (%s): result %s %s (%s)", "name": "__unittest__", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/unittest/test.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/unittest/test.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 15565.048694610596, + "relativeCreated": 15600.320983, "stack_info": null, - "thread": 140631409799232, + "taskName": null, + "thread": 140181752467712, "threadName": "MainThread" } ], - "msecs": 661.0, + "msecs": 618.0, "msg": "Message stored inside callback is correct (Content %s and Type is %s).", "name": "__tLogger__", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/unittest/test.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/unittest/test.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 15565.327644348145, + "relativeCreated": 15600.500035, "stack_info": null, - "thread": 140631409799232, + "taskName": null, + "thread": 140181752467712, "threadName": "MainThread", - "time_consumption": 0.0002789497375488281 + "time_consumption": 0.00017881393432617188 }, { "args": [ "{'data_id': 0, 'service_id': 11, 'status': 0, 'data': 33}", "" ], - "asctime": "2025-03-23 16:47:11,662", - "created": 1742744831.6625235, + "asctime": "2025-08-15 21:42:06,618", + "created": 1755286926.6188726, "exc_text": null, "filename": "test.py", "funcName": "equivalency_chk", @@ -47126,8 +48816,8 @@ "{'data_id': 0, 'service_id': 11, 'status': 0, 'data': 33}", "" ], - "asctime": "2025-03-23 16:47:11,662", - "created": 1742744831.6620104, + "asctime": "2025-08-15 21:42:06,618", + "created": 1755286926.6184564, "exc_text": null, "filename": "test.py", "funcName": "__report_result__", @@ -47136,15 +48826,16 @@ "lineno": 22, "message": "Result (Message received by client): {'data_id': 0, 'service_id': 11, 'status': 0, 'data': 33} ()", "module": "test", - "msecs": 662.0, + "msecs": 618.0, "msg": "Result (%s): %s (%s)", "name": "__unittest__", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/unittest/test.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/unittest/test.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 15565.697193145752, + "relativeCreated": 15600.789889, "stack_info": null, - "thread": 140631409799232, + "taskName": null, + "thread": 140181752467712, "threadName": "MainThread" }, { @@ -47154,8 +48845,8 @@ "{'data': 33, 'data_id': 0, 'service_id': 11, 'status': 0}", "" ], - "asctime": "2025-03-23 16:47:11,662", - "created": 1742744831.662306, + "asctime": "2025-08-15 21:42:06,618", + "created": 1755286926.6186783, "exc_text": null, "filename": "test.py", "funcName": "__report_expectation__", @@ -47164,63 +48855,66 @@ "lineno": 26, "message": "Expectation (Message received by client): result = {'data': 33, 'data_id': 0, 'service_id': 11, 'status': 0} ()", "module": "test", - "msecs": 662.0, + "msecs": 618.0, "msg": "Expectation (%s): result %s %s (%s)", "name": "__unittest__", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/unittest/test.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/unittest/test.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 15565.992832183838, + "relativeCreated": 15601.011606, "stack_info": null, - "thread": 140631409799232, + "taskName": null, + "thread": 140181752467712, "threadName": "MainThread" } ], - "msecs": 662.0, + "msecs": 618.0, "msg": "Message received by client is correct (Content %s and Type is %s).", "name": "__tLogger__", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/unittest/test.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/unittest/test.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 15566.210269927979, + "relativeCreated": 15601.206092, "stack_info": null, - "thread": 140631409799232, + "taskName": null, + "thread": 140181752467712, "threadName": "MainThread", - "time_consumption": 0.000217437744140625 + "time_consumption": 0.00019431114196777344 } ], - "thread": 140631409799232, + "thread": 140181752467712, "threadName": "MainThread", - "time_consumption": 0.5622963905334473, - "time_finished": "2025-03-23 16:47:11,662", - "time_start": "2025-03-23 16:47:11,100" + "time_consumption": 0.5657463073730469, + "time_finished": "2025-08-15 21:42:06,618", + "time_start": "2025-08-15 21:42:06,053" }, "REQ-0018": { "args": null, - "asctime": "2025-03-23 16:47:11,663", - "created": 1742744831.6632657, + "asctime": "2025-08-15 21:42:06,619", + "created": 1755286926.6195235, "exc_text": null, "filename": "__init__.py", "funcName": "testCase", "levelname": "INFO", "levelno": 20, - "lineno": 327, + "lineno": 331, "message": "REQ-0018", "module": "__init__", "moduleLogger": [], - "msecs": 663.0, + "msecs": 619.0, "msg": "REQ-0018", "name": "__tLogger__", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/report/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/report/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 15566.952466964722, + "relativeCreated": 15601.857053, "stack_info": null, + "taskName": null, "testcaseLogger": [ { "args": [], - "asctime": "2025-03-23 16:47:11,673", - "created": 1742744831.6736455, + "asctime": "2025-08-15 21:42:06,632", + "created": 1755286926.6328793, "exc_text": null, "filename": "test_helpers.py", "funcName": "set_up_socket_protocol", @@ -47234,100 +48928,104 @@ "args": [ "comm-client:" ], - "asctime": "2025-03-23 16:47:11,665", - "created": 1742744831.6656654, + "asctime": "2025-08-15 21:42:06,620", + "created": 1755286926.6209133, "exc_text": null, "filename": "__init__.py", "funcName": "__clean_buffer__", "levelname": "DEBUG", "levelno": 10, - "lineno": 411, + "lineno": 413, "message": "comm-client: Cleaning up receive-buffer", "module": "__init__", - "msecs": 665.0, + "msecs": 620.0, "msg": "%s Cleaning up receive-buffer", "name": "helpers.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/helpers/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/helpers/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 15569.352149963379, + "relativeCreated": 15603.246577, "stack_info": null, - "thread": 140631409799232, + "taskName": null, + "thread": 140181752467712, "threadName": "MainThread" }, { "args": [ "comm-server:" ], - "asctime": "2025-03-23 16:47:11,670", - "created": 1742744831.6709616, + "asctime": "2025-08-15 21:42:06,622", + "created": 1755286926.6220233, "exc_text": null, "filename": "__init__.py", "funcName": "__clean_buffer__", "levelname": "DEBUG", "levelno": 10, - "lineno": 411, + "lineno": 413, "message": "comm-server: Cleaning up receive-buffer", "module": "__init__", - "msecs": 670.0, + "msecs": 622.0, "msg": "%s Cleaning up receive-buffer", "name": "helpers.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/helpers/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/helpers/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 15574.648380279541, + "relativeCreated": 15604.356817, "stack_info": null, - "thread": 140631409799232, + "taskName": null, + "thread": 140181752467712, "threadName": "MainThread" }, { "args": [ "comm-server:" ], - "asctime": "2025-03-23 16:47:11,671", - "created": 1742744831.671056, + "asctime": "2025-08-15 21:42:06,622", + "created": 1755286926.622299, "exc_text": null, "filename": "__init__.py", "funcName": "__init__", "levelname": "INFO", "levelno": 20, - "lineno": 520, + "lineno": 522, "message": "comm-server: Waiting for incomming connection", "module": "__init__", - "msecs": 671.0, + "msecs": 622.0, "msg": "%s Waiting for incomming connection", "name": "helpers.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/helpers/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/helpers/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 15574.742794036865, + "relativeCreated": 15604.632216, "stack_info": null, - "thread": 140631409799232, + "taskName": null, + "thread": 140181752467712, "threadName": "MainThread" }, { "args": [ "prot-server:" ], - "asctime": "2025-03-23 16:47:11,671", - "created": 1742744831.6711788, + "asctime": "2025-08-15 21:42:06,622", + "created": 1755286926.6227036, "exc_text": null, "filename": "__init__.py", "funcName": "__clean_receive_buffer__", "levelname": "DEBUG", "levelno": 10, - "lineno": 434, + "lineno": 427, "message": "prot-server: Cleaning up receive-buffer", "module": "__init__", - "msecs": 671.0, + "msecs": 622.0, "msg": "%s Cleaning up receive-buffer", "name": "socket_protocol.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/socket_protocol/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/socket_protocol/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 15574.865579605103, + "relativeCreated": 15605.036933, "stack_info": null, - "thread": 140631409799232, + "taskName": null, + "thread": 140181752467712, "threadName": "MainThread" }, { @@ -47336,25 +49034,26 @@ "authentification request", "authentification response" ], - "asctime": "2025-03-23 16:47:11,671", - "created": 1742744831.6712484, + "asctime": "2025-08-15 21:42:06,622", + "created": 1755286926.622963, "exc_text": null, "filename": "__init__.py", "funcName": "add_service", "levelname": "DEBUG", "levelno": 10, - "lineno": 597, + "lineno": 590, "message": "prot-server: Adding Service with Request=authentification request and Response=authentification response", "module": "__init__", - "msecs": 671.0, + "msecs": 622.0, "msg": "%s Adding Service with Request=%s and Response=%s", "name": "socket_protocol.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/socket_protocol/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/socket_protocol/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 15574.9351978302, + "relativeCreated": 15605.296501, "stack_info": null, - "thread": 140631409799232, + "taskName": null, + "thread": 140181752467712, "threadName": "MainThread" }, { @@ -47362,25 +49061,26 @@ "prot-server:", "service: authentification request, data_id: seed" ], - "asctime": "2025-03-23 16:47:11,671", - "created": 1742744831.6713297, + "asctime": "2025-08-15 21:42:06,623", + "created": 1755286926.6232247, "exc_text": null, "filename": "__init__.py", "funcName": "add_msg_to_auth_whitelist_", "levelname": "DEBUG", "levelno": 10, - "lineno": 571, + "lineno": 564, "message": "prot-server: Adding Message (service: authentification request, data_id: seed) to the authentification whitelist", "module": "__init__", - "msecs": 671.0, + "msecs": 623.0, "msg": "%s Adding Message (%s) to the authentification whitelist", "name": "socket_protocol.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/socket_protocol/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/socket_protocol/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 15575.016498565674, + "relativeCreated": 15605.558284, "stack_info": null, - "thread": 140631409799232, + "taskName": null, + "thread": 140181752467712, "threadName": "MainThread" }, { @@ -47388,25 +49088,26 @@ "prot-server:", "service: authentification response, data_id: seed" ], - "asctime": "2025-03-23 16:47:11,671", - "created": 1742744831.6713908, + "asctime": "2025-08-15 21:42:06,623", + "created": 1755286926.6234138, "exc_text": null, "filename": "__init__.py", "funcName": "add_msg_to_auth_whitelist_", "levelname": "DEBUG", "levelno": 10, - "lineno": 571, + "lineno": 564, "message": "prot-server: Adding Message (service: authentification response, data_id: seed) to the authentification whitelist", "module": "__init__", - "msecs": 671.0, + "msecs": 623.0, "msg": "%s Adding Message (%s) to the authentification whitelist", "name": "socket_protocol.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/socket_protocol/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/socket_protocol/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 15575.077533721924, + "relativeCreated": 15605.747161, "stack_info": null, - "thread": 140631409799232, + "taskName": null, + "thread": 140181752467712, "threadName": "MainThread" }, { @@ -47414,25 +49115,26 @@ "prot-server:", "service: authentification request, data_id: key" ], - "asctime": "2025-03-23 16:47:11,671", - "created": 1742744831.671449, + "asctime": "2025-08-15 21:42:06,623", + "created": 1755286926.6235805, "exc_text": null, "filename": "__init__.py", "funcName": "add_msg_to_auth_whitelist_", "levelname": "DEBUG", "levelno": 10, - "lineno": 571, + "lineno": 564, "message": "prot-server: Adding Message (service: authentification request, data_id: key) to the authentification whitelist", "module": "__init__", - "msecs": 671.0, + "msecs": 623.0, "msg": "%s Adding Message (%s) to the authentification whitelist", "name": "socket_protocol.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/socket_protocol/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/socket_protocol/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 15575.135707855225, + "relativeCreated": 15605.913868, "stack_info": null, - "thread": 140631409799232, + "taskName": null, + "thread": 140181752467712, "threadName": "MainThread" }, { @@ -47440,25 +49142,26 @@ "prot-server:", "service: authentification response, data_id: key" ], - "asctime": "2025-03-23 16:47:11,671", - "created": 1742744831.671505, + "asctime": "2025-08-15 21:42:06,623", + "created": 1755286926.6237373, "exc_text": null, "filename": "__init__.py", "funcName": "add_msg_to_auth_whitelist_", "levelname": "DEBUG", "levelno": 10, - "lineno": 571, + "lineno": 564, "message": "prot-server: Adding Message (service: authentification response, data_id: key) to the authentification whitelist", "module": "__init__", - "msecs": 671.0, + "msecs": 623.0, "msg": "%s Adding Message (%s) to the authentification whitelist", "name": "socket_protocol.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/socket_protocol/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/socket_protocol/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 15575.191736221313, + "relativeCreated": 15606.070822, "stack_info": null, - "thread": 140631409799232, + "taskName": null, + "thread": 140181752467712, "threadName": "MainThread" }, { @@ -47468,25 +49171,26 @@ "0", "0" ], - "asctime": "2025-03-23 16:47:11,671", - "created": 1742744831.6715674, + "asctime": "2025-08-15 21:42:06,623", + "created": 1755286926.623968, "exc_text": null, "filename": "__init__.py", "funcName": "add", "levelname": "DEBUG", "levelno": 10, - "lineno": 172, + "lineno": 169, "message": "prot-server: Adding callback '__authentificate_create_seed__' for SID=0 and DID=0", "module": "__init__", - "msecs": 671.0, + "msecs": 623.0, "msg": "%s Adding callback %s for SID=%s and DID=%s", "name": "socket_protocol.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/socket_protocol/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/socket_protocol/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 15575.254201889038, + "relativeCreated": 15606.301346, "stack_info": null, - "thread": 140631409799232, + "taskName": null, + "thread": 140181752467712, "threadName": "MainThread" }, { @@ -47496,25 +49200,26 @@ "1", "0" ], - "asctime": "2025-03-23 16:47:11,671", - "created": 1742744831.6716297, + "asctime": "2025-08-15 21:42:06,624", + "created": 1755286926.624236, "exc_text": null, "filename": "__init__.py", "funcName": "add", "levelname": "DEBUG", "levelno": 10, - "lineno": 172, + "lineno": 169, "message": "prot-server: Adding callback '__authentificate_create_key__' for SID=1 and DID=0", "module": "__init__", - "msecs": 671.0, + "msecs": 624.0, "msg": "%s Adding callback %s for SID=%s and DID=%s", "name": "socket_protocol.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/socket_protocol/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/socket_protocol/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 15575.316429138184, + "relativeCreated": 15606.569562, "stack_info": null, - "thread": 140631409799232, + "taskName": null, + "thread": 140181752467712, "threadName": "MainThread" }, { @@ -47524,25 +49229,26 @@ "0", "1" ], - "asctime": "2025-03-23 16:47:11,671", - "created": 1742744831.6716912, + "asctime": "2025-08-15 21:42:06,624", + "created": 1755286926.6244488, "exc_text": null, "filename": "__init__.py", "funcName": "add", "levelname": "DEBUG", "levelno": 10, - "lineno": 172, + "lineno": 169, "message": "prot-server: Adding callback '__authentificate_check_key__' for SID=0 and DID=1", "module": "__init__", - "msecs": 671.0, + "msecs": 624.0, "msg": "%s Adding callback %s for SID=%s and DID=%s", "name": "socket_protocol.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/socket_protocol/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/socket_protocol/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 15575.377941131592, + "relativeCreated": 15606.78229, "stack_info": null, - "thread": 140631409799232, + "taskName": null, + "thread": 140181752467712, "threadName": "MainThread" }, { @@ -47552,50 +49258,52 @@ "1", "1" ], - "asctime": "2025-03-23 16:47:11,671", - "created": 1742744831.6717556, + "asctime": "2025-08-15 21:42:06,624", + "created": 1755286926.62462, "exc_text": null, "filename": "__init__.py", "funcName": "add", "levelname": "DEBUG", "levelno": 10, - "lineno": 172, + "lineno": 169, "message": "prot-server: Adding callback '__authentificate_process_feedback__' for SID=1 and DID=1", "module": "__init__", - "msecs": 671.0, + "msecs": 624.0, "msg": "%s Adding callback %s for SID=%s and DID=%s", "name": "socket_protocol.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/socket_protocol/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/socket_protocol/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 15575.44231414795, + "relativeCreated": 15606.953504, "stack_info": null, - "thread": 140631409799232, + "taskName": null, + "thread": 140181752467712, "threadName": "MainThread" }, { "args": [ "prot-server:" ], - "asctime": "2025-03-23 16:47:11,671", - "created": 1742744831.6718078, + "asctime": "2025-08-15 21:42:06,624", + "created": 1755286926.6247668, "exc_text": null, "filename": "__init__.py", "funcName": "__authentification_state_reset__", "levelname": "INFO", "levelno": 20, - "lineno": 380, + "lineno": 373, "message": "prot-server: Resetting authentification state to AUTH_STATE_UNTRUSTED_CONNECTION", "module": "__init__", - "msecs": 671.0, + "msecs": 624.0, "msg": "%s Resetting authentification state to AUTH_STATE_UNTRUSTED_CONNECTION", "name": "socket_protocol.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/socket_protocol/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/socket_protocol/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 15575.494527816772, + "relativeCreated": 15607.100206, "stack_info": null, - "thread": 140631409799232, + "taskName": null, + "thread": 140181752467712, "threadName": "MainThread" }, { @@ -47604,25 +49312,26 @@ "channel name request", "channel name response" ], - "asctime": "2025-03-23 16:47:11,671", - "created": 1742744831.671864, + "asctime": "2025-08-15 21:42:06,624", + "created": 1755286926.624943, "exc_text": null, "filename": "__init__.py", "funcName": "add_service", "levelname": "DEBUG", "levelno": 10, - "lineno": 597, + "lineno": 590, "message": "prot-server: Adding Service with Request=channel name request and Response=channel name response", "module": "__init__", - "msecs": 671.0, + "msecs": 624.0, "msg": "%s Adding Service with Request=%s and Response=%s", "name": "socket_protocol.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/socket_protocol/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/socket_protocol/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 15575.55079460144, + "relativeCreated": 15607.276553, "stack_info": null, - "thread": 140631409799232, + "taskName": null, + "thread": 140181752467712, "threadName": "MainThread" }, { @@ -47630,25 +49339,26 @@ "prot-server:", "service: channel name request, data_id: name" ], - "asctime": "2025-03-23 16:47:11,671", - "created": 1742744831.6719255, + "asctime": "2025-08-15 21:42:06,625", + "created": 1755286926.6251187, "exc_text": null, "filename": "__init__.py", "funcName": "add_msg_to_auth_whitelist_", "levelname": "DEBUG", "levelno": 10, - "lineno": 571, + "lineno": 564, "message": "prot-server: Adding Message (service: channel name request, data_id: name) to the authentification whitelist", "module": "__init__", - "msecs": 671.0, + "msecs": 625.0, "msg": "%s Adding Message (%s) to the authentification whitelist", "name": "socket_protocol.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/socket_protocol/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/socket_protocol/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 15575.612306594849, + "relativeCreated": 15607.452271, "stack_info": null, - "thread": 140631409799232, + "taskName": null, + "thread": 140181752467712, "threadName": "MainThread" }, { @@ -47656,25 +49366,26 @@ "prot-server:", "service: channel name response, data_id: name" ], - "asctime": "2025-03-23 16:47:11,671", - "created": 1742744831.6719797, + "asctime": "2025-08-15 21:42:06,625", + "created": 1755286926.6252737, "exc_text": null, "filename": "__init__.py", "funcName": "add_msg_to_auth_whitelist_", "levelname": "DEBUG", "levelno": 10, - "lineno": 571, + "lineno": 564, "message": "prot-server: Adding Message (service: channel name response, data_id: name) to the authentification whitelist", "module": "__init__", - "msecs": 671.0, + "msecs": 625.0, "msg": "%s Adding Message (%s) to the authentification whitelist", "name": "socket_protocol.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/socket_protocol/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/socket_protocol/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 15575.666427612305, + "relativeCreated": 15607.607084, "stack_info": null, - "thread": 140631409799232, + "taskName": null, + "thread": 140181752467712, "threadName": "MainThread" }, { @@ -47684,25 +49395,26 @@ "8", "0" ], - "asctime": "2025-03-23 16:47:11,672", - "created": 1742744831.6720371, + "asctime": "2025-08-15 21:42:06,625", + "created": 1755286926.6255286, "exc_text": null, "filename": "__init__.py", "funcName": "add", "levelname": "DEBUG", "levelno": 10, - "lineno": 172, + "lineno": 169, "message": "prot-server: Adding callback '__channel_name_request__' for SID=8 and DID=0", "module": "__init__", - "msecs": 672.0, + "msecs": 625.0, "msg": "%s Adding callback %s for SID=%s and DID=%s", "name": "socket_protocol.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/socket_protocol/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/socket_protocol/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 15575.723886489868, + "relativeCreated": 15607.861901, "stack_info": null, - "thread": 140631409799232, + "taskName": null, + "thread": 140181752467712, "threadName": "MainThread" }, { @@ -47712,25 +49424,26 @@ "9", "0" ], - "asctime": "2025-03-23 16:47:11,672", - "created": 1742744831.6720953, + "asctime": "2025-08-15 21:42:06,625", + "created": 1755286926.6257105, "exc_text": null, "filename": "__init__.py", "funcName": "add", "levelname": "DEBUG", "levelno": 10, - "lineno": 172, + "lineno": 169, "message": "prot-server: Adding callback '__channel_name_response__' for SID=9 and DID=0", "module": "__init__", - "msecs": 672.0, + "msecs": 625.0, "msg": "%s Adding callback %s for SID=%s and DID=%s", "name": "socket_protocol.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/socket_protocol/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/socket_protocol/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 15575.782060623169, + "relativeCreated": 15608.044121, "stack_info": null, - "thread": 140631409799232, + "taskName": null, + "thread": 140181752467712, "threadName": "MainThread" }, { @@ -47739,25 +49452,26 @@ "read data request", "read data response" ], - "asctime": "2025-03-23 16:47:11,672", - "created": 1742744831.6721501, + "asctime": "2025-08-15 21:42:06,625", + "created": 1755286926.6258957, "exc_text": null, "filename": "__init__.py", "funcName": "add_service", "levelname": "DEBUG", "levelno": 10, - "lineno": 597, + "lineno": 590, "message": "prot-server: Adding Service with Request=read data request and Response=read data response", "module": "__init__", - "msecs": 672.0, + "msecs": 625.0, "msg": "%s Adding Service with Request=%s and Response=%s", "name": "socket_protocol.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/socket_protocol/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/socket_protocol/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 15575.836896896362, + "relativeCreated": 15608.229091, "stack_info": null, - "thread": 140631409799232, + "taskName": null, + "thread": 140181752467712, "threadName": "MainThread" }, { @@ -47766,25 +49480,26 @@ "write data request", "write data response" ], - "asctime": "2025-03-23 16:47:11,672", - "created": 1742744831.6722026, + "asctime": "2025-08-15 21:42:06,626", + "created": 1755286926.6260574, "exc_text": null, "filename": "__init__.py", "funcName": "add_service", "levelname": "DEBUG", "levelno": 10, - "lineno": 597, + "lineno": 590, "message": "prot-server: Adding Service with Request=write data request and Response=write data response", "module": "__init__", - "msecs": 672.0, + "msecs": 626.0, "msg": "%s Adding Service with Request=%s and Response=%s", "name": "socket_protocol.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/socket_protocol/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/socket_protocol/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 15575.889348983765, + "relativeCreated": 15608.39096, "stack_info": null, - "thread": 140631409799232, + "taskName": null, + "thread": 140181752467712, "threadName": "MainThread" }, { @@ -47793,75 +49508,78 @@ "execute request", "execute response" ], - "asctime": "2025-03-23 16:47:11,672", - "created": 1742744831.6722536, + "asctime": "2025-08-15 21:42:06,626", + "created": 1755286926.6262894, "exc_text": null, "filename": "__init__.py", "funcName": "add_service", "levelname": "DEBUG", "levelno": 10, - "lineno": 597, + "lineno": 590, "message": "prot-server: Adding Service with Request=execute request and Response=execute response", "module": "__init__", - "msecs": 672.0, + "msecs": 626.0, "msg": "%s Adding Service with Request=%s and Response=%s", "name": "socket_protocol.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/socket_protocol/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/socket_protocol/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 15575.940370559692, + "relativeCreated": 15608.622738, "stack_info": null, - "thread": 140631409799232, + "taskName": null, + "thread": 140181752467712, "threadName": "MainThread" }, { "args": [ "prot-server:" ], - "asctime": "2025-03-23 16:47:11,672", - "created": 1742744831.6723073, + "asctime": "2025-08-15 21:42:06,626", + "created": 1755286926.6265702, "exc_text": null, "filename": "__init__.py", "funcName": "__init__", "levelname": "INFO", "levelno": 20, - "lineno": 340, + "lineno": 333, "message": "prot-server: Initialisation finished.", "module": "__init__", - "msecs": 672.0, + "msecs": 626.0, "msg": "%s Initialisation finished.", "name": "socket_protocol.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/socket_protocol/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/socket_protocol/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 15575.99401473999, + "relativeCreated": 15608.903794, "stack_info": null, - "thread": 140631409799232, + "taskName": null, + "thread": 140181752467712, "threadName": "MainThread" }, { "args": [ "prot-client:" ], - "asctime": "2025-03-23 16:47:11,672", - "created": 1742744831.6724045, + "asctime": "2025-08-15 21:42:06,627", + "created": 1755286926.6270268, "exc_text": null, "filename": "__init__.py", "funcName": "__clean_receive_buffer__", "levelname": "DEBUG", "levelno": 10, - "lineno": 434, + "lineno": 427, "message": "prot-client: Cleaning up receive-buffer", "module": "__init__", - "msecs": 672.0, + "msecs": 627.0, "msg": "%s Cleaning up receive-buffer", "name": "socket_protocol.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/socket_protocol/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/socket_protocol/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 15576.091289520264, + "relativeCreated": 15609.360194, "stack_info": null, - "thread": 140631409799232, + "taskName": null, + "thread": 140181752467712, "threadName": "MainThread" }, { @@ -47870,25 +49588,26 @@ "authentification request", "authentification response" ], - "asctime": "2025-03-23 16:47:11,672", - "created": 1742744831.6724615, + "asctime": "2025-08-15 21:42:06,627", + "created": 1755286926.6272173, "exc_text": null, "filename": "__init__.py", "funcName": "add_service", "levelname": "DEBUG", "levelno": 10, - "lineno": 597, + "lineno": 590, "message": "prot-client: Adding Service with Request=authentification request and Response=authentification response", "module": "__init__", - "msecs": 672.0, + "msecs": 627.0, "msg": "%s Adding Service with Request=%s and Response=%s", "name": "socket_protocol.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/socket_protocol/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/socket_protocol/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 15576.148271560669, + "relativeCreated": 15609.550946, "stack_info": null, - "thread": 140631409799232, + "taskName": null, + "thread": 140181752467712, "threadName": "MainThread" }, { @@ -47896,25 +49615,26 @@ "prot-client:", "service: authentification request, data_id: seed" ], - "asctime": "2025-03-23 16:47:11,672", - "created": 1742744831.6725326, + "asctime": "2025-08-15 21:42:06,627", + "created": 1755286926.6274633, "exc_text": null, "filename": "__init__.py", "funcName": "add_msg_to_auth_whitelist_", "levelname": "DEBUG", "levelno": 10, - "lineno": 571, + "lineno": 564, "message": "prot-client: Adding Message (service: authentification request, data_id: seed) to the authentification whitelist", "module": "__init__", - "msecs": 672.0, + "msecs": 627.0, "msg": "%s Adding Message (%s) to the authentification whitelist", "name": "socket_protocol.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/socket_protocol/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/socket_protocol/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 15576.219320297241, + "relativeCreated": 15609.796974, "stack_info": null, - "thread": 140631409799232, + "taskName": null, + "thread": 140181752467712, "threadName": "MainThread" }, { @@ -47922,25 +49642,26 @@ "prot-client:", "service: authentification response, data_id: seed" ], - "asctime": "2025-03-23 16:47:11,672", - "created": 1742744831.6725888, + "asctime": "2025-08-15 21:42:06,627", + "created": 1755286926.6277263, "exc_text": null, "filename": "__init__.py", "funcName": "add_msg_to_auth_whitelist_", "levelname": "DEBUG", "levelno": 10, - "lineno": 571, + "lineno": 564, "message": "prot-client: Adding Message (service: authentification response, data_id: seed) to the authentification whitelist", "module": "__init__", - "msecs": 672.0, + "msecs": 627.0, "msg": "%s Adding Message (%s) to the authentification whitelist", "name": "socket_protocol.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/socket_protocol/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/socket_protocol/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 15576.27558708191, + "relativeCreated": 15610.059867, "stack_info": null, - "thread": 140631409799232, + "taskName": null, + "thread": 140181752467712, "threadName": "MainThread" }, { @@ -47948,25 +49669,26 @@ "prot-client:", "service: authentification request, data_id: key" ], - "asctime": "2025-03-23 16:47:11,672", - "created": 1742744831.6726432, + "asctime": "2025-08-15 21:42:06,627", + "created": 1755286926.6278994, "exc_text": null, "filename": "__init__.py", "funcName": "add_msg_to_auth_whitelist_", "levelname": "DEBUG", "levelno": 10, - "lineno": 571, + "lineno": 564, "message": "prot-client: Adding Message (service: authentification request, data_id: key) to the authentification whitelist", "module": "__init__", - "msecs": 672.0, + "msecs": 627.0, "msg": "%s Adding Message (%s) to the authentification whitelist", "name": "socket_protocol.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/socket_protocol/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/socket_protocol/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 15576.329946517944, + "relativeCreated": 15610.232721, "stack_info": null, - "thread": 140631409799232, + "taskName": null, + "thread": 140181752467712, "threadName": "MainThread" }, { @@ -47974,25 +49696,26 @@ "prot-client:", "service: authentification response, data_id: key" ], - "asctime": "2025-03-23 16:47:11,672", - "created": 1742744831.672701, + "asctime": "2025-08-15 21:42:06,628", + "created": 1755286926.6280565, "exc_text": null, "filename": "__init__.py", "funcName": "add_msg_to_auth_whitelist_", "levelname": "DEBUG", "levelno": 10, - "lineno": 571, + "lineno": 564, "message": "prot-client: Adding Message (service: authentification response, data_id: key) to the authentification whitelist", "module": "__init__", - "msecs": 672.0, + "msecs": 628.0, "msg": "%s Adding Message (%s) to the authentification whitelist", "name": "socket_protocol.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/socket_protocol/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/socket_protocol/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 15576.387643814087, + "relativeCreated": 15610.390024, "stack_info": null, - "thread": 140631409799232, + "taskName": null, + "thread": 140181752467712, "threadName": "MainThread" }, { @@ -48002,25 +49725,26 @@ "0", "0" ], - "asctime": "2025-03-23 16:47:11,672", - "created": 1742744831.6727605, + "asctime": "2025-08-15 21:42:06,628", + "created": 1755286926.628226, "exc_text": null, "filename": "__init__.py", "funcName": "add", "levelname": "DEBUG", "levelno": 10, - "lineno": 172, + "lineno": 169, "message": "prot-client: Adding callback '__authentificate_create_seed__' for SID=0 and DID=0", "module": "__init__", - "msecs": 672.0, + "msecs": 628.0, "msg": "%s Adding callback %s for SID=%s and DID=%s", "name": "socket_protocol.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/socket_protocol/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/socket_protocol/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 15576.447248458862, + "relativeCreated": 15610.55961, "stack_info": null, - "thread": 140631409799232, + "taskName": null, + "thread": 140181752467712, "threadName": "MainThread" }, { @@ -48030,25 +49754,26 @@ "1", "0" ], - "asctime": "2025-03-23 16:47:11,672", - "created": 1742744831.672819, + "asctime": "2025-08-15 21:42:06,628", + "created": 1755286926.6287732, "exc_text": null, "filename": "__init__.py", "funcName": "add", "levelname": "DEBUG", "levelno": 10, - "lineno": 172, + "lineno": 169, "message": "prot-client: Adding callback '__authentificate_create_key__' for SID=1 and DID=0", "module": "__init__", - "msecs": 672.0, + "msecs": 628.0, "msg": "%s Adding callback %s for SID=%s and DID=%s", "name": "socket_protocol.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/socket_protocol/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/socket_protocol/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 15576.505661010742, + "relativeCreated": 15611.106606, "stack_info": null, - "thread": 140631409799232, + "taskName": null, + "thread": 140181752467712, "threadName": "MainThread" }, { @@ -48058,25 +49783,26 @@ "0", "1" ], - "asctime": "2025-03-23 16:47:11,672", - "created": 1742744831.6728773, + "asctime": "2025-08-15 21:42:06,629", + "created": 1755286926.6291587, "exc_text": null, "filename": "__init__.py", "funcName": "add", "levelname": "DEBUG", "levelno": 10, - "lineno": 172, + "lineno": 169, "message": "prot-client: Adding callback '__authentificate_check_key__' for SID=0 and DID=1", "module": "__init__", - "msecs": 672.0, + "msecs": 629.0, "msg": "%s Adding callback %s for SID=%s and DID=%s", "name": "socket_protocol.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/socket_protocol/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/socket_protocol/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 15576.564073562622, + "relativeCreated": 15611.492059, "stack_info": null, - "thread": 140631409799232, + "taskName": null, + "thread": 140181752467712, "threadName": "MainThread" }, { @@ -48086,50 +49812,52 @@ "1", "1" ], - "asctime": "2025-03-23 16:47:11,672", - "created": 1742744831.6729348, + "asctime": "2025-08-15 21:42:06,629", + "created": 1755286926.6294932, "exc_text": null, "filename": "__init__.py", "funcName": "add", "levelname": "DEBUG", "levelno": 10, - "lineno": 172, + "lineno": 169, "message": "prot-client: Adding callback '__authentificate_process_feedback__' for SID=1 and DID=1", "module": "__init__", - "msecs": 672.0, + "msecs": 629.0, "msg": "%s Adding callback %s for SID=%s and DID=%s", "name": "socket_protocol.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/socket_protocol/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/socket_protocol/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 15576.621532440186, + "relativeCreated": 15611.826788, "stack_info": null, - "thread": 140631409799232, + "taskName": null, + "thread": 140181752467712, "threadName": "MainThread" }, { "args": [ "prot-client:" ], - "asctime": "2025-03-23 16:47:11,672", - "created": 1742744831.6729865, + "asctime": "2025-08-15 21:42:06,629", + "created": 1755286926.6297808, "exc_text": null, "filename": "__init__.py", "funcName": "__authentification_state_reset__", "levelname": "INFO", "levelno": 20, - "lineno": 380, + "lineno": 373, "message": "prot-client: Resetting authentification state to AUTH_STATE_UNTRUSTED_CONNECTION", "module": "__init__", - "msecs": 672.0, + "msecs": 629.0, "msg": "%s Resetting authentification state to AUTH_STATE_UNTRUSTED_CONNECTION", "name": "socket_protocol.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/socket_protocol/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/socket_protocol/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 15576.67326927185, + "relativeCreated": 15612.114155, "stack_info": null, - "thread": 140631409799232, + "taskName": null, + "thread": 140181752467712, "threadName": "MainThread" }, { @@ -48138,25 +49866,26 @@ "channel name request", "channel name response" ], - "asctime": "2025-03-23 16:47:11,673", - "created": 1742744831.6730428, + "asctime": "2025-08-15 21:42:06,630", + "created": 1755286926.630096, "exc_text": null, "filename": "__init__.py", "funcName": "add_service", "levelname": "DEBUG", "levelno": 10, - "lineno": 597, + "lineno": 590, "message": "prot-client: Adding Service with Request=channel name request and Response=channel name response", "module": "__init__", - "msecs": 673.0, + "msecs": 630.0, "msg": "%s Adding Service with Request=%s and Response=%s", "name": "socket_protocol.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/socket_protocol/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/socket_protocol/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 15576.729536056519, + "relativeCreated": 15612.429252, "stack_info": null, - "thread": 140631409799232, + "taskName": null, + "thread": 140181752467712, "threadName": "MainThread" }, { @@ -48164,25 +49893,26 @@ "prot-client:", "service: channel name request, data_id: name" ], - "asctime": "2025-03-23 16:47:11,673", - "created": 1742744831.6731024, + "asctime": "2025-08-15 21:42:06,630", + "created": 1755286926.6304164, "exc_text": null, "filename": "__init__.py", "funcName": "add_msg_to_auth_whitelist_", "levelname": "DEBUG", "levelno": 10, - "lineno": 571, + "lineno": 564, "message": "prot-client: Adding Message (service: channel name request, data_id: name) to the authentification whitelist", "module": "__init__", - "msecs": 673.0, + "msecs": 630.0, "msg": "%s Adding Message (%s) to the authentification whitelist", "name": "socket_protocol.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/socket_protocol/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/socket_protocol/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 15576.789140701294, + "relativeCreated": 15612.749899, "stack_info": null, - "thread": 140631409799232, + "taskName": null, + "thread": 140181752467712, "threadName": "MainThread" }, { @@ -48190,25 +49920,26 @@ "prot-client:", "service: channel name response, data_id: name" ], - "asctime": "2025-03-23 16:47:11,673", - "created": 1742744831.6731598, + "asctime": "2025-08-15 21:42:06,630", + "created": 1755286926.630765, "exc_text": null, "filename": "__init__.py", "funcName": "add_msg_to_auth_whitelist_", "levelname": "DEBUG", "levelno": 10, - "lineno": 571, + "lineno": 564, "message": "prot-client: Adding Message (service: channel name response, data_id: name) to the authentification whitelist", "module": "__init__", - "msecs": 673.0, + "msecs": 630.0, "msg": "%s Adding Message (%s) to the authentification whitelist", "name": "socket_protocol.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/socket_protocol/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/socket_protocol/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 15576.846599578857, + "relativeCreated": 15613.09854, "stack_info": null, - "thread": 140631409799232, + "taskName": null, + "thread": 140181752467712, "threadName": "MainThread" }, { @@ -48218,25 +49949,26 @@ "8", "0" ], - "asctime": "2025-03-23 16:47:11,673", - "created": 1742744831.6732194, + "asctime": "2025-08-15 21:42:06,631", + "created": 1755286926.6310885, "exc_text": null, "filename": "__init__.py", "funcName": "add", "levelname": "DEBUG", "levelno": 10, - "lineno": 172, + "lineno": 169, "message": "prot-client: Adding callback '__channel_name_request__' for SID=8 and DID=0", "module": "__init__", - "msecs": 673.0, + "msecs": 631.0, "msg": "%s Adding callback %s for SID=%s and DID=%s", "name": "socket_protocol.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/socket_protocol/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/socket_protocol/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 15576.906204223633, + "relativeCreated": 15613.421753, "stack_info": null, - "thread": 140631409799232, + "taskName": null, + "thread": 140181752467712, "threadName": "MainThread" }, { @@ -48246,25 +49978,26 @@ "9", "0" ], - "asctime": "2025-03-23 16:47:11,673", - "created": 1742744831.6732774, + "asctime": "2025-08-15 21:42:06,631", + "created": 1755286926.6314235, "exc_text": null, "filename": "__init__.py", "funcName": "add", "levelname": "DEBUG", "levelno": 10, - "lineno": 172, + "lineno": 169, "message": "prot-client: Adding callback '__channel_name_response__' for SID=9 and DID=0", "module": "__init__", - "msecs": 673.0, + "msecs": 631.0, "msg": "%s Adding callback %s for SID=%s and DID=%s", "name": "socket_protocol.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/socket_protocol/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/socket_protocol/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 15576.964139938354, + "relativeCreated": 15613.756841, "stack_info": null, - "thread": 140631409799232, + "taskName": null, + "thread": 140181752467712, "threadName": "MainThread" }, { @@ -48273,25 +50006,26 @@ "read data request", "read data response" ], - "asctime": "2025-03-23 16:47:11,673", - "created": 1742744831.673332, + "asctime": "2025-08-15 21:42:06,631", + "created": 1755286926.63173, "exc_text": null, "filename": "__init__.py", "funcName": "add_service", "levelname": "DEBUG", "levelno": 10, - "lineno": 597, + "lineno": 590, "message": "prot-client: Adding Service with Request=read data request and Response=read data response", "module": "__init__", - "msecs": 673.0, + "msecs": 631.0, "msg": "%s Adding Service with Request=%s and Response=%s", "name": "socket_protocol.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/socket_protocol/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/socket_protocol/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 15577.018737792969, + "relativeCreated": 15614.06355, "stack_info": null, - "thread": 140631409799232, + "taskName": null, + "thread": 140181752467712, "threadName": "MainThread" }, { @@ -48300,25 +50034,26 @@ "write data request", "write data response" ], - "asctime": "2025-03-23 16:47:11,673", - "created": 1742744831.6733844, + "asctime": "2025-08-15 21:42:06,632", + "created": 1755286926.6320157, "exc_text": null, "filename": "__init__.py", "funcName": "add_service", "levelname": "DEBUG", "levelno": 10, - "lineno": 597, + "lineno": 590, "message": "prot-client: Adding Service with Request=write data request and Response=write data response", "module": "__init__", - "msecs": 673.0, + "msecs": 632.0, "msg": "%s Adding Service with Request=%s and Response=%s", "name": "socket_protocol.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/socket_protocol/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/socket_protocol/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 15577.071189880371, + "relativeCreated": 15614.349022, "stack_info": null, - "thread": 140631409799232, + "taskName": null, + "thread": 140181752467712, "threadName": "MainThread" }, { @@ -48327,69 +50062,72 @@ "execute request", "execute response" ], - "asctime": "2025-03-23 16:47:11,673", - "created": 1742744831.6734695, + "asctime": "2025-08-15 21:42:06,632", + "created": 1755286926.6322973, "exc_text": null, "filename": "__init__.py", "funcName": "add_service", "levelname": "DEBUG", "levelno": 10, - "lineno": 597, + "lineno": 590, "message": "prot-client: Adding Service with Request=execute request and Response=execute response", "module": "__init__", - "msecs": 673.0, + "msecs": 632.0, "msg": "%s Adding Service with Request=%s and Response=%s", "name": "socket_protocol.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/socket_protocol/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/socket_protocol/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 15577.15630531311, + "relativeCreated": 15614.630732, "stack_info": null, - "thread": 140631409799232, + "taskName": null, + "thread": 140181752467712, "threadName": "MainThread" }, { "args": [ "prot-client:" ], - "asctime": "2025-03-23 16:47:11,673", - "created": 1742744831.6735582, + "asctime": "2025-08-15 21:42:06,632", + "created": 1755286926.632576, "exc_text": null, "filename": "__init__.py", "funcName": "__init__", "levelname": "INFO", "levelno": 20, - "lineno": 340, + "lineno": 333, "message": "prot-client: Initialisation finished.", "module": "__init__", - "msecs": 673.0, + "msecs": 632.0, "msg": "%s Initialisation finished.", "name": "socket_protocol.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/socket_protocol/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/socket_protocol/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 15577.244997024536, + "relativeCreated": 15614.909447, "stack_info": null, - "thread": 140631409799232, + "taskName": null, + "thread": 140181752467712, "threadName": "MainThread" } ], - "msecs": 673.0, + "msecs": 632.0, "msg": "Setting up communication", "name": "__tLogger__", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/tests/test_helpers.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/tests/test_helpers.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 15577.332258224487, + "relativeCreated": 15615.21278, "stack_info": null, - "thread": 140631409799232, + "taskName": null, + "thread": 140181752467712, "threadName": "MainThread", - "time_consumption": 8.726119995117188e-05 + "time_consumption": 0.0003032684326171875 }, { "args": [], - "asctime": "2025-03-23 16:47:12,017", - "created": 1742744832.0176136, + "asctime": "2025-08-15 21:42:06,980", + "created": 1755286926.980207, "exc_text": null, "filename": "test_helpers.py", "funcName": "set_up_socket_protocol", @@ -48403,75 +50141,78 @@ "args": [ "comm-client:" ], - "asctime": "2025-03-23 16:47:11,673", - "created": 1742744831.6738172, + "asctime": "2025-08-15 21:42:06,633", + "created": 1755286926.6334746, "exc_text": null, "filename": "__init__.py", "funcName": "__connect__", "levelname": "INFO", "levelno": 20, - "lineno": 268, + "lineno": 270, "message": "comm-client: Connection established...", "module": "__init__", - "msecs": 673.0, + "msecs": 633.0, "msg": "%s Connection established...", "name": "helpers.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/helpers/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/helpers/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 15577.50391960144, + "relativeCreated": 15615.808049, "stack_info": null, - "thread": 140631409799232, + "taskName": null, + "thread": 140181752467712, "threadName": "MainThread" }, { "args": [ "comm-client:" ], - "asctime": "2025-03-23 16:47:11,673", - "created": 1742744831.6738799, + "asctime": "2025-08-15 21:42:06,633", + "created": 1755286926.6337638, "exc_text": null, "filename": "__init__.py", "funcName": "__clean_buffer__", "levelname": "DEBUG", "levelno": 10, - "lineno": 411, + "lineno": 413, "message": "comm-client: Cleaning up receive-buffer", "module": "__init__", - "msecs": 673.0, + "msecs": 633.0, "msg": "%s Cleaning up receive-buffer", "name": "helpers.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/helpers/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/helpers/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 15577.566623687744, + "relativeCreated": 15616.097175, "stack_info": null, - "thread": 140631409799232, + "taskName": null, + "thread": 140181752467712, "threadName": "MainThread" }, { "args": [ "prot-client:" ], - "asctime": "2025-03-23 16:47:11,673", - "created": 1742744831.6739368, + "asctime": "2025-08-15 21:42:06,635", + "created": 1755286926.6350017, "exc_text": null, "filename": "__init__.py", "funcName": "__clean_receive_buffer__", "levelname": "DEBUG", "levelno": 10, - "lineno": 434, + "lineno": 427, "message": "prot-client: Cleaning up receive-buffer", "module": "__init__", - "msecs": 673.0, + "msecs": 635.0, "msg": "%s Cleaning up receive-buffer", "name": "socket_protocol.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/socket_protocol/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/socket_protocol/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 15577.62360572815, + "relativeCreated": 15617.335107, "stack_info": null, - "thread": 140631409799232, + "taskName": null, + "thread": 140181752467712, "threadName": "MainThread" }, { @@ -48482,100 +50223,104 @@ "status: okay", "None" ], - "asctime": "2025-03-23 16:47:11,674", - "created": 1742744831.6740332, + "asctime": "2025-08-15 21:42:06,635", + "created": 1755286926.6355484, "exc_text": null, "filename": "__init__.py", "funcName": "__log_msg__", "levelname": "INFO", "levelno": 20, - "lineno": 445, + "lineno": 438, "message": "prot-client: TX -> service: channel name request, data_id: name, status: okay, data: \"None\"", "module": "__init__", - "msecs": 674.0, + "msecs": 635.0, "msg": "%s %s %s, %s, data: \"%s\"", "name": "socket_protocol.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/socket_protocol/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/socket_protocol/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 15577.719926834106, + "relativeCreated": 15617.881919, "stack_info": null, - "thread": 140631409799232, + "taskName": null, + "thread": 140181752467712, "threadName": "MainThread" }, { "args": [ "comm-server:" ], - "asctime": "2025-03-23 16:47:11,674", - "created": 1742744831.674264, + "asctime": "2025-08-15 21:42:06,636", + "created": 1755286926.6364748, "exc_text": null, "filename": "__init__.py", "funcName": "__connect__", "levelname": "INFO", "levelno": 20, - "lineno": 268, + "lineno": 270, "message": "comm-server: Connection established...", "module": "__init__", - "msecs": 674.0, + "msecs": 636.0, "msg": "%s Connection established...", "name": "helpers.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/helpers/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/helpers/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 15577.950716018677, + "relativeCreated": 15618.808369, "stack_info": null, - "thread": 140631409799232, + "taskName": null, + "thread": 140181752467712, "threadName": "MainThread" }, { "args": [ "comm-server:" ], - "asctime": "2025-03-23 16:47:11,674", - "created": 1742744831.6743329, + "asctime": "2025-08-15 21:42:06,636", + "created": 1755286926.6367807, "exc_text": null, "filename": "__init__.py", "funcName": "__clean_buffer__", "levelname": "DEBUG", "levelno": 10, - "lineno": 411, + "lineno": 413, "message": "comm-server: Cleaning up receive-buffer", "module": "__init__", - "msecs": 674.0, + "msecs": 636.0, "msg": "%s Cleaning up receive-buffer", "name": "helpers.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/helpers/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/helpers/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 15578.019618988037, + "relativeCreated": 15619.114288, "stack_info": null, - "thread": 140631409799232, + "taskName": null, + "thread": 140181752467712, "threadName": "MainThread" }, { "args": [ "prot-server:" ], - "asctime": "2025-03-23 16:47:11,674", - "created": 1742744831.674395, + "asctime": "2025-08-15 21:42:06,637", + "created": 1755286926.6371136, "exc_text": null, "filename": "__init__.py", "funcName": "__clean_receive_buffer__", "levelname": "DEBUG", "levelno": 10, - "lineno": 434, + "lineno": 427, "message": "prot-server: Cleaning up receive-buffer", "module": "__init__", - "msecs": 674.0, + "msecs": 637.0, "msg": "%s Cleaning up receive-buffer", "name": "socket_protocol.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/socket_protocol/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/socket_protocol/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 15578.081846237183, + "relativeCreated": 15619.447034, "stack_info": null, - "thread": 140631409799232, + "taskName": null, + "thread": 140181752467712, "threadName": "MainThread" }, { @@ -48583,25 +50328,26 @@ "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": "2025-03-23 16:47:11,674", - "created": 1742744831.6747124, + "asctime": "2025-08-15 21:42:06,637", + "created": 1755286926.6377108, "exc_text": null, "filename": "__init__.py", "funcName": "__tx__", "levelname": "INFO", "levelno": 20, - "lineno": 284, + "lineno": 286, "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": 674.0, + "msecs": 637.0, "msg": "%s TX -> %s", "name": "helpers.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/helpers/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/helpers/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 15578.399181365967, + "relativeCreated": 15620.044336, "stack_info": null, - "thread": 140629669553856, + "taskName": null, + "thread": 140179864016576, "threadName": "Thread-27 (_start)" }, { @@ -48609,25 +50355,26 @@ "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": "2025-03-23 16:47:11,682", - "created": 1742744831.6829233, + "asctime": "2025-08-15 21:42:06,646", + "created": 1755286926.6463294, "exc_text": null, "filename": "__init__.py", "funcName": "__rx__", "levelname": "DEBUG", "levelno": 10, - "lineno": 414, + "lineno": 416, "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": 682.0, + "msecs": 646.0, "msg": "%s RX <- %s", "name": "helpers.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/helpers/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/helpers/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 15586.610078811646, + "relativeCreated": 15628.662871, "stack_info": null, - "thread": 140629669553856, + "taskName": null, + "thread": 140179864016576, "threadName": "Thread-27 (_start)" }, { @@ -48635,25 +50382,26 @@ "comm-client:", "(6): 53 5e 67 0b 3a 3e" ], - "asctime": "2025-03-23 16:47:11,683", - "created": 1742744831.6832023, + "asctime": "2025-08-15 21:42:06,647", + "created": 1755286926.6470711, "exc_text": null, "filename": "__init__.py", "funcName": "__tx__", "levelname": "INFO", "levelno": 20, - "lineno": 284, + "lineno": 286, "message": "comm-client: TX -> (6): 53 5e 67 0b 3a 3e", "module": "__init__", - "msecs": 683.0, + "msecs": 647.0, "msg": "%s TX -> %s", "name": "helpers.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/helpers/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/helpers/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 15586.889028549194, + "relativeCreated": 15629.404651, "stack_info": null, - "thread": 140629669553856, + "taskName": null, + "thread": 140179864016576, "threadName": "Thread-27 (_start)" }, { @@ -48661,25 +50409,26 @@ "comm-server:", "(6): 53 5e 67 0b 3a 3e" ], - "asctime": "2025-03-23 16:47:11,684", - "created": 1742744831.6841474, + "asctime": "2025-08-15 21:42:06,648", + "created": 1755286926.6482306, "exc_text": null, "filename": "__init__.py", "funcName": "__rx__", "levelname": "DEBUG", "levelno": 10, - "lineno": 414, + "lineno": 416, "message": "comm-server: RX <- (6): 53 5e 67 0b 3a 3e", "module": "__init__", - "msecs": 684.0, + "msecs": 648.0, "msg": "%s RX <- %s", "name": "helpers.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/helpers/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/helpers/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 15587.834119796753, + "relativeCreated": 15630.563989, "stack_info": null, - "thread": 140629669553856, + "taskName": null, + "thread": 140179864016576, "threadName": "Thread-27 (_start)" }, { @@ -48690,25 +50439,26 @@ "status: okay", "None" ], - "asctime": "2025-03-23 16:47:11,684", - "created": 1742744831.6843827, + "asctime": "2025-08-15 21:42:06,648", + "created": 1755286926.6488461, "exc_text": null, "filename": "__init__.py", "funcName": "__log_msg__", "levelname": "INFO", "levelno": 20, - "lineno": 445, + "lineno": 438, "message": "prot-server: RX <- service: channel name request, data_id: name, status: okay, data: \"None\"", "module": "__init__", - "msecs": 684.0, + "msecs": 648.0, "msg": "%s %s %s, %s, data: \"%s\"", "name": "socket_protocol.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/socket_protocol/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/socket_protocol/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 15588.069438934326, + "relativeCreated": 15631.17942, "stack_info": null, - "thread": 140629669553856, + "taskName": null, + "thread": 140179864016576, "threadName": "Thread-27 (_start)" }, { @@ -48716,25 +50466,26 @@ "prot-server:", "__channel_name_request__" ], - "asctime": "2025-03-23 16:47:11,684", - "created": 1742744831.6844628, + "asctime": "2025-08-15 21:42:06,649", + "created": 1755286926.6491034, "exc_text": null, "filename": "__init__.py", "funcName": "__data_available_callback__", "levelname": "DEBUG", "levelno": 10, - "lineno": 488, + "lineno": 481, "message": "prot-server: Executing callback __channel_name_request__ to process received data", "module": "__init__", - "msecs": 684.0, + "msecs": 649.0, "msg": "%s Executing callback %s to process received data", "name": "socket_protocol.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/socket_protocol/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/socket_protocol/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 15588.149547576904, + "relativeCreated": 15631.436723, "stack_info": null, - "thread": 140629669553856, + "taskName": null, + "thread": 140179864016576, "threadName": "Thread-27 (_start)" }, { @@ -48745,25 +50496,26 @@ "status: okay", "None" ], - "asctime": "2025-03-23 16:47:11,684", - "created": 1742744831.6845605, + "asctime": "2025-08-15 21:42:06,649", + "created": 1755286926.649381, "exc_text": null, "filename": "__init__.py", "funcName": "__log_msg__", "levelname": "INFO", "levelno": 20, - "lineno": 445, + "lineno": 438, "message": "prot-server: TX -> service: channel name response, data_id: name, status: okay, data: \"None\"", "module": "__init__", - "msecs": 684.0, + "msecs": 649.0, "msg": "%s %s %s, %s, data: \"%s\"", "name": "socket_protocol.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/socket_protocol/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/socket_protocol/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 15588.247299194336, + "relativeCreated": 15631.714417, "stack_info": null, - "thread": 140629669553856, + "taskName": null, + "thread": 140179864016576, "threadName": "Thread-27 (_start)" }, { @@ -48771,25 +50523,26 @@ "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": "2025-03-23 16:47:11,684", - "created": 1742744831.684848, + "asctime": "2025-08-15 21:42:06,650", + "created": 1755286926.6503465, "exc_text": null, "filename": "__init__.py", "funcName": "__tx__", "levelname": "INFO", "levelno": 20, - "lineno": 284, + "lineno": 286, "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": 684.0, + "msecs": 650.0, "msg": "%s TX -> %s", "name": "helpers.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/helpers/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/helpers/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 15588.534832000732, + "relativeCreated": 15632.679999, "stack_info": null, - "thread": 140629661161152, + "taskName": null, + "thread": 140179855623872, "threadName": "Thread-28 (_start)" }, { @@ -48797,25 +50550,26 @@ "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": "2025-03-23 16:47:11,693", - "created": 1742744831.693058, + "asctime": "2025-08-15 21:42:06,658", + "created": 1755286926.6588905, "exc_text": null, "filename": "__init__.py", "funcName": "__rx__", "levelname": "DEBUG", "levelno": 10, - "lineno": 414, + "lineno": 416, "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": 693.0, + "msecs": 658.0, "msg": "%s RX <- %s", "name": "helpers.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/helpers/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/helpers/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 15596.744775772095, + "relativeCreated": 15641.224015, "stack_info": null, - "thread": 140629661161152, + "taskName": null, + "thread": 140179855623872, "threadName": "Thread-28 (_start)" }, { @@ -48823,25 +50577,26 @@ "comm-server:", "(6): 30 59 be 2f 3a 3e" ], - "asctime": "2025-03-23 16:47:11,693", - "created": 1742744831.6933556, + "asctime": "2025-08-15 21:42:06,659", + "created": 1755286926.6594944, "exc_text": null, "filename": "__init__.py", "funcName": "__tx__", "levelname": "INFO", "levelno": 20, - "lineno": 284, + "lineno": 286, "message": "comm-server: TX -> (6): 30 59 be 2f 3a 3e", "module": "__init__", - "msecs": 693.0, + "msecs": 659.0, "msg": "%s TX -> %s", "name": "helpers.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/helpers/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/helpers/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 15597.042322158813, + "relativeCreated": 15641.827955, "stack_info": null, - "thread": 140629661161152, + "taskName": null, + "thread": 140179855623872, "threadName": "Thread-28 (_start)" }, { @@ -48849,25 +50604,26 @@ "comm-client:", "(6): 30 59 be 2f 3a 3e" ], - "asctime": "2025-03-23 16:47:11,694", - "created": 1742744831.6942573, + "asctime": "2025-08-15 21:42:06,660", + "created": 1755286926.6606352, "exc_text": null, "filename": "__init__.py", "funcName": "__rx__", "levelname": "DEBUG", "levelno": 10, - "lineno": 414, + "lineno": 416, "message": "comm-client: RX <- (6): 30 59 be 2f 3a 3e", "module": "__init__", - "msecs": 694.0, + "msecs": 660.0, "msg": "%s RX <- %s", "name": "helpers.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/helpers/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/helpers/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 15597.944021224976, + "relativeCreated": 15642.968559, "stack_info": null, - "thread": 140629661161152, + "taskName": null, + "thread": 140179855623872, "threadName": "Thread-28 (_start)" }, { @@ -48878,25 +50634,26 @@ "status: okay", "None" ], - "asctime": "2025-03-23 16:47:11,694", - "created": 1742744831.6945255, + "asctime": "2025-08-15 21:42:06,661", + "created": 1755286926.661309, "exc_text": null, "filename": "__init__.py", "funcName": "__log_msg__", "levelname": "INFO", "levelno": 20, - "lineno": 445, + "lineno": 438, "message": "prot-client: RX <- service: channel name response, data_id: name, status: okay, data: \"None\"", "module": "__init__", - "msecs": 694.0, + "msecs": 661.0, "msg": "%s %s %s, %s, data: \"%s\"", "name": "socket_protocol.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/socket_protocol/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/socket_protocol/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 15598.212242126465, + "relativeCreated": 15643.642415, "stack_info": null, - "thread": 140629661161152, + "taskName": null, + "thread": 140179855623872, "threadName": "Thread-28 (_start)" }, { @@ -48904,44 +50661,46 @@ "prot-client:", "__channel_name_response__" ], - "asctime": "2025-03-23 16:47:11,694", - "created": 1742744831.6946306, + "asctime": "2025-08-15 21:42:06,661", + "created": 1755286926.6615498, "exc_text": null, "filename": "__init__.py", "funcName": "__data_available_callback__", "levelname": "DEBUG", "levelno": 10, - "lineno": 503, + "lineno": 496, "message": "prot-client: Executing callback __channel_name_response__ to process received data", "module": "__init__", - "msecs": 694.0, + "msecs": 661.0, "msg": "%s Executing callback %s to process received data", "name": "socket_protocol.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/socket_protocol/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/socket_protocol/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 15598.317384719849, + "relativeCreated": 15643.883257, "stack_info": null, - "thread": 140629661161152, + "taskName": null, + "thread": 140179855623872, "threadName": "Thread-28 (_start)" } ], - "msecs": 17.0, + "msecs": 980.0, "msg": "Connecting Server and Client", "name": "__tLogger__", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/tests/test_helpers.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/tests/test_helpers.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 15921.300411224365, + "relativeCreated": 15962.540221, "stack_info": null, - "thread": 140631409799232, + "taskName": null, + "thread": 140181752467712, "threadName": "MainThread", - "time_consumption": 0.3229830265045166 + "time_consumption": 0.31865715980529785 }, { "args": [], - "asctime": "2025-03-23 16:47:12,019", - "created": 1742744832.019383, + "asctime": "2025-08-15 21:42:06,980", + "created": 1755286926.9809885, "exc_text": null, "filename": "test_callbacks.py", "funcName": "choice_callback", @@ -48958,25 +50717,26 @@ "None", "None" ], - "asctime": "2025-03-23 16:47:12,018", - "created": 1742744832.0183418, + "asctime": "2025-08-15 21:42:06,980", + "created": 1755286926.980525, "exc_text": null, "filename": "__init__.py", "funcName": "add", "levelname": "DEBUG", "levelno": 10, - "lineno": 172, + "lineno": 169, "message": "prot-server: Adding callback '__callback3__' for SID=None and DID=None", "module": "__init__", - "msecs": 18.0, + "msecs": 980.0, "msg": "%s Adding callback %s for SID=%s and DID=%s", "name": "socket_protocol.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/socket_protocol/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/socket_protocol/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 15922.028541564941, + "relativeCreated": 15962.858401, "stack_info": null, - "thread": 140631409799232, + "taskName": null, + "thread": 140181752467712, "threadName": "MainThread" }, { @@ -48986,25 +50746,26 @@ "None", "0" ], - "asctime": "2025-03-23 16:47:12,018", - "created": 1742744832.0186512, + "asctime": "2025-08-15 21:42:06,980", + "created": 1755286926.9806602, "exc_text": null, "filename": "__init__.py", "funcName": "add", "levelname": "DEBUG", "levelno": 10, - "lineno": 172, + "lineno": 169, "message": "prot-server: Adding callback '__callback2__' for SID=None and DID=0", "module": "__init__", - "msecs": 18.0, + "msecs": 980.0, "msg": "%s Adding callback %s for SID=%s and DID=%s", "name": "socket_protocol.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/socket_protocol/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/socket_protocol/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 15922.338008880615, + "relativeCreated": 15962.99371, "stack_info": null, - "thread": 140631409799232, + "taskName": null, + "thread": 140181752467712, "threadName": "MainThread" }, { @@ -49014,25 +50775,26 @@ "10", "None" ], - "asctime": "2025-03-23 16:47:12,018", - "created": 1742744832.01895, + "asctime": "2025-08-15 21:42:06,980", + "created": 1755286926.9807894, "exc_text": null, "filename": "__init__.py", "funcName": "add", "levelname": "DEBUG", "levelno": 10, - "lineno": 172, + "lineno": 169, "message": "prot-server: Adding callback '__callback1__' for SID=10 and DID=None", "module": "__init__", - "msecs": 18.0, + "msecs": 980.0, "msg": "%s Adding callback %s for SID=%s and DID=%s", "name": "socket_protocol.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/socket_protocol/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/socket_protocol/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 15922.63674736023, + "relativeCreated": 15963.123068, "stack_info": null, - "thread": 140631409799232, + "taskName": null, + "thread": 140181752467712, "threadName": "MainThread" }, { @@ -49042,44 +50804,46 @@ "10", "0" ], - "asctime": "2025-03-23 16:47:12,019", - "created": 1742744832.0191944, + "asctime": "2025-08-15 21:42:06,980", + "created": 1755286926.9809022, "exc_text": null, "filename": "__init__.py", "funcName": "add", "levelname": "DEBUG", "levelno": 10, - "lineno": 172, + "lineno": 169, "message": "prot-server: Adding callback '__callback__' for SID=10 and DID=0", "module": "__init__", - "msecs": 19.0, + "msecs": 980.0, "msg": "%s Adding callback %s for SID=%s and DID=%s", "name": "socket_protocol.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/socket_protocol/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/socket_protocol/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 15922.881126403809, + "relativeCreated": 15963.235687, "stack_info": null, - "thread": 140631409799232, + "taskName": null, + "thread": 140181752467712, "threadName": "MainThread" } ], - "msecs": 19.0, + "msecs": 980.0, "msg": "Registering all kind of Callbacks", "name": "__tLogger__", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/tests/test_callbacks.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/tests/test_callbacks.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 15923.069715499878, + "relativeCreated": 15963.321905, "stack_info": null, - "thread": 140631409799232, + "taskName": null, + "thread": 140181752467712, "threadName": "MainThread", - "time_consumption": 0.00018858909606933594 + "time_consumption": 8.630752563476562e-05 }, { "args": [], - "asctime": "2025-03-23 16:47:12,221", - "created": 1742744832.2215497, + "asctime": "2025-08-15 21:42:07,181", + "created": 1755286927.1817553, "exc_text": null, "filename": "test_callbacks.py", "funcName": "choice_callback", @@ -49097,25 +50861,26 @@ "status: okay", "31" ], - "asctime": "2025-03-23 16:47:12,019", - "created": 1742744832.019842, + "asctime": "2025-08-15 21:42:06,981", + "created": 1755286926.9811926, "exc_text": null, "filename": "__init__.py", "funcName": "__log_msg__", "levelname": "INFO", "levelno": 20, - "lineno": 445, + "lineno": 438, "message": "prot-client: TX -> service: read data request, data_id: 0, status: okay, data: \"31\"", "module": "__init__", - "msecs": 19.0, + "msecs": 981.0, "msg": "%s %s %s, %s, data: \"%s\"", "name": "socket_protocol.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/socket_protocol/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/socket_protocol/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 15923.528671264648, + "relativeCreated": 15963.526132, "stack_info": null, - "thread": 140631409799232, + "taskName": null, + "thread": 140181752467712, "threadName": "MainThread" }, { @@ -49123,25 +50888,26 @@ "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": "2025-03-23 16:47:12,021", - "created": 1742744832.0215652, + "asctime": "2025-08-15 21:42:06,981", + "created": 1755286926.9816227, "exc_text": null, "filename": "__init__.py", "funcName": "__tx__", "levelname": "INFO", "levelno": 20, - "lineno": 284, + "lineno": 286, "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": 21.0, + "msecs": 981.0, "msg": "%s TX -> %s", "name": "helpers.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/helpers/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/helpers/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 15925.251960754395, + "relativeCreated": 15963.956158, "stack_info": null, - "thread": 140629669553856, + "taskName": null, + "thread": 140179864016576, "threadName": "Thread-27 (_start)" }, { @@ -49149,25 +50915,26 @@ "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": "2025-03-23 16:47:12,030", - "created": 1742744832.030429, + "asctime": "2025-08-15 21:42:06,989", + "created": 1755286926.9898767, "exc_text": null, "filename": "__init__.py", "funcName": "__rx__", "levelname": "DEBUG", "levelno": 10, - "lineno": 414, + "lineno": 416, "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": 30.0, + "msecs": 989.0, "msg": "%s RX <- %s", "name": "helpers.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/helpers/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/helpers/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 15934.115648269653, + "relativeCreated": 15972.210082, "stack_info": null, - "thread": 140629669553856, + "taskName": null, + "thread": 140179864016576, "threadName": "Thread-27 (_start)" }, { @@ -49175,25 +50942,26 @@ "comm-client:", "(5): 5b f5 78 3a 3e" ], - "asctime": "2025-03-23 16:47:12,031", - "created": 1742744832.031272, + "asctime": "2025-08-15 21:42:06,990", + "created": 1755286926.9902482, "exc_text": null, "filename": "__init__.py", "funcName": "__tx__", "levelname": "INFO", "levelno": 20, - "lineno": 284, + "lineno": 286, "message": "comm-client: TX -> (5): 5b f5 78 3a 3e", "module": "__init__", - "msecs": 31.0, + "msecs": 990.0, "msg": "%s TX -> %s", "name": "helpers.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/helpers/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/helpers/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 15934.958696365356, + "relativeCreated": 15972.581577, "stack_info": null, - "thread": 140629669553856, + "taskName": null, + "thread": 140179864016576, "threadName": "Thread-27 (_start)" }, { @@ -49201,25 +50969,26 @@ "comm-server:", "(5): 5b f5 78 3a 3e" ], - "asctime": "2025-03-23 16:47:12,032", - "created": 1742744832.0323663, + "asctime": "2025-08-15 21:42:06,991", + "created": 1755286926.991164, "exc_text": null, "filename": "__init__.py", "funcName": "__rx__", "levelname": "DEBUG", "levelno": 10, - "lineno": 414, + "lineno": 416, "message": "comm-server: RX <- (5): 5b f5 78 3a 3e", "module": "__init__", - "msecs": 32.0, + "msecs": 991.0, "msg": "%s RX <- %s", "name": "helpers.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/helpers/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/helpers/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 15936.053037643433, + "relativeCreated": 15973.497228, "stack_info": null, - "thread": 140629669553856, + "taskName": null, + "thread": 140179864016576, "threadName": "Thread-27 (_start)" }, { @@ -49230,25 +50999,26 @@ "status: okay", "31" ], - "asctime": "2025-03-23 16:47:12,033", - "created": 1742744832.0331273, + "asctime": "2025-08-15 21:42:06,991", + "created": 1755286926.9915495, "exc_text": null, "filename": "__init__.py", "funcName": "__log_msg__", "levelname": "INFO", "levelno": 20, - "lineno": 445, + "lineno": 438, "message": "prot-server: RX <- service: read data request, data_id: 0, status: okay, data: \"31\"", "module": "__init__", - "msecs": 33.0, + "msecs": 991.0, "msg": "%s %s %s, %s, data: \"%s\"", "name": "socket_protocol.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/socket_protocol/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/socket_protocol/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 15936.814069747925, + "relativeCreated": 15973.882989, "stack_info": null, - "thread": 140629669553856, + "taskName": null, + "thread": 140179864016576, "threadName": "Thread-27 (_start)" }, { @@ -49256,25 +51026,26 @@ "prot-server:", "__callback__" ], - "asctime": "2025-03-23 16:47:12,033", - "created": 1742744832.0334005, + "asctime": "2025-08-15 21:42:06,991", + "created": 1755286926.9917083, "exc_text": null, "filename": "__init__.py", "funcName": "__data_available_callback__", "levelname": "DEBUG", "levelno": 10, - "lineno": 488, + "lineno": 481, "message": "prot-server: Executing callback __callback__ to process received data", "module": "__init__", - "msecs": 33.0, + "msecs": 991.0, "msg": "%s Executing callback %s to process received data", "name": "socket_protocol.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/socket_protocol/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/socket_protocol/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 15937.087297439575, + "relativeCreated": 15974.041705, "stack_info": null, - "thread": 140629669553856, + "taskName": null, + "thread": 140179864016576, "threadName": "Thread-27 (_start)" }, { @@ -49285,25 +51056,26 @@ "status: okay", "33" ], - "asctime": "2025-03-23 16:47:12,033", - "created": 1742744832.0337257, + "asctime": "2025-08-15 21:42:06,991", + "created": 1755286926.9918988, "exc_text": null, "filename": "__init__.py", "funcName": "__log_msg__", "levelname": "INFO", "levelno": 20, - "lineno": 445, + "lineno": 438, "message": "prot-server: TX -> service: read data response, data_id: 0, status: okay, data: \"33\"", "module": "__init__", - "msecs": 33.0, + "msecs": 991.0, "msg": "%s %s %s, %s, data: \"%s\"", "name": "socket_protocol.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/socket_protocol/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/socket_protocol/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 15937.41250038147, + "relativeCreated": 15974.232316, "stack_info": null, - "thread": 140629669553856, + "taskName": null, + "thread": 140179864016576, "threadName": "Thread-27 (_start)" }, { @@ -49311,25 +51083,26 @@ "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": "2025-03-23 16:47:12,034", - "created": 1742744832.034691, + "asctime": "2025-08-15 21:42:06,992", + "created": 1755286926.9924192, "exc_text": null, "filename": "__init__.py", "funcName": "__tx__", "levelname": "INFO", "levelno": 20, - "lineno": 284, + "lineno": 286, "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": 34.0, + "msecs": 992.0, "msg": "%s TX -> %s", "name": "helpers.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/helpers/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/helpers/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 15938.377857208252, + "relativeCreated": 15974.752675, "stack_info": null, - "thread": 140629661161152, + "taskName": null, + "thread": 140179855623872, "threadName": "Thread-28 (_start)" }, { @@ -49337,25 +51110,26 @@ "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": "2025-03-23 16:47:12,043", - "created": 1742744832.0434577, + "asctime": "2025-08-15 21:42:07,000", + "created": 1755286927.0007153, "exc_text": null, "filename": "__init__.py", "funcName": "__rx__", "levelname": "DEBUG", "levelno": 10, - "lineno": 414, + "lineno": 416, "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": 43.0, + "msecs": 0.0, "msg": "%s RX <- %s", "name": "helpers.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/helpers/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/helpers/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 15947.144508361816, + "relativeCreated": 15983.048691, "stack_info": null, - "thread": 140629661161152, + "taskName": null, + "thread": 140179855623872, "threadName": "Thread-28 (_start)" }, { @@ -49363,25 +51137,26 @@ "comm-server:", "(5): e1 8c bb 3a 3e" ], - "asctime": "2025-03-23 16:47:12,044", - "created": 1742744832.044333, + "asctime": "2025-08-15 21:42:07,001", + "created": 1755286927.0011442, "exc_text": null, "filename": "__init__.py", "funcName": "__tx__", "levelname": "INFO", "levelno": 20, - "lineno": 284, + "lineno": 286, "message": "comm-server: TX -> (5): e1 8c bb 3a 3e", "module": "__init__", - "msecs": 44.0, + "msecs": 1.0, "msg": "%s TX -> %s", "name": "helpers.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/helpers/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/helpers/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 15948.019742965698, + "relativeCreated": 15983.477424, "stack_info": null, - "thread": 140629661161152, + "taskName": null, + "thread": 140179855623872, "threadName": "Thread-28 (_start)" }, { @@ -49389,25 +51164,26 @@ "comm-client:", "(5): e1 8c bb 3a 3e" ], - "asctime": "2025-03-23 16:47:12,045", - "created": 1742744832.0454042, + "asctime": "2025-08-15 21:42:07,002", + "created": 1755286927.0020647, "exc_text": null, "filename": "__init__.py", "funcName": "__rx__", "levelname": "DEBUG", "levelno": 10, - "lineno": 414, + "lineno": 416, "message": "comm-client: RX <- (5): e1 8c bb 3a 3e", "module": "__init__", - "msecs": 45.0, + "msecs": 2.0, "msg": "%s RX <- %s", "name": "helpers.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/helpers/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/helpers/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 15949.090957641602, + "relativeCreated": 15984.398045, "stack_info": null, - "thread": 140629661161152, + "taskName": null, + "thread": 140179855623872, "threadName": "Thread-28 (_start)" }, { @@ -49418,72 +51194,75 @@ "status: okay", "33" ], - "asctime": "2025-03-23 16:47:12,046", - "created": 1742744832.0461786, + "asctime": "2025-08-15 21:42:07,002", + "created": 1755286927.0024972, "exc_text": null, "filename": "__init__.py", "funcName": "__log_msg__", "levelname": "INFO", "levelno": 20, - "lineno": 445, + "lineno": 438, "message": "prot-client: RX <- service: read data response, data_id: 0, status: okay, data: \"33\"", "module": "__init__", - "msecs": 46.0, + "msecs": 2.0, "msg": "%s %s %s, %s, data: \"%s\"", "name": "socket_protocol.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/socket_protocol/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/socket_protocol/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 15949.865341186523, + "relativeCreated": 15984.830771, "stack_info": null, - "thread": 140629661161152, + "taskName": null, + "thread": 140179855623872, "threadName": "Thread-28 (_start)" }, { "args": [ "prot-client:" ], - "asctime": "2025-03-23 16:47:12,046", - "created": 1742744832.0464795, + "asctime": "2025-08-15 21:42:07,002", + "created": 1755286927.0027268, "exc_text": null, "filename": "__init__.py", "funcName": "__buffer_received_data__", "levelname": "DEBUG", "levelno": 10, - "lineno": 392, + "lineno": 385, "message": "prot-client: Message data is stored in buffer and is now ready to be retrieved by receive method", "module": "__init__", - "msecs": 46.0, + "msecs": 2.0, "msg": "%s Message data is stored in buffer and is now ready to be retrieved by receive method", "name": "socket_protocol.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/socket_protocol/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/socket_protocol/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 15950.16622543335, + "relativeCreated": 15985.060238, "stack_info": null, - "thread": 140629661161152, + "taskName": null, + "thread": 140179855623872, "threadName": "Thread-28 (_start)" } ], - "msecs": 221.0, + "msecs": 181.0, "msg": "Transfering data", "name": "__tLogger__", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/tests/test_callbacks.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/tests/test_callbacks.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 16125.236511230469, + "relativeCreated": 16164.088787, "stack_info": null, - "thread": 140631409799232, + "taskName": null, + "thread": 140181752467712, "threadName": "MainThread", - "time_consumption": 0.17507028579711914 + "time_consumption": 0.17902851104736328 }, { "args": [ "{'data_id': 0, 'service_id': 10, 'status': 0, 'data': 31}", "" ], - "asctime": "2025-03-23 16:47:12,222", - "created": 1742744832.2227736, + "asctime": "2025-08-15 21:42:07,182", + "created": 1755286927.1820867, "exc_text": null, "filename": "test.py", "funcName": "equivalency_chk", @@ -49499,8 +51278,8 @@ "{'data_id': 0, 'service_id': 10, 'status': 0, 'data': 31}", "" ], - "asctime": "2025-03-23 16:47:12,222", - "created": 1742744832.2222302, + "asctime": "2025-08-15 21:42:07,181", + "created": 1755286927.1819417, "exc_text": null, "filename": "test.py", "funcName": "__report_result__", @@ -49509,15 +51288,16 @@ "lineno": 22, "message": "Result (Message stored inside callback): {'data_id': 0, 'service_id': 10, 'status': 0, 'data': 31} ()", "module": "test", - "msecs": 222.0, + "msecs": 181.0, "msg": "Result (%s): %s (%s)", "name": "__unittest__", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/unittest/test.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/unittest/test.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 16125.916957855225, + "relativeCreated": 16164.275228, "stack_info": null, - "thread": 140631409799232, + "taskName": null, + "thread": 140181752467712, "threadName": "MainThread" }, { @@ -49527,8 +51307,8 @@ "{'data': 31, 'data_id': 0, 'service_id': 10, 'status': 0}", "" ], - "asctime": "2025-03-23 16:47:12,222", - "created": 1742744832.2225451, + "asctime": "2025-08-15 21:42:07,182", + "created": 1755286927.1820207, "exc_text": null, "filename": "test.py", "funcName": "__report_expectation__", @@ -49537,37 +51317,39 @@ "lineno": 26, "message": "Expectation (Message stored inside callback): result = {'data': 31, 'data_id': 0, 'service_id': 10, 'status': 0} ()", "module": "test", - "msecs": 222.0, + "msecs": 182.0, "msg": "Expectation (%s): result %s %s (%s)", "name": "__unittest__", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/unittest/test.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/unittest/test.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 16126.231908798218, + "relativeCreated": 16164.354083, "stack_info": null, - "thread": 140631409799232, + "taskName": null, + "thread": 140181752467712, "threadName": "MainThread" } ], - "msecs": 222.0, + "msecs": 182.0, "msg": "Message stored inside callback is correct (Content %s and Type is %s).", "name": "__tLogger__", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/unittest/test.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/unittest/test.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 16126.460313796997, + "relativeCreated": 16164.420048, "stack_info": null, - "thread": 140631409799232, + "taskName": null, + "thread": 140181752467712, "threadName": "MainThread", - "time_consumption": 0.00022840499877929688 + "time_consumption": 6.604194641113281e-05 }, { "args": [ "{'data_id': 0, 'service_id': 11, 'status': 0, 'data': 33}", "" ], - "asctime": "2025-03-23 16:47:12,223", - "created": 1742744832.2234979, + "asctime": "2025-08-15 21:42:07,182", + "created": 1755286927.1822863, "exc_text": null, "filename": "test.py", "funcName": "equivalency_chk", @@ -49583,8 +51365,8 @@ "{'data_id': 0, 'service_id': 11, 'status': 0, 'data': 33}", "" ], - "asctime": "2025-03-23 16:47:12,223", - "created": 1742744832.2231045, + "asctime": "2025-08-15 21:42:07,182", + "created": 1755286927.1821766, "exc_text": null, "filename": "test.py", "funcName": "__report_result__", @@ -49593,15 +51375,16 @@ "lineno": 22, "message": "Result (Message received by client): {'data_id': 0, 'service_id': 11, 'status': 0, 'data': 33} ()", "module": "test", - "msecs": 223.0, + "msecs": 182.0, "msg": "Result (%s): %s (%s)", "name": "__unittest__", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/unittest/test.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/unittest/test.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 16126.79123878479, + "relativeCreated": 16164.510011, "stack_info": null, - "thread": 140631409799232, + "taskName": null, + "thread": 140181752467712, "threadName": "MainThread" }, { @@ -49611,8 +51394,8 @@ "{'data': 33, 'data_id': 0, 'service_id': 11, 'status': 0}", "" ], - "asctime": "2025-03-23 16:47:12,223", - "created": 1742744832.223306, + "asctime": "2025-08-15 21:42:07,182", + "created": 1755286927.1822333, "exc_text": null, "filename": "test.py", "funcName": "__report_expectation__", @@ -49621,34 +51404,36 @@ "lineno": 26, "message": "Expectation (Message received by client): result = {'data': 33, 'data_id': 0, 'service_id': 11, 'status': 0} ()", "module": "test", - "msecs": 223.0, + "msecs": 182.0, "msg": "Expectation (%s): result %s %s (%s)", "name": "__unittest__", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/unittest/test.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/unittest/test.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 16126.99270248413, + "relativeCreated": 16164.566661, "stack_info": null, - "thread": 140631409799232, + "taskName": null, + "thread": 140181752467712, "threadName": "MainThread" } ], - "msecs": 223.0, + "msecs": 182.0, "msg": "Message received by client is correct (Content %s and Type is %s).", "name": "__tLogger__", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/unittest/test.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/unittest/test.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 16127.184629440308, + "relativeCreated": 16164.619673, "stack_info": null, - "thread": 140631409799232, + "taskName": null, + "thread": 140181752467712, "threadName": "MainThread", - "time_consumption": 0.0001919269561767578 + "time_consumption": 5.2928924560546875e-05 }, { "args": [], - "asctime": "2025-03-23 16:47:12,224", - "created": 1742744832.2240722, + "asctime": "2025-08-15 21:42:07,182", + "created": 1755286927.1824589, "exc_text": null, "filename": "test_callbacks.py", "funcName": "choice_callback", @@ -49665,44 +51450,46 @@ "10", "0" ], - "asctime": "2025-03-23 16:47:12,223", - "created": 1742744832.2238712, + "asctime": "2025-08-15 21:42:07,182", + "created": 1755286927.1823952, "exc_text": null, "filename": "__init__.py", "funcName": "add", "levelname": "WARNING", "levelno": 30, - "lineno": 164, + "lineno": 161, "message": "prot-server: Deleting existing callback '__callback__' for service_id (10) and data_id (0)!", "module": "__init__", - "msecs": 223.0, + "msecs": 182.0, "msg": "%s Deleting existing callback %s for service_id (%s) and data_id (%s)!", "name": "socket_protocol.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/socket_protocol/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/socket_protocol/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 16127.55799293518, + "relativeCreated": 16164.728579, "stack_info": null, - "thread": 140631409799232, + "taskName": null, + "thread": 140181752467712, "threadName": "MainThread" } ], - "msecs": 224.0, + "msecs": 182.0, "msg": "Removing Callback for a specific Data- and Service-ID", "name": "__tLogger__", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/tests/test_callbacks.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/tests/test_callbacks.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 16127.758979797363, + "relativeCreated": 16164.792291, "stack_info": null, - "thread": 140631409799232, + "taskName": null, + "thread": 140181752467712, "threadName": "MainThread", - "time_consumption": 0.0002009868621826172 + "time_consumption": 6.365776062011719e-05 }, { "args": [], - "asctime": "2025-03-23 16:47:12,426", - "created": 1742744832.4262092, + "asctime": "2025-08-15 21:42:07,383", + "created": 1755286927.3830476, "exc_text": null, "filename": "test_callbacks.py", "funcName": "choice_callback", @@ -49720,25 +51507,26 @@ "status: okay", "31" ], - "asctime": "2025-03-23 16:47:12,224", - "created": 1742744832.2244868, + "asctime": "2025-08-15 21:42:07,182", + "created": 1755286927.1825798, "exc_text": null, "filename": "__init__.py", "funcName": "__log_msg__", "levelname": "INFO", "levelno": 20, - "lineno": 445, + "lineno": 438, "message": "prot-client: TX -> service: read data request, data_id: 0, status: okay, data: \"31\"", "module": "__init__", - "msecs": 224.0, + "msecs": 182.0, "msg": "%s %s %s, %s, data: \"%s\"", "name": "socket_protocol.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/socket_protocol/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/socket_protocol/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 16128.17358970642, + "relativeCreated": 16164.913169, "stack_info": null, - "thread": 140631409799232, + "taskName": null, + "thread": 140181752467712, "threadName": "MainThread" }, { @@ -49746,25 +51534,26 @@ "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": "2025-03-23 16:47:12,226", - "created": 1742744832.226375, + "asctime": "2025-08-15 21:42:07,182", + "created": 1755286927.1828663, "exc_text": null, "filename": "__init__.py", "funcName": "__tx__", "levelname": "INFO", "levelno": 20, - "lineno": 284, + "lineno": 286, "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": 226.0, + "msecs": 182.0, "msg": "%s TX -> %s", "name": "helpers.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/helpers/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/helpers/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 16130.061864852905, + "relativeCreated": 16165.199801, "stack_info": null, - "thread": 140629669553856, + "taskName": null, + "thread": 140179864016576, "threadName": "Thread-27 (_start)" }, { @@ -49772,25 +51561,26 @@ "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": "2025-03-23 16:47:12,235", - "created": 1742744832.2352378, + "asctime": "2025-08-15 21:42:07,191", + "created": 1755286927.1910112, "exc_text": null, "filename": "__init__.py", "funcName": "__rx__", "levelname": "DEBUG", "levelno": 10, - "lineno": 414, + "lineno": 416, "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": 235.0, + "msecs": 191.0, "msg": "%s RX <- %s", "name": "helpers.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/helpers/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/helpers/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 16138.924598693848, + "relativeCreated": 16173.344618, "stack_info": null, - "thread": 140629669553856, + "taskName": null, + "thread": 140179864016576, "threadName": "Thread-27 (_start)" }, { @@ -49798,25 +51588,26 @@ "comm-client:", "(5): 5b f5 78 3a 3e" ], - "asctime": "2025-03-23 16:47:12,236", - "created": 1742744832.2360785, + "asctime": "2025-08-15 21:42:07,191", + "created": 1755286927.191225, "exc_text": null, "filename": "__init__.py", "funcName": "__tx__", "levelname": "INFO", "levelno": 20, - "lineno": 284, + "lineno": 286, "message": "comm-client: TX -> (5): 5b f5 78 3a 3e", "module": "__init__", - "msecs": 236.0, + "msecs": 191.0, "msg": "%s TX -> %s", "name": "helpers.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/helpers/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/helpers/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 16139.76526260376, + "relativeCreated": 16173.558559, "stack_info": null, - "thread": 140629669553856, + "taskName": null, + "thread": 140179864016576, "threadName": "Thread-27 (_start)" }, { @@ -49824,25 +51615,26 @@ "comm-server:", "(5): 5b f5 78 3a 3e" ], - "asctime": "2025-03-23 16:47:12,237", - "created": 1742744832.237168, + "asctime": "2025-08-15 21:42:07,192", + "created": 1755286927.192018, "exc_text": null, "filename": "__init__.py", "funcName": "__rx__", "levelname": "DEBUG", "levelno": 10, - "lineno": 414, + "lineno": 416, "message": "comm-server: RX <- (5): 5b f5 78 3a 3e", "module": "__init__", - "msecs": 237.0, + "msecs": 192.0, "msg": "%s RX <- %s", "name": "helpers.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/helpers/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/helpers/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 16140.854835510254, + "relativeCreated": 16174.351412, "stack_info": null, - "thread": 140629669553856, + "taskName": null, + "thread": 140179864016576, "threadName": "Thread-27 (_start)" }, { @@ -49853,25 +51645,26 @@ "status: okay", "31" ], - "asctime": "2025-03-23 16:47:12,237", - "created": 1742744832.2379456, + "asctime": "2025-08-15 21:42:07,192", + "created": 1755286927.1922197, "exc_text": null, "filename": "__init__.py", "funcName": "__log_msg__", "levelname": "INFO", "levelno": 20, - "lineno": 445, + "lineno": 438, "message": "prot-server: RX <- service: read data request, data_id: 0, status: okay, data: \"31\"", "module": "__init__", - "msecs": 237.0, + "msecs": 192.0, "msg": "%s %s %s, %s, data: \"%s\"", "name": "socket_protocol.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/socket_protocol/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/socket_protocol/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 16141.632318496704, + "relativeCreated": 16174.553092, "stack_info": null, - "thread": 140629669553856, + "taskName": null, + "thread": 140179864016576, "threadName": "Thread-27 (_start)" }, { @@ -49879,25 +51672,26 @@ "prot-server:", "__callback1__" ], - "asctime": "2025-03-23 16:47:12,238", - "created": 1742744832.2382648, + "asctime": "2025-08-15 21:42:07,192", + "created": 1755286927.192297, "exc_text": null, "filename": "__init__.py", "funcName": "__data_available_callback__", "levelname": "DEBUG", "levelno": 10, - "lineno": 488, + "lineno": 481, "message": "prot-server: Executing callback __callback1__ to process received data", "module": "__init__", - "msecs": 238.0, + "msecs": 192.0, "msg": "%s Executing callback %s to process received data", "name": "socket_protocol.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/socket_protocol/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/socket_protocol/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 16141.951560974121, + "relativeCreated": 16174.630518, "stack_info": null, - "thread": 140629669553856, + "taskName": null, + "thread": 140179864016576, "threadName": "Thread-27 (_start)" }, { @@ -49908,25 +51702,26 @@ "status: operation not permitted", "34" ], - "asctime": "2025-03-23 16:47:12,238", - "created": 1742744832.2386065, + "asctime": "2025-08-15 21:42:07,192", + "created": 1755286927.1924047, "exc_text": null, "filename": "__init__.py", "funcName": "__log_msg__", "levelname": "WARNING", "levelno": 30, - "lineno": 445, + "lineno": 438, "message": "prot-server: TX -> service: read data response, data_id: 0, status: operation not permitted, data: \"34\"", "module": "__init__", - "msecs": 238.0, + "msecs": 192.0, "msg": "%s %s %s, %s, data: \"%s\"", "name": "socket_protocol.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/socket_protocol/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/socket_protocol/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 16142.293214797974, + "relativeCreated": 16174.738141, "stack_info": null, - "thread": 140629669553856, + "taskName": null, + "thread": 140179864016576, "threadName": "Thread-27 (_start)" }, { @@ -49934,25 +51729,26 @@ "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": "2025-03-23 16:47:12,239", - "created": 1742744832.2395139, + "asctime": "2025-08-15 21:42:07,192", + "created": 1755286927.19267, "exc_text": null, "filename": "__init__.py", "funcName": "__tx__", "levelname": "INFO", "levelno": 20, - "lineno": 284, + "lineno": 286, "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": 239.0, + "msecs": 192.0, "msg": "%s TX -> %s", "name": "helpers.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/helpers/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/helpers/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 16143.200635910034, + "relativeCreated": 16175.003573, "stack_info": null, - "thread": 140629661161152, + "taskName": null, + "thread": 140179855623872, "threadName": "Thread-28 (_start)" }, { @@ -49960,25 +51756,26 @@ "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": "2025-03-23 16:47:12,248", - "created": 1742744832.2481246, + "asctime": "2025-08-15 21:42:07,200", + "created": 1755286927.2007933, "exc_text": null, "filename": "__init__.py", "funcName": "__rx__", "levelname": "DEBUG", "levelno": 10, - "lineno": 414, + "lineno": 416, "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": 248.0, + "msecs": 200.0, "msg": "%s RX <- %s", "name": "helpers.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/helpers/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/helpers/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 16151.811361312866, + "relativeCreated": 16183.12666, "stack_info": null, - "thread": 140629661161152, + "taskName": null, + "thread": 140179855623872, "threadName": "Thread-28 (_start)" }, { @@ -49986,25 +51783,26 @@ "comm-server:", "(5): 62 51 ca 3a 3e" ], - "asctime": "2025-03-23 16:47:12,248", - "created": 1742744832.2488728, + "asctime": "2025-08-15 21:42:07,201", + "created": 1755286927.201014, "exc_text": null, "filename": "__init__.py", "funcName": "__tx__", "levelname": "INFO", "levelno": 20, - "lineno": 284, + "lineno": 286, "message": "comm-server: TX -> (5): 62 51 ca 3a 3e", "module": "__init__", - "msecs": 248.0, + "msecs": 201.0, "msg": "%s TX -> %s", "name": "helpers.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/helpers/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/helpers/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 16152.559518814087, + "relativeCreated": 16183.347467, "stack_info": null, - "thread": 140629661161152, + "taskName": null, + "thread": 140179855623872, "threadName": "Thread-28 (_start)" }, { @@ -50012,25 +51810,26 @@ "comm-client:", "(5): 62 51 ca 3a 3e" ], - "asctime": "2025-03-23 16:47:12,249", - "created": 1742744832.24993, + "asctime": "2025-08-15 21:42:07,201", + "created": 1755286927.2018118, "exc_text": null, "filename": "__init__.py", "funcName": "__rx__", "levelname": "DEBUG", "levelno": 10, - "lineno": 414, + "lineno": 416, "message": "comm-client: RX <- (5): 62 51 ca 3a 3e", "module": "__init__", - "msecs": 249.0, + "msecs": 201.0, "msg": "%s RX <- %s", "name": "helpers.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/helpers/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/helpers/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 16153.616666793823, + "relativeCreated": 16184.145071, "stack_info": null, - "thread": 140629661161152, + "taskName": null, + "thread": 140179855623872, "threadName": "Thread-28 (_start)" }, { @@ -50041,72 +51840,75 @@ "status: operation not permitted", "34" ], - "asctime": "2025-03-23 16:47:12,250", - "created": 1742744832.2506258, + "asctime": "2025-08-15 21:42:07,202", + "created": 1755286927.2020233, "exc_text": null, "filename": "__init__.py", "funcName": "__log_msg__", "levelname": "WARNING", "levelno": 30, - "lineno": 445, + "lineno": 438, "message": "prot-client: RX <- service: read data response, data_id: 0, status: operation not permitted, data: \"34\"", "module": "__init__", - "msecs": 250.0, + "msecs": 202.0, "msg": "%s %s %s, %s, data: \"%s\"", "name": "socket_protocol.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/socket_protocol/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/socket_protocol/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 16154.31261062622, + "relativeCreated": 16184.356684, "stack_info": null, - "thread": 140629661161152, + "taskName": null, + "thread": 140179855623872, "threadName": "Thread-28 (_start)" }, { "args": [ "prot-client:" ], - "asctime": "2025-03-23 16:47:12,250", - "created": 1742744832.2508967, + "asctime": "2025-08-15 21:42:07,202", + "created": 1755286927.2021103, "exc_text": null, "filename": "__init__.py", "funcName": "__buffer_received_data__", "levelname": "DEBUG", "levelno": 10, - "lineno": 392, + "lineno": 385, "message": "prot-client: Message data is stored in buffer and is now ready to be retrieved by receive method", "module": "__init__", - "msecs": 250.0, + "msecs": 202.0, "msg": "%s Message data is stored in buffer and is now ready to be retrieved by receive method", "name": "socket_protocol.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/socket_protocol/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/socket_protocol/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 16154.58345413208, + "relativeCreated": 16184.443693, "stack_info": null, - "thread": 140629661161152, + "taskName": null, + "thread": 140179855623872, "threadName": "Thread-28 (_start)" } ], - "msecs": 426.0, + "msecs": 383.0, "msg": "Transfering data", "name": "__tLogger__", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/tests/test_callbacks.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/tests/test_callbacks.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 16329.895973205566, + "relativeCreated": 16365.381138, "stack_info": null, - "thread": 140631409799232, + "taskName": null, + "thread": 140181752467712, "threadName": "MainThread", - "time_consumption": 0.17531251907348633 + "time_consumption": 0.1809372901916504 }, { "args": [ "{'data_id': 0, 'service_id': 10, 'status': 0, 'data': 31}", "" ], - "asctime": "2025-03-23 16:47:12,427", - "created": 1742744832.4273276, + "asctime": "2025-08-15 21:42:07,383", + "created": 1755286927.3834186, "exc_text": null, "filename": "test.py", "funcName": "equivalency_chk", @@ -50122,8 +51924,8 @@ "{'data_id': 0, 'service_id': 10, 'status': 0, 'data': 31}", "" ], - "asctime": "2025-03-23 16:47:12,426", - "created": 1742744832.4268496, + "asctime": "2025-08-15 21:42:07,383", + "created": 1755286927.383265, "exc_text": null, "filename": "test.py", "funcName": "__report_result__", @@ -50132,15 +51934,16 @@ "lineno": 22, "message": "Result (Message stored inside callback): {'data_id': 0, 'service_id': 10, 'status': 0, 'data': 31} ()", "module": "test", - "msecs": 426.0, + "msecs": 383.0, "msg": "Result (%s): %s (%s)", "name": "__unittest__", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/unittest/test.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/unittest/test.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 16330.536365509033, + "relativeCreated": 16365.598494, "stack_info": null, - "thread": 140631409799232, + "taskName": null, + "thread": 140181752467712, "threadName": "MainThread" }, { @@ -50150,8 +51953,8 @@ "{'data': 31, 'data_id': 0, 'service_id': 10, 'status': 0}", "" ], - "asctime": "2025-03-23 16:47:12,427", - "created": 1742744832.4271102, + "asctime": "2025-08-15 21:42:07,383", + "created": 1755286927.383349, "exc_text": null, "filename": "test.py", "funcName": "__report_expectation__", @@ -50160,37 +51963,39 @@ "lineno": 26, "message": "Expectation (Message stored inside callback): result = {'data': 31, 'data_id': 0, 'service_id': 10, 'status': 0} ()", "module": "test", - "msecs": 427.0, + "msecs": 383.0, "msg": "Expectation (%s): result %s %s (%s)", "name": "__unittest__", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/unittest/test.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/unittest/test.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 16330.796957015991, + "relativeCreated": 16365.682401, "stack_info": null, - "thread": 140631409799232, + "taskName": null, + "thread": 140181752467712, "threadName": "MainThread" } ], - "msecs": 427.0, + "msecs": 383.0, "msg": "Message stored inside callback is correct (Content %s and Type is %s).", "name": "__tLogger__", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/unittest/test.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/unittest/test.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 16331.014394760132, + "relativeCreated": 16365.75196, "stack_info": null, - "thread": 140631409799232, + "taskName": null, + "thread": 140181752467712, "threadName": "MainThread", - "time_consumption": 0.000217437744140625 + "time_consumption": 6.961822509765625e-05 }, { "args": [ "{'data_id': 0, 'service_id': 11, 'status': 6, 'data': 34}", "" ], - "asctime": "2025-03-23 16:47:12,428", - "created": 1742744832.4280815, + "asctime": "2025-08-15 21:42:07,383", + "created": 1755286927.3836608, "exc_text": null, "filename": "test.py", "funcName": "equivalency_chk", @@ -50206,8 +52011,8 @@ "{'data_id': 0, 'service_id': 11, 'status': 6, 'data': 34}", "" ], - "asctime": "2025-03-23 16:47:12,427", - "created": 1742744832.427654, + "asctime": "2025-08-15 21:42:07,383", + "created": 1755286927.38352, "exc_text": null, "filename": "test.py", "funcName": "__report_result__", @@ -50216,15 +52021,16 @@ "lineno": 22, "message": "Result (Message received by client): {'data_id': 0, 'service_id': 11, 'status': 6, 'data': 34} ()", "module": "test", - "msecs": 427.0, + "msecs": 383.0, "msg": "Result (%s): %s (%s)", "name": "__unittest__", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/unittest/test.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/unittest/test.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 16331.340789794922, + "relativeCreated": 16365.853361, "stack_info": null, - "thread": 140631409799232, + "taskName": null, + "thread": 140181752467712, "threadName": "MainThread" }, { @@ -50234,8 +52040,8 @@ "{'data': 34, 'data_id': 0, 'service_id': 11, 'status': 6}", "" ], - "asctime": "2025-03-23 16:47:12,427", - "created": 1742744832.4278543, + "asctime": "2025-08-15 21:42:07,383", + "created": 1755286927.3835993, "exc_text": null, "filename": "test.py", "funcName": "__report_expectation__", @@ -50244,34 +52050,36 @@ "lineno": 26, "message": "Expectation (Message received by client): result = {'data': 34, 'data_id': 0, 'service_id': 11, 'status': 6} ()", "module": "test", - "msecs": 427.0, + "msecs": 383.0, "msg": "Expectation (%s): result %s %s (%s)", "name": "__unittest__", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/unittest/test.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/unittest/test.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 16331.541061401367, + "relativeCreated": 16365.9327, "stack_info": null, - "thread": 140631409799232, + "taskName": null, + "thread": 140181752467712, "threadName": "MainThread" } ], - "msecs": 428.0, + "msecs": 383.0, "msg": "Message received by client is correct (Content %s and Type is %s).", "name": "__tLogger__", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/unittest/test.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/unittest/test.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 16331.768274307251, + "relativeCreated": 16365.994282, "stack_info": null, - "thread": 140631409799232, + "taskName": null, + "thread": 140181752467712, "threadName": "MainThread", - "time_consumption": 0.00022721290588378906 + "time_consumption": 6.151199340820312e-05 }, { "args": [], - "asctime": "2025-03-23 16:47:12,428", - "created": 1742744832.4286704, + "asctime": "2025-08-15 21:42:07,383", + "created": 1755286927.3838553, "exc_text": null, "filename": "test_callbacks.py", "funcName": "choice_callback", @@ -50288,44 +52096,46 @@ "10", "None" ], - "asctime": "2025-03-23 16:47:12,428", - "created": 1742744832.4284642, + "asctime": "2025-08-15 21:42:07,383", + "created": 1755286927.383788, "exc_text": null, "filename": "__init__.py", "funcName": "add", "levelname": "WARNING", "levelno": 30, - "lineno": 164, + "lineno": 161, "message": "prot-server: Deleting existing callback '__callback1__' for service_id (10) and data_id (None)!", "module": "__init__", - "msecs": 428.0, + "msecs": 383.0, "msg": "%s Deleting existing callback %s for service_id (%s) and data_id (%s)!", "name": "socket_protocol.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/socket_protocol/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/socket_protocol/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 16332.150936126709, + "relativeCreated": 16366.121376, "stack_info": null, - "thread": 140631409799232, + "taskName": null, + "thread": 140181752467712, "threadName": "MainThread" } ], - "msecs": 428.0, + "msecs": 383.0, "msg": "Removing Callback for a specific Service-ID and all Data-IDs", "name": "__tLogger__", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/tests/test_callbacks.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/tests/test_callbacks.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 16332.357168197632, + "relativeCreated": 16366.188916, "stack_info": null, - "thread": 140631409799232, + "taskName": null, + "thread": 140181752467712, "threadName": "MainThread", - "time_consumption": 0.00020623207092285156 + "time_consumption": 6.723403930664062e-05 }, { "args": [], - "asctime": "2025-03-23 16:47:12,630", - "created": 1742744832.6308687, + "asctime": "2025-08-15 21:42:07,584", + "created": 1755286927.5844972, "exc_text": null, "filename": "test_callbacks.py", "funcName": "choice_callback", @@ -50343,25 +52153,26 @@ "status: okay", "31" ], - "asctime": "2025-03-23 16:47:12,429", - "created": 1742744832.4290862, + "asctime": "2025-08-15 21:42:07,383", + "created": 1755286927.3839917, "exc_text": null, "filename": "__init__.py", "funcName": "__log_msg__", "levelname": "INFO", "levelno": 20, - "lineno": 445, + "lineno": 438, "message": "prot-client: TX -> service: read data request, data_id: 0, status: okay, data: \"31\"", "module": "__init__", - "msecs": 429.0, + "msecs": 383.0, "msg": "%s %s %s, %s, data: \"%s\"", "name": "socket_protocol.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/socket_protocol/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/socket_protocol/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 16332.772970199585, + "relativeCreated": 16366.325215, "stack_info": null, - "thread": 140631409799232, + "taskName": null, + "thread": 140181752467712, "threadName": "MainThread" }, { @@ -50369,25 +52180,26 @@ "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": "2025-03-23 16:47:12,430", - "created": 1742744832.430368, + "asctime": "2025-08-15 21:42:07,384", + "created": 1755286927.3843005, "exc_text": null, "filename": "__init__.py", "funcName": "__tx__", "levelname": "INFO", "levelno": 20, - "lineno": 284, + "lineno": 286, "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": 430.0, + "msecs": 384.0, "msg": "%s TX -> %s", "name": "helpers.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/helpers/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/helpers/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 16334.054708480835, + "relativeCreated": 16366.633931, "stack_info": null, - "thread": 140629669553856, + "taskName": null, + "thread": 140179864016576, "threadName": "Thread-27 (_start)" }, { @@ -50395,25 +52207,26 @@ "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": "2025-03-23 16:47:12,438", - "created": 1742744832.4385364, + "asctime": "2025-08-15 21:42:07,392", + "created": 1755286927.392417, "exc_text": null, "filename": "__init__.py", "funcName": "__rx__", "levelname": "DEBUG", "levelno": 10, - "lineno": 414, + "lineno": 416, "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": 438.0, + "msecs": 392.0, "msg": "%s RX <- %s", "name": "helpers.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/helpers/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/helpers/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 16342.223167419434, + "relativeCreated": 16374.750547, "stack_info": null, - "thread": 140629669553856, + "taskName": null, + "thread": 140179864016576, "threadName": "Thread-27 (_start)" }, { @@ -50421,25 +52234,26 @@ "comm-client:", "(5): 5b f5 78 3a 3e" ], - "asctime": "2025-03-23 16:47:12,438", - "created": 1742744832.4388587, + "asctime": "2025-08-15 21:42:07,392", + "created": 1755286927.3926198, "exc_text": null, "filename": "__init__.py", "funcName": "__tx__", "levelname": "INFO", "levelno": 20, - "lineno": 284, + "lineno": 286, "message": "comm-client: TX -> (5): 5b f5 78 3a 3e", "module": "__init__", - "msecs": 438.0, + "msecs": 392.0, "msg": "%s TX -> %s", "name": "helpers.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/helpers/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/helpers/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 16342.545509338379, + "relativeCreated": 16374.953276, "stack_info": null, - "thread": 140629669553856, + "taskName": null, + "thread": 140179864016576, "threadName": "Thread-27 (_start)" }, { @@ -50447,25 +52261,26 @@ "comm-server:", "(5): 5b f5 78 3a 3e" ], - "asctime": "2025-03-23 16:47:12,439", - "created": 1742744832.4397047, + "asctime": "2025-08-15 21:42:07,393", + "created": 1755286927.3933978, "exc_text": null, "filename": "__init__.py", "funcName": "__rx__", "levelname": "DEBUG", "levelno": 10, - "lineno": 414, + "lineno": 416, "message": "comm-server: RX <- (5): 5b f5 78 3a 3e", "module": "__init__", - "msecs": 439.0, + "msecs": 393.0, "msg": "%s RX <- %s", "name": "helpers.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/helpers/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/helpers/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 16343.391418457031, + "relativeCreated": 16375.7312, "stack_info": null, - "thread": 140629669553856, + "taskName": null, + "thread": 140179864016576, "threadName": "Thread-27 (_start)" }, { @@ -50476,25 +52291,26 @@ "status: okay", "31" ], - "asctime": "2025-03-23 16:47:12,440", - "created": 1742744832.4400299, + "asctime": "2025-08-15 21:42:07,393", + "created": 1755286927.393635, "exc_text": null, "filename": "__init__.py", "funcName": "__log_msg__", "levelname": "INFO", "levelno": 20, - "lineno": 445, + "lineno": 438, "message": "prot-server: RX <- service: read data request, data_id: 0, status: okay, data: \"31\"", "module": "__init__", - "msecs": 440.0, + "msecs": 393.0, "msg": "%s %s %s, %s, data: \"%s\"", "name": "socket_protocol.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/socket_protocol/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/socket_protocol/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 16343.716621398926, + "relativeCreated": 16375.968412, "stack_info": null, - "thread": 140629669553856, + "taskName": null, + "thread": 140179864016576, "threadName": "Thread-27 (_start)" }, { @@ -50502,25 +52318,26 @@ "prot-server:", "__callback2__" ], - "asctime": "2025-03-23 16:47:12,440", - "created": 1742744832.4401486, + "asctime": "2025-08-15 21:42:07,393", + "created": 1755286927.3937292, "exc_text": null, "filename": "__init__.py", "funcName": "__data_available_callback__", "levelname": "DEBUG", "levelno": 10, - "lineno": 488, + "lineno": 481, "message": "prot-server: Executing callback __callback2__ to process received data", "module": "__init__", - "msecs": 440.0, + "msecs": 393.0, "msg": "%s Executing callback %s to process received data", "name": "socket_protocol.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/socket_protocol/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/socket_protocol/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 16343.835353851318, + "relativeCreated": 16376.062765, "stack_info": null, - "thread": 140629669553856, + "taskName": null, + "thread": 140179864016576, "threadName": "Thread-27 (_start)" }, { @@ -50531,25 +52348,26 @@ "status: operation not permitted", "35" ], - "asctime": "2025-03-23 16:47:12,440", - "created": 1742744832.4403024, + "asctime": "2025-08-15 21:42:07,393", + "created": 1755286927.3938444, "exc_text": null, "filename": "__init__.py", "funcName": "__log_msg__", "levelname": "WARNING", "levelno": 30, - "lineno": 445, + "lineno": 438, "message": "prot-server: TX -> service: read data response, data_id: 0, status: operation not permitted, data: \"35\"", "module": "__init__", - "msecs": 440.0, + "msecs": 393.0, "msg": "%s %s %s, %s, data: \"%s\"", "name": "socket_protocol.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/socket_protocol/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/socket_protocol/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 16343.989133834839, + "relativeCreated": 16376.177901, "stack_info": null, - "thread": 140629669553856, + "taskName": null, + "thread": 140179864016576, "threadName": "Thread-27 (_start)" }, { @@ -50557,25 +52375,26 @@ "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": "2025-03-23 16:47:12,440", - "created": 1742744832.4407191, + "asctime": "2025-08-15 21:42:07,394", + "created": 1755286927.3941422, "exc_text": null, "filename": "__init__.py", "funcName": "__tx__", "levelname": "INFO", "levelno": 20, - "lineno": 284, + "lineno": 286, "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": 440.0, + "msecs": 394.0, "msg": "%s TX -> %s", "name": "helpers.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/helpers/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/helpers/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 16344.405889511108, + "relativeCreated": 16376.475677, "stack_info": null, - "thread": 140629661161152, + "taskName": null, + "thread": 140179855623872, "threadName": "Thread-28 (_start)" }, { @@ -50583,25 +52402,26 @@ "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": "2025-03-23 16:47:12,449", - "created": 1742744832.449127, + "asctime": "2025-08-15 21:42:07,402", + "created": 1755286927.4022894, "exc_text": null, "filename": "__init__.py", "funcName": "__rx__", "levelname": "DEBUG", "levelno": 10, - "lineno": 414, + "lineno": 416, "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": 449.0, + "msecs": 402.0, "msg": "%s RX <- %s", "name": "helpers.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/helpers/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/helpers/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 16352.813720703125, + "relativeCreated": 16384.622748, "stack_info": null, - "thread": 140629661161152, + "taskName": null, + "thread": 140179855623872, "threadName": "Thread-28 (_start)" }, { @@ -50609,25 +52429,26 @@ "comm-server:", "(5): 79 60 8b 3a 3e" ], - "asctime": "2025-03-23 16:47:12,449", - "created": 1742744832.4496753, + "asctime": "2025-08-15 21:42:07,402", + "created": 1755286927.4024892, "exc_text": null, "filename": "__init__.py", "funcName": "__tx__", "levelname": "INFO", "levelno": 20, - "lineno": 284, + "lineno": 286, "message": "comm-server: TX -> (5): 79 60 8b 3a 3e", "module": "__init__", - "msecs": 449.0, + "msecs": 402.0, "msg": "%s TX -> %s", "name": "helpers.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/helpers/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/helpers/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 16353.362083435059, + "relativeCreated": 16384.822514, "stack_info": null, - "thread": 140629661161152, + "taskName": null, + "thread": 140179855623872, "threadName": "Thread-28 (_start)" }, { @@ -50635,25 +52456,26 @@ "comm-client:", "(5): 79 60 8b 3a 3e" ], - "asctime": "2025-03-23 16:47:12,450", - "created": 1742744832.4506273, + "asctime": "2025-08-15 21:42:07,403", + "created": 1755286927.403341, "exc_text": null, "filename": "__init__.py", "funcName": "__rx__", "levelname": "DEBUG", "levelno": 10, - "lineno": 414, + "lineno": 416, "message": "comm-client: RX <- (5): 79 60 8b 3a 3e", "module": "__init__", - "msecs": 450.0, + "msecs": 403.0, "msg": "%s RX <- %s", "name": "helpers.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/helpers/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/helpers/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 16354.314088821411, + "relativeCreated": 16385.674444, "stack_info": null, - "thread": 140629661161152, + "taskName": null, + "thread": 140179855623872, "threadName": "Thread-28 (_start)" }, { @@ -50664,72 +52486,75 @@ "status: operation not permitted", "35" ], - "asctime": "2025-03-23 16:47:12,451", - "created": 1742744832.4511309, + "asctime": "2025-08-15 21:42:07,403", + "created": 1755286927.4035847, "exc_text": null, "filename": "__init__.py", "funcName": "__log_msg__", "levelname": "WARNING", "levelno": 30, - "lineno": 445, + "lineno": 438, "message": "prot-client: RX <- service: read data response, data_id: 0, status: operation not permitted, data: \"35\"", "module": "__init__", - "msecs": 451.0, + "msecs": 403.0, "msg": "%s %s %s, %s, data: \"%s\"", "name": "socket_protocol.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/socket_protocol/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/socket_protocol/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 16354.817628860474, + "relativeCreated": 16385.918128, "stack_info": null, - "thread": 140629661161152, + "taskName": null, + "thread": 140179855623872, "threadName": "Thread-28 (_start)" }, { "args": [ "prot-client:" ], - "asctime": "2025-03-23 16:47:12,451", - "created": 1742744832.4513245, + "asctime": "2025-08-15 21:42:07,403", + "created": 1755286927.4036875, "exc_text": null, "filename": "__init__.py", "funcName": "__buffer_received_data__", "levelname": "DEBUG", "levelno": 10, - "lineno": 392, + "lineno": 385, "message": "prot-client: Message data is stored in buffer and is now ready to be retrieved by receive method", "module": "__init__", - "msecs": 451.0, + "msecs": 403.0, "msg": "%s Message data is stored in buffer and is now ready to be retrieved by receive method", "name": "socket_protocol.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/socket_protocol/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/socket_protocol/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 16355.011224746704, + "relativeCreated": 16386.020941, "stack_info": null, - "thread": 140629661161152, + "taskName": null, + "thread": 140179855623872, "threadName": "Thread-28 (_start)" } ], - "msecs": 630.0, + "msecs": 584.0, "msg": "Transfering data", "name": "__tLogger__", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/tests/test_callbacks.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/tests/test_callbacks.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 16534.555435180664, + "relativeCreated": 16566.830505, "stack_info": null, - "thread": 140631409799232, + "taskName": null, + "thread": 140181752467712, "threadName": "MainThread", - "time_consumption": 0.17954421043395996 + "time_consumption": 0.18080973625183105 }, { "args": [ "{'data_id': 0, 'service_id': 10, 'status': 0, 'data': 31}", "" ], - "asctime": "2025-03-23 16:47:12,632", - "created": 1742744832.6320457, + "asctime": "2025-08-15 21:42:07,584", + "created": 1755286927.5848334, "exc_text": null, "filename": "test.py", "funcName": "equivalency_chk", @@ -50745,8 +52570,8 @@ "{'data_id': 0, 'service_id': 10, 'status': 0, 'data': 31}", "" ], - "asctime": "2025-03-23 16:47:12,631", - "created": 1742744832.631544, + "asctime": "2025-08-15 21:42:07,584", + "created": 1755286927.5846982, "exc_text": null, "filename": "test.py", "funcName": "__report_result__", @@ -50755,15 +52580,16 @@ "lineno": 22, "message": "Result (Message stored inside callback): {'data_id': 0, 'service_id': 10, 'status': 0, 'data': 31} ()", "module": "test", - "msecs": 631.0, + "msecs": 584.0, "msg": "Result (%s): %s (%s)", "name": "__unittest__", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/unittest/test.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/unittest/test.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 16535.23087501526, + "relativeCreated": 16567.031623, "stack_info": null, - "thread": 140631409799232, + "taskName": null, + "thread": 140181752467712, "threadName": "MainThread" }, { @@ -50773,8 +52599,8 @@ "{'data': 31, 'data_id': 0, 'service_id': 10, 'status': 0}", "" ], - "asctime": "2025-03-23 16:47:12,631", - "created": 1742744832.631805, + "asctime": "2025-08-15 21:42:07,584", + "created": 1755286927.5847697, "exc_text": null, "filename": "test.py", "funcName": "__report_expectation__", @@ -50783,37 +52609,39 @@ "lineno": 26, "message": "Expectation (Message stored inside callback): result = {'data': 31, 'data_id': 0, 'service_id': 10, 'status': 0} ()", "module": "test", - "msecs": 631.0, + "msecs": 584.0, "msg": "Expectation (%s): result %s %s (%s)", "name": "__unittest__", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/unittest/test.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/unittest/test.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 16535.491704940796, + "relativeCreated": 16567.103291, "stack_info": null, - "thread": 140631409799232, + "taskName": null, + "thread": 140181752467712, "threadName": "MainThread" } ], - "msecs": 632.0, + "msecs": 584.0, "msg": "Message stored inside callback is correct (Content %s and Type is %s).", "name": "__tLogger__", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/unittest/test.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/unittest/test.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 16535.73250770569, + "relativeCreated": 16567.166605, "stack_info": null, - "thread": 140631409799232, + "taskName": null, + "thread": 140181752467712, "threadName": "MainThread", - "time_consumption": 0.00024080276489257812 + "time_consumption": 6.365776062011719e-05 }, { "args": [ "{'data_id': 0, 'service_id': 11, 'status': 6, 'data': 35}", "" ], - "asctime": "2025-03-23 16:47:12,632", - "created": 1742744832.6327624, + "asctime": "2025-08-15 21:42:07,585", + "created": 1755286927.5850332, "exc_text": null, "filename": "test.py", "funcName": "equivalency_chk", @@ -50829,8 +52657,8 @@ "{'data_id': 0, 'service_id': 11, 'status': 6, 'data': 35}", "" ], - "asctime": "2025-03-23 16:47:12,632", - "created": 1742744832.6323733, + "asctime": "2025-08-15 21:42:07,584", + "created": 1755286927.5849228, "exc_text": null, "filename": "test.py", "funcName": "__report_result__", @@ -50839,15 +52667,16 @@ "lineno": 22, "message": "Result (Message received by client): {'data_id': 0, 'service_id': 11, 'status': 6, 'data': 35} ()", "module": "test", - "msecs": 632.0, + "msecs": 584.0, "msg": "Result (%s): %s (%s)", "name": "__unittest__", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/unittest/test.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/unittest/test.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 16536.060094833374, + "relativeCreated": 16567.256304, "stack_info": null, - "thread": 140631409799232, + "taskName": null, + "thread": 140181752467712, "threadName": "MainThread" }, { @@ -50857,8 +52686,8 @@ "{'data': 35, 'data_id': 0, 'service_id': 11, 'status': 6}", "" ], - "asctime": "2025-03-23 16:47:12,632", - "created": 1742744832.6325736, + "asctime": "2025-08-15 21:42:07,584", + "created": 1755286927.5849802, "exc_text": null, "filename": "test.py", "funcName": "__report_expectation__", @@ -50867,34 +52696,36 @@ "lineno": 26, "message": "Expectation (Message received by client): result = {'data': 35, 'data_id': 0, 'service_id': 11, 'status': 6} ()", "module": "test", - "msecs": 632.0, + "msecs": 584.0, "msg": "Expectation (%s): result %s %s (%s)", "name": "__unittest__", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/unittest/test.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/unittest/test.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 16536.26036643982, + "relativeCreated": 16567.313722, "stack_info": null, - "thread": 140631409799232, + "taskName": null, + "thread": 140181752467712, "threadName": "MainThread" } ], - "msecs": 632.0, + "msecs": 585.0, "msg": "Message received by client is correct (Content %s and Type is %s).", "name": "__tLogger__", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/unittest/test.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/unittest/test.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 16536.449193954468, + "relativeCreated": 16567.366773, "stack_info": null, - "thread": 140631409799232, + "taskName": null, + "thread": 140181752467712, "threadName": "MainThread", - "time_consumption": 0.0001888275146484375 + "time_consumption": 5.2928924560546875e-05 }, { "args": [], - "asctime": "2025-03-23 16:47:12,633", - "created": 1742744832.6333423, + "asctime": "2025-08-15 21:42:07,585", + "created": 1755286927.585215, "exc_text": null, "filename": "test_callbacks.py", "funcName": "choice_callback", @@ -50911,44 +52742,46 @@ "None", "0" ], - "asctime": "2025-03-23 16:47:12,633", - "created": 1742744832.6331263, + "asctime": "2025-08-15 21:42:07,585", + "created": 1755286927.585154, "exc_text": null, "filename": "__init__.py", "funcName": "add", "levelname": "WARNING", "levelno": 30, - "lineno": 164, + "lineno": 161, "message": "prot-server: Deleting existing callback '__callback2__' for service_id (None) and data_id (0)!", "module": "__init__", - "msecs": 633.0, + "msecs": 585.0, "msg": "%s Deleting existing callback %s for service_id (%s) and data_id (%s)!", "name": "socket_protocol.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/socket_protocol/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/socket_protocol/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 16536.813020706177, + "relativeCreated": 16567.487398, "stack_info": null, - "thread": 140631409799232, + "taskName": null, + "thread": 140181752467712, "threadName": "MainThread" } ], - "msecs": 633.0, + "msecs": 585.0, "msg": "Removing Callback for a specific Data-ID and all Serice-IDs", "name": "__tLogger__", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/tests/test_callbacks.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/tests/test_callbacks.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 16537.029027938843, + "relativeCreated": 16567.548359, "stack_info": null, - "thread": 140631409799232, + "taskName": null, + "thread": 140181752467712, "threadName": "MainThread", - "time_consumption": 0.00021600723266601562 + "time_consumption": 6.103515625e-05 }, { "args": [], - "asctime": "2025-03-23 16:47:12,835", - "created": 1742744832.835314, + "asctime": "2025-08-15 21:42:07,785", + "created": 1755286927.7858005, "exc_text": null, "filename": "test_callbacks.py", "funcName": "choice_callback", @@ -50966,25 +52799,26 @@ "status: okay", "31" ], - "asctime": "2025-03-23 16:47:12,633", - "created": 1742744832.633763, + "asctime": "2025-08-15 21:42:07,585", + "created": 1755286927.585338, "exc_text": null, "filename": "__init__.py", "funcName": "__log_msg__", "levelname": "INFO", "levelno": 20, - "lineno": 445, + "lineno": 438, "message": "prot-client: TX -> service: read data request, data_id: 0, status: okay, data: \"31\"", "module": "__init__", - "msecs": 633.0, + "msecs": 585.0, "msg": "%s %s %s, %s, data: \"%s\"", "name": "socket_protocol.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/socket_protocol/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/socket_protocol/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 16537.449836730957, + "relativeCreated": 16567.671647, "stack_info": null, - "thread": 140631409799232, + "taskName": null, + "thread": 140181752467712, "threadName": "MainThread" }, { @@ -50992,25 +52826,26 @@ "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": "2025-03-23 16:47:12,635", - "created": 1742744832.635618, + "asctime": "2025-08-15 21:42:07,585", + "created": 1755286927.585663, "exc_text": null, "filename": "__init__.py", "funcName": "__tx__", "levelname": "INFO", "levelno": 20, - "lineno": 284, + "lineno": 286, "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": 635.0, + "msecs": 585.0, "msg": "%s TX -> %s", "name": "helpers.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/helpers/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/helpers/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 16539.304733276367, + "relativeCreated": 16567.996463, "stack_info": null, - "thread": 140629669553856, + "taskName": null, + "thread": 140179864016576, "threadName": "Thread-27 (_start)" }, { @@ -51018,25 +52853,26 @@ "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": "2025-03-23 16:47:12,644", - "created": 1742744832.6444461, + "asctime": "2025-08-15 21:42:07,593", + "created": 1755286927.5938206, "exc_text": null, "filename": "__init__.py", "funcName": "__rx__", "levelname": "DEBUG", "levelno": 10, - "lineno": 414, + "lineno": 416, "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": 644.0, + "msecs": 593.0, "msg": "%s RX <- %s", "name": "helpers.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/helpers/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/helpers/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 16548.13289642334, + "relativeCreated": 16576.154181, "stack_info": null, - "thread": 140629669553856, + "taskName": null, + "thread": 140179864016576, "threadName": "Thread-27 (_start)" }, { @@ -51044,25 +52880,26 @@ "comm-client:", "(5): 5b f5 78 3a 3e" ], - "asctime": "2025-03-23 16:47:12,645", - "created": 1742744832.645293, + "asctime": "2025-08-15 21:42:07,594", + "created": 1755286927.5940256, "exc_text": null, "filename": "__init__.py", "funcName": "__tx__", "levelname": "INFO", "levelno": 20, - "lineno": 284, + "lineno": 286, "message": "comm-client: TX -> (5): 5b f5 78 3a 3e", "module": "__init__", - "msecs": 645.0, + "msecs": 594.0, "msg": "%s TX -> %s", "name": "helpers.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/helpers/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/helpers/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 16548.97975921631, + "relativeCreated": 16576.359268, "stack_info": null, - "thread": 140629669553856, + "taskName": null, + "thread": 140179864016576, "threadName": "Thread-27 (_start)" }, { @@ -51070,25 +52907,26 @@ "comm-server:", "(5): 5b f5 78 3a 3e" ], - "asctime": "2025-03-23 16:47:12,646", - "created": 1742744832.6463141, + "asctime": "2025-08-15 21:42:07,594", + "created": 1755286927.5947948, "exc_text": null, "filename": "__init__.py", "funcName": "__rx__", "levelname": "DEBUG", "levelno": 10, - "lineno": 414, + "lineno": 416, "message": "comm-server: RX <- (5): 5b f5 78 3a 3e", "module": "__init__", - "msecs": 646.0, + "msecs": 594.0, "msg": "%s RX <- %s", "name": "helpers.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/helpers/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/helpers/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 16550.0009059906, + "relativeCreated": 16577.128092, "stack_info": null, - "thread": 140629669553856, + "taskName": null, + "thread": 140179864016576, "threadName": "Thread-27 (_start)" }, { @@ -51099,25 +52937,26 @@ "status: okay", "31" ], - "asctime": "2025-03-23 16:47:12,647", - "created": 1742744832.647102, + "asctime": "2025-08-15 21:42:07,595", + "created": 1755286927.5951483, "exc_text": null, "filename": "__init__.py", "funcName": "__log_msg__", "levelname": "INFO", "levelno": 20, - "lineno": 445, + "lineno": 438, "message": "prot-server: RX <- service: read data request, data_id: 0, status: okay, data: \"31\"", "module": "__init__", - "msecs": 647.0, + "msecs": 595.0, "msg": "%s %s %s, %s, data: \"%s\"", "name": "socket_protocol.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/socket_protocol/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/socket_protocol/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 16550.78887939453, + "relativeCreated": 16577.481786, "stack_info": null, - "thread": 140629669553856, + "taskName": null, + "thread": 140179864016576, "threadName": "Thread-27 (_start)" }, { @@ -51125,25 +52964,26 @@ "prot-server:", "__callback3__" ], - "asctime": "2025-03-23 16:47:12,647", - "created": 1742744832.647387, + "asctime": "2025-08-15 21:42:07,595", + "created": 1755286927.5953028, "exc_text": null, "filename": "__init__.py", "funcName": "__data_available_callback__", "levelname": "DEBUG", "levelno": 10, - "lineno": 488, + "lineno": 481, "message": "prot-server: Executing callback __callback3__ to process received data", "module": "__init__", - "msecs": 647.0, + "msecs": 595.0, "msg": "%s Executing callback %s to process received data", "name": "socket_protocol.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/socket_protocol/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/socket_protocol/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 16551.073789596558, + "relativeCreated": 16577.63631, "stack_info": null, - "thread": 140629669553856, + "taskName": null, + "thread": 140179864016576, "threadName": "Thread-27 (_start)" }, { @@ -51154,25 +52994,26 @@ "status: okay", "36" ], - "asctime": "2025-03-23 16:47:12,647", - "created": 1742744832.6477237, + "asctime": "2025-08-15 21:42:07,595", + "created": 1755286927.5955095, "exc_text": null, "filename": "__init__.py", "funcName": "__log_msg__", "levelname": "INFO", "levelno": 20, - "lineno": 445, + "lineno": 438, "message": "prot-server: TX -> service: read data response, data_id: 0, status: okay, data: \"36\"", "module": "__init__", - "msecs": 647.0, + "msecs": 595.0, "msg": "%s %s %s, %s, data: \"%s\"", "name": "socket_protocol.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/socket_protocol/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/socket_protocol/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 16551.41043663025, + "relativeCreated": 16577.842951, "stack_info": null, - "thread": 140629669553856, + "taskName": null, + "thread": 140179864016576, "threadName": "Thread-27 (_start)" }, { @@ -51180,25 +53021,26 @@ "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": "2025-03-23 16:47:12,648", - "created": 1742744832.6486547, + "asctime": "2025-08-15 21:42:07,595", + "created": 1755286927.5959253, "exc_text": null, "filename": "__init__.py", "funcName": "__tx__", "levelname": "INFO", "levelno": 20, - "lineno": 284, + "lineno": 286, "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": 648.0, + "msecs": 595.0, "msg": "%s TX -> %s", "name": "helpers.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/helpers/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/helpers/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 16552.34146118164, + "relativeCreated": 16578.258666, "stack_info": null, - "thread": 140629661161152, + "taskName": null, + "thread": 140179855623872, "threadName": "Thread-28 (_start)" }, { @@ -51206,25 +53048,26 @@ "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": "2025-03-23 16:47:12,657", - "created": 1742744832.6573575, + "asctime": "2025-08-15 21:42:07,604", + "created": 1755286927.604031, "exc_text": null, "filename": "__init__.py", "funcName": "__rx__", "levelname": "DEBUG", "levelno": 10, - "lineno": 414, + "lineno": 416, "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": 657.0, + "msecs": 604.0, "msg": "%s RX <- %s", "name": "helpers.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/helpers/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/helpers/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 16561.044216156006, + "relativeCreated": 16586.364382, "stack_info": null, - "thread": 140629661161152, + "taskName": null, + "thread": 140179855623872, "threadName": "Thread-28 (_start)" }, { @@ -51232,25 +53075,26 @@ "comm-server:", "(5): 96 78 fe 3a 3e" ], - "asctime": "2025-03-23 16:47:12,658", - "created": 1742744832.6582565, + "asctime": "2025-08-15 21:42:07,604", + "created": 1755286927.6042347, "exc_text": null, "filename": "__init__.py", "funcName": "__tx__", "levelname": "INFO", "levelno": 20, - "lineno": 284, + "lineno": 286, "message": "comm-server: TX -> (5): 96 78 fe 3a 3e", "module": "__init__", - "msecs": 658.0, + "msecs": 604.0, "msg": "%s TX -> %s", "name": "helpers.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/helpers/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/helpers/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 16561.943292617798, + "relativeCreated": 16586.568211, "stack_info": null, - "thread": 140629661161152, + "taskName": null, + "thread": 140179855623872, "threadName": "Thread-28 (_start)" }, { @@ -51258,25 +53102,26 @@ "comm-client:", "(5): 96 78 fe 3a 3e" ], - "asctime": "2025-03-23 16:47:12,659", - "created": 1742744832.6593544, + "asctime": "2025-08-15 21:42:07,605", + "created": 1755286927.605033, "exc_text": null, "filename": "__init__.py", "funcName": "__rx__", "levelname": "DEBUG", "levelno": 10, - "lineno": 414, + "lineno": 416, "message": "comm-client: RX <- (5): 96 78 fe 3a 3e", "module": "__init__", - "msecs": 659.0, + "msecs": 605.0, "msg": "%s RX <- %s", "name": "helpers.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/helpers/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/helpers/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 16563.04121017456, + "relativeCreated": 16587.366483, "stack_info": null, - "thread": 140629661161152, + "taskName": null, + "thread": 140179855623872, "threadName": "Thread-28 (_start)" }, { @@ -51287,72 +53132,75 @@ "status: okay", "36" ], - "asctime": "2025-03-23 16:47:12,660", - "created": 1742744832.6601152, + "asctime": "2025-08-15 21:42:07,605", + "created": 1755286927.60523, "exc_text": null, "filename": "__init__.py", "funcName": "__log_msg__", "levelname": "INFO", "levelno": 20, - "lineno": 445, + "lineno": 438, "message": "prot-client: RX <- service: read data response, data_id: 0, status: okay, data: \"36\"", "module": "__init__", - "msecs": 660.0, + "msecs": 605.0, "msg": "%s %s %s, %s, data: \"%s\"", "name": "socket_protocol.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/socket_protocol/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/socket_protocol/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 16563.802003860474, + "relativeCreated": 16587.563557, "stack_info": null, - "thread": 140629661161152, + "taskName": null, + "thread": 140179855623872, "threadName": "Thread-28 (_start)" }, { "args": [ "prot-client:" ], - "asctime": "2025-03-23 16:47:12,660", - "created": 1742744832.6604311, + "asctime": "2025-08-15 21:42:07,605", + "created": 1755286927.605317, "exc_text": null, "filename": "__init__.py", "funcName": "__buffer_received_data__", "levelname": "DEBUG", "levelno": 10, - "lineno": 392, + "lineno": 385, "message": "prot-client: Message data is stored in buffer and is now ready to be retrieved by receive method", "module": "__init__", - "msecs": 660.0, + "msecs": 605.0, "msg": "%s Message data is stored in buffer and is now ready to be retrieved by receive method", "name": "socket_protocol.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/socket_protocol/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/socket_protocol/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 16564.117908477783, + "relativeCreated": 16587.650582, "stack_info": null, - "thread": 140629661161152, + "taskName": null, + "thread": 140179855623872, "threadName": "Thread-28 (_start)" } ], - "msecs": 835.0, + "msecs": 785.0, "msg": "Transfering data", "name": "__tLogger__", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/tests/test_callbacks.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/tests/test_callbacks.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 16739.00079727173, + "relativeCreated": 16768.133831, "stack_info": null, - "thread": 140631409799232, + "taskName": null, + "thread": 140181752467712, "threadName": "MainThread", - "time_consumption": 0.1748828887939453 + "time_consumption": 0.18048334121704102 }, { "args": [ "{'data_id': 0, 'service_id': 10, 'status': 0, 'data': 31}", "" ], - "asctime": "2025-03-23 16:47:12,836", - "created": 1742744832.8364272, + "asctime": "2025-08-15 21:42:07,786", + "created": 1755286927.7861407, "exc_text": null, "filename": "test.py", "funcName": "equivalency_chk", @@ -51368,8 +53216,8 @@ "{'data_id': 0, 'service_id': 10, 'status': 0, 'data': 31}", "" ], - "asctime": "2025-03-23 16:47:12,835", - "created": 1742744832.8359575, + "asctime": "2025-08-15 21:42:07,786", + "created": 1755286927.7860034, "exc_text": null, "filename": "test.py", "funcName": "__report_result__", @@ -51378,15 +53226,16 @@ "lineno": 22, "message": "Result (Message stored inside callback): {'data_id': 0, 'service_id': 10, 'status': 0, 'data': 31} ()", "module": "test", - "msecs": 835.0, + "msecs": 786.0, "msg": "Result (%s): %s (%s)", "name": "__unittest__", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/unittest/test.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/unittest/test.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 16739.644289016724, + "relativeCreated": 16768.336814, "stack_info": null, - "thread": 140631409799232, + "taskName": null, + "thread": 140181752467712, "threadName": "MainThread" }, { @@ -51396,8 +53245,8 @@ "{'data': 31, 'data_id': 0, 'service_id': 10, 'status': 0}", "" ], - "asctime": "2025-03-23 16:47:12,836", - "created": 1742744832.8362138, + "asctime": "2025-08-15 21:42:07,786", + "created": 1755286927.7860782, "exc_text": null, "filename": "test.py", "funcName": "__report_expectation__", @@ -51406,37 +53255,39 @@ "lineno": 26, "message": "Expectation (Message stored inside callback): result = {'data': 31, 'data_id': 0, 'service_id': 10, 'status': 0} ()", "module": "test", - "msecs": 836.0, + "msecs": 786.0, "msg": "Expectation (%s): result %s %s (%s)", "name": "__unittest__", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/unittest/test.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/unittest/test.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 16739.900588989258, + "relativeCreated": 16768.411747, "stack_info": null, - "thread": 140631409799232, + "taskName": null, + "thread": 140181752467712, "threadName": "MainThread" } ], - "msecs": 836.0, + "msecs": 786.0, "msg": "Message stored inside callback is correct (Content %s and Type is %s).", "name": "__tLogger__", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/unittest/test.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/unittest/test.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 16740.113973617554, + "relativeCreated": 16768.474087, "stack_info": null, - "thread": 140631409799232, + "taskName": null, + "thread": 140181752467712, "threadName": "MainThread", - "time_consumption": 0.00021338462829589844 + "time_consumption": 6.246566772460938e-05 }, { "args": [ "{'data_id': 0, 'service_id': 11, 'status': 0, 'data': 36}", "" ], - "asctime": "2025-03-23 16:47:12,837", - "created": 1742744832.8371375, + "asctime": "2025-08-15 21:42:07,786", + "created": 1755286927.7863655, "exc_text": null, "filename": "test.py", "funcName": "equivalency_chk", @@ -51452,8 +53303,8 @@ "{'data_id': 0, 'service_id': 11, 'status': 0, 'data': 36}", "" ], - "asctime": "2025-03-23 16:47:12,836", - "created": 1742744832.8367484, + "asctime": "2025-08-15 21:42:07,786", + "created": 1755286927.786252, "exc_text": null, "filename": "test.py", "funcName": "__report_result__", @@ -51462,15 +53313,16 @@ "lineno": 22, "message": "Result (Message received by client): {'data_id': 0, 'service_id': 11, 'status': 0, 'data': 36} ()", "module": "test", - "msecs": 836.0, + "msecs": 786.0, "msg": "Result (%s): %s (%s)", "name": "__unittest__", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/unittest/test.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/unittest/test.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 16740.435123443604, + "relativeCreated": 16768.585454, "stack_info": null, - "thread": 140631409799232, + "taskName": null, + "thread": 140181752467712, "threadName": "MainThread" }, { @@ -51480,8 +53332,8 @@ "{'data': 36, 'data_id': 0, 'service_id': 11, 'status': 0}", "" ], - "asctime": "2025-03-23 16:47:12,836", - "created": 1742744832.8369498, + "asctime": "2025-08-15 21:42:07,786", + "created": 1755286927.786311, "exc_text": null, "filename": "test.py", "funcName": "__report_expectation__", @@ -51490,63 +53342,66 @@ "lineno": 26, "message": "Expectation (Message received by client): result = {'data': 36, 'data_id': 0, 'service_id': 11, 'status': 0} ()", "module": "test", - "msecs": 836.0, + "msecs": 786.0, "msg": "Expectation (%s): result %s %s (%s)", "name": "__unittest__", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/unittest/test.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/unittest/test.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 16740.636587142944, + "relativeCreated": 16768.644439, "stack_info": null, - "thread": 140631409799232, + "taskName": null, + "thread": 140181752467712, "threadName": "MainThread" } ], - "msecs": 837.0, + "msecs": 786.0, "msg": "Message received by client is correct (Content %s and Type is %s).", "name": "__tLogger__", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/unittest/test.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/unittest/test.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 16740.824222564697, + "relativeCreated": 16768.698756, "stack_info": null, - "thread": 140631409799232, + "taskName": null, + "thread": 140181752467712, "threadName": "MainThread", - "time_consumption": 0.0001876354217529297 + "time_consumption": 5.459785461425781e-05 } ], - "thread": 140631409799232, + "thread": 140181752467712, "threadName": "MainThread", - "time_consumption": 1.1738717555999756, - "time_finished": "2025-03-23 16:47:12,837", - "time_start": "2025-03-23 16:47:11,663" + "time_consumption": 1.166841983795166, + "time_finished": "2025-08-15 21:42:07,786", + "time_start": "2025-08-15 21:42:06,619" }, "REQ-0020": { "args": null, - "asctime": "2025-03-23 16:47:12,838", - "created": 1742744832.8380897, + "asctime": "2025-08-15 21:42:07,786", + "created": 1755286927.786607, "exc_text": null, "filename": "__init__.py", "funcName": "testCase", "levelname": "INFO", "levelno": 20, - "lineno": 327, + "lineno": 331, "message": "REQ-0020", "module": "__init__", "moduleLogger": [], - "msecs": 838.0, + "msecs": 786.0, "msg": "REQ-0020", "name": "__tLogger__", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/report/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/report/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 16741.77646636963, + "relativeCreated": 16768.94061, "stack_info": null, + "taskName": null, "testcaseLogger": [ { "args": [], - "asctime": "2025-03-23 16:47:12,850", - "created": 1742744832.8509364, + "asctime": "2025-08-15 21:42:07,789", + "created": 1755286927.7899313, "exc_text": null, "filename": "test_helpers.py", "funcName": "set_up_socket_protocol", @@ -51560,100 +53415,104 @@ "args": [ "comm-client:" ], - "asctime": "2025-03-23 16:47:12,841", - "created": 1742744832.841068, + "asctime": "2025-08-15 21:42:07,787", + "created": 1755286927.7870681, "exc_text": null, "filename": "__init__.py", "funcName": "__clean_buffer__", "levelname": "DEBUG", "levelno": 10, - "lineno": 411, + "lineno": 413, "message": "comm-client: Cleaning up receive-buffer", "module": "__init__", - "msecs": 841.0, + "msecs": 787.0, "msg": "%s Cleaning up receive-buffer", "name": "helpers.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/helpers/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/helpers/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 16744.754791259766, + "relativeCreated": 16769.401561, "stack_info": null, - "thread": 140631409799232, + "taskName": null, + "thread": 140181752467712, "threadName": "MainThread" }, { "args": [ "comm-server:" ], - "asctime": "2025-03-23 16:47:12,842", - "created": 1742744832.8423512, + "asctime": "2025-08-15 21:42:07,787", + "created": 1755286927.7874384, "exc_text": null, "filename": "__init__.py", "funcName": "__clean_buffer__", "levelname": "DEBUG", "levelno": 10, - "lineno": 411, + "lineno": 413, "message": "comm-server: Cleaning up receive-buffer", "module": "__init__", - "msecs": 842.0, + "msecs": 787.0, "msg": "%s Cleaning up receive-buffer", "name": "helpers.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/helpers/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/helpers/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 16746.03796005249, + "relativeCreated": 16769.771668, "stack_info": null, - "thread": 140631409799232, + "taskName": null, + "thread": 140181752467712, "threadName": "MainThread" }, { "args": [ "comm-server:" ], - "asctime": "2025-03-23 16:47:12,842", - "created": 1742744832.8426514, + "asctime": "2025-08-15 21:42:07,787", + "created": 1755286927.787532, "exc_text": null, "filename": "__init__.py", "funcName": "__init__", "levelname": "INFO", "levelno": 20, - "lineno": 520, + "lineno": 522, "message": "comm-server: Waiting for incomming connection", "module": "__init__", - "msecs": 842.0, + "msecs": 787.0, "msg": "%s Waiting for incomming connection", "name": "helpers.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/helpers/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/helpers/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 16746.33812904358, + "relativeCreated": 16769.865543, "stack_info": null, - "thread": 140631409799232, + "taskName": null, + "thread": 140181752467712, "threadName": "MainThread" }, { "args": [ "prot-server:" ], - "asctime": "2025-03-23 16:47:12,843", - "created": 1742744832.8430808, + "asctime": "2025-08-15 21:42:07,787", + "created": 1755286927.7876496, "exc_text": null, "filename": "__init__.py", "funcName": "__clean_receive_buffer__", "levelname": "DEBUG", "levelno": 10, - "lineno": 434, + "lineno": 427, "message": "prot-server: Cleaning up receive-buffer", "module": "__init__", - "msecs": 843.0, + "msecs": 787.0, "msg": "%s Cleaning up receive-buffer", "name": "socket_protocol.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/socket_protocol/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/socket_protocol/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 16746.76752090454, + "relativeCreated": 16769.982878, "stack_info": null, - "thread": 140631409799232, + "taskName": null, + "thread": 140181752467712, "threadName": "MainThread" }, { @@ -51662,25 +53521,26 @@ "authentification request", "authentification response" ], - "asctime": "2025-03-23 16:47:12,843", - "created": 1742744832.8433268, + "asctime": "2025-08-15 21:42:07,787", + "created": 1755286927.7877166, "exc_text": null, "filename": "__init__.py", "funcName": "add_service", "levelname": "DEBUG", "levelno": 10, - "lineno": 597, + "lineno": 590, "message": "prot-server: Adding Service with Request=authentification request and Response=authentification response", "module": "__init__", - "msecs": 843.0, + "msecs": 787.0, "msg": "%s Adding Service with Request=%s and Response=%s", "name": "socket_protocol.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/socket_protocol/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/socket_protocol/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 16747.013568878174, + "relativeCreated": 16770.050162, "stack_info": null, - "thread": 140631409799232, + "taskName": null, + "thread": 140181752467712, "threadName": "MainThread" }, { @@ -51688,25 +53548,26 @@ "prot-server:", "service: authentification request, data_id: seed" ], - "asctime": "2025-03-23 16:47:12,843", - "created": 1742744832.8436222, + "asctime": "2025-08-15 21:42:07,787", + "created": 1755286927.7878103, "exc_text": null, "filename": "__init__.py", "funcName": "add_msg_to_auth_whitelist_", "levelname": "DEBUG", "levelno": 10, - "lineno": 571, + "lineno": 564, "message": "prot-server: Adding Message (service: authentification request, data_id: seed) to the authentification whitelist", "module": "__init__", - "msecs": 843.0, + "msecs": 787.0, "msg": "%s Adding Message (%s) to the authentification whitelist", "name": "socket_protocol.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/socket_protocol/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/socket_protocol/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 16747.30896949768, + "relativeCreated": 16770.143795, "stack_info": null, - "thread": 140631409799232, + "taskName": null, + "thread": 140181752467712, "threadName": "MainThread" }, { @@ -51714,25 +53575,26 @@ "prot-server:", "service: authentification response, data_id: seed" ], - "asctime": "2025-03-23 16:47:12,843", - "created": 1742744832.8438046, + "asctime": "2025-08-15 21:42:07,787", + "created": 1755286927.7878728, "exc_text": null, "filename": "__init__.py", "funcName": "add_msg_to_auth_whitelist_", "levelname": "DEBUG", "levelno": 10, - "lineno": 571, + "lineno": 564, "message": "prot-server: Adding Message (service: authentification response, data_id: seed) to the authentification whitelist", "module": "__init__", - "msecs": 843.0, + "msecs": 787.0, "msg": "%s Adding Message (%s) to the authentification whitelist", "name": "socket_protocol.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/socket_protocol/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/socket_protocol/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 16747.491359710693, + "relativeCreated": 16770.20615, "stack_info": null, - "thread": 140631409799232, + "taskName": null, + "thread": 140181752467712, "threadName": "MainThread" }, { @@ -51740,25 +53602,26 @@ "prot-server:", "service: authentification request, data_id: key" ], - "asctime": "2025-03-23 16:47:12,843", - "created": 1742744832.8439736, + "asctime": "2025-08-15 21:42:07,787", + "created": 1755286927.7879272, "exc_text": null, "filename": "__init__.py", "funcName": "add_msg_to_auth_whitelist_", "levelname": "DEBUG", "levelno": 10, - "lineno": 571, + "lineno": 564, "message": "prot-server: Adding Message (service: authentification request, data_id: key) to the authentification whitelist", "module": "__init__", - "msecs": 843.0, + "msecs": 787.0, "msg": "%s Adding Message (%s) to the authentification whitelist", "name": "socket_protocol.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/socket_protocol/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/socket_protocol/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 16747.660398483276, + "relativeCreated": 16770.260439, "stack_info": null, - "thread": 140631409799232, + "taskName": null, + "thread": 140181752467712, "threadName": "MainThread" }, { @@ -51766,25 +53629,26 @@ "prot-server:", "service: authentification response, data_id: key" ], - "asctime": "2025-03-23 16:47:12,844", - "created": 1742744832.8441372, + "asctime": "2025-08-15 21:42:07,787", + "created": 1755286927.787983, "exc_text": null, "filename": "__init__.py", "funcName": "add_msg_to_auth_whitelist_", "levelname": "DEBUG", "levelno": 10, - "lineno": 571, + "lineno": 564, "message": "prot-server: Adding Message (service: authentification response, data_id: key) to the authentification whitelist", "module": "__init__", - "msecs": 844.0, + "msecs": 787.0, "msg": "%s Adding Message (%s) to the authentification whitelist", "name": "socket_protocol.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/socket_protocol/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/socket_protocol/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 16747.82395362854, + "relativeCreated": 16770.316251, "stack_info": null, - "thread": 140631409799232, + "taskName": null, + "thread": 140181752467712, "threadName": "MainThread" }, { @@ -51794,25 +53658,26 @@ "0", "0" ], - "asctime": "2025-03-23 16:47:12,844", - "created": 1742744832.8443177, + "asctime": "2025-08-15 21:42:07,788", + "created": 1755286927.7880402, "exc_text": null, "filename": "__init__.py", "funcName": "add", "levelname": "DEBUG", "levelno": 10, - "lineno": 172, + "lineno": 169, "message": "prot-server: Adding callback '__authentificate_create_seed__' for SID=0 and DID=0", "module": "__init__", - "msecs": 844.0, + "msecs": 788.0, "msg": "%s Adding callback %s for SID=%s and DID=%s", "name": "socket_protocol.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/socket_protocol/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/socket_protocol/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 16748.00443649292, + "relativeCreated": 16770.373663, "stack_info": null, - "thread": 140631409799232, + "taskName": null, + "thread": 140181752467712, "threadName": "MainThread" }, { @@ -51822,25 +53687,26 @@ "1", "0" ], - "asctime": "2025-03-23 16:47:12,844", - "created": 1742744832.8444993, + "asctime": "2025-08-15 21:42:07,788", + "created": 1755286927.7880995, "exc_text": null, "filename": "__init__.py", "funcName": "add", "levelname": "DEBUG", "levelno": 10, - "lineno": 172, + "lineno": 169, "message": "prot-server: Adding callback '__authentificate_create_key__' for SID=1 and DID=0", "module": "__init__", - "msecs": 844.0, + "msecs": 788.0, "msg": "%s Adding callback %s for SID=%s and DID=%s", "name": "socket_protocol.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/socket_protocol/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/socket_protocol/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 16748.186111450195, + "relativeCreated": 16770.433092, "stack_info": null, - "thread": 140631409799232, + "taskName": null, + "thread": 140181752467712, "threadName": "MainThread" }, { @@ -51850,25 +53716,26 @@ "0", "1" ], - "asctime": "2025-03-23 16:47:12,844", - "created": 1742744832.8446758, + "asctime": "2025-08-15 21:42:07,788", + "created": 1755286927.7881563, "exc_text": null, "filename": "__init__.py", "funcName": "add", "levelname": "DEBUG", "levelno": 10, - "lineno": 172, + "lineno": 169, "message": "prot-server: Adding callback '__authentificate_check_key__' for SID=0 and DID=1", "module": "__init__", - "msecs": 844.0, + "msecs": 788.0, "msg": "%s Adding callback %s for SID=%s and DID=%s", "name": "socket_protocol.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/socket_protocol/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/socket_protocol/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 16748.36254119873, + "relativeCreated": 16770.489506, "stack_info": null, - "thread": 140631409799232, + "taskName": null, + "thread": 140181752467712, "threadName": "MainThread" }, { @@ -51878,50 +53745,52 @@ "1", "1" ], - "asctime": "2025-03-23 16:47:12,844", - "created": 1742744832.8448482, + "asctime": "2025-08-15 21:42:07,788", + "created": 1755286927.7882109, "exc_text": null, "filename": "__init__.py", "funcName": "add", "levelname": "DEBUG", "levelno": 10, - "lineno": 172, + "lineno": 169, "message": "prot-server: Adding callback '__authentificate_process_feedback__' for SID=1 and DID=1", "module": "__init__", - "msecs": 844.0, + "msecs": 788.0, "msg": "%s Adding callback %s for SID=%s and DID=%s", "name": "socket_protocol.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/socket_protocol/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/socket_protocol/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 16748.53491783142, + "relativeCreated": 16770.544313, "stack_info": null, - "thread": 140631409799232, + "taskName": null, + "thread": 140181752467712, "threadName": "MainThread" }, { "args": [ "prot-server:" ], - "asctime": "2025-03-23 16:47:12,845", - "created": 1742744832.8450036, + "asctime": "2025-08-15 21:42:07,788", + "created": 1755286927.788261, "exc_text": null, "filename": "__init__.py", "funcName": "__authentification_state_reset__", "levelname": "INFO", "levelno": 20, - "lineno": 380, + "lineno": 373, "message": "prot-server: Resetting authentification state to AUTH_STATE_UNTRUSTED_CONNECTION", "module": "__init__", - "msecs": 845.0, + "msecs": 788.0, "msg": "%s Resetting authentification state to AUTH_STATE_UNTRUSTED_CONNECTION", "name": "socket_protocol.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/socket_protocol/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/socket_protocol/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 16748.690366744995, + "relativeCreated": 16770.594265, "stack_info": null, - "thread": 140631409799232, + "taskName": null, + "thread": 140181752467712, "threadName": "MainThread" }, { @@ -51930,25 +53799,26 @@ "channel name request", "channel name response" ], - "asctime": "2025-03-23 16:47:12,845", - "created": 1742744832.8451717, + "asctime": "2025-08-15 21:42:07,788", + "created": 1755286927.7883162, "exc_text": null, "filename": "__init__.py", "funcName": "add_service", "levelname": "DEBUG", "levelno": 10, - "lineno": 597, + "lineno": 590, "message": "prot-server: Adding Service with Request=channel name request and Response=channel name response", "module": "__init__", - "msecs": 845.0, + "msecs": 788.0, "msg": "%s Adding Service with Request=%s and Response=%s", "name": "socket_protocol.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/socket_protocol/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/socket_protocol/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 16748.85845184326, + "relativeCreated": 16770.649514, "stack_info": null, - "thread": 140631409799232, + "taskName": null, + "thread": 140181752467712, "threadName": "MainThread" }, { @@ -51956,25 +53826,26 @@ "prot-server:", "service: channel name request, data_id: name" ], - "asctime": "2025-03-23 16:47:12,845", - "created": 1742744832.845357, + "asctime": "2025-08-15 21:42:07,788", + "created": 1755286927.7883768, "exc_text": null, "filename": "__init__.py", "funcName": "add_msg_to_auth_whitelist_", "levelname": "DEBUG", "levelno": 10, - "lineno": 571, + "lineno": 564, "message": "prot-server: Adding Message (service: channel name request, data_id: name) to the authentification whitelist", "module": "__init__", - "msecs": 845.0, + "msecs": 788.0, "msg": "%s Adding Message (%s) to the authentification whitelist", "name": "socket_protocol.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/socket_protocol/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/socket_protocol/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 16749.043703079224, + "relativeCreated": 16770.710259, "stack_info": null, - "thread": 140631409799232, + "taskName": null, + "thread": 140181752467712, "threadName": "MainThread" }, { @@ -51982,25 +53853,26 @@ "prot-server:", "service: channel name response, data_id: name" ], - "asctime": "2025-03-23 16:47:12,845", - "created": 1742744832.8455434, + "asctime": "2025-08-15 21:42:07,788", + "created": 1755286927.7884295, "exc_text": null, "filename": "__init__.py", "funcName": "add_msg_to_auth_whitelist_", "levelname": "DEBUG", "levelno": 10, - "lineno": 571, + "lineno": 564, "message": "prot-server: Adding Message (service: channel name response, data_id: name) to the authentification whitelist", "module": "__init__", - "msecs": 845.0, + "msecs": 788.0, "msg": "%s Adding Message (%s) to the authentification whitelist", "name": "socket_protocol.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/socket_protocol/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/socket_protocol/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 16749.23014640808, + "relativeCreated": 16770.763107, "stack_info": null, - "thread": 140631409799232, + "taskName": null, + "thread": 140181752467712, "threadName": "MainThread" }, { @@ -52010,25 +53882,26 @@ "8", "0" ], - "asctime": "2025-03-23 16:47:12,845", - "created": 1742744832.845719, + "asctime": "2025-08-15 21:42:07,788", + "created": 1755286927.7884836, "exc_text": null, "filename": "__init__.py", "funcName": "add", "levelname": "DEBUG", "levelno": 10, - "lineno": 172, + "lineno": 169, "message": "prot-server: Adding callback '__channel_name_request__' for SID=8 and DID=0", "module": "__init__", - "msecs": 845.0, + "msecs": 788.0, "msg": "%s Adding callback %s for SID=%s and DID=%s", "name": "socket_protocol.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/socket_protocol/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/socket_protocol/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 16749.40586090088, + "relativeCreated": 16770.816923, "stack_info": null, - "thread": 140631409799232, + "taskName": null, + "thread": 140181752467712, "threadName": "MainThread" }, { @@ -52038,25 +53911,26 @@ "9", "0" ], - "asctime": "2025-03-23 16:47:12,845", - "created": 1742744832.8458955, + "asctime": "2025-08-15 21:42:07,788", + "created": 1755286927.7885416, "exc_text": null, "filename": "__init__.py", "funcName": "add", "levelname": "DEBUG", "levelno": 10, - "lineno": 172, + "lineno": 169, "message": "prot-server: Adding callback '__channel_name_response__' for SID=9 and DID=0", "module": "__init__", - "msecs": 845.0, + "msecs": 788.0, "msg": "%s Adding callback %s for SID=%s and DID=%s", "name": "socket_protocol.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/socket_protocol/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/socket_protocol/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 16749.582290649414, + "relativeCreated": 16770.874888, "stack_info": null, - "thread": 140631409799232, + "taskName": null, + "thread": 140181752467712, "threadName": "MainThread" }, { @@ -52065,25 +53939,26 @@ "read data request", "read data response" ], - "asctime": "2025-03-23 16:47:12,846", - "created": 1742744832.8460891, + "asctime": "2025-08-15 21:42:07,788", + "created": 1755286927.7885995, "exc_text": null, "filename": "__init__.py", "funcName": "add_service", "levelname": "DEBUG", "levelno": 10, - "lineno": 597, + "lineno": 590, "message": "prot-server: Adding Service with Request=read data request and Response=read data response", "module": "__init__", - "msecs": 846.0, + "msecs": 788.0, "msg": "%s Adding Service with Request=%s and Response=%s", "name": "socket_protocol.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/socket_protocol/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/socket_protocol/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 16749.775886535645, + "relativeCreated": 16770.933023, "stack_info": null, - "thread": 140631409799232, + "taskName": null, + "thread": 140181752467712, "threadName": "MainThread" }, { @@ -52092,25 +53967,26 @@ "write data request", "write data response" ], - "asctime": "2025-03-23 16:47:12,846", - "created": 1742744832.8462613, + "asctime": "2025-08-15 21:42:07,788", + "created": 1755286927.7886498, "exc_text": null, "filename": "__init__.py", "funcName": "add_service", "levelname": "DEBUG", "levelno": 10, - "lineno": 597, + "lineno": 590, "message": "prot-server: Adding Service with Request=write data request and Response=write data response", "module": "__init__", - "msecs": 846.0, + "msecs": 788.0, "msg": "%s Adding Service with Request=%s and Response=%s", "name": "socket_protocol.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/socket_protocol/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/socket_protocol/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 16749.948024749756, + "relativeCreated": 16770.983055, "stack_info": null, - "thread": 140631409799232, + "taskName": null, + "thread": 140181752467712, "threadName": "MainThread" }, { @@ -52119,75 +53995,78 @@ "execute request", "execute response" ], - "asctime": "2025-03-23 16:47:12,846", - "created": 1742744832.8464286, + "asctime": "2025-08-15 21:42:07,788", + "created": 1755286927.788699, "exc_text": null, "filename": "__init__.py", "funcName": "add_service", "levelname": "DEBUG", "levelno": 10, - "lineno": 597, + "lineno": 590, "message": "prot-server: Adding Service with Request=execute request and Response=execute response", "module": "__init__", - "msecs": 846.0, + "msecs": 788.0, "msg": "%s Adding Service with Request=%s and Response=%s", "name": "socket_protocol.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/socket_protocol/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/socket_protocol/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 16750.115394592285, + "relativeCreated": 16771.032197, "stack_info": null, - "thread": 140631409799232, + "taskName": null, + "thread": 140181752467712, "threadName": "MainThread" }, { "args": [ "prot-server:" ], - "asctime": "2025-03-23 16:47:12,846", - "created": 1742744832.8465898, + "asctime": "2025-08-15 21:42:07,788", + "created": 1755286927.7887487, "exc_text": null, "filename": "__init__.py", "funcName": "__init__", "levelname": "INFO", "levelno": 20, - "lineno": 340, + "lineno": 333, "message": "prot-server: Initialisation finished.", "module": "__init__", - "msecs": 846.0, + "msecs": 788.0, "msg": "%s Initialisation finished.", "name": "socket_protocol.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/socket_protocol/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/socket_protocol/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 16750.276565551758, + "relativeCreated": 16771.082207, "stack_info": null, - "thread": 140631409799232, + "taskName": null, + "thread": 140181752467712, "threadName": "MainThread" }, { "args": [ "prot-client:" ], - "asctime": "2025-03-23 16:47:12,846", - "created": 1742744832.8468835, + "asctime": "2025-08-15 21:42:07,788", + "created": 1755286927.7888417, "exc_text": null, "filename": "__init__.py", "funcName": "__clean_receive_buffer__", "levelname": "DEBUG", "levelno": 10, - "lineno": 434, + "lineno": 427, "message": "prot-client: Cleaning up receive-buffer", "module": "__init__", - "msecs": 846.0, + "msecs": 788.0, "msg": "%s Cleaning up receive-buffer", "name": "socket_protocol.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/socket_protocol/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/socket_protocol/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 16750.57029724121, + "relativeCreated": 16771.175193, "stack_info": null, - "thread": 140631409799232, + "taskName": null, + "thread": 140181752467712, "threadName": "MainThread" }, { @@ -52196,25 +54075,26 @@ "authentification request", "authentification response" ], - "asctime": "2025-03-23 16:47:12,847", - "created": 1742744832.8470595, + "asctime": "2025-08-15 21:42:07,788", + "created": 1755286927.7888973, "exc_text": null, "filename": "__init__.py", "funcName": "add_service", "levelname": "DEBUG", "levelno": 10, - "lineno": 597, + "lineno": 590, "message": "prot-client: Adding Service with Request=authentification request and Response=authentification response", "module": "__init__", - "msecs": 847.0, + "msecs": 788.0, "msg": "%s Adding Service with Request=%s and Response=%s", "name": "socket_protocol.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/socket_protocol/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/socket_protocol/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 16750.746250152588, + "relativeCreated": 16771.230736, "stack_info": null, - "thread": 140631409799232, + "taskName": null, + "thread": 140181752467712, "threadName": "MainThread" }, { @@ -52222,25 +54102,26 @@ "prot-client:", "service: authentification request, data_id: seed" ], - "asctime": "2025-03-23 16:47:12,847", - "created": 1742744832.847278, + "asctime": "2025-08-15 21:42:07,788", + "created": 1755286927.7889638, "exc_text": null, "filename": "__init__.py", "funcName": "add_msg_to_auth_whitelist_", "levelname": "DEBUG", "levelno": 10, - "lineno": 571, + "lineno": 564, "message": "prot-client: Adding Message (service: authentification request, data_id: seed) to the authentification whitelist", "module": "__init__", - "msecs": 847.0, + "msecs": 788.0, "msg": "%s Adding Message (%s) to the authentification whitelist", "name": "socket_protocol.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/socket_protocol/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/socket_protocol/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 16750.964879989624, + "relativeCreated": 16771.297176, "stack_info": null, - "thread": 140631409799232, + "taskName": null, + "thread": 140181752467712, "threadName": "MainThread" }, { @@ -52248,25 +54129,26 @@ "prot-client:", "service: authentification response, data_id: seed" ], - "asctime": "2025-03-23 16:47:12,847", - "created": 1742744832.8474493, + "asctime": "2025-08-15 21:42:07,789", + "created": 1755286927.7890167, "exc_text": null, "filename": "__init__.py", "funcName": "add_msg_to_auth_whitelist_", "levelname": "DEBUG", "levelno": 10, - "lineno": 571, + "lineno": 564, "message": "prot-client: Adding Message (service: authentification response, data_id: seed) to the authentification whitelist", "module": "__init__", - "msecs": 847.0, + "msecs": 789.0, "msg": "%s Adding Message (%s) to the authentification whitelist", "name": "socket_protocol.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/socket_protocol/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/socket_protocol/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 16751.13606452942, + "relativeCreated": 16771.350269, "stack_info": null, - "thread": 140631409799232, + "taskName": null, + "thread": 140181752467712, "threadName": "MainThread" }, { @@ -52274,25 +54156,26 @@ "prot-client:", "service: authentification request, data_id: key" ], - "asctime": "2025-03-23 16:47:12,847", - "created": 1742744832.8476236, + "asctime": "2025-08-15 21:42:07,789", + "created": 1755286927.7890742, "exc_text": null, "filename": "__init__.py", "funcName": "add_msg_to_auth_whitelist_", "levelname": "DEBUG", "levelno": 10, - "lineno": 571, + "lineno": 564, "message": "prot-client: Adding Message (service: authentification request, data_id: key) to the authentification whitelist", "module": "__init__", - "msecs": 847.0, + "msecs": 789.0, "msg": "%s Adding Message (%s) to the authentification whitelist", "name": "socket_protocol.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/socket_protocol/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/socket_protocol/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 16751.310348510742, + "relativeCreated": 16771.407511, "stack_info": null, - "thread": 140631409799232, + "taskName": null, + "thread": 140181752467712, "threadName": "MainThread" }, { @@ -52300,25 +54183,26 @@ "prot-client:", "service: authentification response, data_id: key" ], - "asctime": "2025-03-23 16:47:12,847", - "created": 1742744832.8477864, + "asctime": "2025-08-15 21:42:07,789", + "created": 1755286927.7891276, "exc_text": null, "filename": "__init__.py", "funcName": "add_msg_to_auth_whitelist_", "levelname": "DEBUG", "levelno": 10, - "lineno": 571, + "lineno": 564, "message": "prot-client: Adding Message (service: authentification response, data_id: key) to the authentification whitelist", "module": "__init__", - "msecs": 847.0, + "msecs": 789.0, "msg": "%s Adding Message (%s) to the authentification whitelist", "name": "socket_protocol.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/socket_protocol/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/socket_protocol/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 16751.47318840027, + "relativeCreated": 16771.461022, "stack_info": null, - "thread": 140631409799232, + "taskName": null, + "thread": 140181752467712, "threadName": "MainThread" }, { @@ -52328,25 +54212,26 @@ "0", "0" ], - "asctime": "2025-03-23 16:47:12,847", - "created": 1742744832.8479657, + "asctime": "2025-08-15 21:42:07,789", + "created": 1755286927.7891853, "exc_text": null, "filename": "__init__.py", "funcName": "add", "levelname": "DEBUG", "levelno": 10, - "lineno": 172, + "lineno": 169, "message": "prot-client: Adding callback '__authentificate_create_seed__' for SID=0 and DID=0", "module": "__init__", - "msecs": 847.0, + "msecs": 789.0, "msg": "%s Adding callback %s for SID=%s and DID=%s", "name": "socket_protocol.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/socket_protocol/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/socket_protocol/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 16751.652479171753, + "relativeCreated": 16771.518633, "stack_info": null, - "thread": 140631409799232, + "taskName": null, + "thread": 140181752467712, "threadName": "MainThread" }, { @@ -52356,25 +54241,26 @@ "1", "0" ], - "asctime": "2025-03-23 16:47:12,848", - "created": 1742744832.8481467, + "asctime": "2025-08-15 21:42:07,789", + "created": 1755286927.789242, "exc_text": null, "filename": "__init__.py", "funcName": "add", "levelname": "DEBUG", "levelno": 10, - "lineno": 172, + "lineno": 169, "message": "prot-client: Adding callback '__authentificate_create_key__' for SID=1 and DID=0", "module": "__init__", - "msecs": 848.0, + "msecs": 789.0, "msg": "%s Adding callback %s for SID=%s and DID=%s", "name": "socket_protocol.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/socket_protocol/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/socket_protocol/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 16751.83343887329, + "relativeCreated": 16771.575462, "stack_info": null, - "thread": 140631409799232, + "taskName": null, + "thread": 140181752467712, "threadName": "MainThread" }, { @@ -52384,25 +54270,26 @@ "0", "1" ], - "asctime": "2025-03-23 16:47:12,848", - "created": 1742744832.8484063, + "asctime": "2025-08-15 21:42:07,789", + "created": 1755286927.789297, "exc_text": null, "filename": "__init__.py", "funcName": "add", "levelname": "DEBUG", "levelno": 10, - "lineno": 172, + "lineno": 169, "message": "prot-client: Adding callback '__authentificate_check_key__' for SID=0 and DID=1", "module": "__init__", - "msecs": 848.0, + "msecs": 789.0, "msg": "%s Adding callback %s for SID=%s and DID=%s", "name": "socket_protocol.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/socket_protocol/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/socket_protocol/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 16752.093076705933, + "relativeCreated": 16771.630606, "stack_info": null, - "thread": 140631409799232, + "taskName": null, + "thread": 140181752467712, "threadName": "MainThread" }, { @@ -52412,50 +54299,52 @@ "1", "1" ], - "asctime": "2025-03-23 16:47:12,848", - "created": 1742744832.848737, + "asctime": "2025-08-15 21:42:07,789", + "created": 1755286927.789351, "exc_text": null, "filename": "__init__.py", "funcName": "add", "levelname": "DEBUG", "levelno": 10, - "lineno": 172, + "lineno": 169, "message": "prot-client: Adding callback '__authentificate_process_feedback__' for SID=1 and DID=1", "module": "__init__", - "msecs": 848.0, + "msecs": 789.0, "msg": "%s Adding callback %s for SID=%s and DID=%s", "name": "socket_protocol.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/socket_protocol/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/socket_protocol/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 16752.423763275146, + "relativeCreated": 16771.684446, "stack_info": null, - "thread": 140631409799232, + "taskName": null, + "thread": 140181752467712, "threadName": "MainThread" }, { "args": [ "prot-client:" ], - "asctime": "2025-03-23 16:47:12,849", - "created": 1742744832.8490076, + "asctime": "2025-08-15 21:42:07,789", + "created": 1755286927.7894027, "exc_text": null, "filename": "__init__.py", "funcName": "__authentification_state_reset__", "levelname": "INFO", "levelno": 20, - "lineno": 380, + "lineno": 373, "message": "prot-client: Resetting authentification state to AUTH_STATE_UNTRUSTED_CONNECTION", "module": "__init__", - "msecs": 849.0, + "msecs": 789.0, "msg": "%s Resetting authentification state to AUTH_STATE_UNTRUSTED_CONNECTION", "name": "socket_protocol.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/socket_protocol/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/socket_protocol/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 16752.694368362427, + "relativeCreated": 16771.736149, "stack_info": null, - "thread": 140631409799232, + "taskName": null, + "thread": 140181752467712, "threadName": "MainThread" }, { @@ -52464,25 +54353,26 @@ "channel name request", "channel name response" ], - "asctime": "2025-03-23 16:47:12,849", - "created": 1742744832.8492706, + "asctime": "2025-08-15 21:42:07,789", + "created": 1755286927.7894568, "exc_text": null, "filename": "__init__.py", "funcName": "add_service", "levelname": "DEBUG", "levelno": 10, - "lineno": 597, + "lineno": 590, "message": "prot-client: Adding Service with Request=channel name request and Response=channel name response", "module": "__init__", - "msecs": 849.0, + "msecs": 789.0, "msg": "%s Adding Service with Request=%s and Response=%s", "name": "socket_protocol.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/socket_protocol/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/socket_protocol/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 16752.957344055176, + "relativeCreated": 16771.790261, "stack_info": null, - "thread": 140631409799232, + "taskName": null, + "thread": 140181752467712, "threadName": "MainThread" }, { @@ -52490,25 +54380,26 @@ "prot-client:", "service: channel name request, data_id: name" ], - "asctime": "2025-03-23 16:47:12,849", - "created": 1742744832.8494732, + "asctime": "2025-08-15 21:42:07,789", + "created": 1755286927.7895129, "exc_text": null, "filename": "__init__.py", "funcName": "add_msg_to_auth_whitelist_", "levelname": "DEBUG", "levelno": 10, - "lineno": 571, + "lineno": 564, "message": "prot-client: Adding Message (service: channel name request, data_id: name) to the authentification whitelist", "module": "__init__", - "msecs": 849.0, + "msecs": 789.0, "msg": "%s Adding Message (%s) to the authentification whitelist", "name": "socket_protocol.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/socket_protocol/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/socket_protocol/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 16753.159999847412, + "relativeCreated": 16771.846405, "stack_info": null, - "thread": 140631409799232, + "taskName": null, + "thread": 140181752467712, "threadName": "MainThread" }, { @@ -52516,25 +54407,26 @@ "prot-client:", "service: channel name response, data_id: name" ], - "asctime": "2025-03-23 16:47:12,849", - "created": 1742744832.8496468, + "asctime": "2025-08-15 21:42:07,789", + "created": 1755286927.7895641, "exc_text": null, "filename": "__init__.py", "funcName": "add_msg_to_auth_whitelist_", "levelname": "DEBUG", "levelno": 10, - "lineno": 571, + "lineno": 564, "message": "prot-client: Adding Message (service: channel name response, data_id: name) to the authentification whitelist", "module": "__init__", - "msecs": 849.0, + "msecs": 789.0, "msg": "%s Adding Message (%s) to the authentification whitelist", "name": "socket_protocol.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/socket_protocol/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/socket_protocol/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 16753.333568572998, + "relativeCreated": 16771.897612, "stack_info": null, - "thread": 140631409799232, + "taskName": null, + "thread": 140181752467712, "threadName": "MainThread" }, { @@ -52544,25 +54436,26 @@ "8", "0" ], - "asctime": "2025-03-23 16:47:12,849", - "created": 1742744832.8498437, + "asctime": "2025-08-15 21:42:07,789", + "created": 1755286927.78962, "exc_text": null, "filename": "__init__.py", "funcName": "add", "levelname": "DEBUG", "levelno": 10, - "lineno": 172, + "lineno": 169, "message": "prot-client: Adding callback '__channel_name_request__' for SID=8 and DID=0", "module": "__init__", - "msecs": 849.0, + "msecs": 789.0, "msg": "%s Adding callback %s for SID=%s and DID=%s", "name": "socket_protocol.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/socket_protocol/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/socket_protocol/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 16753.530502319336, + "relativeCreated": 16771.953489, "stack_info": null, - "thread": 140631409799232, + "taskName": null, + "thread": 140181752467712, "threadName": "MainThread" }, { @@ -52572,25 +54465,26 @@ "9", "0" ], - "asctime": "2025-03-23 16:47:12,850", - "created": 1742744832.8500407, + "asctime": "2025-08-15 21:42:07,789", + "created": 1755286927.7896755, "exc_text": null, "filename": "__init__.py", "funcName": "add", "levelname": "DEBUG", "levelno": 10, - "lineno": 172, + "lineno": 169, "message": "prot-client: Adding callback '__channel_name_response__' for SID=9 and DID=0", "module": "__init__", - "msecs": 850.0, + "msecs": 789.0, "msg": "%s Adding callback %s for SID=%s and DID=%s", "name": "socket_protocol.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/socket_protocol/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/socket_protocol/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 16753.727436065674, + "relativeCreated": 16772.009026, "stack_info": null, - "thread": 140631409799232, + "taskName": null, + "thread": 140181752467712, "threadName": "MainThread" }, { @@ -52599,25 +54493,26 @@ "read data request", "read data response" ], - "asctime": "2025-03-23 16:47:12,850", - "created": 1742744832.8502715, + "asctime": "2025-08-15 21:42:07,789", + "created": 1755286927.7897336, "exc_text": null, "filename": "__init__.py", "funcName": "add_service", "levelname": "DEBUG", "levelno": 10, - "lineno": 597, + "lineno": 590, "message": "prot-client: Adding Service with Request=read data request and Response=read data response", "module": "__init__", - "msecs": 850.0, + "msecs": 789.0, "msg": "%s Adding Service with Request=%s and Response=%s", "name": "socket_protocol.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/socket_protocol/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/socket_protocol/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 16753.958225250244, + "relativeCreated": 16772.067116, "stack_info": null, - "thread": 140631409799232, + "taskName": null, + "thread": 140181752467712, "threadName": "MainThread" }, { @@ -52626,25 +54521,26 @@ "write data request", "write data response" ], - "asctime": "2025-03-23 16:47:12,850", - "created": 1742744832.8504357, + "asctime": "2025-08-15 21:42:07,789", + "created": 1755286927.7897844, "exc_text": null, "filename": "__init__.py", "funcName": "add_service", "levelname": "DEBUG", "levelno": 10, - "lineno": 597, + "lineno": 590, "message": "prot-client: Adding Service with Request=write data request and Response=write data response", "module": "__init__", - "msecs": 850.0, + "msecs": 789.0, "msg": "%s Adding Service with Request=%s and Response=%s", "name": "socket_protocol.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/socket_protocol/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/socket_protocol/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 16754.122495651245, + "relativeCreated": 16772.117843, "stack_info": null, - "thread": 140631409799232, + "taskName": null, + "thread": 140181752467712, "threadName": "MainThread" }, { @@ -52653,69 +54549,72 @@ "execute request", "execute response" ], - "asctime": "2025-03-23 16:47:12,850", - "created": 1742744832.8505995, + "asctime": "2025-08-15 21:42:07,789", + "created": 1755286927.789834, "exc_text": null, "filename": "__init__.py", "funcName": "add_service", "levelname": "DEBUG", "levelno": 10, - "lineno": 597, + "lineno": 590, "message": "prot-client: Adding Service with Request=execute request and Response=execute response", "module": "__init__", - "msecs": 850.0, + "msecs": 789.0, "msg": "%s Adding Service with Request=%s and Response=%s", "name": "socket_protocol.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/socket_protocol/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/socket_protocol/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 16754.286289215088, + "relativeCreated": 16772.167534, "stack_info": null, - "thread": 140631409799232, + "taskName": null, + "thread": 140181752467712, "threadName": "MainThread" }, { "args": [ "prot-client:" ], - "asctime": "2025-03-23 16:47:12,850", - "created": 1742744832.8507683, + "asctime": "2025-08-15 21:42:07,789", + "created": 1755286927.7898831, "exc_text": null, "filename": "__init__.py", "funcName": "__init__", "levelname": "INFO", "levelno": 20, - "lineno": 340, + "lineno": 333, "message": "prot-client: Initialisation finished.", "module": "__init__", - "msecs": 850.0, + "msecs": 789.0, "msg": "%s Initialisation finished.", "name": "socket_protocol.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/socket_protocol/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/socket_protocol/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 16754.45508956909, + "relativeCreated": 16772.216593, "stack_info": null, - "thread": 140631409799232, + "taskName": null, + "thread": 140181752467712, "threadName": "MainThread" } ], - "msecs": 850.0, + "msecs": 789.0, "msg": "Setting up communication", "name": "__tLogger__", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/tests/test_helpers.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/tests/test_helpers.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 16754.62317466736, + "relativeCreated": 16772.264622, "stack_info": null, - "thread": 140631409799232, + "taskName": null, + "thread": 140181752467712, "threadName": "MainThread", - "time_consumption": 0.00016808509826660156 + "time_consumption": 4.8160552978515625e-05 }, { "args": [], - "asctime": "2025-03-23 16:47:13,197", - "created": 1742744833.197165, + "asctime": "2025-08-15 21:42:08,133", + "created": 1755286928.1338153, "exc_text": null, "filename": "test_helpers.py", "funcName": "set_up_socket_protocol", @@ -52729,75 +54628,78 @@ "args": [ "comm-client:" ], - "asctime": "2025-03-23 16:47:12,851", - "created": 1742744832.8515804, + "asctime": "2025-08-15 21:42:07,790", + "created": 1755286927.790032, "exc_text": null, "filename": "__init__.py", "funcName": "__connect__", "levelname": "INFO", "levelno": 20, - "lineno": 268, + "lineno": 270, "message": "comm-client: Connection established...", "module": "__init__", - "msecs": 851.0, + "msecs": 790.0, "msg": "%s Connection established...", "name": "helpers.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/helpers/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/helpers/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 16755.26714324951, + "relativeCreated": 16772.365371, "stack_info": null, - "thread": 140631409799232, + "taskName": null, + "thread": 140181752467712, "threadName": "MainThread" }, { "args": [ "comm-client:" ], - "asctime": "2025-03-23 16:47:12,851", - "created": 1742744832.8519175, + "asctime": "2025-08-15 21:42:07,790", + "created": 1755286927.7900867, "exc_text": null, "filename": "__init__.py", "funcName": "__clean_buffer__", "levelname": "DEBUG", "levelno": 10, - "lineno": 411, + "lineno": 413, "message": "comm-client: Cleaning up receive-buffer", "module": "__init__", - "msecs": 851.0, + "msecs": 790.0, "msg": "%s Cleaning up receive-buffer", "name": "helpers.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/helpers/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/helpers/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 16755.60426712036, + "relativeCreated": 16772.420216, "stack_info": null, - "thread": 140631409799232, + "taskName": null, + "thread": 140181752467712, "threadName": "MainThread" }, { "args": [ "prot-client:" ], - "asctime": "2025-03-23 16:47:12,852", - "created": 1742744832.8521485, + "asctime": "2025-08-15 21:42:07,790", + "created": 1755286927.7901392, "exc_text": null, "filename": "__init__.py", "funcName": "__clean_receive_buffer__", "levelname": "DEBUG", "levelno": 10, - "lineno": 434, + "lineno": 427, "message": "prot-client: Cleaning up receive-buffer", "module": "__init__", - "msecs": 852.0, + "msecs": 790.0, "msg": "%s Cleaning up receive-buffer", "name": "socket_protocol.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/socket_protocol/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/socket_protocol/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 16755.83529472351, + "relativeCreated": 16772.472479, "stack_info": null, - "thread": 140631409799232, + "taskName": null, + "thread": 140181752467712, "threadName": "MainThread" }, { @@ -52808,100 +54710,104 @@ "status: okay", "None" ], - "asctime": "2025-03-23 16:47:12,852", - "created": 1742744832.8524463, + "asctime": "2025-08-15 21:42:07,790", + "created": 1755286927.7902274, "exc_text": null, "filename": "__init__.py", "funcName": "__log_msg__", "levelname": "INFO", "levelno": 20, - "lineno": 445, + "lineno": 438, "message": "prot-client: TX -> service: channel name request, data_id: name, status: okay, data: \"None\"", "module": "__init__", - "msecs": 852.0, + "msecs": 790.0, "msg": "%s %s %s, %s, data: \"%s\"", "name": "socket_protocol.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/socket_protocol/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/socket_protocol/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 16756.13307952881, + "relativeCreated": 16772.560862, "stack_info": null, - "thread": 140631409799232, + "taskName": null, + "thread": 140181752467712, "threadName": "MainThread" }, { "args": [ "comm-server:" ], - "asctime": "2025-03-23 16:47:12,853", - "created": 1742744832.853099, + "asctime": "2025-08-15 21:42:07,790", + "created": 1755286927.7904162, "exc_text": null, "filename": "__init__.py", "funcName": "__connect__", "levelname": "INFO", "levelno": 20, - "lineno": 268, + "lineno": 270, "message": "comm-server: Connection established...", "module": "__init__", - "msecs": 853.0, + "msecs": 790.0, "msg": "%s Connection established...", "name": "helpers.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/helpers/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/helpers/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 16756.78586959839, + "relativeCreated": 16772.749501, "stack_info": null, - "thread": 140631409799232, + "taskName": null, + "thread": 140181752467712, "threadName": "MainThread" }, { "args": [ "comm-server:" ], - "asctime": "2025-03-23 16:47:12,853", - "created": 1742744832.8532903, + "asctime": "2025-08-15 21:42:07,790", + "created": 1755286927.7904754, "exc_text": null, "filename": "__init__.py", "funcName": "__clean_buffer__", "levelname": "DEBUG", "levelno": 10, - "lineno": 411, + "lineno": 413, "message": "comm-server: Cleaning up receive-buffer", "module": "__init__", - "msecs": 853.0, + "msecs": 790.0, "msg": "%s Cleaning up receive-buffer", "name": "helpers.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/helpers/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/helpers/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 16756.977081298828, + "relativeCreated": 16772.808684, "stack_info": null, - "thread": 140631409799232, + "taskName": null, + "thread": 140181752467712, "threadName": "MainThread" }, { "args": [ "prot-server:" ], - "asctime": "2025-03-23 16:47:12,853", - "created": 1742744832.8534691, + "asctime": "2025-08-15 21:42:07,790", + "created": 1755286927.790528, "exc_text": null, "filename": "__init__.py", "funcName": "__clean_receive_buffer__", "levelname": "DEBUG", "levelno": 10, - "lineno": 434, + "lineno": 427, "message": "prot-server: Cleaning up receive-buffer", "module": "__init__", - "msecs": 853.0, + "msecs": 790.0, "msg": "%s Cleaning up receive-buffer", "name": "socket_protocol.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/socket_protocol/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/socket_protocol/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 16757.155895233154, + "relativeCreated": 16772.86134, "stack_info": null, - "thread": 140631409799232, + "taskName": null, + "thread": 140181752467712, "threadName": "MainThread" }, { @@ -52909,25 +54815,26 @@ "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": "2025-03-23 16:47:12,854", - "created": 1742744832.8542054, + "asctime": "2025-08-15 21:42:07,790", + "created": 1755286927.7906673, "exc_text": null, "filename": "__init__.py", "funcName": "__tx__", "levelname": "INFO", "levelno": 20, - "lineno": 284, + "lineno": 286, "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": 854.0, + "msecs": 790.0, "msg": "%s TX -> %s", "name": "helpers.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/helpers/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/helpers/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 16757.89213180542, + "relativeCreated": 16773.000633, "stack_info": null, - "thread": 140629174646464, + "taskName": null, + "thread": 140179847231168, "threadName": "Thread-29 (_start)" }, { @@ -52935,25 +54842,26 @@ "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": "2025-03-23 16:47:12,862", - "created": 1742744832.8625598, + "asctime": "2025-08-15 21:42:07,798", + "created": 1755286927.798831, "exc_text": null, "filename": "__init__.py", "funcName": "__rx__", "levelname": "DEBUG", "levelno": 10, - "lineno": 414, + "lineno": 416, "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": 862.0, + "msecs": 798.0, "msg": "%s RX <- %s", "name": "helpers.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/helpers/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/helpers/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 16766.246557235718, + "relativeCreated": 16781.164621, "stack_info": null, - "thread": 140629174646464, + "taskName": null, + "thread": 140179847231168, "threadName": "Thread-29 (_start)" }, { @@ -52961,25 +54869,26 @@ "comm-client:", "(6): 53 5e 67 0b 3a 3e" ], - "asctime": "2025-03-23 16:47:12,862", - "created": 1742744832.8627994, + "asctime": "2025-08-15 21:42:07,799", + "created": 1755286927.7992048, "exc_text": null, "filename": "__init__.py", "funcName": "__tx__", "levelname": "INFO", "levelno": 20, - "lineno": 284, + "lineno": 286, "message": "comm-client: TX -> (6): 53 5e 67 0b 3a 3e", "module": "__init__", - "msecs": 862.0, + "msecs": 799.0, "msg": "%s TX -> %s", "name": "helpers.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/helpers/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/helpers/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 16766.486167907715, + "relativeCreated": 16781.538234, "stack_info": null, - "thread": 140629174646464, + "taskName": null, + "thread": 140179847231168, "threadName": "Thread-29 (_start)" }, { @@ -52987,25 +54896,26 @@ "comm-server:", "(6): 53 5e 67 0b 3a 3e" ], - "asctime": "2025-03-23 16:47:12,863", - "created": 1742744832.8637328, + "asctime": "2025-08-15 21:42:07,800", + "created": 1755286927.800167, "exc_text": null, "filename": "__init__.py", "funcName": "__rx__", "levelname": "DEBUG", "levelno": 10, - "lineno": 414, + "lineno": 416, "message": "comm-server: RX <- (6): 53 5e 67 0b 3a 3e", "module": "__init__", - "msecs": 863.0, + "msecs": 800.0, "msg": "%s RX <- %s", "name": "helpers.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/helpers/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/helpers/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 16767.419576644897, + "relativeCreated": 16782.500587, "stack_info": null, - "thread": 140629174646464, + "taskName": null, + "thread": 140179847231168, "threadName": "Thread-29 (_start)" }, { @@ -53016,25 +54926,26 @@ "status: okay", "None" ], - "asctime": "2025-03-23 16:47:12,863", - "created": 1742744832.8639352, + "asctime": "2025-08-15 21:42:07,800", + "created": 1755286927.8004248, "exc_text": null, "filename": "__init__.py", "funcName": "__log_msg__", "levelname": "INFO", "levelno": 20, - "lineno": 445, + "lineno": 438, "message": "prot-server: RX <- service: channel name request, data_id: name, status: okay, data: \"None\"", "module": "__init__", - "msecs": 863.0, + "msecs": 800.0, "msg": "%s %s %s, %s, data: \"%s\"", "name": "socket_protocol.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/socket_protocol/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/socket_protocol/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 16767.621994018555, + "relativeCreated": 16782.758232, "stack_info": null, - "thread": 140629174646464, + "taskName": null, + "thread": 140179847231168, "threadName": "Thread-29 (_start)" }, { @@ -53042,25 +54953,26 @@ "prot-server:", "__channel_name_request__" ], - "asctime": "2025-03-23 16:47:12,864", - "created": 1742744832.8640044, + "asctime": "2025-08-15 21:42:07,800", + "created": 1755286927.8005385, "exc_text": null, "filename": "__init__.py", "funcName": "__data_available_callback__", "levelname": "DEBUG", "levelno": 10, - "lineno": 488, + "lineno": 481, "message": "prot-server: Executing callback __channel_name_request__ to process received data", "module": "__init__", - "msecs": 864.0, + "msecs": 800.0, "msg": "%s Executing callback %s to process received data", "name": "socket_protocol.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/socket_protocol/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/socket_protocol/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 16767.691135406494, + "relativeCreated": 16782.872116, "stack_info": null, - "thread": 140629174646464, + "taskName": null, + "thread": 140179847231168, "threadName": "Thread-29 (_start)" }, { @@ -53071,25 +54983,26 @@ "status: okay", "None" ], - "asctime": "2025-03-23 16:47:12,864", - "created": 1742744832.864088, + "asctime": "2025-08-15 21:42:07,800", + "created": 1755286927.8006387, "exc_text": null, "filename": "__init__.py", "funcName": "__log_msg__", "levelname": "INFO", "levelno": 20, - "lineno": 445, + "lineno": 438, "message": "prot-server: TX -> service: channel name response, data_id: name, status: okay, data: \"None\"", "module": "__init__", - "msecs": 864.0, + "msecs": 800.0, "msg": "%s %s %s, %s, data: \"%s\"", "name": "socket_protocol.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/socket_protocol/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/socket_protocol/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 16767.77482032776, + "relativeCreated": 16782.972263, "stack_info": null, - "thread": 140629174646464, + "taskName": null, + "thread": 140179847231168, "threadName": "Thread-29 (_start)" }, { @@ -53097,25 +55010,26 @@ "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": "2025-03-23 16:47:12,864", - "created": 1742744832.864342, + "asctime": "2025-08-15 21:42:07,800", + "created": 1755286927.8009205, "exc_text": null, "filename": "__init__.py", "funcName": "__tx__", "levelname": "INFO", "levelno": 20, - "lineno": 284, + "lineno": 286, "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": 864.0, + "msecs": 800.0, "msg": "%s TX -> %s", "name": "helpers.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/helpers/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/helpers/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 16768.028736114502, + "relativeCreated": 16783.2539, "stack_info": null, - "thread": 140629166253760, + "taskName": null, + "thread": 140179838838464, "threadName": "Thread-30 (_start)" }, { @@ -53123,25 +55037,26 @@ "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": "2025-03-23 16:47:12,872", - "created": 1742744832.8726292, + "asctime": "2025-08-15 21:42:07,809", + "created": 1755286927.8090823, "exc_text": null, "filename": "__init__.py", "funcName": "__rx__", "levelname": "DEBUG", "levelno": 10, - "lineno": 414, + "lineno": 416, "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": 872.0, + "msecs": 809.0, "msg": "%s RX <- %s", "name": "helpers.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/helpers/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/helpers/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 16776.315927505493, + "relativeCreated": 16791.415877, "stack_info": null, - "thread": 140629166253760, + "taskName": null, + "thread": 140179838838464, "threadName": "Thread-30 (_start)" }, { @@ -53149,25 +55064,26 @@ "comm-server:", "(6): 30 59 be 2f 3a 3e" ], - "asctime": "2025-03-23 16:47:12,872", - "created": 1742744832.8728976, + "asctime": "2025-08-15 21:42:07,809", + "created": 1755286927.809297, "exc_text": null, "filename": "__init__.py", "funcName": "__tx__", "levelname": "INFO", "levelno": 20, - "lineno": 284, + "lineno": 286, "message": "comm-server: TX -> (6): 30 59 be 2f 3a 3e", "module": "__init__", - "msecs": 872.0, + "msecs": 809.0, "msg": "%s TX -> %s", "name": "helpers.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/helpers/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/helpers/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 16776.58438682556, + "relativeCreated": 16791.630665, "stack_info": null, - "thread": 140629166253760, + "taskName": null, + "thread": 140179838838464, "threadName": "Thread-30 (_start)" }, { @@ -53175,25 +55091,26 @@ "comm-client:", "(6): 30 59 be 2f 3a 3e" ], - "asctime": "2025-03-23 16:47:12,873", - "created": 1742744832.8738663, + "asctime": "2025-08-15 21:42:07,810", + "created": 1755286927.8102012, "exc_text": null, "filename": "__init__.py", "funcName": "__rx__", "levelname": "DEBUG", "levelno": 10, - "lineno": 414, + "lineno": 416, "message": "comm-client: RX <- (6): 30 59 be 2f 3a 3e", "module": "__init__", - "msecs": 873.0, + "msecs": 810.0, "msg": "%s RX <- %s", "name": "helpers.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/helpers/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/helpers/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 16777.55308151245, + "relativeCreated": 16792.534463, "stack_info": null, - "thread": 140629166253760, + "taskName": null, + "thread": 140179838838464, "threadName": "Thread-30 (_start)" }, { @@ -53204,25 +55121,26 @@ "status: okay", "None" ], - "asctime": "2025-03-23 16:47:12,874", - "created": 1742744832.8741217, + "asctime": "2025-08-15 21:42:07,810", + "created": 1755286927.8103943, "exc_text": null, "filename": "__init__.py", "funcName": "__log_msg__", "levelname": "INFO", "levelno": 20, - "lineno": 445, + "lineno": 438, "message": "prot-client: RX <- service: channel name response, data_id: name, status: okay, data: \"None\"", "module": "__init__", - "msecs": 874.0, + "msecs": 810.0, "msg": "%s %s %s, %s, data: \"%s\"", "name": "socket_protocol.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/socket_protocol/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/socket_protocol/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 16777.80842781067, + "relativeCreated": 16792.727754, "stack_info": null, - "thread": 140629166253760, + "taskName": null, + "thread": 140179838838464, "threadName": "Thread-30 (_start)" }, { @@ -53230,47 +55148,49 @@ "prot-client:", "__channel_name_response__" ], - "asctime": "2025-03-23 16:47:12,874", - "created": 1742744832.8742092, + "asctime": "2025-08-15 21:42:07,810", + "created": 1755286927.81047, "exc_text": null, "filename": "__init__.py", "funcName": "__data_available_callback__", "levelname": "DEBUG", "levelno": 10, - "lineno": 503, + "lineno": 496, "message": "prot-client: Executing callback __channel_name_response__ to process received data", "module": "__init__", - "msecs": 874.0, + "msecs": 810.0, "msg": "%s Executing callback %s to process received data", "name": "socket_protocol.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/socket_protocol/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/socket_protocol/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 16777.8959274292, + "relativeCreated": 16792.803674, "stack_info": null, - "thread": 140629166253760, + "taskName": null, + "thread": 140179838838464, "threadName": "Thread-30 (_start)" } ], - "msecs": 197.0, + "msecs": 133.0, "msg": "Connecting Server and Client", "name": "__tLogger__", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/tests/test_helpers.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/tests/test_helpers.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 17100.8517742157, + "relativeCreated": 17116.14884, "stack_info": null, - "thread": 140631409799232, + "taskName": null, + "thread": 140181752467712, "threadName": "MainThread", - "time_consumption": 0.322955846786499 + "time_consumption": 0.3233451843261719 }, { "args": [ "True", "" ], - "asctime": "2025-03-23 16:47:13,198", - "created": 1742744833.198289, + "asctime": "2025-08-15 21:42:08,135", + "created": 1755286928.1350346, "exc_text": null, "filename": "test.py", "funcName": "equivalency_chk", @@ -53286,8 +55206,8 @@ "True", "" ], - "asctime": "2025-03-23 16:47:13,197", - "created": 1742744833.1977959, + "asctime": "2025-08-15 21:42:08,134", + "created": 1755286928.1344466, "exc_text": null, "filename": "test.py", "funcName": "__report_result__", @@ -53296,15 +55216,16 @@ "lineno": 22, "message": "Result (Client connection status): True ()", "module": "test", - "msecs": 197.0, + "msecs": 134.0, "msg": "Result (%s): %s (%s)", "name": "__unittest__", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/unittest/test.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/unittest/test.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 17101.482629776, + "relativeCreated": 17116.780012, "stack_info": null, - "thread": 140631409799232, + "taskName": null, + "thread": 140181752467712, "threadName": "MainThread" }, { @@ -53314,8 +55235,8 @@ "True", "" ], - "asctime": "2025-03-23 16:47:13,198", - "created": 1742744833.1980298, + "asctime": "2025-08-15 21:42:08,134", + "created": 1755286928.1347773, "exc_text": null, "filename": "test.py", "funcName": "__report_expectation__", @@ -53324,37 +55245,39 @@ "lineno": 26, "message": "Expectation (Client connection status): result = True ()", "module": "test", - "msecs": 198.0, + "msecs": 134.0, "msg": "Expectation (%s): result %s %s (%s)", "name": "__unittest__", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/unittest/test.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/unittest/test.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 17101.7165184021, + "relativeCreated": 17117.110662, "stack_info": null, - "thread": 140631409799232, + "taskName": null, + "thread": 140181752467712, "threadName": "MainThread" } ], - "msecs": 198.0, + "msecs": 135.0, "msg": "Client connection status is correct (Content %s and Type is %s).", "name": "__tLogger__", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/unittest/test.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/unittest/test.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 17101.975679397583, + "relativeCreated": 17117.368056, "stack_info": null, - "thread": 140631409799232, + "taskName": null, + "thread": 140181752467712, "threadName": "MainThread", - "time_consumption": 0.00025916099548339844 + "time_consumption": 0.00025725364685058594 }, { "args": [ "True", "" ], - "asctime": "2025-03-23 16:47:13,199", - "created": 1742744833.1990485, + "asctime": "2025-08-15 21:42:08,135", + "created": 1755286928.1357567, "exc_text": null, "filename": "test.py", "funcName": "equivalency_chk", @@ -53370,8 +55293,8 @@ "True", "" ], - "asctime": "2025-03-23 16:47:13,198", - "created": 1742744833.1986535, + "asctime": "2025-08-15 21:42:08,135", + "created": 1755286928.1353705, "exc_text": null, "filename": "test.py", "funcName": "__report_result__", @@ -53380,15 +55303,16 @@ "lineno": 22, "message": "Result (Server connection status): True ()", "module": "test", - "msecs": 198.0, + "msecs": 135.0, "msg": "Result (%s): %s (%s)", "name": "__unittest__", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/unittest/test.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/unittest/test.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 17102.34022140503, + "relativeCreated": 17117.704029, "stack_info": null, - "thread": 140631409799232, + "taskName": null, + "thread": 140181752467712, "threadName": "MainThread" }, { @@ -53398,8 +55322,8 @@ "True", "" ], - "asctime": "2025-03-23 16:47:13,198", - "created": 1742744833.1988525, + "asctime": "2025-08-15 21:42:08,135", + "created": 1755286928.13556, "exc_text": null, "filename": "test.py", "funcName": "__report_expectation__", @@ -53408,37 +55332,39 @@ "lineno": 26, "message": "Expectation (Server connection status): result = True ()", "module": "test", - "msecs": 198.0, + "msecs": 135.0, "msg": "Expectation (%s): result %s %s (%s)", "name": "__unittest__", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/unittest/test.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/unittest/test.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 17102.53930091858, + "relativeCreated": 17117.893256, "stack_info": null, - "thread": 140631409799232, + "taskName": null, + "thread": 140181752467712, "threadName": "MainThread" } ], - "msecs": 199.0, + "msecs": 135.0, "msg": "Server connection status is correct (Content %s and Type is %s).", "name": "__tLogger__", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/unittest/test.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/unittest/test.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 17102.7352809906, + "relativeCreated": 17118.090255, "stack_info": null, - "thread": 140631409799232, + "taskName": null, + "thread": 140181752467712, "threadName": "MainThread", - "time_consumption": 0.00019598007202148438 + "time_consumption": 0.00019669532775878906 }, { "args": [ "False", "" ], - "asctime": "2025-03-23 16:47:13,200", - "created": 1742744833.2004838, + "asctime": "2025-08-15 21:42:08,137", + "created": 1755286928.1372406, "exc_text": null, "filename": "test.py", "funcName": "equivalency_chk", @@ -53452,100 +55378,104 @@ "args": [ "comm-client:" ], - "asctime": "2025-03-23 16:47:13,199", - "created": 1742744833.199335, + "asctime": "2025-08-15 21:42:08,136", + "created": 1755286928.1360419, "exc_text": null, "filename": "__init__.py", "funcName": "disconnect", "levelname": "INFO", "levelno": 20, - "lineno": 296, + "lineno": 298, "message": "comm-client: Connection Lost...", "module": "__init__", - "msecs": 199.0, + "msecs": 136.0, "msg": "%s Connection Lost...", "name": "helpers.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/helpers/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/helpers/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 17103.02186012268, + "relativeCreated": 17118.375326, "stack_info": null, - "thread": 140631409799232, + "taskName": null, + "thread": 140181752467712, "threadName": "MainThread" }, { "args": [ "prot-client:" ], - "asctime": "2025-03-23 16:47:13,199", - "created": 1742744833.199553, + "asctime": "2025-08-15 21:42:08,136", + "created": 1755286928.1362572, "exc_text": null, "filename": "__init__.py", "funcName": "__authentification_state_reset__", "levelname": "INFO", "levelno": 20, - "lineno": 380, + "lineno": 373, "message": "prot-client: Resetting authentification state to AUTH_STATE_UNTRUSTED_CONNECTION", "module": "__init__", - "msecs": 199.0, + "msecs": 136.0, "msg": "%s Resetting authentification state to AUTH_STATE_UNTRUSTED_CONNECTION", "name": "socket_protocol.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/socket_protocol/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/socket_protocol/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 17103.23977470398, + "relativeCreated": 17118.590672, "stack_info": null, - "thread": 140631409799232, + "taskName": null, + "thread": 140181752467712, "threadName": "MainThread" }, { "args": [ "comm-server:" ], - "asctime": "2025-03-23 16:47:13,199", - "created": 1742744833.1997402, + "asctime": "2025-08-15 21:42:08,136", + "created": 1755286928.136441, "exc_text": null, "filename": "__init__.py", "funcName": "disconnect", "levelname": "INFO", "levelno": 20, - "lineno": 296, + "lineno": 298, "message": "comm-server: Connection Lost...", "module": "__init__", - "msecs": 199.0, + "msecs": 136.0, "msg": "%s Connection Lost...", "name": "helpers.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/helpers/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/helpers/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 17103.426933288574, + "relativeCreated": 17118.774427, "stack_info": null, - "thread": 140631409799232, + "taskName": null, + "thread": 140181752467712, "threadName": "MainThread" }, { "args": [ "prot-server:" ], - "asctime": "2025-03-23 16:47:13,199", - "created": 1742744833.199924, + "asctime": "2025-08-15 21:42:08,136", + "created": 1755286928.1366165, "exc_text": null, "filename": "__init__.py", "funcName": "__authentification_state_reset__", "levelname": "INFO", "levelno": 20, - "lineno": 380, + "lineno": 373, "message": "prot-server: Resetting authentification state to AUTH_STATE_UNTRUSTED_CONNECTION", "module": "__init__", - "msecs": 199.0, + "msecs": 136.0, "msg": "%s Resetting authentification state to AUTH_STATE_UNTRUSTED_CONNECTION", "name": "socket_protocol.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/socket_protocol/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/socket_protocol/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 17103.61075401306, + "relativeCreated": 17118.950013, "stack_info": null, - "thread": 140631409799232, + "taskName": null, + "thread": 140181752467712, "threadName": "MainThread" }, { @@ -53554,8 +55484,8 @@ "False", "" ], - "asctime": "2025-03-23 16:47:13,200", - "created": 1742744833.2001252, + "asctime": "2025-08-15 21:42:08,136", + "created": 1755286928.1368327, "exc_text": null, "filename": "test.py", "funcName": "__report_result__", @@ -53564,15 +55494,16 @@ "lineno": 22, "message": "Result (Client connection status): False ()", "module": "test", - "msecs": 200.0, + "msecs": 136.0, "msg": "Result (%s): %s (%s)", "name": "__unittest__", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/unittest/test.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/unittest/test.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 17103.811979293823, + "relativeCreated": 17119.166092, "stack_info": null, - "thread": 140631409799232, + "taskName": null, + "thread": 140181752467712, "threadName": "MainThread" }, { @@ -53582,8 +55513,8 @@ "False", "" ], - "asctime": "2025-03-23 16:47:13,200", - "created": 1742744833.2003055, + "asctime": "2025-08-15 21:42:08,137", + "created": 1755286928.1370602, "exc_text": null, "filename": "test.py", "funcName": "__report_expectation__", @@ -53592,37 +55523,39 @@ "lineno": 26, "message": "Expectation (Client connection status): result = False ()", "module": "test", - "msecs": 200.0, + "msecs": 137.0, "msg": "Expectation (%s): result %s %s (%s)", "name": "__unittest__", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/unittest/test.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/unittest/test.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 17103.992223739624, + "relativeCreated": 17119.393502, "stack_info": null, - "thread": 140631409799232, + "taskName": null, + "thread": 140181752467712, "threadName": "MainThread" } ], - "msecs": 200.0, + "msecs": 137.0, "msg": "Client connection status is correct (Content %s and Type is %s).", "name": "__tLogger__", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/unittest/test.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/unittest/test.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 17104.170560836792, + "relativeCreated": 17119.574029, "stack_info": null, - "thread": 140631409799232, + "taskName": null, + "thread": 140181752467712, "threadName": "MainThread", - "time_consumption": 0.00017833709716796875 + "time_consumption": 0.0001804828643798828 }, { "args": [ "False", "" ], - "asctime": "2025-03-23 16:47:13,201", - "created": 1742744833.2011702, + "asctime": "2025-08-15 21:42:08,137", + "created": 1755286928.1378355, "exc_text": null, "filename": "test.py", "funcName": "equivalency_chk", @@ -53638,8 +55571,8 @@ "False", "" ], - "asctime": "2025-03-23 16:47:13,200", - "created": 1742744833.200802, + "asctime": "2025-08-15 21:42:08,137", + "created": 1755286928.1375272, "exc_text": null, "filename": "test.py", "funcName": "__report_result__", @@ -53648,15 +55581,16 @@ "lineno": 22, "message": "Result (Server connection status): False ()", "module": "test", - "msecs": 200.0, + "msecs": 137.0, "msg": "Result (%s): %s (%s)", "name": "__unittest__", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/unittest/test.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/unittest/test.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 17104.488849639893, + "relativeCreated": 17119.860754, "stack_info": null, - "thread": 140631409799232, + "taskName": null, + "thread": 140181752467712, "threadName": "MainThread" }, { @@ -53666,8 +55600,8 @@ "False", "" ], - "asctime": "2025-03-23 16:47:13,200", - "created": 1742744833.2009923, + "asctime": "2025-08-15 21:42:08,137", + "created": 1755286928.13769, "exc_text": null, "filename": "test.py", "funcName": "__report_expectation__", @@ -53676,34 +55610,36 @@ "lineno": 26, "message": "Expectation (Server connection status): result = False ()", "module": "test", - "msecs": 200.0, + "msecs": 137.0, "msg": "Expectation (%s): result %s %s (%s)", "name": "__unittest__", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/unittest/test.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/unittest/test.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 17104.679107666016, + "relativeCreated": 17120.023678, "stack_info": null, - "thread": 140631409799232, + "taskName": null, + "thread": 140181752467712, "threadName": "MainThread" } ], - "msecs": 201.0, + "msecs": 137.0, "msg": "Server connection status is correct (Content %s and Type is %s).", "name": "__tLogger__", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/unittest/test.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/unittest/test.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 17104.856967926025, + "relativeCreated": 17120.169017, "stack_info": null, - "thread": 140631409799232, + "taskName": null, + "thread": 140181752467712, "threadName": "MainThread", - "time_consumption": 0.00017786026000976562 + "time_consumption": 0.00014543533325195312 }, { "args": [], - "asctime": "2025-03-23 16:47:13,545", - "created": 1742744833.5455782, + "asctime": "2025-08-15 21:42:08,484", + "created": 1755286928.48471, "exc_text": null, "filename": "test_add_methods.py", "funcName": "connection_established", @@ -53717,75 +55653,78 @@ "args": [ "comm-client:" ], - "asctime": "2025-03-23 16:47:13,201", - "created": 1742744833.2014472, + "asctime": "2025-08-15 21:42:08,138", + "created": 1755286928.1380725, "exc_text": null, "filename": "__init__.py", "funcName": "__connect__", "levelname": "INFO", "levelno": 20, - "lineno": 268, + "lineno": 270, "message": "comm-client: Connection established...", "module": "__init__", - "msecs": 201.0, + "msecs": 138.0, "msg": "%s Connection established...", "name": "helpers.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/helpers/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/helpers/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 17105.13401031494, + "relativeCreated": 17120.406137, "stack_info": null, - "thread": 140631409799232, + "taskName": null, + "thread": 140181752467712, "threadName": "MainThread" }, { "args": [ "comm-client:" ], - "asctime": "2025-03-23 16:47:13,201", - "created": 1742744833.2016501, + "asctime": "2025-08-15 21:42:08,138", + "created": 1755286928.1382477, "exc_text": null, "filename": "__init__.py", "funcName": "__clean_buffer__", "levelname": "DEBUG", "levelno": 10, - "lineno": 411, + "lineno": 413, "message": "comm-client: Cleaning up receive-buffer", "module": "__init__", - "msecs": 201.0, + "msecs": 138.0, "msg": "%s Cleaning up receive-buffer", "name": "helpers.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/helpers/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/helpers/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 17105.336904525757, + "relativeCreated": 17120.581148, "stack_info": null, - "thread": 140631409799232, + "taskName": null, + "thread": 140181752467712, "threadName": "MainThread" }, { "args": [ "prot-client:" ], - "asctime": "2025-03-23 16:47:13,201", - "created": 1742744833.2018402, + "asctime": "2025-08-15 21:42:08,138", + "created": 1755286928.13841, "exc_text": null, "filename": "__init__.py", "funcName": "__clean_receive_buffer__", "levelname": "DEBUG", "levelno": 10, - "lineno": 434, + "lineno": 427, "message": "prot-client: Cleaning up receive-buffer", "module": "__init__", - "msecs": 201.0, + "msecs": 138.0, "msg": "%s Cleaning up receive-buffer", "name": "socket_protocol.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/socket_protocol/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/socket_protocol/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 17105.5269241333, + "relativeCreated": 17120.743337, "stack_info": null, - "thread": 140631409799232, + "taskName": null, + "thread": 140181752467712, "threadName": "MainThread" }, { @@ -53796,100 +55735,104 @@ "status: okay", "None" ], - "asctime": "2025-03-23 16:47:13,202", - "created": 1742744833.2021706, + "asctime": "2025-08-15 21:42:08,138", + "created": 1755286928.1387215, "exc_text": null, "filename": "__init__.py", "funcName": "__log_msg__", "levelname": "INFO", "levelno": 20, - "lineno": 445, + "lineno": 438, "message": "prot-client: TX -> service: channel name request, data_id: name, status: okay, data: \"None\"", "module": "__init__", - "msecs": 202.0, + "msecs": 138.0, "msg": "%s %s %s, %s, data: \"%s\"", "name": "socket_protocol.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/socket_protocol/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/socket_protocol/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 17105.857372283936, + "relativeCreated": 17121.055093, "stack_info": null, - "thread": 140631409799232, + "taskName": null, + "thread": 140181752467712, "threadName": "MainThread" }, { "args": [ "comm-server:" ], - "asctime": "2025-03-23 16:47:13,202", - "created": 1742744833.2023923, + "asctime": "2025-08-15 21:42:08,141", + "created": 1755286928.1412907, "exc_text": null, "filename": "__init__.py", "funcName": "__connect__", "levelname": "INFO", "levelno": 20, - "lineno": 268, + "lineno": 270, "message": "comm-server: Connection established...", "module": "__init__", - "msecs": 202.0, + "msecs": 141.0, "msg": "%s Connection established...", "name": "helpers.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/helpers/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/helpers/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 17106.0791015625, + "relativeCreated": 17123.624179, "stack_info": null, - "thread": 140631409799232, + "taskName": null, + "thread": 140181752467712, "threadName": "MainThread" }, { "args": [ "comm-server:" ], - "asctime": "2025-03-23 16:47:13,202", - "created": 1742744833.2024531, + "asctime": "2025-08-15 21:42:08,141", + "created": 1755286928.1415129, "exc_text": null, "filename": "__init__.py", "funcName": "__clean_buffer__", "levelname": "DEBUG", "levelno": 10, - "lineno": 411, + "lineno": 413, "message": "comm-server: Cleaning up receive-buffer", "module": "__init__", - "msecs": 202.0, + "msecs": 141.0, "msg": "%s Cleaning up receive-buffer", "name": "helpers.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/helpers/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/helpers/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 17106.13989830017, + "relativeCreated": 17123.846327, "stack_info": null, - "thread": 140631409799232, + "taskName": null, + "thread": 140181752467712, "threadName": "MainThread" }, { "args": [ "prot-server:" ], - "asctime": "2025-03-23 16:47:13,202", - "created": 1742744833.2025096, + "asctime": "2025-08-15 21:42:08,141", + "created": 1755286928.141702, "exc_text": null, "filename": "__init__.py", "funcName": "__clean_receive_buffer__", "levelname": "DEBUG", "levelno": 10, - "lineno": 434, + "lineno": 427, "message": "prot-server: Cleaning up receive-buffer", "module": "__init__", - "msecs": 202.0, + "msecs": 141.0, "msg": "%s Cleaning up receive-buffer", "name": "socket_protocol.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/socket_protocol/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/socket_protocol/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 17106.196403503418, + "relativeCreated": 17124.035345, "stack_info": null, - "thread": 140631409799232, + "taskName": null, + "thread": 140181752467712, "threadName": "MainThread" }, { @@ -53897,25 +55840,26 @@ "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": "2025-03-23 16:47:13,202", - "created": 1742744833.2027535, + "asctime": "2025-08-15 21:42:08,142", + "created": 1755286928.142307, "exc_text": null, "filename": "__init__.py", "funcName": "__tx__", "levelname": "INFO", "levelno": 20, - "lineno": 284, + "lineno": 286, "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": 202.0, + "msecs": 142.0, "msg": "%s TX -> %s", "name": "helpers.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/helpers/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/helpers/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 17106.44030570984, + "relativeCreated": 17124.640587, "stack_info": null, - "thread": 140629174646464, + "taskName": null, + "thread": 140179847231168, "threadName": "Thread-29 (_start)" }, { @@ -53923,25 +55867,26 @@ "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": "2025-03-23 16:47:13,210", - "created": 1742744833.210918, + "asctime": "2025-08-15 21:42:08,150", + "created": 1755286928.1509516, "exc_text": null, "filename": "__init__.py", "funcName": "__rx__", "levelname": "DEBUG", "levelno": 10, - "lineno": 414, + "lineno": 416, "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": 210.0, + "msecs": 150.0, "msg": "%s RX <- %s", "name": "helpers.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/helpers/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/helpers/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 17114.604711532593, + "relativeCreated": 17133.285207, "stack_info": null, - "thread": 140629174646464, + "taskName": null, + "thread": 140179847231168, "threadName": "Thread-29 (_start)" }, { @@ -53949,25 +55894,26 @@ "comm-client:", "(6): 53 5e 67 0b 3a 3e" ], - "asctime": "2025-03-23 16:47:13,211", - "created": 1742744833.2112758, + "asctime": "2025-08-15 21:42:08,151", + "created": 1755286928.1514475, "exc_text": null, "filename": "__init__.py", "funcName": "__tx__", "levelname": "INFO", "levelno": 20, - "lineno": 284, + "lineno": 286, "message": "comm-client: TX -> (6): 53 5e 67 0b 3a 3e", "module": "__init__", - "msecs": 211.0, + "msecs": 151.0, "msg": "%s TX -> %s", "name": "helpers.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/helpers/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/helpers/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 17114.962577819824, + "relativeCreated": 17133.780996, "stack_info": null, - "thread": 140629174646464, + "taskName": null, + "thread": 140179847231168, "threadName": "Thread-29 (_start)" }, { @@ -53975,25 +55921,26 @@ "comm-server:", "(6): 53 5e 67 0b 3a 3e" ], - "asctime": "2025-03-23 16:47:13,212", - "created": 1742744833.2122922, + "asctime": "2025-08-15 21:42:08,152", + "created": 1755286928.1526177, "exc_text": null, "filename": "__init__.py", "funcName": "__rx__", "levelname": "DEBUG", "levelno": 10, - "lineno": 414, + "lineno": 416, "message": "comm-server: RX <- (6): 53 5e 67 0b 3a 3e", "module": "__init__", - "msecs": 212.0, + "msecs": 152.0, "msg": "%s RX <- %s", "name": "helpers.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/helpers/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/helpers/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 17115.978956222534, + "relativeCreated": 17134.951081, "stack_info": null, - "thread": 140629174646464, + "taskName": null, + "thread": 140179847231168, "threadName": "Thread-29 (_start)" }, { @@ -54004,25 +55951,26 @@ "status: okay", "None" ], - "asctime": "2025-03-23 16:47:13,212", - "created": 1742744833.2126343, + "asctime": "2025-08-15 21:42:08,153", + "created": 1755286928.1531594, "exc_text": null, "filename": "__init__.py", "funcName": "__log_msg__", "levelname": "INFO", "levelno": 20, - "lineno": 445, + "lineno": 438, "message": "prot-server: RX <- service: channel name request, data_id: name, status: okay, data: \"None\"", "module": "__init__", - "msecs": 212.0, + "msecs": 153.0, "msg": "%s %s %s, %s, data: \"%s\"", "name": "socket_protocol.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/socket_protocol/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/socket_protocol/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 17116.321086883545, + "relativeCreated": 17135.492908, "stack_info": null, - "thread": 140629174646464, + "taskName": null, + "thread": 140179847231168, "threadName": "Thread-29 (_start)" }, { @@ -54030,25 +55978,26 @@ "prot-server:", "__channel_name_request__" ], - "asctime": "2025-03-23 16:47:13,212", - "created": 1742744833.2127528, + "asctime": "2025-08-15 21:42:08,153", + "created": 1755286928.1533904, "exc_text": null, "filename": "__init__.py", "funcName": "__data_available_callback__", "levelname": "DEBUG", "levelno": 10, - "lineno": 488, + "lineno": 481, "message": "prot-server: Executing callback __channel_name_request__ to process received data", "module": "__init__", - "msecs": 212.0, + "msecs": 153.0, "msg": "%s Executing callback %s to process received data", "name": "socket_protocol.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/socket_protocol/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/socket_protocol/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 17116.43958091736, + "relativeCreated": 17135.723654, "stack_info": null, - "thread": 140629174646464, + "taskName": null, + "thread": 140179847231168, "threadName": "Thread-29 (_start)" }, { @@ -54059,25 +56008,26 @@ "status: okay", "None" ], - "asctime": "2025-03-23 16:47:13,212", - "created": 1742744833.2128904, + "asctime": "2025-08-15 21:42:08,153", + "created": 1755286928.1536644, "exc_text": null, "filename": "__init__.py", "funcName": "__log_msg__", "levelname": "INFO", "levelno": 20, - "lineno": 445, + "lineno": 438, "message": "prot-server: TX -> service: channel name response, data_id: name, status: okay, data: \"None\"", "module": "__init__", - "msecs": 212.0, + "msecs": 153.0, "msg": "%s %s %s, %s, data: \"%s\"", "name": "socket_protocol.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/socket_protocol/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/socket_protocol/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 17116.5771484375, + "relativeCreated": 17135.99769, "stack_info": null, - "thread": 140629174646464, + "taskName": null, + "thread": 140179847231168, "threadName": "Thread-29 (_start)" }, { @@ -54085,25 +56035,26 @@ "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": "2025-03-23 16:47:13,213", - "created": 1742744833.2133088, + "asctime": "2025-08-15 21:42:08,154", + "created": 1755286928.1543667, "exc_text": null, "filename": "__init__.py", "funcName": "__tx__", "levelname": "INFO", "levelno": 20, - "lineno": 284, + "lineno": 286, "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": 213.0, + "msecs": 154.0, "msg": "%s TX -> %s", "name": "helpers.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/helpers/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/helpers/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 17116.995573043823, + "relativeCreated": 17136.700047, "stack_info": null, - "thread": 140629166253760, + "taskName": null, + "thread": 140179838838464, "threadName": "Thread-30 (_start)" }, { @@ -54111,25 +56062,26 @@ "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": "2025-03-23 16:47:13,221", - "created": 1742744833.2217097, + "asctime": "2025-08-15 21:42:08,163", + "created": 1755286928.1630716, "exc_text": null, "filename": "__init__.py", "funcName": "__rx__", "levelname": "DEBUG", "levelno": 10, - "lineno": 414, + "lineno": 416, "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": 221.0, + "msecs": 163.0, "msg": "%s RX <- %s", "name": "helpers.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/helpers/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/helpers/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 17125.396490097046, + "relativeCreated": 17145.405213, "stack_info": null, - "thread": 140629166253760, + "taskName": null, + "thread": 140179838838464, "threadName": "Thread-30 (_start)" }, { @@ -54137,25 +56089,26 @@ "comm-server:", "(6): 30 59 be 2f 3a 3e" ], - "asctime": "2025-03-23 16:47:13,222", - "created": 1742744833.222175, + "asctime": "2025-08-15 21:42:08,163", + "created": 1755286928.163724, "exc_text": null, "filename": "__init__.py", "funcName": "__tx__", "levelname": "INFO", "levelno": 20, - "lineno": 284, + "lineno": 286, "message": "comm-server: TX -> (6): 30 59 be 2f 3a 3e", "module": "__init__", - "msecs": 222.0, + "msecs": 163.0, "msg": "%s TX -> %s", "name": "helpers.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/helpers/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/helpers/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 17125.861644744873, + "relativeCreated": 17146.057383, "stack_info": null, - "thread": 140629166253760, + "taskName": null, + "thread": 140179838838464, "threadName": "Thread-30 (_start)" }, { @@ -54163,25 +56116,26 @@ "comm-client:", "(6): 30 59 be 2f 3a 3e" ], - "asctime": "2025-03-23 16:47:13,223", - "created": 1742744833.2232187, + "asctime": "2025-08-15 21:42:08,164", + "created": 1755286928.1649356, "exc_text": null, "filename": "__init__.py", "funcName": "__rx__", "levelname": "DEBUG", "levelno": 10, - "lineno": 414, + "lineno": 416, "message": "comm-client: RX <- (6): 30 59 be 2f 3a 3e", "module": "__init__", - "msecs": 223.0, + "msecs": 164.0, "msg": "%s RX <- %s", "name": "helpers.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/helpers/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/helpers/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 17126.90544128418, + "relativeCreated": 17147.268996, "stack_info": null, - "thread": 140629166253760, + "taskName": null, + "thread": 140179838838464, "threadName": "Thread-30 (_start)" }, { @@ -54192,25 +56146,26 @@ "status: okay", "None" ], - "asctime": "2025-03-23 16:47:13,223", - "created": 1742744833.223662, + "asctime": "2025-08-15 21:42:08,165", + "created": 1755286928.165531, "exc_text": null, "filename": "__init__.py", "funcName": "__log_msg__", "levelname": "INFO", "levelno": 20, - "lineno": 445, + "lineno": 438, "message": "prot-client: RX <- service: channel name response, data_id: name, status: okay, data: \"None\"", "module": "__init__", - "msecs": 223.0, + "msecs": 165.0, "msg": "%s %s %s, %s, data: \"%s\"", "name": "socket_protocol.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/socket_protocol/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/socket_protocol/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 17127.34866142273, + "relativeCreated": 17147.864383, "stack_info": null, - "thread": 140629166253760, + "taskName": null, + "thread": 140179838838464, "threadName": "Thread-30 (_start)" }, { @@ -54218,47 +56173,49 @@ "prot-client:", "__channel_name_response__" ], - "asctime": "2025-03-23 16:47:13,223", - "created": 1742744833.2238405, + "asctime": "2025-08-15 21:42:08,165", + "created": 1755286928.1657662, "exc_text": null, "filename": "__init__.py", "funcName": "__data_available_callback__", "levelname": "DEBUG", "levelno": 10, - "lineno": 503, + "lineno": 496, "message": "prot-client: Executing callback __channel_name_response__ to process received data", "module": "__init__", - "msecs": 223.0, + "msecs": 165.0, "msg": "%s Executing callback %s to process received data", "name": "socket_protocol.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/socket_protocol/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/socket_protocol/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 17127.527236938477, + "relativeCreated": 17148.099557, "stack_info": null, - "thread": 140629166253760, + "taskName": null, + "thread": 140179838838464, "threadName": "Thread-30 (_start)" } ], - "msecs": 545.0, + "msecs": 484.0, "msg": "Connecting Server and Client", "name": "__tLogger__", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/tests/test_add_methods.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/tests/test_add_methods.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 17449.265003204346, + "relativeCreated": 17467.043428, "stack_info": null, - "thread": 140631409799232, + "taskName": null, + "thread": 140181752467712, "threadName": "MainThread", - "time_consumption": 0.32173776626586914 + "time_consumption": 0.31894373893737793 }, { "args": [ "True", "" ], - "asctime": "2025-03-23 16:47:13,546", - "created": 1742744833.546793, + "asctime": "2025-08-15 21:42:08,485", + "created": 1755286928.4854958, "exc_text": null, "filename": "test.py", "funcName": "equivalency_chk", @@ -54274,8 +56231,8 @@ "True", "" ], - "asctime": "2025-03-23 16:47:13,546", - "created": 1742744833.5462906, + "asctime": "2025-08-15 21:42:08,485", + "created": 1755286928.4851544, "exc_text": null, "filename": "test.py", "funcName": "__report_result__", @@ -54284,15 +56241,16 @@ "lineno": 22, "message": "Result (Client connection status): True ()", "module": "test", - "msecs": 546.0, + "msecs": 485.0, "msg": "Result (%s): %s (%s)", "name": "__unittest__", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/unittest/test.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/unittest/test.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 17449.9773979187, + "relativeCreated": 17467.487691, "stack_info": null, - "thread": 140631409799232, + "taskName": null, + "thread": 140181752467712, "threadName": "MainThread" }, { @@ -54302,8 +56260,8 @@ "True", "" ], - "asctime": "2025-03-23 16:47:13,546", - "created": 1742744833.5465748, + "asctime": "2025-08-15 21:42:08,485", + "created": 1755286928.485339, "exc_text": null, "filename": "test.py", "funcName": "__report_expectation__", @@ -54312,37 +56270,39 @@ "lineno": 26, "message": "Expectation (Client connection status): result = True ()", "module": "test", - "msecs": 546.0, + "msecs": 485.0, "msg": "Expectation (%s): result %s %s (%s)", "name": "__unittest__", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/unittest/test.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/unittest/test.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 17450.26159286499, + "relativeCreated": 17467.672209, "stack_info": null, - "thread": 140631409799232, + "taskName": null, + "thread": 140181752467712, "threadName": "MainThread" } ], - "msecs": 546.0, + "msecs": 485.0, "msg": "Client connection status is correct (Content %s and Type is %s).", "name": "__tLogger__", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/unittest/test.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/unittest/test.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 17450.479745864868, + "relativeCreated": 17467.829377, "stack_info": null, - "thread": 140631409799232, + "taskName": null, + "thread": 140181752467712, "threadName": "MainThread", - "time_consumption": 0.0002181529998779297 + "time_consumption": 0.00015687942504882812 }, { "args": [ "True", "" ], - "asctime": "2025-03-23 16:47:13,547", - "created": 1742744833.547512, + "asctime": "2025-08-15 21:42:08,486", + "created": 1755286928.4860206, "exc_text": null, "filename": "test.py", "funcName": "equivalency_chk", @@ -54358,8 +56318,8 @@ "True", "" ], - "asctime": "2025-03-23 16:47:13,547", - "created": 1742744833.547133, + "asctime": "2025-08-15 21:42:08,485", + "created": 1755286928.4857411, "exc_text": null, "filename": "test.py", "funcName": "__report_result__", @@ -54368,15 +56328,16 @@ "lineno": 22, "message": "Result (Server connection status): True ()", "module": "test", - "msecs": 547.0, + "msecs": 485.0, "msg": "Result (%s): %s (%s)", "name": "__unittest__", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/unittest/test.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/unittest/test.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 17450.819730758667, + "relativeCreated": 17468.074416, "stack_info": null, - "thread": 140631409799232, + "taskName": null, + "thread": 140181752467712, "threadName": "MainThread" }, { @@ -54386,8 +56347,8 @@ "True", "" ], - "asctime": "2025-03-23 16:47:13,547", - "created": 1742744833.5473306, + "asctime": "2025-08-15 21:42:08,485", + "created": 1755286928.4858856, "exc_text": null, "filename": "test.py", "funcName": "__report_expectation__", @@ -54396,34 +56357,36 @@ "lineno": 26, "message": "Expectation (Server connection status): result = True ()", "module": "test", - "msecs": 547.0, + "msecs": 485.0, "msg": "Expectation (%s): result %s %s (%s)", "name": "__unittest__", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/unittest/test.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/unittest/test.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 17451.017379760742, + "relativeCreated": 17468.219227, "stack_info": null, - "thread": 140631409799232, + "taskName": null, + "thread": 140181752467712, "threadName": "MainThread" } ], - "msecs": 547.0, + "msecs": 486.0, "msg": "Server connection status is correct (Content %s and Type is %s).", "name": "__tLogger__", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/unittest/test.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/unittest/test.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 17451.19881629944, + "relativeCreated": 17468.354163, "stack_info": null, - "thread": 140631409799232, + "taskName": null, + "thread": 140181752467712, "threadName": "MainThread", - "time_consumption": 0.00018143653869628906 + "time_consumption": 0.00013494491577148438 }, { "args": [], - "asctime": "2025-03-23 16:47:13,547", - "created": 1742744833.5477939, + "asctime": "2025-08-15 21:42:08,486", + "created": 1755286928.4862251, "exc_text": null, "filename": "test_add_methods.py", "funcName": "connection_established", @@ -54433,15 +56396,16 @@ "message": "Adding secrets to socket_protocol", "module": "test_add_methods", "moduleLogger": [], - "msecs": 547.0, + "msecs": 486.0, "msg": "Adding secrets to socket_protocol", "name": "__tLogger__", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/tests/test_add_methods.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/tests/test_add_methods.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 17451.480627059937, + "relativeCreated": 17468.5585, "stack_info": null, - "thread": 140631409799232, + "taskName": null, + "thread": 140181752467712, "threadName": "MainThread", "time_consumption": 0.0 }, @@ -54450,8 +56414,8 @@ "False", "" ], - "asctime": "2025-03-23 16:47:13,548", - "created": 1742744833.5484657, + "asctime": "2025-08-15 21:42:08,486", + "created": 1755286928.4867818, "exc_text": null, "filename": "test.py", "funcName": "equivalency_chk", @@ -54467,8 +56431,8 @@ "False", "" ], - "asctime": "2025-03-23 16:47:13,548", - "created": 1742744833.5480947, + "asctime": "2025-08-15 21:42:08,486", + "created": 1755286928.4864497, "exc_text": null, "filename": "test.py", "funcName": "__report_result__", @@ -54477,15 +56441,16 @@ "lineno": 22, "message": "Result (Client connection status): False ()", "module": "test", - "msecs": 548.0, + "msecs": 486.0, "msg": "Result (%s): %s (%s)", "name": "__unittest__", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/unittest/test.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/unittest/test.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 17451.781511306763, + "relativeCreated": 17468.783087, "stack_info": null, - "thread": 140631409799232, + "taskName": null, + "thread": 140181752467712, "threadName": "MainThread" }, { @@ -54495,8 +56460,8 @@ "False", "" ], - "asctime": "2025-03-23 16:47:13,548", - "created": 1742744833.5482862, + "asctime": "2025-08-15 21:42:08,486", + "created": 1755286928.4866228, "exc_text": null, "filename": "test.py", "funcName": "__report_expectation__", @@ -54505,37 +56470,39 @@ "lineno": 26, "message": "Expectation (Client connection status): result = False ()", "module": "test", - "msecs": 548.0, + "msecs": 486.0, "msg": "Expectation (%s): result %s %s (%s)", "name": "__unittest__", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/unittest/test.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/unittest/test.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 17451.97296142578, + "relativeCreated": 17468.956106, "stack_info": null, - "thread": 140631409799232, + "taskName": null, + "thread": 140181752467712, "threadName": "MainThread" } ], - "msecs": 548.0, + "msecs": 486.0, "msg": "Client connection status is correct (Content %s and Type is %s).", "name": "__tLogger__", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/unittest/test.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/unittest/test.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 17452.152490615845, + "relativeCreated": 17469.115494, "stack_info": null, - "thread": 140631409799232, + "taskName": null, + "thread": 140181752467712, "threadName": "MainThread", - "time_consumption": 0.00017952919006347656 + "time_consumption": 0.0001590251922607422 }, { "args": [ "False", "" ], - "asctime": "2025-03-23 16:47:13,549", - "created": 1742744833.5498235, + "asctime": "2025-08-15 21:42:08,487", + "created": 1755286928.487751, "exc_text": null, "filename": "test.py", "funcName": "equivalency_chk", @@ -54551,8 +56518,8 @@ "False", "" ], - "asctime": "2025-03-23 16:47:13,549", - "created": 1742744833.5494235, + "asctime": "2025-08-15 21:42:08,487", + "created": 1755286928.4871733, "exc_text": null, "filename": "test.py", "funcName": "__report_result__", @@ -54561,15 +56528,16 @@ "lineno": 22, "message": "Result (Server connection status): False ()", "module": "test", - "msecs": 549.0, + "msecs": 487.0, "msg": "Result (%s): %s (%s)", "name": "__unittest__", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/unittest/test.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/unittest/test.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 17453.110218048096, + "relativeCreated": 17469.506761, "stack_info": null, - "thread": 140631409799232, + "taskName": null, + "thread": 140181752467712, "threadName": "MainThread" }, { @@ -54579,8 +56547,8 @@ "False", "" ], - "asctime": "2025-03-23 16:47:13,549", - "created": 1742744833.5496342, + "asctime": "2025-08-15 21:42:08,487", + "created": 1755286928.4874976, "exc_text": null, "filename": "test.py", "funcName": "__report_expectation__", @@ -54589,34 +56557,36 @@ "lineno": 26, "message": "Expectation (Server connection status): result = False ()", "module": "test", - "msecs": 549.0, + "msecs": 487.0, "msg": "Expectation (%s): result %s %s (%s)", "name": "__unittest__", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/unittest/test.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/unittest/test.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 17453.32098007202, + "relativeCreated": 17469.831023, "stack_info": null, - "thread": 140631409799232, + "taskName": null, + "thread": 140181752467712, "threadName": "MainThread" } ], - "msecs": 549.0, + "msecs": 487.0, "msg": "Server connection status is correct (Content %s and Type is %s).", "name": "__tLogger__", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/unittest/test.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/unittest/test.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 17453.510284423828, + "relativeCreated": 17470.084245, "stack_info": null, - "thread": 140631409799232, + "taskName": null, + "thread": 140181752467712, "threadName": "MainThread", - "time_consumption": 0.00018930435180664062 + "time_consumption": 0.00025343894958496094 }, { "args": [], - "asctime": "2025-03-23 16:47:13,651", - "created": 1742744833.6512403, + "asctime": "2025-08-15 21:42:08,589", + "created": 1755286928.5892446, "exc_text": null, "filename": "test_add_methods.py", "funcName": "connection_established", @@ -54634,25 +56604,26 @@ "status: okay", "None" ], - "asctime": "2025-03-23 16:47:13,550", - "created": 1742744833.5502868, + "asctime": "2025-08-15 21:42:08,488", + "created": 1755286928.4884176, "exc_text": null, "filename": "__init__.py", "funcName": "__log_msg__", "levelname": "INFO", "levelno": 20, - "lineno": 445, + "lineno": 438, "message": "prot-client: TX -> service: authentification request, data_id: seed, status: okay, data: \"None\"", "module": "__init__", - "msecs": 550.0, + "msecs": 488.0, "msg": "%s %s %s, %s, data: \"%s\"", "name": "socket_protocol.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/socket_protocol/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/socket_protocol/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 17453.973531723022, + "relativeCreated": 17470.750933, "stack_info": null, - "thread": 140631409799232, + "taskName": null, + "thread": 140181752467712, "threadName": "MainThread" }, { @@ -54660,25 +56631,26 @@ "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": "2025-03-23 16:47:13,551", - "created": 1742744833.5512831, + "asctime": "2025-08-15 21:42:08,489", + "created": 1755286928.4893517, "exc_text": null, "filename": "__init__.py", "funcName": "__tx__", "levelname": "INFO", "levelno": 20, - "lineno": 284, + "lineno": 286, "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": 551.0, + "msecs": 489.0, "msg": "%s TX -> %s", "name": "helpers.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/helpers/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/helpers/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 17454.969882965088, + "relativeCreated": 17471.685047, "stack_info": null, - "thread": 140629174646464, + "taskName": null, + "thread": 140179847231168, "threadName": "Thread-29 (_start)" }, { @@ -54686,25 +56658,26 @@ "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": "2025-03-23 16:47:13,559", - "created": 1742744833.559988, + "asctime": "2025-08-15 21:42:08,497", + "created": 1755286928.4977362, "exc_text": null, "filename": "__init__.py", "funcName": "__rx__", "levelname": "DEBUG", "levelno": 10, - "lineno": 414, + "lineno": 416, "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": 559.0, + "msecs": 497.0, "msg": "%s RX <- %s", "name": "helpers.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/helpers/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/helpers/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 17463.674783706665, + "relativeCreated": 17480.069684, "stack_info": null, - "thread": 140629174646464, + "taskName": null, + "thread": 140179847231168, "threadName": "Thread-29 (_start)" }, { @@ -54712,25 +56685,26 @@ "comm-client:", "(6): fd 82 a2 a9 3a 3e" ], - "asctime": "2025-03-23 16:47:13,560", - "created": 1742744833.5608294, + "asctime": "2025-08-15 21:42:08,498", + "created": 1755286928.4981823, "exc_text": null, "filename": "__init__.py", "funcName": "__tx__", "levelname": "INFO", "levelno": 20, - "lineno": 284, + "lineno": 286, "message": "comm-client: TX -> (6): fd 82 a2 a9 3a 3e", "module": "__init__", - "msecs": 560.0, + "msecs": 498.0, "msg": "%s TX -> %s", "name": "helpers.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/helpers/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/helpers/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 17464.516162872314, + "relativeCreated": 17480.515915, "stack_info": null, - "thread": 140629174646464, + "taskName": null, + "thread": 140179847231168, "threadName": "Thread-29 (_start)" }, { @@ -54738,25 +56712,26 @@ "comm-server:", "(6): fd 82 a2 a9 3a 3e" ], - "asctime": "2025-03-23 16:47:13,562", - "created": 1742744833.562093, + "asctime": "2025-08-15 21:42:08,499", + "created": 1755286928.499278, "exc_text": null, "filename": "__init__.py", "funcName": "__rx__", "levelname": "DEBUG", "levelno": 10, - "lineno": 414, + "lineno": 416, "message": "comm-server: RX <- (6): fd 82 a2 a9 3a 3e", "module": "__init__", - "msecs": 562.0, + "msecs": 499.0, "msg": "%s RX <- %s", "name": "helpers.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/helpers/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/helpers/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 17465.779781341553, + "relativeCreated": 17481.611396, "stack_info": null, - "thread": 140629174646464, + "taskName": null, + "thread": 140179847231168, "threadName": "Thread-29 (_start)" }, { @@ -54767,25 +56742,26 @@ "status: okay", "None" ], - "asctime": "2025-03-23 16:47:13,562", - "created": 1742744833.5628812, + "asctime": "2025-08-15 21:42:08,499", + "created": 1755286928.499808, "exc_text": null, "filename": "__init__.py", "funcName": "__log_msg__", "levelname": "INFO", "levelno": 20, - "lineno": 445, + "lineno": 438, "message": "prot-server: RX <- service: authentification request, data_id: seed, status: okay, data: \"None\"", "module": "__init__", - "msecs": 562.0, + "msecs": 499.0, "msg": "%s %s %s, %s, data: \"%s\"", "name": "socket_protocol.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/socket_protocol/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/socket_protocol/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 17466.567993164062, + "relativeCreated": 17482.14151, "stack_info": null, - "thread": 140629174646464, + "taskName": null, + "thread": 140179847231168, "threadName": "Thread-29 (_start)" }, { @@ -54793,25 +56769,26 @@ "prot-server:", "__authentificate_create_seed__" ], - "asctime": "2025-03-23 16:47:13,563", - "created": 1742744833.5631938, + "asctime": "2025-08-15 21:42:08,500", + "created": 1755286928.500012, "exc_text": null, "filename": "__init__.py", "funcName": "__data_available_callback__", "levelname": "DEBUG", "levelno": 10, - "lineno": 488, + "lineno": 481, "message": "prot-server: Executing callback __authentificate_create_seed__ to process received data", "module": "__init__", - "msecs": 563.0, + "msecs": 500.0, "msg": "%s Executing callback %s to process received data", "name": "socket_protocol.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/socket_protocol/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/socket_protocol/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 17466.880559921265, + "relativeCreated": 17482.345501, "stack_info": null, - "thread": 140629174646464, + "taskName": null, + "thread": 140179847231168, "threadName": "Thread-29 (_start)" }, { @@ -54820,183 +56797,190 @@ "TX ->", "service: authentification response, data_id: seed", "status: okay", - "'33e315121cf78eb3d5b6aa11d62eb26c7e408540a15faaabbc054e34e3939a65'" + "'f4e143f54a94b1589bbd7289d1706996fd8a474705a545686dcc650807ac50b0'" ], - "asctime": "2025-03-23 16:47:13,563", - "created": 1742744833.5635512, + "asctime": "2025-08-15 21:42:08,500", + "created": 1755286928.5003283, "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: \"'33e315121cf78eb3d5b6aa11d62eb26c7e408540a15faaabbc054e34e3939a65'\"", + "lineno": 438, + "message": "prot-server: TX -> service: authentification response, data_id: seed, status: okay, data: \"'f4e143f54a94b1589bbd7289d1706996fd8a474705a545686dcc650807ac50b0'\"", "module": "__init__", - "msecs": 563.0, + "msecs": 500.0, "msg": "%s %s %s, %s, data: \"%s\"", "name": "socket_protocol.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/socket_protocol/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/socket_protocol/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 17467.237949371338, + "relativeCreated": 17482.661566, "stack_info": null, - "thread": 140629174646464, + "taskName": null, + "thread": 140179847231168, "threadName": "Thread-29 (_start)" }, { "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 33 33 65 33" + "(64): 3a 3c 7b 22 64 61 74 61 5f 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 34 65 31" ], - "asctime": "2025-03-23 16:47:13,564", - "created": 1742744833.5646873, + "asctime": "2025-08-15 21:42:08,501", + "created": 1755286928.5012114, "exc_text": null, "filename": "__init__.py", "funcName": "__tx__", "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 33 33 65 33", + "lineno": 286, + "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 34 65 31", "module": "__init__", - "msecs": 564.0, + "msecs": 501.0, "msg": "%s TX -> %s", "name": "helpers.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/helpers/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/helpers/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 17468.374013900757, + "relativeCreated": 17483.544871, "stack_info": null, - "thread": 140629166253760, + "taskName": null, + "thread": 140179838838464, "threadName": "Thread-30 (_start)" }, { "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 33 33 65 33" + "(64): 3a 3c 7b 22 64 61 74 61 5f 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 34 65 31" ], - "asctime": "2025-03-23 16:47:13,573", - "created": 1742744833.573892, + "asctime": "2025-08-15 21:42:08,509", + "created": 1755286928.509565, "exc_text": null, "filename": "__init__.py", "funcName": "__rx__", "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 33 33 65 33", + "lineno": 416, + "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 34 65 31", "module": "__init__", - "msecs": 573.0, + "msecs": 509.0, "msg": "%s RX <- %s", "name": "helpers.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/helpers/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/helpers/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 17477.57887840271, + "relativeCreated": 17491.898659, "stack_info": null, - "thread": 140629166253760, + "taskName": null, + "thread": 140179838838464, "threadName": "Thread-30 (_start)" }, { "args": [ "comm-server:", - "(64): 31 35 31 32 31 63 66 37 38 65 62 33 64 35 62 36 61 61 31 31 64 36 32 65 62 32 36 63 37 65 34 30 38 35 34 30 61 31 35 66 61 61 61 62 62 63 30 35 34 65 33 34 65 33 39 33 39 61 36 35 22 7d 32 9c" + "(64): 34 33 66 35 34 61 39 34 62 31 35 38 39 62 62 64 37 32 38 39 64 31 37 30 36 39 39 36 66 64 38 61 34 37 34 37 30 35 61 35 34 35 36 38 36 64 63 63 36 35 30 38 30 37 61 63 35 30 62 30 22 7d a9 a2" ], - "asctime": "2025-03-23 16:47:13,574", - "created": 1742744833.5749063, + "asctime": "2025-08-15 21:42:08,510", + "created": 1755286928.5100584, "exc_text": null, "filename": "__init__.py", "funcName": "__tx__", "levelname": "INFO", "levelno": 20, - "lineno": 284, - "message": "comm-server: TX -> (64): 31 35 31 32 31 63 66 37 38 65 62 33 64 35 62 36 61 61 31 31 64 36 32 65 62 32 36 63 37 65 34 30 38 35 34 30 61 31 35 66 61 61 61 62 62 63 30 35 34 65 33 34 65 33 39 33 39 61 36 35 22 7d 32 9c", + "lineno": 286, + "message": "comm-server: TX -> (64): 34 33 66 35 34 61 39 34 62 31 35 38 39 62 62 64 37 32 38 39 64 31 37 30 36 39 39 36 66 64 38 61 34 37 34 37 30 35 61 35 34 35 36 38 36 64 63 63 36 35 30 38 30 37 61 63 35 30 62 30 22 7d a9 a2", "module": "__init__", - "msecs": 574.0, + "msecs": 510.0, "msg": "%s TX -> %s", "name": "helpers.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/helpers/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/helpers/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 17478.593111038208, + "relativeCreated": 17492.391936, "stack_info": null, - "thread": 140629166253760, + "taskName": null, + "thread": 140179838838464, "threadName": "Thread-30 (_start)" }, { "args": [ "comm-client:", - "(64): 31 35 31 32 31 63 66 37 38 65 62 33 64 35 62 36 61 61 31 31 64 36 32 65 62 32 36 63 37 65 34 30 38 35 34 30 61 31 35 66 61 61 61 62 62 63 30 35 34 65 33 34 65 33 39 33 39 61 36 35 22 7d 32 9c" + "(64): 34 33 66 35 34 61 39 34 62 31 35 38 39 62 62 64 37 32 38 39 64 31 37 30 36 39 39 36 66 64 38 61 34 37 34 37 30 35 61 35 34 35 36 38 36 64 63 63 36 35 30 38 30 37 61 63 35 30 62 30 22 7d a9 a2" ], - "asctime": "2025-03-23 16:47:13,583", - "created": 1742744833.5834439, + "asctime": "2025-08-15 21:42:08,518", + "created": 1755286928.5183964, "exc_text": null, "filename": "__init__.py", "funcName": "__rx__", "levelname": "DEBUG", "levelno": 10, - "lineno": 414, - "message": "comm-client: RX <- (64): 31 35 31 32 31 63 66 37 38 65 62 33 64 35 62 36 61 61 31 31 64 36 32 65 62 32 36 63 37 65 34 30 38 35 34 30 61 31 35 66 61 61 61 62 62 63 30 35 34 65 33 34 65 33 39 33 39 61 36 35 22 7d 32 9c", + "lineno": 416, + "message": "comm-client: RX <- (64): 34 33 66 35 34 61 39 34 62 31 35 38 39 62 62 64 37 32 38 39 64 31 37 30 36 39 39 36 66 64 38 61 34 37 34 37 30 35 61 35 34 35 36 38 36 64 63 63 36 35 30 38 30 37 61 63 35 30 62 30 22 7d a9 a2", "module": "__init__", - "msecs": 583.0, + "msecs": 518.0, "msg": "%s RX <- %s", "name": "helpers.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/helpers/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/helpers/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 17487.130641937256, + "relativeCreated": 17500.729847, "stack_info": null, - "thread": 140629166253760, + "taskName": null, + "thread": 140179838838464, "threadName": "Thread-30 (_start)" }, { "args": [ "comm-server:", - "(4): f4 6d 3a 3e" + "(4): 38 06 3a 3e" ], - "asctime": "2025-03-23 16:47:13,584", - "created": 1742744833.5842001, + "asctime": "2025-08-15 21:42:08,518", + "created": 1755286928.518847, "exc_text": null, "filename": "__init__.py", "funcName": "__tx__", "levelname": "INFO", "levelno": 20, - "lineno": 284, - "message": "comm-server: TX -> (4): f4 6d 3a 3e", + "lineno": 286, + "message": "comm-server: TX -> (4): 38 06 3a 3e", "module": "__init__", - "msecs": 584.0, + "msecs": 518.0, "msg": "%s TX -> %s", "name": "helpers.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/helpers/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/helpers/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 17487.886905670166, + "relativeCreated": 17501.180366, "stack_info": null, - "thread": 140629166253760, + "taskName": null, + "thread": 140179838838464, "threadName": "Thread-30 (_start)" }, { "args": [ "comm-client:", - "(4): f4 6d 3a 3e" + "(4): 38 06 3a 3e" ], - "asctime": "2025-03-23 16:47:13,585", - "created": 1742744833.585189, + "asctime": "2025-08-15 21:42:08,519", + "created": 1755286928.5197008, "exc_text": null, "filename": "__init__.py", "funcName": "__rx__", "levelname": "DEBUG", "levelno": 10, - "lineno": 414, - "message": "comm-client: RX <- (4): f4 6d 3a 3e", + "lineno": 416, + "message": "comm-client: RX <- (4): 38 06 3a 3e", "module": "__init__", - "msecs": 585.0, + "msecs": 519.0, "msg": "%s RX <- %s", "name": "helpers.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/helpers/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/helpers/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 17488.87586593628, + "relativeCreated": 17502.034096, "stack_info": null, - "thread": 140629166253760, + "taskName": null, + "thread": 140179838838464, "threadName": "Thread-30 (_start)" }, { @@ -55005,27 +56989,28 @@ "RX <-", "service: authentification response, data_id: seed", "status: okay", - "'33e315121cf78eb3d5b6aa11d62eb26c7e408540a15faaabbc054e34e3939a65'" + "'f4e143f54a94b1589bbd7289d1706996fd8a474705a545686dcc650807ac50b0'" ], - "asctime": "2025-03-23 16:47:13,586", - "created": 1742744833.5861204, + "asctime": "2025-08-15 21:42:08,520", + "created": 1755286928.5204003, "exc_text": null, "filename": "__init__.py", "funcName": "__log_msg__", "levelname": "INFO", "levelno": 20, - "lineno": 445, - "message": "prot-client: RX <- service: authentification response, data_id: seed, status: okay, data: \"'33e315121cf78eb3d5b6aa11d62eb26c7e408540a15faaabbc054e34e3939a65'\"", + "lineno": 438, + "message": "prot-client: RX <- service: authentification response, data_id: seed, status: okay, data: \"'f4e143f54a94b1589bbd7289d1706996fd8a474705a545686dcc650807ac50b0'\"", "module": "__init__", - "msecs": 586.0, + "msecs": 520.0, "msg": "%s %s %s, %s, data: \"%s\"", "name": "socket_protocol.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/socket_protocol/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/socket_protocol/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 17489.80712890625, + "relativeCreated": 17502.733794, "stack_info": null, - "thread": 140629166253760, + "taskName": null, + "thread": 140179838838464, "threadName": "Thread-30 (_start)" }, { @@ -55033,25 +57018,26 @@ "prot-client:", "__authentificate_create_key__" ], - "asctime": "2025-03-23 16:47:13,586", - "created": 1742744833.5864027, + "asctime": "2025-08-15 21:42:08,520", + "created": 1755286928.5206149, "exc_text": null, "filename": "__init__.py", "funcName": "__data_available_callback__", "levelname": "DEBUG", "levelno": 10, - "lineno": 503, + "lineno": 496, "message": "prot-client: Executing callback __authentificate_create_key__ to process received data", "module": "__init__", - "msecs": 586.0, + "msecs": 520.0, "msg": "%s Executing callback %s to process received data", "name": "socket_protocol.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/socket_protocol/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/socket_protocol/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 17490.089416503906, + "relativeCreated": 17502.948365, "stack_info": null, - "thread": 140629166253760, + "taskName": null, + "thread": 140179838838464, "threadName": "Thread-30 (_start)" }, { @@ -55060,235 +57046,244 @@ "TX ->", "service: authentification request, data_id: key", "status: okay", - "'62b46adfaf683dc8157251a2010826f6b709b2e902d90727502e0dbd05e55c453ce76973fe25f49bbdf2ca09d52db3b247adec86000ec2536fe5a928d4dcd635'" + "'3252f8546f647f33ab0dfb8dcbb09d1657c9f81c2a28695f08078e83fa5b52cee554a6359db7b4aa744ff531acb7d1615c550809efd1aedfe614e0ce09a9f5f1'" ], - "asctime": "2025-03-23 16:47:13,586", - "created": 1742744833.5867836, + "asctime": "2025-08-15 21:42:08,520", + "created": 1755286928.5209029, "exc_text": null, "filename": "__init__.py", "funcName": "__log_msg__", "levelname": "INFO", "levelno": 20, - "lineno": 445, - "message": "prot-client: TX -> service: authentification request, data_id: key, status: okay, data: \"'62b46adfaf683dc8157251a2010826f6b709b2e902d90727502e0dbd05e55c453ce76973fe25f49bbdf2ca09d52db3b247adec86000ec2536fe5a928d4dcd635'\"", + "lineno": 438, + "message": "prot-client: TX -> service: authentification request, data_id: key, status: okay, data: \"'3252f8546f647f33ab0dfb8dcbb09d1657c9f81c2a28695f08078e83fa5b52cee554a6359db7b4aa744ff531acb7d1615c550809efd1aedfe614e0ce09a9f5f1'\"", "module": "__init__", - "msecs": 586.0, + "msecs": 520.0, "msg": "%s %s %s, %s, data: \"%s\"", "name": "socket_protocol.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/socket_protocol/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/socket_protocol/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 17490.47040939331, + "relativeCreated": 17503.236393, "stack_info": null, - "thread": 140629166253760, + "taskName": null, + "thread": 140179838838464, "threadName": "Thread-30 (_start)" }, { "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 36 32 62 34" + "(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 32 35 32" ], - "asctime": "2025-03-23 16:47:13,588", - "created": 1742744833.5881443, + "asctime": "2025-08-15 21:42:08,521", + "created": 1755286928.5217786, "exc_text": null, "filename": "__init__.py", "funcName": "__tx__", "levelname": "INFO", "levelno": 20, - "lineno": 284, - "message": "comm-client: TX -> (64): 3a 3c 7b 22 64 61 74 61 5f 69 64 22 3a 3d 20 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 36 32 62 34", + "lineno": 286, + "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 32 35 32", "module": "__init__", - "msecs": 588.0, + "msecs": 521.0, "msg": "%s TX -> %s", "name": "helpers.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/helpers/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/helpers/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 17491.831064224243, + "relativeCreated": 17504.112039, "stack_info": null, - "thread": 140629174646464, + "taskName": null, + "thread": 140179847231168, "threadName": "Thread-29 (_start)" }, { "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 36 32 62 34" + "(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 32 35 32" ], - "asctime": "2025-03-23 16:47:13,596", - "created": 1742744833.5968156, + "asctime": "2025-08-15 21:42:08,530", + "created": 1755286928.5301292, "exc_text": null, "filename": "__init__.py", "funcName": "__rx__", "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 36 32 62 34", + "lineno": 416, + "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 32 35 32", "module": "__init__", - "msecs": 596.0, + "msecs": 530.0, "msg": "%s RX <- %s", "name": "helpers.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/helpers/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/helpers/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 17500.502347946167, + "relativeCreated": 17512.462559, "stack_info": null, - "thread": 140629174646464, + "taskName": null, + "thread": 140179847231168, "threadName": "Thread-29 (_start)" }, { "args": [ "comm-client:", - "(64): 36 61 64 66 61 66 36 38 33 64 63 38 31 35 37 32 35 31 61 32 30 31 30 38 32 36 66 36 62 37 30 39 62 32 65 39 30 32 64 39 30 37 32 37 35 30 32 65 30 64 62 64 30 35 65 35 35 63 34 35 33 63 65 37" + "(64): 66 38 35 34 36 66 36 34 37 66 33 33 61 62 30 64 66 62 38 64 63 62 62 30 39 64 31 36 35 37 63 39 66 38 31 63 32 61 32 38 36 39 35 66 30 38 30 37 38 65 38 33 66 61 35 62 35 32 63 65 65 35 35 34" ], - "asctime": "2025-03-23 16:47:13,597", - "created": 1742744833.5976622, + "asctime": "2025-08-15 21:42:08,530", + "created": 1755286928.5306525, "exc_text": null, "filename": "__init__.py", "funcName": "__tx__", "levelname": "INFO", "levelno": 20, - "lineno": 284, - "message": "comm-client: TX -> (64): 36 61 64 66 61 66 36 38 33 64 63 38 31 35 37 32 35 31 61 32 30 31 30 38 32 36 66 36 62 37 30 39 62 32 65 39 30 32 64 39 30 37 32 37 35 30 32 65 30 64 62 64 30 35 65 35 35 63 34 35 33 63 65 37", + "lineno": 286, + "message": "comm-client: TX -> (64): 66 38 35 34 36 66 36 34 37 66 33 33 61 62 30 64 66 62 38 64 63 62 62 30 39 64 31 36 35 37 63 39 66 38 31 63 32 61 32 38 36 39 35 66 30 38 30 37 38 65 38 33 66 61 35 62 35 32 63 65 65 35 35 34", "module": "__init__", - "msecs": 597.0, + "msecs": 530.0, "msg": "%s TX -> %s", "name": "helpers.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/helpers/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/helpers/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 17501.348972320557, + "relativeCreated": 17512.98596, "stack_info": null, - "thread": 140629174646464, + "taskName": null, + "thread": 140179847231168, "threadName": "Thread-29 (_start)" }, { "args": [ "comm-server:", - "(64): 36 61 64 66 61 66 36 38 33 64 63 38 31 35 37 32 35 31 61 32 30 31 30 38 32 36 66 36 62 37 30 39 62 32 65 39 30 32 64 39 30 37 32 37 35 30 32 65 30 64 62 64 30 35 65 35 35 63 34 35 33 63 65 37" + "(64): 66 38 35 34 36 66 36 34 37 66 33 33 61 62 30 64 66 62 38 64 63 62 62 30 39 64 31 36 35 37 63 39 66 38 31 63 32 61 32 38 36 39 35 66 30 38 30 37 38 65 38 33 66 61 35 62 35 32 63 65 65 35 35 34" ], - "asctime": "2025-03-23 16:47:13,606", - "created": 1742744833.6062753, + "asctime": "2025-08-15 21:42:08,538", + "created": 1755286928.538915, "exc_text": null, "filename": "__init__.py", "funcName": "__rx__", "levelname": "DEBUG", "levelno": 10, - "lineno": 414, - "message": "comm-server: RX <- (64): 36 61 64 66 61 66 36 38 33 64 63 38 31 35 37 32 35 31 61 32 30 31 30 38 32 36 66 36 62 37 30 39 62 32 65 39 30 32 64 39 30 37 32 37 35 30 32 65 30 64 62 64 30 35 65 35 35 63 34 35 33 63 65 37", + "lineno": 416, + "message": "comm-server: RX <- (64): 66 38 35 34 36 66 36 34 37 66 33 33 61 62 30 64 66 62 38 64 63 62 62 30 39 64 31 36 35 37 63 39 66 38 31 63 32 61 32 38 36 39 35 66 30 38 30 37 38 65 38 33 66 61 35 62 35 32 63 65 65 35 35 34", "module": "__init__", - "msecs": 606.0, + "msecs": 538.0, "msg": "%s RX <- %s", "name": "helpers.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/helpers/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/helpers/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 17509.96208190918, + "relativeCreated": 17521.248267, "stack_info": null, - "thread": 140629174646464, + "taskName": null, + "thread": 140179847231168, "threadName": "Thread-29 (_start)" }, { "args": [ "comm-client:", - "(64): 36 39 37 33 66 65 32 35 66 34 39 62 62 64 66 32 63 61 30 39 64 35 32 64 62 33 62 32 34 37 61 64 65 63 38 36 30 30 30 65 63 32 35 33 36 66 65 35 61 39 32 38 64 34 64 63 64 36 33 35 22 7d eb 3c" + "(64): 61 36 33 35 39 64 62 37 62 34 61 61 37 34 34 66 66 35 33 31 61 63 62 37 64 31 36 31 35 63 35 35 30 38 30 39 65 66 64 31 61 65 64 66 65 36 31 34 65 30 63 65 30 39 61 39 66 35 66 31 22 7d 9f ca" ], - "asctime": "2025-03-23 16:47:13,607", - "created": 1742744833.6070502, + "asctime": "2025-08-15 21:42:08,539", + "created": 1755286928.5393484, "exc_text": null, "filename": "__init__.py", "funcName": "__tx__", "levelname": "INFO", "levelno": 20, - "lineno": 284, - "message": "comm-client: TX -> (64): 36 39 37 33 66 65 32 35 66 34 39 62 62 64 66 32 63 61 30 39 64 35 32 64 62 33 62 32 34 37 61 64 65 63 38 36 30 30 30 65 63 32 35 33 36 66 65 35 61 39 32 38 64 34 64 63 64 36 33 35 22 7d eb 3c", + "lineno": 286, + "message": "comm-client: TX -> (64): 61 36 33 35 39 64 62 37 62 34 61 61 37 34 34 66 66 35 33 31 61 63 62 37 64 31 36 31 35 63 35 35 30 38 30 39 65 66 64 31 61 65 64 66 65 36 31 34 65 30 63 65 30 39 61 39 66 35 66 31 22 7d 9f ca", "module": "__init__", - "msecs": 607.0, + "msecs": 539.0, "msg": "%s TX -> %s", "name": "helpers.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/helpers/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/helpers/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 17510.73694229126, + "relativeCreated": 17521.681865, "stack_info": null, - "thread": 140629174646464, + "taskName": null, + "thread": 140179847231168, "threadName": "Thread-29 (_start)" }, { "args": [ "comm-server:", - "(64): 36 39 37 33 66 65 32 35 66 34 39 62 62 64 66 32 63 61 30 39 64 35 32 64 62 33 62 32 34 37 61 64 65 63 38 36 30 30 30 65 63 32 35 33 36 66 65 35 61 39 32 38 64 34 64 63 64 36 33 35 22 7d eb 3c" + "(64): 61 36 33 35 39 64 62 37 62 34 61 61 37 34 34 66 66 35 33 31 61 63 62 37 64 31 36 31 35 63 35 35 30 38 30 39 65 66 64 31 61 65 64 66 65 36 31 34 65 30 63 65 30 39 61 39 66 35 66 31 22 7d 9f ca" ], - "asctime": "2025-03-23 16:47:13,615", - "created": 1742744833.615585, + "asctime": "2025-08-15 21:42:08,547", + "created": 1755286928.547643, "exc_text": null, "filename": "__init__.py", "funcName": "__rx__", "levelname": "DEBUG", "levelno": 10, - "lineno": 414, - "message": "comm-server: RX <- (64): 36 39 37 33 66 65 32 35 66 34 39 62 62 64 66 32 63 61 30 39 64 35 32 64 62 33 62 32 34 37 61 64 65 63 38 36 30 30 30 65 63 32 35 33 36 66 65 35 61 39 32 38 64 34 64 63 64 36 33 35 22 7d eb 3c", + "lineno": 416, + "message": "comm-server: RX <- (64): 61 36 33 35 39 64 62 37 62 34 61 61 37 34 34 66 66 35 33 31 61 63 62 37 64 31 36 31 35 63 35 35 30 38 30 39 65 66 64 31 61 65 64 66 65 36 31 34 65 30 63 65 30 39 61 39 66 35 66 31 22 7d 9f ca", "module": "__init__", - "msecs": 615.0, + "msecs": 547.0, "msg": "%s RX <- %s", "name": "helpers.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/helpers/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/helpers/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 17519.271850585938, + "relativeCreated": 17529.976438, "stack_info": null, - "thread": 140629174646464, + "taskName": null, + "thread": 140179847231168, "threadName": "Thread-29 (_start)" }, { "args": [ "comm-client:", - "(4): fa 73 3a 3e" + "(4): 0c c0 3a 3e" ], - "asctime": "2025-03-23 16:47:13,616", - "created": 1742744833.6164477, + "asctime": "2025-08-15 21:42:08,548", + "created": 1755286928.5481124, "exc_text": null, "filename": "__init__.py", "funcName": "__tx__", "levelname": "INFO", "levelno": 20, - "lineno": 284, - "message": "comm-client: TX -> (4): fa 73 3a 3e", + "lineno": 286, + "message": "comm-client: TX -> (4): 0c c0 3a 3e", "module": "__init__", - "msecs": 616.0, + "msecs": 548.0, "msg": "%s TX -> %s", "name": "helpers.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/helpers/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/helpers/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 17520.134449005127, + "relativeCreated": 17530.445867, "stack_info": null, - "thread": 140629174646464, + "taskName": null, + "thread": 140179847231168, "threadName": "Thread-29 (_start)" }, { "args": [ "comm-server:", - "(4): fa 73 3a 3e" + "(4): 0c c0 3a 3e" ], - "asctime": "2025-03-23 16:47:13,617", - "created": 1742744833.6174567, + "asctime": "2025-08-15 21:42:08,548", + "created": 1755286928.5489388, "exc_text": null, "filename": "__init__.py", "funcName": "__rx__", "levelname": "DEBUG", "levelno": 10, - "lineno": 414, - "message": "comm-server: RX <- (4): fa 73 3a 3e", + "lineno": 416, + "message": "comm-server: RX <- (4): 0c c0 3a 3e", "module": "__init__", - "msecs": 617.0, + "msecs": 548.0, "msg": "%s RX <- %s", "name": "helpers.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/helpers/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/helpers/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 17521.143436431885, + "relativeCreated": 17531.272147, "stack_info": null, - "thread": 140629174646464, + "taskName": null, + "thread": 140179847231168, "threadName": "Thread-29 (_start)" }, { @@ -55297,27 +57292,28 @@ "RX <-", "service: authentification request, data_id: key", "status: okay", - "'62b46adfaf683dc8157251a2010826f6b709b2e902d90727502e0dbd05e55c453ce76973fe25f49bbdf2ca09d52db3b247adec86000ec2536fe5a928d4dcd635'" + "'3252f8546f647f33ab0dfb8dcbb09d1657c9f81c2a28695f08078e83fa5b52cee554a6359db7b4aa744ff531acb7d1615c550809efd1aedfe614e0ce09a9f5f1'" ], - "asctime": "2025-03-23 16:47:13,618", - "created": 1742744833.618504, + "asctime": "2025-08-15 21:42:08,549", + "created": 1755286928.5496202, "exc_text": null, "filename": "__init__.py", "funcName": "__log_msg__", "levelname": "INFO", "levelno": 20, - "lineno": 445, - "message": "prot-server: RX <- service: authentification request, data_id: key, status: okay, data: \"'62b46adfaf683dc8157251a2010826f6b709b2e902d90727502e0dbd05e55c453ce76973fe25f49bbdf2ca09d52db3b247adec86000ec2536fe5a928d4dcd635'\"", + "lineno": 438, + "message": "prot-server: RX <- service: authentification request, data_id: key, status: okay, data: \"'3252f8546f647f33ab0dfb8dcbb09d1657c9f81c2a28695f08078e83fa5b52cee554a6359db7b4aa744ff531acb7d1615c550809efd1aedfe614e0ce09a9f5f1'\"", "module": "__init__", - "msecs": 618.0, + "msecs": 549.0, "msg": "%s %s %s, %s, data: \"%s\"", "name": "socket_protocol.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/socket_protocol/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/socket_protocol/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 17522.190809249878, + "relativeCreated": 17531.95373, "stack_info": null, - "thread": 140629174646464, + "taskName": null, + "thread": 140179847231168, "threadName": "Thread-29 (_start)" }, { @@ -55325,25 +57321,26 @@ "prot-server:", "__authentificate_check_key__" ], - "asctime": "2025-03-23 16:47:13,618", - "created": 1742744833.618768, + "asctime": "2025-08-15 21:42:08,549", + "created": 1755286928.5498745, "exc_text": null, "filename": "__init__.py", "funcName": "__data_available_callback__", "levelname": "DEBUG", "levelno": 10, - "lineno": 488, + "lineno": 481, "message": "prot-server: Executing callback __authentificate_check_key__ to process received data", "module": "__init__", - "msecs": 618.0, + "msecs": 549.0, "msg": "%s Executing callback %s to process received data", "name": "socket_protocol.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/socket_protocol/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/socket_protocol/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 17522.454738616943, + "relativeCreated": 17532.207747, "stack_info": null, - "thread": 140629174646464, + "taskName": null, + "thread": 140179847231168, "threadName": "Thread-29 (_start)" }, { @@ -55354,25 +57351,26 @@ "status: okay", "True" ], - "asctime": "2025-03-23 16:47:13,619", - "created": 1742744833.6191154, + "asctime": "2025-08-15 21:42:08,550", + "created": 1755286928.5501657, "exc_text": null, "filename": "__init__.py", "funcName": "__log_msg__", "levelname": "INFO", "levelno": 20, - "lineno": 445, + "lineno": 438, "message": "prot-server: TX -> service: authentification response, data_id: key, status: okay, data: \"True\"", "module": "__init__", - "msecs": 619.0, + "msecs": 550.0, "msg": "%s %s %s, %s, data: \"%s\"", "name": "socket_protocol.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/socket_protocol/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/socket_protocol/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 17522.802114486694, + "relativeCreated": 17532.499222, "stack_info": null, - "thread": 140629174646464, + "taskName": null, + "thread": 140179847231168, "threadName": "Thread-29 (_start)" }, { @@ -55380,25 +57378,26 @@ "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": "2025-03-23 16:47:13,619", - "created": 1742744833.6199794, + "asctime": "2025-08-15 21:42:08,550", + "created": 1755286928.55086, "exc_text": null, "filename": "__init__.py", "funcName": "__tx__", "levelname": "INFO", "levelno": 20, - "lineno": 284, + "lineno": 286, "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": 619.0, + "msecs": 550.0, "msg": "%s TX -> %s", "name": "helpers.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/helpers/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/helpers/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 17523.66614341736, + "relativeCreated": 17533.193355, "stack_info": null, - "thread": 140629166253760, + "taskName": null, + "thread": 140179838838464, "threadName": "Thread-30 (_start)" }, { @@ -55406,25 +57405,26 @@ "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": "2025-03-23 16:47:13,628", - "created": 1742744833.6285868, + "asctime": "2025-08-15 21:42:08,559", + "created": 1755286928.5592537, "exc_text": null, "filename": "__init__.py", "funcName": "__rx__", "levelname": "DEBUG", "levelno": 10, - "lineno": 414, + "lineno": 416, "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": 628.0, + "msecs": 559.0, "msg": "%s RX <- %s", "name": "helpers.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/helpers/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/helpers/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 17532.273530960083, + "relativeCreated": 17541.587086, "stack_info": null, - "thread": 140629166253760, + "taskName": null, + "thread": 140179838838464, "threadName": "Thread-30 (_start)" }, { @@ -55432,25 +57432,26 @@ "comm-server:", "(6): 94 fe 74 32 3a 3e" ], - "asctime": "2025-03-23 16:47:13,629", - "created": 1742744833.6293185, + "asctime": "2025-08-15 21:42:08,559", + "created": 1755286928.5596945, "exc_text": null, "filename": "__init__.py", "funcName": "__tx__", "levelname": "INFO", "levelno": 20, - "lineno": 284, + "lineno": 286, "message": "comm-server: TX -> (6): 94 fe 74 32 3a 3e", "module": "__init__", - "msecs": 629.0, + "msecs": 559.0, "msg": "%s TX -> %s", "name": "helpers.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/helpers/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/helpers/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 17533.005237579346, + "relativeCreated": 17542.028038, "stack_info": null, - "thread": 140629166253760, + "taskName": null, + "thread": 140179838838464, "threadName": "Thread-30 (_start)" }, { @@ -55458,25 +57459,26 @@ "comm-client:", "(6): 94 fe 74 32 3a 3e" ], - "asctime": "2025-03-23 16:47:13,630", - "created": 1742744833.6303988, + "asctime": "2025-08-15 21:42:08,560", + "created": 1755286928.5607877, "exc_text": null, "filename": "__init__.py", "funcName": "__rx__", "levelname": "DEBUG", "levelno": 10, - "lineno": 414, + "lineno": 416, "message": "comm-client: RX <- (6): 94 fe 74 32 3a 3e", "module": "__init__", - "msecs": 630.0, + "msecs": 560.0, "msg": "%s RX <- %s", "name": "helpers.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/helpers/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/helpers/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 17534.085512161255, + "relativeCreated": 17543.121213, "stack_info": null, - "thread": 140629166253760, + "taskName": null, + "thread": 140179838838464, "threadName": "Thread-30 (_start)" }, { @@ -55487,25 +57489,26 @@ "status: okay", "True" ], - "asctime": "2025-03-23 16:47:13,631", - "created": 1742744833.6310935, + "asctime": "2025-08-15 21:42:08,561", + "created": 1755286928.5612679, "exc_text": null, "filename": "__init__.py", "funcName": "__log_msg__", "levelname": "INFO", "levelno": 20, - "lineno": 445, + "lineno": 438, "message": "prot-client: RX <- service: authentification response, data_id: key, status: okay, data: \"True\"", "module": "__init__", - "msecs": 631.0, + "msecs": 561.0, "msg": "%s %s %s, %s, data: \"%s\"", "name": "socket_protocol.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/socket_protocol/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/socket_protocol/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 17534.780263900757, + "relativeCreated": 17543.601415, "stack_info": null, - "thread": 140629166253760, + "taskName": null, + "thread": 140179838838464, "threadName": "Thread-30 (_start)" }, { @@ -55513,72 +57516,75 @@ "prot-client:", "__authentificate_process_feedback__" ], - "asctime": "2025-03-23 16:47:13,631", - "created": 1742744833.6313367, + "asctime": "2025-08-15 21:42:08,561", + "created": 1755286928.5614681, "exc_text": null, "filename": "__init__.py", "funcName": "__data_available_callback__", "levelname": "DEBUG", "levelno": 10, - "lineno": 503, + "lineno": 496, "message": "prot-client: Executing callback __authentificate_process_feedback__ to process received data", "module": "__init__", - "msecs": 631.0, + "msecs": 561.0, "msg": "%s Executing callback %s to process received data", "name": "socket_protocol.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/socket_protocol/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/socket_protocol/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 17535.02345085144, + "relativeCreated": 17543.801547, "stack_info": null, - "thread": 140629166253760, + "taskName": null, + "thread": 140179838838464, "threadName": "Thread-30 (_start)" }, { "args": [ "prot-client:" ], - "asctime": "2025-03-23 16:47:13,631", - "created": 1742744833.631539, + "asctime": "2025-08-15 21:42:08,561", + "created": 1755286928.5616252, "exc_text": null, "filename": "__init__.py", "funcName": "__authentificate_process_feedback__", "levelname": "INFO", "levelno": 20, - "lineno": 370, + "lineno": 363, "message": "prot-client: Got positive authentification feedback", "module": "__init__", - "msecs": 631.0, + "msecs": 561.0, "msg": "%s Got positive authentification feedback", "name": "socket_protocol.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/socket_protocol/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/socket_protocol/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 17535.225868225098, + "relativeCreated": 17543.958733, "stack_info": null, - "thread": 140629166253760, + "taskName": null, + "thread": 140179838838464, "threadName": "Thread-30 (_start)" } ], - "msecs": 651.0, + "msecs": 589.0, "msg": "Doing authentification", "name": "__tLogger__", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/tests/test_add_methods.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/tests/test_add_methods.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 17554.927110671997, + "relativeCreated": 17571.578065, "stack_info": null, - "thread": 140631409799232, + "taskName": null, + "thread": 140181752467712, "threadName": "MainThread", - "time_consumption": 0.019701242446899414 + "time_consumption": 0.027619361877441406 }, { "args": [ "True", "" ], - "asctime": "2025-03-23 16:47:13,652", - "created": 1742744833.6523635, + "asctime": "2025-08-15 21:42:08,589", + "created": 1755286928.5895963, "exc_text": null, "filename": "test.py", "funcName": "equivalency_chk", @@ -55594,8 +57600,8 @@ "True", "" ], - "asctime": "2025-03-23 16:47:13,651", - "created": 1742744833.6519144, + "asctime": "2025-08-15 21:42:08,589", + "created": 1755286928.5894663, "exc_text": null, "filename": "test.py", "funcName": "__report_result__", @@ -55604,15 +57610,16 @@ "lineno": 22, "message": "Result (Client connection status): True ()", "module": "test", - "msecs": 651.0, + "msecs": 589.0, "msg": "Result (%s): %s (%s)", "name": "__unittest__", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/unittest/test.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/unittest/test.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 17555.601119995117, + "relativeCreated": 17571.799782, "stack_info": null, - "thread": 140631409799232, + "taskName": null, + "thread": 140181752467712, "threadName": "MainThread" }, { @@ -55622,8 +57629,8 @@ "True", "" ], - "asctime": "2025-03-23 16:47:13,652", - "created": 1742744833.6521583, + "asctime": "2025-08-15 21:42:08,589", + "created": 1755286928.5895386, "exc_text": null, "filename": "test.py", "funcName": "__report_expectation__", @@ -55632,37 +57639,39 @@ "lineno": 26, "message": "Expectation (Client connection status): result = True ()", "module": "test", - "msecs": 652.0, + "msecs": 589.0, "msg": "Expectation (%s): result %s %s (%s)", "name": "__unittest__", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/unittest/test.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/unittest/test.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 17555.845022201538, + "relativeCreated": 17571.872078, "stack_info": null, - "thread": 140631409799232, + "taskName": null, + "thread": 140181752467712, "threadName": "MainThread" } ], - "msecs": 652.0, + "msecs": 589.0, "msg": "Client connection status is correct (Content %s and Type is %s).", "name": "__tLogger__", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/unittest/test.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/unittest/test.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 17556.050300598145, + "relativeCreated": 17571.929716, "stack_info": null, - "thread": 140631409799232, + "taskName": null, + "thread": 140181752467712, "threadName": "MainThread", - "time_consumption": 0.0002052783966064453 + "time_consumption": 5.7697296142578125e-05 }, { "args": [ "True", "" ], - "asctime": "2025-03-23 16:47:13,653", - "created": 1742744833.6530755, + "asctime": "2025-08-15 21:42:08,589", + "created": 1755286928.5897913, "exc_text": null, "filename": "test.py", "funcName": "equivalency_chk", @@ -55678,8 +57687,8 @@ "True", "" ], - "asctime": "2025-03-23 16:47:13,652", - "created": 1742744833.6526968, + "asctime": "2025-08-15 21:42:08,589", + "created": 1755286928.5896888, "exc_text": null, "filename": "test.py", "funcName": "__report_result__", @@ -55688,15 +57697,16 @@ "lineno": 22, "message": "Result (Server connection status): True ()", "module": "test", - "msecs": 652.0, + "msecs": 589.0, "msg": "Result (%s): %s (%s)", "name": "__unittest__", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/unittest/test.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/unittest/test.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 17556.38360977173, + "relativeCreated": 17572.022285, "stack_info": null, - "thread": 140631409799232, + "taskName": null, + "thread": 140181752467712, "threadName": "MainThread" }, { @@ -55706,8 +57716,8 @@ "True", "" ], - "asctime": "2025-03-23 16:47:13,652", - "created": 1742744833.6528926, + "asctime": "2025-08-15 21:42:08,589", + "created": 1755286928.5897422, "exc_text": null, "filename": "test.py", "funcName": "__report_expectation__", @@ -55716,63 +57726,66 @@ "lineno": 26, "message": "Expectation (Server connection status): result = True ()", "module": "test", - "msecs": 652.0, + "msecs": 589.0, "msg": "Expectation (%s): result %s %s (%s)", "name": "__unittest__", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/unittest/test.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/unittest/test.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 17556.57935142517, + "relativeCreated": 17572.075487, "stack_info": null, - "thread": 140631409799232, + "taskName": null, + "thread": 140181752467712, "threadName": "MainThread" } ], - "msecs": 653.0, + "msecs": 589.0, "msg": "Server connection status is correct (Content %s and Type is %s).", "name": "__tLogger__", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/unittest/test.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/unittest/test.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 17556.76221847534, + "relativeCreated": 17572.124676, "stack_info": null, - "thread": 140631409799232, + "taskName": null, + "thread": 140181752467712, "threadName": "MainThread", - "time_consumption": 0.00018286705017089844 + "time_consumption": 4.9114227294921875e-05 } ], - "thread": 140631409799232, + "thread": 140181752467712, "threadName": "MainThread", - "time_consumption": 0.8149857521057129, - "time_finished": "2025-03-23 16:47:13,653", - "time_start": "2025-03-23 16:47:12,838" + "time_consumption": 0.8031842708587646, + "time_finished": "2025-08-15 21:42:08,589", + "time_start": "2025-08-15 21:42:07,786" }, "REQ-0021": { "args": null, - "asctime": "2025-03-23 16:47:13,653", - "created": 1742744833.653815, + "asctime": "2025-08-15 21:42:08,590", + "created": 1755286928.5900118, "exc_text": null, "filename": "__init__.py", "funcName": "testCase", "levelname": "INFO", "levelno": 20, - "lineno": 327, + "lineno": 331, "message": "REQ-0021", "module": "__init__", "moduleLogger": [], - "msecs": 653.0, + "msecs": 590.0, "msg": "REQ-0021", "name": "__tLogger__", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/report/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/report/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 17557.501792907715, + "relativeCreated": 17572.345417, "stack_info": null, + "taskName": null, "testcaseLogger": [ { "args": [], - "asctime": "2025-03-23 16:47:13,664", - "created": 1742744833.664326, + "asctime": "2025-08-15 21:42:08,593", + "created": 1755286928.5936372, "exc_text": null, "filename": "test_helpers.py", "funcName": "set_up_socket_protocol", @@ -55786,100 +57799,104 @@ "args": [ "comm-client:" ], - "asctime": "2025-03-23 16:47:13,654", - "created": 1742744833.6549757, + "asctime": "2025-08-15 21:42:08,590", + "created": 1755286928.5904374, "exc_text": null, "filename": "__init__.py", "funcName": "__clean_buffer__", "levelname": "DEBUG", "levelno": 10, - "lineno": 411, + "lineno": 413, "message": "comm-client: Cleaning up receive-buffer", "module": "__init__", - "msecs": 654.0, + "msecs": 590.0, "msg": "%s Cleaning up receive-buffer", "name": "helpers.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/helpers/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/helpers/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 17558.66241455078, + "relativeCreated": 17572.770868, "stack_info": null, - "thread": 140631409799232, + "taskName": null, + "thread": 140181752467712, "threadName": "MainThread" }, { "args": [ "comm-server:" ], - "asctime": "2025-03-23 16:47:13,656", - "created": 1742744833.6561117, + "asctime": "2025-08-15 21:42:08,590", + "created": 1755286928.5907698, "exc_text": null, "filename": "__init__.py", "funcName": "__clean_buffer__", "levelname": "DEBUG", "levelno": 10, - "lineno": 411, + "lineno": 413, "message": "comm-server: Cleaning up receive-buffer", "module": "__init__", - "msecs": 656.0, + "msecs": 590.0, "msg": "%s Cleaning up receive-buffer", "name": "helpers.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/helpers/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/helpers/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 17559.7984790802, + "relativeCreated": 17573.103016, "stack_info": null, - "thread": 140631409799232, + "taskName": null, + "thread": 140181752467712, "threadName": "MainThread" }, { "args": [ "comm-server:" ], - "asctime": "2025-03-23 16:47:13,656", - "created": 1742744833.656369, + "asctime": "2025-08-15 21:42:08,590", + "created": 1755286928.5908456, "exc_text": null, "filename": "__init__.py", "funcName": "__init__", "levelname": "INFO", "levelno": 20, - "lineno": 520, + "lineno": 522, "message": "comm-server: Waiting for incomming connection", "module": "__init__", - "msecs": 656.0, + "msecs": 590.0, "msg": "%s Waiting for incomming connection", "name": "helpers.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/helpers/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/helpers/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 17560.05573272705, + "relativeCreated": 17573.179075, "stack_info": null, - "thread": 140631409799232, + "taskName": null, + "thread": 140181752467712, "threadName": "MainThread" }, { "args": [ "prot-server:" ], - "asctime": "2025-03-23 16:47:13,656", - "created": 1742744833.6567488, + "asctime": "2025-08-15 21:42:08,590", + "created": 1755286928.5909493, "exc_text": null, "filename": "__init__.py", "funcName": "__clean_receive_buffer__", "levelname": "DEBUG", "levelno": 10, - "lineno": 434, + "lineno": 427, "message": "prot-server: Cleaning up receive-buffer", "module": "__init__", - "msecs": 656.0, + "msecs": 590.0, "msg": "%s Cleaning up receive-buffer", "name": "socket_protocol.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/socket_protocol/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/socket_protocol/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 17560.43553352356, + "relativeCreated": 17573.2829, "stack_info": null, - "thread": 140631409799232, + "taskName": null, + "thread": 140181752467712, "threadName": "MainThread" }, { @@ -55888,25 +57905,26 @@ "authentification request", "authentification response" ], - "asctime": "2025-03-23 16:47:13,656", - "created": 1742744833.6569638, + "asctime": "2025-08-15 21:42:08,591", + "created": 1755286928.5910106, "exc_text": null, "filename": "__init__.py", "funcName": "add_service", "levelname": "DEBUG", "levelno": 10, - "lineno": 597, + "lineno": 590, "message": "prot-server: Adding Service with Request=authentification request and Response=authentification response", "module": "__init__", - "msecs": 656.0, + "msecs": 591.0, "msg": "%s Adding Service with Request=%s and Response=%s", "name": "socket_protocol.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/socket_protocol/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/socket_protocol/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 17560.65058708191, + "relativeCreated": 17573.343942, "stack_info": null, - "thread": 140631409799232, + "taskName": null, + "thread": 140181752467712, "threadName": "MainThread" }, { @@ -55914,25 +57932,26 @@ "prot-server:", "service: authentification request, data_id: seed" ], - "asctime": "2025-03-23 16:47:13,657", - "created": 1742744833.657208, + "asctime": "2025-08-15 21:42:08,591", + "created": 1755286928.591084, "exc_text": null, "filename": "__init__.py", "funcName": "add_msg_to_auth_whitelist_", "levelname": "DEBUG", "levelno": 10, - "lineno": 571, + "lineno": 564, "message": "prot-server: Adding Message (service: authentification request, data_id: seed) to the authentification whitelist", "module": "__init__", - "msecs": 657.0, + "msecs": 591.0, "msg": "%s Adding Message (%s) to the authentification whitelist", "name": "socket_protocol.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/socket_protocol/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/socket_protocol/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 17560.89472770691, + "relativeCreated": 17573.417412, "stack_info": null, - "thread": 140631409799232, + "taskName": null, + "thread": 140181752467712, "threadName": "MainThread" }, { @@ -55940,25 +57959,26 @@ "prot-server:", "service: authentification response, data_id: seed" ], - "asctime": "2025-03-23 16:47:13,657", - "created": 1742744833.657417, + "asctime": "2025-08-15 21:42:08,591", + "created": 1755286928.5911534, "exc_text": null, "filename": "__init__.py", "funcName": "add_msg_to_auth_whitelist_", "levelname": "DEBUG", "levelno": 10, - "lineno": 571, + "lineno": 564, "message": "prot-server: Adding Message (service: authentification response, data_id: seed) to the authentification whitelist", "module": "__init__", - "msecs": 657.0, + "msecs": 591.0, "msg": "%s Adding Message (%s) to the authentification whitelist", "name": "socket_protocol.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/socket_protocol/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/socket_protocol/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 17561.10382080078, + "relativeCreated": 17573.486813, "stack_info": null, - "thread": 140631409799232, + "taskName": null, + "thread": 140181752467712, "threadName": "MainThread" }, { @@ -55966,25 +57986,26 @@ "prot-server:", "service: authentification request, data_id: key" ], - "asctime": "2025-03-23 16:47:13,657", - "created": 1742744833.657596, + "asctime": "2025-08-15 21:42:08,591", + "created": 1755286928.591234, "exc_text": null, "filename": "__init__.py", "funcName": "add_msg_to_auth_whitelist_", "levelname": "DEBUG", "levelno": 10, - "lineno": 571, + "lineno": 564, "message": "prot-server: Adding Message (service: authentification request, data_id: key) to the authentification whitelist", "module": "__init__", - "msecs": 657.0, + "msecs": 591.0, "msg": "%s Adding Message (%s) to the authentification whitelist", "name": "socket_protocol.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/socket_protocol/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/socket_protocol/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 17561.282873153687, + "relativeCreated": 17573.567485, "stack_info": null, - "thread": 140631409799232, + "taskName": null, + "thread": 140181752467712, "threadName": "MainThread" }, { @@ -55992,25 +58013,26 @@ "prot-server:", "service: authentification response, data_id: key" ], - "asctime": "2025-03-23 16:47:13,657", - "created": 1742744833.6577644, + "asctime": "2025-08-15 21:42:08,591", + "created": 1755286928.5913393, "exc_text": null, "filename": "__init__.py", "funcName": "add_msg_to_auth_whitelist_", "levelname": "DEBUG", "levelno": 10, - "lineno": 571, + "lineno": 564, "message": "prot-server: Adding Message (service: authentification response, data_id: key) to the authentification whitelist", "module": "__init__", - "msecs": 657.0, + "msecs": 591.0, "msg": "%s Adding Message (%s) to the authentification whitelist", "name": "socket_protocol.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/socket_protocol/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/socket_protocol/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 17561.451196670532, + "relativeCreated": 17573.672737, "stack_info": null, - "thread": 140631409799232, + "taskName": null, + "thread": 140181752467712, "threadName": "MainThread" }, { @@ -56020,25 +58042,26 @@ "0", "0" ], - "asctime": "2025-03-23 16:47:13,657", - "created": 1742744833.6579623, + "asctime": "2025-08-15 21:42:08,591", + "created": 1755286928.5914745, "exc_text": null, "filename": "__init__.py", "funcName": "add", "levelname": "DEBUG", "levelno": 10, - "lineno": 172, + "lineno": 169, "message": "prot-server: Adding callback '__authentificate_create_seed__' for SID=0 and DID=0", "module": "__init__", - "msecs": 657.0, + "msecs": 591.0, "msg": "%s Adding callback %s for SID=%s and DID=%s", "name": "socket_protocol.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/socket_protocol/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/socket_protocol/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 17561.649084091187, + "relativeCreated": 17573.807811, "stack_info": null, - "thread": 140631409799232, + "taskName": null, + "thread": 140181752467712, "threadName": "MainThread" }, { @@ -56048,25 +58071,26 @@ "1", "0" ], - "asctime": "2025-03-23 16:47:13,658", - "created": 1742744833.6582093, + "asctime": "2025-08-15 21:42:08,591", + "created": 1755286928.5915704, "exc_text": null, "filename": "__init__.py", "funcName": "add", "levelname": "DEBUG", "levelno": 10, - "lineno": 172, + "lineno": 169, "message": "prot-server: Adding callback '__authentificate_create_key__' for SID=1 and DID=0", "module": "__init__", - "msecs": 658.0, + "msecs": 591.0, "msg": "%s Adding callback %s for SID=%s and DID=%s", "name": "socket_protocol.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/socket_protocol/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/socket_protocol/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 17561.896085739136, + "relativeCreated": 17573.903925, "stack_info": null, - "thread": 140631409799232, + "taskName": null, + "thread": 140181752467712, "threadName": "MainThread" }, { @@ -56076,25 +58100,26 @@ "0", "1" ], - "asctime": "2025-03-23 16:47:13,658", - "created": 1742744833.6583962, + "asctime": "2025-08-15 21:42:08,591", + "created": 1755286928.59169, "exc_text": null, "filename": "__init__.py", "funcName": "add", "levelname": "DEBUG", "levelno": 10, - "lineno": 172, + "lineno": 169, "message": "prot-server: Adding callback '__authentificate_check_key__' for SID=0 and DID=1", "module": "__init__", - "msecs": 658.0, + "msecs": 591.0, "msg": "%s Adding callback %s for SID=%s and DID=%s", "name": "socket_protocol.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/socket_protocol/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/socket_protocol/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 17562.08300590515, + "relativeCreated": 17574.023299, "stack_info": null, - "thread": 140631409799232, + "taskName": null, + "thread": 140181752467712, "threadName": "MainThread" }, { @@ -56104,50 +58129,52 @@ "1", "1" ], - "asctime": "2025-03-23 16:47:13,658", - "created": 1742744833.6585715, + "asctime": "2025-08-15 21:42:08,591", + "created": 1755286928.591791, "exc_text": null, "filename": "__init__.py", "funcName": "add", "levelname": "DEBUG", "levelno": 10, - "lineno": 172, + "lineno": 169, "message": "prot-server: Adding callback '__authentificate_process_feedback__' for SID=1 and DID=1", "module": "__init__", - "msecs": 658.0, + "msecs": 591.0, "msg": "%s Adding callback %s for SID=%s and DID=%s", "name": "socket_protocol.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/socket_protocol/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/socket_protocol/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 17562.25824356079, + "relativeCreated": 17574.124318, "stack_info": null, - "thread": 140631409799232, + "taskName": null, + "thread": 140181752467712, "threadName": "MainThread" }, { "args": [ "prot-server:" ], - "asctime": "2025-03-23 16:47:13,658", - "created": 1742744833.6587389, + "asctime": "2025-08-15 21:42:08,591", + "created": 1755286928.591879, "exc_text": null, "filename": "__init__.py", "funcName": "__authentification_state_reset__", "levelname": "INFO", "levelno": 20, - "lineno": 380, + "lineno": 373, "message": "prot-server: Resetting authentification state to AUTH_STATE_UNTRUSTED_CONNECTION", "module": "__init__", - "msecs": 658.0, + "msecs": 591.0, "msg": "%s Resetting authentification state to AUTH_STATE_UNTRUSTED_CONNECTION", "name": "socket_protocol.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/socket_protocol/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/socket_protocol/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 17562.42561340332, + "relativeCreated": 17574.212281, "stack_info": null, - "thread": 140631409799232, + "taskName": null, + "thread": 140181752467712, "threadName": "MainThread" }, { @@ -56156,25 +58183,26 @@ "channel name request", "channel name response" ], - "asctime": "2025-03-23 16:47:13,658", - "created": 1742744833.6589122, + "asctime": "2025-08-15 21:42:08,591", + "created": 1755286928.5919833, "exc_text": null, "filename": "__init__.py", "funcName": "add_service", "levelname": "DEBUG", "levelno": 10, - "lineno": 597, + "lineno": 590, "message": "prot-server: Adding Service with Request=channel name request and Response=channel name response", "module": "__init__", - "msecs": 658.0, + "msecs": 591.0, "msg": "%s Adding Service with Request=%s and Response=%s", "name": "socket_protocol.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/socket_protocol/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/socket_protocol/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 17562.598943710327, + "relativeCreated": 17574.316817, "stack_info": null, - "thread": 140631409799232, + "taskName": null, + "thread": 140181752467712, "threadName": "MainThread" }, { @@ -56182,25 +58210,26 @@ "prot-server:", "service: channel name request, data_id: name" ], - "asctime": "2025-03-23 16:47:13,659", - "created": 1742744833.6590996, + "asctime": "2025-08-15 21:42:08,592", + "created": 1755286928.5921032, "exc_text": null, "filename": "__init__.py", "funcName": "add_msg_to_auth_whitelist_", "levelname": "DEBUG", "levelno": 10, - "lineno": 571, + "lineno": 564, "message": "prot-server: Adding Message (service: channel name request, data_id: name) to the authentification whitelist", "module": "__init__", - "msecs": 659.0, + "msecs": 592.0, "msg": "%s Adding Message (%s) to the authentification whitelist", "name": "socket_protocol.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/socket_protocol/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/socket_protocol/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 17562.7863407135, + "relativeCreated": 17574.436702, "stack_info": null, - "thread": 140631409799232, + "taskName": null, + "thread": 140181752467712, "threadName": "MainThread" }, { @@ -56208,25 +58237,26 @@ "prot-server:", "service: channel name response, data_id: name" ], - "asctime": "2025-03-23 16:47:13,659", - "created": 1742744833.659268, + "asctime": "2025-08-15 21:42:08,592", + "created": 1755286928.5921674, "exc_text": null, "filename": "__init__.py", "funcName": "add_msg_to_auth_whitelist_", "levelname": "DEBUG", "levelno": 10, - "lineno": 571, + "lineno": 564, "message": "prot-server: Adding Message (service: channel name response, data_id: name) to the authentification whitelist", "module": "__init__", - "msecs": 659.0, + "msecs": 592.0, "msg": "%s Adding Message (%s) to the authentification whitelist", "name": "socket_protocol.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/socket_protocol/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/socket_protocol/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 17562.954664230347, + "relativeCreated": 17574.500934, "stack_info": null, - "thread": 140631409799232, + "taskName": null, + "thread": 140181752467712, "threadName": "MainThread" }, { @@ -56236,25 +58266,26 @@ "8", "0" ], - "asctime": "2025-03-23 16:47:13,659", - "created": 1742744833.6594453, + "asctime": "2025-08-15 21:42:08,592", + "created": 1755286928.592223, "exc_text": null, "filename": "__init__.py", "funcName": "add", "levelname": "DEBUG", "levelno": 10, - "lineno": 172, + "lineno": 169, "message": "prot-server: Adding callback '__channel_name_request__' for SID=8 and DID=0", "module": "__init__", - "msecs": 659.0, + "msecs": 592.0, "msg": "%s Adding callback %s for SID=%s and DID=%s", "name": "socket_protocol.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/socket_protocol/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/socket_protocol/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 17563.1320476532, + "relativeCreated": 17574.556489, "stack_info": null, - "thread": 140631409799232, + "taskName": null, + "thread": 140181752467712, "threadName": "MainThread" }, { @@ -56264,25 +58295,26 @@ "9", "0" ], - "asctime": "2025-03-23 16:47:13,659", - "created": 1742744833.6596231, + "asctime": "2025-08-15 21:42:08,592", + "created": 1755286928.5922847, "exc_text": null, "filename": "__init__.py", "funcName": "add", "levelname": "DEBUG", "levelno": 10, - "lineno": 172, + "lineno": 169, "message": "prot-server: Adding callback '__channel_name_response__' for SID=9 and DID=0", "module": "__init__", - "msecs": 659.0, + "msecs": 592.0, "msg": "%s Adding callback %s for SID=%s and DID=%s", "name": "socket_protocol.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/socket_protocol/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/socket_protocol/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 17563.309907913208, + "relativeCreated": 17574.6181, "stack_info": null, - "thread": 140631409799232, + "taskName": null, + "thread": 140181752467712, "threadName": "MainThread" }, { @@ -56291,25 +58323,26 @@ "read data request", "read data response" ], - "asctime": "2025-03-23 16:47:13,659", - "created": 1742744833.6597905, + "asctime": "2025-08-15 21:42:08,592", + "created": 1755286928.592338, "exc_text": null, "filename": "__init__.py", "funcName": "add_service", "levelname": "DEBUG", "levelno": 10, - "lineno": 597, + "lineno": 590, "message": "prot-server: Adding Service with Request=read data request and Response=read data response", "module": "__init__", - "msecs": 659.0, + "msecs": 592.0, "msg": "%s Adding Service with Request=%s and Response=%s", "name": "socket_protocol.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/socket_protocol/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/socket_protocol/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 17563.477277755737, + "relativeCreated": 17574.671537, "stack_info": null, - "thread": 140631409799232, + "taskName": null, + "thread": 140181752467712, "threadName": "MainThread" }, { @@ -56318,25 +58351,26 @@ "write data request", "write data response" ], - "asctime": "2025-03-23 16:47:13,659", - "created": 1742744833.659963, + "asctime": "2025-08-15 21:42:08,592", + "created": 1755286928.5923877, "exc_text": null, "filename": "__init__.py", "funcName": "add_service", "levelname": "DEBUG", "levelno": 10, - "lineno": 597, + "lineno": 590, "message": "prot-server: Adding Service with Request=write data request and Response=write data response", "module": "__init__", - "msecs": 659.0, + "msecs": 592.0, "msg": "%s Adding Service with Request=%s and Response=%s", "name": "socket_protocol.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/socket_protocol/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/socket_protocol/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 17563.649654388428, + "relativeCreated": 17574.720938, "stack_info": null, - "thread": 140631409799232, + "taskName": null, + "thread": 140181752467712, "threadName": "MainThread" }, { @@ -56345,75 +58379,78 @@ "execute request", "execute response" ], - "asctime": "2025-03-23 16:47:13,660", - "created": 1742744833.6601212, + "asctime": "2025-08-15 21:42:08,592", + "created": 1755286928.5924404, "exc_text": null, "filename": "__init__.py", "funcName": "add_service", "levelname": "DEBUG", "levelno": 10, - "lineno": 597, + "lineno": 590, "message": "prot-server: Adding Service with Request=execute request and Response=execute response", "module": "__init__", - "msecs": 660.0, + "msecs": 592.0, "msg": "%s Adding Service with Request=%s and Response=%s", "name": "socket_protocol.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/socket_protocol/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/socket_protocol/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 17563.80796432495, + "relativeCreated": 17574.773822, "stack_info": null, - "thread": 140631409799232, + "taskName": null, + "thread": 140181752467712, "threadName": "MainThread" }, { "args": [ "prot-server:" ], - "asctime": "2025-03-23 16:47:13,660", - "created": 1742744833.660288, + "asctime": "2025-08-15 21:42:08,592", + "created": 1755286928.5924907, "exc_text": null, "filename": "__init__.py", "funcName": "__init__", "levelname": "INFO", "levelno": 20, - "lineno": 340, + "lineno": 333, "message": "prot-server: Initialisation finished.", "module": "__init__", - "msecs": 660.0, + "msecs": 592.0, "msg": "%s Initialisation finished.", "name": "socket_protocol.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/socket_protocol/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/socket_protocol/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 17563.974857330322, + "relativeCreated": 17574.8242, "stack_info": null, - "thread": 140631409799232, + "taskName": null, + "thread": 140181752467712, "threadName": "MainThread" }, { "args": [ "prot-client:" ], - "asctime": "2025-03-23 16:47:13,660", - "created": 1742744833.6605835, + "asctime": "2025-08-15 21:42:08,592", + "created": 1755286928.5925865, "exc_text": null, "filename": "__init__.py", "funcName": "__clean_receive_buffer__", "levelname": "DEBUG", "levelno": 10, - "lineno": 434, + "lineno": 427, "message": "prot-client: Cleaning up receive-buffer", "module": "__init__", - "msecs": 660.0, + "msecs": 592.0, "msg": "%s Cleaning up receive-buffer", "name": "socket_protocol.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/socket_protocol/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/socket_protocol/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 17564.27025794983, + "relativeCreated": 17574.920026, "stack_info": null, - "thread": 140631409799232, + "taskName": null, + "thread": 140181752467712, "threadName": "MainThread" }, { @@ -56422,25 +58459,26 @@ "authentification request", "authentification response" ], - "asctime": "2025-03-23 16:47:13,660", - "created": 1742744833.660763, + "asctime": "2025-08-15 21:42:08,592", + "created": 1755286928.5926416, "exc_text": null, "filename": "__init__.py", "funcName": "add_service", "levelname": "DEBUG", "levelno": 10, - "lineno": 597, + "lineno": 590, "message": "prot-client: Adding Service with Request=authentification request and Response=authentification response", "module": "__init__", - "msecs": 660.0, + "msecs": 592.0, "msg": "%s Adding Service with Request=%s and Response=%s", "name": "socket_protocol.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/socket_protocol/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/socket_protocol/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 17564.449787139893, + "relativeCreated": 17574.974981, "stack_info": null, - "thread": 140631409799232, + "taskName": null, + "thread": 140181752467712, "threadName": "MainThread" }, { @@ -56448,25 +58486,26 @@ "prot-client:", "service: authentification request, data_id: seed" ], - "asctime": "2025-03-23 16:47:13,660", - "created": 1742744833.6609814, + "asctime": "2025-08-15 21:42:08,592", + "created": 1755286928.5927114, "exc_text": null, "filename": "__init__.py", "funcName": "add_msg_to_auth_whitelist_", "levelname": "DEBUG", "levelno": 10, - "lineno": 571, + "lineno": 564, "message": "prot-client: Adding Message (service: authentification request, data_id: seed) to the authentification whitelist", "module": "__init__", - "msecs": 660.0, + "msecs": 592.0, "msg": "%s Adding Message (%s) to the authentification whitelist", "name": "socket_protocol.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/socket_protocol/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/socket_protocol/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 17564.66817855835, + "relativeCreated": 17575.044758, "stack_info": null, - "thread": 140631409799232, + "taskName": null, + "thread": 140181752467712, "threadName": "MainThread" }, { @@ -56474,25 +58513,26 @@ "prot-client:", "service: authentification response, data_id: seed" ], - "asctime": "2025-03-23 16:47:13,661", - "created": 1742744833.6611547, + "asctime": "2025-08-15 21:42:08,592", + "created": 1755286928.592765, "exc_text": null, "filename": "__init__.py", "funcName": "add_msg_to_auth_whitelist_", "levelname": "DEBUG", "levelno": 10, - "lineno": 571, + "lineno": 564, "message": "prot-client: Adding Message (service: authentification response, data_id: seed) to the authentification whitelist", "module": "__init__", - "msecs": 661.0, + "msecs": 592.0, "msg": "%s Adding Message (%s) to the authentification whitelist", "name": "socket_protocol.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/socket_protocol/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/socket_protocol/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 17564.841508865356, + "relativeCreated": 17575.098597, "stack_info": null, - "thread": 140631409799232, + "taskName": null, + "thread": 140181752467712, "threadName": "MainThread" }, { @@ -56500,25 +58540,26 @@ "prot-client:", "service: authentification request, data_id: key" ], - "asctime": "2025-03-23 16:47:13,661", - "created": 1742744833.6613219, + "asctime": "2025-08-15 21:42:08,592", + "created": 1755286928.5928152, "exc_text": null, "filename": "__init__.py", "funcName": "add_msg_to_auth_whitelist_", "levelname": "DEBUG", "levelno": 10, - "lineno": 571, + "lineno": 564, "message": "prot-client: Adding Message (service: authentification request, data_id: key) to the authentification whitelist", "module": "__init__", - "msecs": 661.0, + "msecs": 592.0, "msg": "%s Adding Message (%s) to the authentification whitelist", "name": "socket_protocol.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/socket_protocol/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/socket_protocol/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 17565.008640289307, + "relativeCreated": 17575.148422, "stack_info": null, - "thread": 140631409799232, + "taskName": null, + "thread": 140181752467712, "threadName": "MainThread" }, { @@ -56526,25 +58567,26 @@ "prot-client:", "service: authentification response, data_id: key" ], - "asctime": "2025-03-23 16:47:13,661", - "created": 1742744833.6614966, + "asctime": "2025-08-15 21:42:08,592", + "created": 1755286928.5928633, "exc_text": null, "filename": "__init__.py", "funcName": "add_msg_to_auth_whitelist_", "levelname": "DEBUG", "levelno": 10, - "lineno": 571, + "lineno": 564, "message": "prot-client: Adding Message (service: authentification response, data_id: key) to the authentification whitelist", "module": "__init__", - "msecs": 661.0, + "msecs": 592.0, "msg": "%s Adding Message (%s) to the authentification whitelist", "name": "socket_protocol.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/socket_protocol/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/socket_protocol/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 17565.183401107788, + "relativeCreated": 17575.19664, "stack_info": null, - "thread": 140631409799232, + "taskName": null, + "thread": 140181752467712, "threadName": "MainThread" }, { @@ -56554,25 +58596,26 @@ "0", "0" ], - "asctime": "2025-03-23 16:47:13,661", - "created": 1742744833.6618323, + "asctime": "2025-08-15 21:42:08,592", + "created": 1755286928.5929158, "exc_text": null, "filename": "__init__.py", "funcName": "add", "levelname": "DEBUG", "levelno": 10, - "lineno": 172, + "lineno": 169, "message": "prot-client: Adding callback '__authentificate_create_seed__' for SID=0 and DID=0", "module": "__init__", - "msecs": 661.0, + "msecs": 592.0, "msg": "%s Adding callback %s for SID=%s and DID=%s", "name": "socket_protocol.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/socket_protocol/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/socket_protocol/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 17565.519094467163, + "relativeCreated": 17575.249187, "stack_info": null, - "thread": 140631409799232, + "taskName": null, + "thread": 140181752467712, "threadName": "MainThread" }, { @@ -56582,25 +58625,26 @@ "1", "0" ], - "asctime": "2025-03-23 16:47:13,662", - "created": 1742744833.6620882, + "asctime": "2025-08-15 21:42:08,592", + "created": 1755286928.592969, "exc_text": null, "filename": "__init__.py", "funcName": "add", "levelname": "DEBUG", "levelno": 10, - "lineno": 172, + "lineno": 169, "message": "prot-client: Adding callback '__authentificate_create_key__' for SID=1 and DID=0", "module": "__init__", - "msecs": 662.0, + "msecs": 592.0, "msg": "%s Adding callback %s for SID=%s and DID=%s", "name": "socket_protocol.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/socket_protocol/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/socket_protocol/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 17565.77491760254, + "relativeCreated": 17575.30234, "stack_info": null, - "thread": 140631409799232, + "taskName": null, + "thread": 140181752467712, "threadName": "MainThread" }, { @@ -56610,25 +58654,26 @@ "0", "1" ], - "asctime": "2025-03-23 16:47:13,662", - "created": 1742744833.6622915, + "asctime": "2025-08-15 21:42:08,593", + "created": 1755286928.5930264, "exc_text": null, "filename": "__init__.py", "funcName": "add", "levelname": "DEBUG", "levelno": 10, - "lineno": 172, + "lineno": 169, "message": "prot-client: Adding callback '__authentificate_check_key__' for SID=0 and DID=1", "module": "__init__", - "msecs": 662.0, + "msecs": 593.0, "msg": "%s Adding callback %s for SID=%s and DID=%s", "name": "socket_protocol.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/socket_protocol/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/socket_protocol/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 17565.978288650513, + "relativeCreated": 17575.359785, "stack_info": null, - "thread": 140631409799232, + "taskName": null, + "thread": 140181752467712, "threadName": "MainThread" }, { @@ -56638,50 +58683,52 @@ "1", "1" ], - "asctime": "2025-03-23 16:47:13,662", - "created": 1742744833.6624691, + "asctime": "2025-08-15 21:42:08,593", + "created": 1755286928.593082, "exc_text": null, "filename": "__init__.py", "funcName": "add", "levelname": "DEBUG", "levelno": 10, - "lineno": 172, + "lineno": 169, "message": "prot-client: Adding callback '__authentificate_process_feedback__' for SID=1 and DID=1", "module": "__init__", - "msecs": 662.0, + "msecs": 593.0, "msg": "%s Adding callback %s for SID=%s and DID=%s", "name": "socket_protocol.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/socket_protocol/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/socket_protocol/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 17566.155910491943, + "relativeCreated": 17575.415279, "stack_info": null, - "thread": 140631409799232, + "taskName": null, + "thread": 140181752467712, "threadName": "MainThread" }, { "args": [ "prot-client:" ], - "asctime": "2025-03-23 16:47:13,662", - "created": 1742744833.6626391, + "asctime": "2025-08-15 21:42:08,593", + "created": 1755286928.5931296, "exc_text": null, "filename": "__init__.py", "funcName": "__authentification_state_reset__", "levelname": "INFO", "levelno": 20, - "lineno": 380, + "lineno": 373, "message": "prot-client: Resetting authentification state to AUTH_STATE_UNTRUSTED_CONNECTION", "module": "__init__", - "msecs": 662.0, + "msecs": 593.0, "msg": "%s Resetting authentification state to AUTH_STATE_UNTRUSTED_CONNECTION", "name": "socket_protocol.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/socket_protocol/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/socket_protocol/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 17566.325902938843, + "relativeCreated": 17575.463044, "stack_info": null, - "thread": 140631409799232, + "taskName": null, + "thread": 140181752467712, "threadName": "MainThread" }, { @@ -56690,25 +58737,26 @@ "channel name request", "channel name response" ], - "asctime": "2025-03-23 16:47:13,662", - "created": 1742744833.662814, + "asctime": "2025-08-15 21:42:08,593", + "created": 1755286928.5931816, "exc_text": null, "filename": "__init__.py", "funcName": "add_service", "levelname": "DEBUG", "levelno": 10, - "lineno": 597, + "lineno": 590, "message": "prot-client: Adding Service with Request=channel name request and Response=channel name response", "module": "__init__", - "msecs": 662.0, + "msecs": 593.0, "msg": "%s Adding Service with Request=%s and Response=%s", "name": "socket_protocol.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/socket_protocol/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/socket_protocol/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 17566.500663757324, + "relativeCreated": 17575.515215, "stack_info": null, - "thread": 140631409799232, + "taskName": null, + "thread": 140181752467712, "threadName": "MainThread" }, { @@ -56716,25 +58764,26 @@ "prot-client:", "service: channel name request, data_id: name" ], - "asctime": "2025-03-23 16:47:13,662", - "created": 1742744833.6629994, + "asctime": "2025-08-15 21:42:08,593", + "created": 1755286928.5932364, "exc_text": null, "filename": "__init__.py", "funcName": "add_msg_to_auth_whitelist_", "levelname": "DEBUG", "levelno": 10, - "lineno": 571, + "lineno": 564, "message": "prot-client: Adding Message (service: channel name request, data_id: name) to the authentification whitelist", "module": "__init__", - "msecs": 662.0, + "msecs": 593.0, "msg": "%s Adding Message (%s) to the authentification whitelist", "name": "socket_protocol.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/socket_protocol/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/socket_protocol/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 17566.686153411865, + "relativeCreated": 17575.569968, "stack_info": null, - "thread": 140631409799232, + "taskName": null, + "thread": 140181752467712, "threadName": "MainThread" }, { @@ -56742,25 +58791,26 @@ "prot-client:", "service: channel name response, data_id: name" ], - "asctime": "2025-03-23 16:47:13,663", - "created": 1742744833.6631687, + "asctime": "2025-08-15 21:42:08,593", + "created": 1755286928.5932858, "exc_text": null, "filename": "__init__.py", "funcName": "add_msg_to_auth_whitelist_", "levelname": "DEBUG", "levelno": 10, - "lineno": 571, + "lineno": 564, "message": "prot-client: Adding Message (service: channel name response, data_id: name) to the authentification whitelist", "module": "__init__", - "msecs": 663.0, + "msecs": 593.0, "msg": "%s Adding Message (%s) to the authentification whitelist", "name": "socket_protocol.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/socket_protocol/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/socket_protocol/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 17566.855430603027, + "relativeCreated": 17575.619454, "stack_info": null, - "thread": 140631409799232, + "taskName": null, + "thread": 140181752467712, "threadName": "MainThread" }, { @@ -56770,25 +58820,26 @@ "8", "0" ], - "asctime": "2025-03-23 16:47:13,663", - "created": 1742744833.6633394, + "asctime": "2025-08-15 21:42:08,593", + "created": 1755286928.5933363, "exc_text": null, "filename": "__init__.py", "funcName": "add", "levelname": "DEBUG", "levelno": 10, - "lineno": 172, + "lineno": 169, "message": "prot-client: Adding callback '__channel_name_request__' for SID=8 and DID=0", "module": "__init__", - "msecs": 663.0, + "msecs": 593.0, "msg": "%s Adding callback %s for SID=%s and DID=%s", "name": "socket_protocol.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/socket_protocol/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/socket_protocol/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 17567.026138305664, + "relativeCreated": 17575.669635, "stack_info": null, - "thread": 140631409799232, + "taskName": null, + "thread": 140181752467712, "threadName": "MainThread" }, { @@ -56798,25 +58849,26 @@ "9", "0" ], - "asctime": "2025-03-23 16:47:13,663", - "created": 1742744833.6635146, + "asctime": "2025-08-15 21:42:08,593", + "created": 1755286928.5933878, "exc_text": null, "filename": "__init__.py", "funcName": "add", "levelname": "DEBUG", "levelno": 10, - "lineno": 172, + "lineno": 169, "message": "prot-client: Adding callback '__channel_name_response__' for SID=9 and DID=0", "module": "__init__", - "msecs": 663.0, + "msecs": 593.0, "msg": "%s Adding callback %s for SID=%s and DID=%s", "name": "socket_protocol.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/socket_protocol/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/socket_protocol/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 17567.201375961304, + "relativeCreated": 17575.7213, "stack_info": null, - "thread": 140631409799232, + "taskName": null, + "thread": 140181752467712, "threadName": "MainThread" }, { @@ -56825,25 +58877,26 @@ "read data request", "read data response" ], - "asctime": "2025-03-23 16:47:13,663", - "created": 1742744833.6636822, + "asctime": "2025-08-15 21:42:08,593", + "created": 1755286928.593438, "exc_text": null, "filename": "__init__.py", "funcName": "add_service", "levelname": "DEBUG", "levelno": 10, - "lineno": 597, + "lineno": 590, "message": "prot-client: Adding Service with Request=read data request and Response=read data response", "module": "__init__", - "msecs": 663.0, + "msecs": 593.0, "msg": "%s Adding Service with Request=%s and Response=%s", "name": "socket_protocol.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/socket_protocol/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/socket_protocol/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 17567.368984222412, + "relativeCreated": 17575.771354, "stack_info": null, - "thread": 140631409799232, + "taskName": null, + "thread": 140181752467712, "threadName": "MainThread" }, { @@ -56852,25 +58905,26 @@ "write data request", "write data response" ], - "asctime": "2025-03-23 16:47:13,663", - "created": 1742744833.6638432, + "asctime": "2025-08-15 21:42:08,593", + "created": 1755286928.5934856, "exc_text": null, "filename": "__init__.py", "funcName": "add_service", "levelname": "DEBUG", "levelno": 10, - "lineno": 597, + "lineno": 590, "message": "prot-client: Adding Service with Request=write data request and Response=write data response", "module": "__init__", - "msecs": 663.0, + "msecs": 593.0, "msg": "%s Adding Service with Request=%s and Response=%s", "name": "socket_protocol.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/socket_protocol/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/socket_protocol/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 17567.529916763306, + "relativeCreated": 17575.819012, "stack_info": null, - "thread": 140631409799232, + "taskName": null, + "thread": 140181752467712, "threadName": "MainThread" }, { @@ -56879,69 +58933,72 @@ "execute request", "execute response" ], - "asctime": "2025-03-23 16:47:13,664", - "created": 1742744833.6640053, + "asctime": "2025-08-15 21:42:08,593", + "created": 1755286928.593532, "exc_text": null, "filename": "__init__.py", "funcName": "add_service", "levelname": "DEBUG", "levelno": 10, - "lineno": 597, + "lineno": 590, "message": "prot-client: Adding Service with Request=execute request and Response=execute response", "module": "__init__", - "msecs": 664.0, + "msecs": 593.0, "msg": "%s Adding Service with Request=%s and Response=%s", "name": "socket_protocol.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/socket_protocol/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/socket_protocol/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 17567.692041397095, + "relativeCreated": 17575.865582, "stack_info": null, - "thread": 140631409799232, + "taskName": null, + "thread": 140181752467712, "threadName": "MainThread" }, { "args": [ "prot-client:" ], - "asctime": "2025-03-23 16:47:13,664", - "created": 1742744833.6641667, + "asctime": "2025-08-15 21:42:08,593", + "created": 1755286928.5935793, "exc_text": null, "filename": "__init__.py", "funcName": "__init__", "levelname": "INFO", "levelno": 20, - "lineno": 340, + "lineno": 333, "message": "prot-client: Initialisation finished.", "module": "__init__", - "msecs": 664.0, + "msecs": 593.0, "msg": "%s Initialisation finished.", "name": "socket_protocol.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/socket_protocol/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/socket_protocol/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 17567.853450775146, + "relativeCreated": 17575.912742, "stack_info": null, - "thread": 140631409799232, + "taskName": null, + "thread": 140181752467712, "threadName": "MainThread" } ], - "msecs": 664.0, + "msecs": 593.0, "msg": "Setting up communication", "name": "__tLogger__", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/tests/test_helpers.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/tests/test_helpers.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 17568.012714385986, + "relativeCreated": 17575.970616, "stack_info": null, - "thread": 140631409799232, + "taskName": null, + "thread": 140181752467712, "threadName": "MainThread", - "time_consumption": 0.00015926361083984375 + "time_consumption": 5.793571472167969e-05 }, { "args": [], - "asctime": "2025-03-23 16:47:14,009", - "created": 1742744834.0095344, + "asctime": "2025-08-15 21:42:08,938", + "created": 1755286928.9383001, "exc_text": null, "filename": "test_helpers.py", "funcName": "set_up_socket_protocol", @@ -56955,75 +59012,78 @@ "args": [ "comm-client:" ], - "asctime": "2025-03-23 16:47:13,664", - "created": 1742744833.664708, + "asctime": "2025-08-15 21:42:08,593", + "created": 1755286928.5937386, "exc_text": null, "filename": "__init__.py", "funcName": "__connect__", "levelname": "INFO", "levelno": 20, - "lineno": 268, + "lineno": 270, "message": "comm-client: Connection established...", "module": "__init__", - "msecs": 664.0, + "msecs": 593.0, "msg": "%s Connection established...", "name": "helpers.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/helpers/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/helpers/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 17568.394660949707, + "relativeCreated": 17576.071943, "stack_info": null, - "thread": 140631409799232, + "taskName": null, + "thread": 140181752467712, "threadName": "MainThread" }, { "args": [ "comm-client:" ], - "asctime": "2025-03-23 16:47:13,664", - "created": 1742744833.6648822, + "asctime": "2025-08-15 21:42:08,593", + "created": 1755286928.5937958, "exc_text": null, "filename": "__init__.py", "funcName": "__clean_buffer__", "levelname": "DEBUG", "levelno": 10, - "lineno": 411, + "lineno": 413, "message": "comm-client: Cleaning up receive-buffer", "module": "__init__", - "msecs": 664.0, + "msecs": 593.0, "msg": "%s Cleaning up receive-buffer", "name": "helpers.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/helpers/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/helpers/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 17568.56894493103, + "relativeCreated": 17576.129325, "stack_info": null, - "thread": 140631409799232, + "taskName": null, + "thread": 140181752467712, "threadName": "MainThread" }, { "args": [ "prot-client:" ], - "asctime": "2025-03-23 16:47:13,665", - "created": 1742744833.6650536, + "asctime": "2025-08-15 21:42:08,593", + "created": 1755286928.5938504, "exc_text": null, "filename": "__init__.py", "funcName": "__clean_receive_buffer__", "levelname": "DEBUG", "levelno": 10, - "lineno": 434, + "lineno": 427, "message": "prot-client: Cleaning up receive-buffer", "module": "__init__", - "msecs": 665.0, + "msecs": 593.0, "msg": "%s Cleaning up receive-buffer", "name": "socket_protocol.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/socket_protocol/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/socket_protocol/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 17568.740367889404, + "relativeCreated": 17576.183896, "stack_info": null, - "thread": 140631409799232, + "taskName": null, + "thread": 140181752467712, "threadName": "MainThread" }, { @@ -57034,100 +59094,104 @@ "status: okay", "None" ], - "asctime": "2025-03-23 16:47:13,665", - "created": 1742744833.6653268, + "asctime": "2025-08-15 21:42:08,593", + "created": 1755286928.5939364, "exc_text": null, "filename": "__init__.py", "funcName": "__log_msg__", "levelname": "INFO", "levelno": 20, - "lineno": 445, + "lineno": 438, "message": "prot-client: TX -> service: channel name request, data_id: name, status: okay, data: \"None\"", "module": "__init__", - "msecs": 665.0, + "msecs": 593.0, "msg": "%s %s %s, %s, data: \"%s\"", "name": "socket_protocol.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/socket_protocol/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/socket_protocol/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 17569.013595581055, + "relativeCreated": 17576.269888, "stack_info": null, - "thread": 140631409799232, + "taskName": null, + "thread": 140181752467712, "threadName": "MainThread" }, { "args": [ "comm-server:" ], - "asctime": "2025-03-23 16:47:13,665", - "created": 1742744833.665938, + "asctime": "2025-08-15 21:42:08,594", + "created": 1755286928.594113, "exc_text": null, "filename": "__init__.py", "funcName": "__connect__", "levelname": "INFO", "levelno": 20, - "lineno": 268, + "lineno": 270, "message": "comm-server: Connection established...", "module": "__init__", - "msecs": 665.0, + "msecs": 594.0, "msg": "%s Connection established...", "name": "helpers.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/helpers/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/helpers/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 17569.624662399292, + "relativeCreated": 17576.446487, "stack_info": null, - "thread": 140631409799232, + "taskName": null, + "thread": 140181752467712, "threadName": "MainThread" }, { "args": [ "comm-server:" ], - "asctime": "2025-03-23 16:47:13,666", - "created": 1742744833.6661553, + "asctime": "2025-08-15 21:42:08,594", + "created": 1755286928.59417, "exc_text": null, "filename": "__init__.py", "funcName": "__clean_buffer__", "levelname": "DEBUG", "levelno": 10, - "lineno": 411, + "lineno": 413, "message": "comm-server: Cleaning up receive-buffer", "module": "__init__", - "msecs": 666.0, + "msecs": 594.0, "msg": "%s Cleaning up receive-buffer", "name": "helpers.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/helpers/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/helpers/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 17569.842100143433, + "relativeCreated": 17576.503619, "stack_info": null, - "thread": 140631409799232, + "taskName": null, + "thread": 140181752467712, "threadName": "MainThread" }, { "args": [ "prot-server:" ], - "asctime": "2025-03-23 16:47:13,666", - "created": 1742744833.6663532, + "asctime": "2025-08-15 21:42:08,594", + "created": 1755286928.5942218, "exc_text": null, "filename": "__init__.py", "funcName": "__clean_receive_buffer__", "levelname": "DEBUG", "levelno": 10, - "lineno": 434, + "lineno": 427, "message": "prot-server: Cleaning up receive-buffer", "module": "__init__", - "msecs": 666.0, + "msecs": 594.0, "msg": "%s Cleaning up receive-buffer", "name": "socket_protocol.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/socket_protocol/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/socket_protocol/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 17570.039987564087, + "relativeCreated": 17576.555369, "stack_info": null, - "thread": 140631409799232, + "taskName": null, + "thread": 140181752467712, "threadName": "MainThread" }, { @@ -57135,25 +59199,26 @@ "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": "2025-03-23 16:47:13,666", - "created": 1742744833.6669898, + "asctime": "2025-08-15 21:42:08,594", + "created": 1755286928.5943787, "exc_text": null, "filename": "__init__.py", "funcName": "__tx__", "levelname": "INFO", "levelno": 20, - "lineno": 284, + "lineno": 286, "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": 666.0, + "msecs": 594.0, "msg": "%s TX -> %s", "name": "helpers.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/helpers/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/helpers/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 17570.676565170288, + "relativeCreated": 17576.712184, "stack_info": null, - "thread": 140629157861056, + "taskName": null, + "thread": 140179830445760, "threadName": "Thread-31 (_start)" }, { @@ -57161,25 +59226,26 @@ "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": "2025-03-23 16:47:13,675", - "created": 1742744833.6755762, + "asctime": "2025-08-15 21:42:08,602", + "created": 1755286928.6025097, "exc_text": null, "filename": "__init__.py", "funcName": "__rx__", "levelname": "DEBUG", "levelno": 10, - "lineno": 414, + "lineno": 416, "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": 675.0, + "msecs": 602.0, "msg": "%s RX <- %s", "name": "helpers.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/helpers/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/helpers/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 17579.26297187805, + "relativeCreated": 17584.843142, "stack_info": null, - "thread": 140629157861056, + "taskName": null, + "thread": 140179830445760, "threadName": "Thread-31 (_start)" }, { @@ -57187,25 +59253,26 @@ "comm-client:", "(6): 53 5e 67 0b 3a 3e" ], - "asctime": "2025-03-23 16:47:13,676", - "created": 1742744833.6763551, + "asctime": "2025-08-15 21:42:08,602", + "created": 1755286928.6027434, "exc_text": null, "filename": "__init__.py", "funcName": "__tx__", "levelname": "INFO", "levelno": 20, - "lineno": 284, + "lineno": 286, "message": "comm-client: TX -> (6): 53 5e 67 0b 3a 3e", "module": "__init__", - "msecs": 676.0, + "msecs": 602.0, "msg": "%s TX -> %s", "name": "helpers.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/helpers/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/helpers/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 17580.041885375977, + "relativeCreated": 17585.076813, "stack_info": null, - "thread": 140629157861056, + "taskName": null, + "thread": 140179830445760, "threadName": "Thread-31 (_start)" }, { @@ -57213,25 +59280,26 @@ "comm-server:", "(6): 53 5e 67 0b 3a 3e" ], - "asctime": "2025-03-23 16:47:13,677", - "created": 1742744833.6775658, + "asctime": "2025-08-15 21:42:08,603", + "created": 1755286928.6036367, "exc_text": null, "filename": "__init__.py", "funcName": "__rx__", "levelname": "DEBUG", "levelno": 10, - "lineno": 414, + "lineno": 416, "message": "comm-server: RX <- (6): 53 5e 67 0b 3a 3e", "module": "__init__", - "msecs": 677.0, + "msecs": 603.0, "msg": "%s RX <- %s", "name": "helpers.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/helpers/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/helpers/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 17581.252574920654, + "relativeCreated": 17585.97023, "stack_info": null, - "thread": 140629157861056, + "taskName": null, + "thread": 140179830445760, "threadName": "Thread-31 (_start)" }, { @@ -57242,25 +59310,26 @@ "status: okay", "None" ], - "asctime": "2025-03-23 16:47:13,678", - "created": 1742744833.6783304, + "asctime": "2025-08-15 21:42:08,603", + "created": 1755286928.6038451, "exc_text": null, "filename": "__init__.py", "funcName": "__log_msg__", "levelname": "INFO", "levelno": 20, - "lineno": 445, + "lineno": 438, "message": "prot-server: RX <- service: channel name request, data_id: name, status: okay, data: \"None\"", "module": "__init__", - "msecs": 678.0, + "msecs": 603.0, "msg": "%s %s %s, %s, data: \"%s\"", "name": "socket_protocol.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/socket_protocol/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/socket_protocol/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 17582.017183303833, + "relativeCreated": 17586.178628, "stack_info": null, - "thread": 140629157861056, + "taskName": null, + "thread": 140179830445760, "threadName": "Thread-31 (_start)" }, { @@ -57268,25 +59337,26 @@ "prot-server:", "__channel_name_request__" ], - "asctime": "2025-03-23 16:47:13,678", - "created": 1742744833.6786053, + "asctime": "2025-08-15 21:42:08,603", + "created": 1755286928.603935, "exc_text": null, "filename": "__init__.py", "funcName": "__data_available_callback__", "levelname": "DEBUG", "levelno": 10, - "lineno": 488, + "lineno": 481, "message": "prot-server: Executing callback __channel_name_request__ to process received data", "module": "__init__", - "msecs": 678.0, + "msecs": 603.0, "msg": "%s Executing callback %s to process received data", "name": "socket_protocol.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/socket_protocol/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/socket_protocol/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 17582.292079925537, + "relativeCreated": 17586.268306, "stack_info": null, - "thread": 140629157861056, + "taskName": null, + "thread": 140179830445760, "threadName": "Thread-31 (_start)" }, { @@ -57297,25 +59367,26 @@ "status: okay", "None" ], - "asctime": "2025-03-23 16:47:13,678", - "created": 1742744833.6789472, + "asctime": "2025-08-15 21:42:08,604", + "created": 1755286928.6040316, "exc_text": null, "filename": "__init__.py", "funcName": "__log_msg__", "levelname": "INFO", "levelno": 20, - "lineno": 445, + "lineno": 438, "message": "prot-server: TX -> service: channel name response, data_id: name, status: okay, data: \"None\"", "module": "__init__", - "msecs": 678.0, + "msecs": 604.0, "msg": "%s %s %s, %s, data: \"%s\"", "name": "socket_protocol.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/socket_protocol/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/socket_protocol/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 17582.63397216797, + "relativeCreated": 17586.364812, "stack_info": null, - "thread": 140629157861056, + "taskName": null, + "thread": 140179830445760, "threadName": "Thread-31 (_start)" }, { @@ -57323,25 +59394,26 @@ "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": "2025-03-23 16:47:13,680", - "created": 1742744833.6804414, + "asctime": "2025-08-15 21:42:08,604", + "created": 1755286928.6042778, "exc_text": null, "filename": "__init__.py", "funcName": "__tx__", "levelname": "INFO", "levelno": 20, - "lineno": 284, + "lineno": 286, "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": 680.0, + "msecs": 604.0, "msg": "%s TX -> %s", "name": "helpers.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/helpers/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/helpers/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 17584.1281414032, + "relativeCreated": 17586.611206, "stack_info": null, - "thread": 140629149468352, + "taskName": null, + "thread": 140179343931072, "threadName": "Thread-32 (_start)" }, { @@ -57349,25 +59421,26 @@ "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": "2025-03-23 16:47:13,689", - "created": 1742744833.6890478, + "asctime": "2025-08-15 21:42:08,612", + "created": 1755286928.6124783, "exc_text": null, "filename": "__init__.py", "funcName": "__rx__", "levelname": "DEBUG", "levelno": 10, - "lineno": 414, + "lineno": 416, "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": 689.0, + "msecs": 612.0, "msg": "%s RX <- %s", "name": "helpers.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/helpers/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/helpers/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 17592.734575271606, + "relativeCreated": 17594.811654, "stack_info": null, - "thread": 140629149468352, + "taskName": null, + "thread": 140179343931072, "threadName": "Thread-32 (_start)" }, { @@ -57375,25 +59448,26 @@ "comm-server:", "(6): 30 59 be 2f 3a 3e" ], - "asctime": "2025-03-23 16:47:13,689", - "created": 1742744833.689775, + "asctime": "2025-08-15 21:42:08,612", + "created": 1755286928.6127431, "exc_text": null, "filename": "__init__.py", "funcName": "__tx__", "levelname": "INFO", "levelno": 20, - "lineno": 284, + "lineno": 286, "message": "comm-server: TX -> (6): 30 59 be 2f 3a 3e", "module": "__init__", - "msecs": 689.0, + "msecs": 612.0, "msg": "%s TX -> %s", "name": "helpers.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/helpers/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/helpers/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 17593.461751937866, + "relativeCreated": 17595.07671, "stack_info": null, - "thread": 140629149468352, + "taskName": null, + "thread": 140179343931072, "threadName": "Thread-32 (_start)" }, { @@ -57401,25 +59475,26 @@ "comm-client:", "(6): 30 59 be 2f 3a 3e" ], - "asctime": "2025-03-23 16:47:13,690", - "created": 1742744833.690906, + "asctime": "2025-08-15 21:42:08,613", + "created": 1755286928.6136916, "exc_text": null, "filename": "__init__.py", "funcName": "__rx__", "levelname": "DEBUG", "levelno": 10, - "lineno": 414, + "lineno": 416, "message": "comm-client: RX <- (6): 30 59 be 2f 3a 3e", "module": "__init__", - "msecs": 690.0, + "msecs": 613.0, "msg": "%s RX <- %s", "name": "helpers.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/helpers/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/helpers/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 17594.592809677124, + "relativeCreated": 17596.024989, "stack_info": null, - "thread": 140629149468352, + "taskName": null, + "thread": 140179343931072, "threadName": "Thread-32 (_start)" }, { @@ -57430,25 +59505,26 @@ "status: okay", "None" ], - "asctime": "2025-03-23 16:47:13,691", - "created": 1742744833.6915872, + "asctime": "2025-08-15 21:42:08,613", + "created": 1755286928.613934, "exc_text": null, "filename": "__init__.py", "funcName": "__log_msg__", "levelname": "INFO", "levelno": 20, - "lineno": 445, + "lineno": 438, "message": "prot-client: RX <- service: channel name response, data_id: name, status: okay, data: \"None\"", "module": "__init__", - "msecs": 691.0, + "msecs": 613.0, "msg": "%s %s %s, %s, data: \"%s\"", "name": "socket_protocol.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/socket_protocol/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/socket_protocol/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 17595.273971557617, + "relativeCreated": 17596.267638, "stack_info": null, - "thread": 140629149468352, + "taskName": null, + "thread": 140179343931072, "threadName": "Thread-32 (_start)" }, { @@ -57456,47 +59532,49 @@ "prot-client:", "__channel_name_response__" ], - "asctime": "2025-03-23 16:47:13,691", - "created": 1742744833.6918297, + "asctime": "2025-08-15 21:42:08,614", + "created": 1755286928.614072, "exc_text": null, "filename": "__init__.py", "funcName": "__data_available_callback__", "levelname": "DEBUG", "levelno": 10, - "lineno": 503, + "lineno": 496, "message": "prot-client: Executing callback __channel_name_response__ to process received data", "module": "__init__", - "msecs": 691.0, + "msecs": 614.0, "msg": "%s Executing callback %s to process received data", "name": "socket_protocol.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/socket_protocol/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/socket_protocol/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 17595.516443252563, + "relativeCreated": 17596.405453, "stack_info": null, - "thread": 140629149468352, + "taskName": null, + "thread": 140179343931072, "threadName": "Thread-32 (_start)" } ], - "msecs": 9.0, + "msecs": 938.0, "msg": "Connecting Server and Client", "name": "__tLogger__", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/tests/test_helpers.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/tests/test_helpers.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 17913.22112083435, + "relativeCreated": 17920.633616, "stack_info": null, - "thread": 140631409799232, + "taskName": null, + "thread": 140181752467712, "threadName": "MainThread", - "time_consumption": 0.3177046775817871 + "time_consumption": 0.32422804832458496 }, { "args": [ "True", "" ], - "asctime": "2025-03-23 16:47:14,010", - "created": 1742744834.0107055, + "asctime": "2025-08-15 21:42:08,939", + "created": 1755286928.939312, "exc_text": null, "filename": "test.py", "funcName": "equivalency_chk", @@ -57512,8 +59590,8 @@ "True", "" ], - "asctime": "2025-03-23 16:47:14,010", - "created": 1742744834.01023, + "asctime": "2025-08-15 21:42:08,938", + "created": 1755286928.9388902, "exc_text": null, "filename": "test.py", "funcName": "__report_result__", @@ -57522,15 +59600,16 @@ "lineno": 22, "message": "Result (Client Communication instance connection status): True ()", "module": "test", - "msecs": 10.0, + "msecs": 938.0, "msg": "Result (%s): %s (%s)", "name": "__unittest__", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/unittest/test.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/unittest/test.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 17913.91682624817, + "relativeCreated": 17921.223563, "stack_info": null, - "thread": 140631409799232, + "taskName": null, + "thread": 140181752467712, "threadName": "MainThread" }, { @@ -57540,8 +59619,8 @@ "True", "" ], - "asctime": "2025-03-23 16:47:14,010", - "created": 1742744834.0104902, + "asctime": "2025-08-15 21:42:08,939", + "created": 1755286928.939135, "exc_text": null, "filename": "test.py", "funcName": "__report_expectation__", @@ -57550,37 +59629,39 @@ "lineno": 26, "message": "Expectation (Client Communication instance connection status): result = True ()", "module": "test", - "msecs": 10.0, + "msecs": 939.0, "msg": "Expectation (%s): result %s %s (%s)", "name": "__unittest__", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/unittest/test.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/unittest/test.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 17914.17694091797, + "relativeCreated": 17921.468352, "stack_info": null, - "thread": 140631409799232, + "taskName": null, + "thread": 140181752467712, "threadName": "MainThread" } ], - "msecs": 10.0, + "msecs": 939.0, "msg": "Client Communication instance connection status is correct (Content %s and Type is %s).", "name": "__tLogger__", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/unittest/test.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/unittest/test.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 17914.392232894897, + "relativeCreated": 17921.645297, "stack_info": null, - "thread": 140631409799232, + "taskName": null, + "thread": 140181752467712, "threadName": "MainThread", - "time_consumption": 0.00021529197692871094 + "time_consumption": 0.00017690658569335938 }, { "args": [ "True", "" ], - "asctime": "2025-03-23 16:47:14,011", - "created": 1742744834.011463, + "asctime": "2025-08-15 21:42:08,939", + "created": 1755286928.9398937, "exc_text": null, "filename": "test.py", "funcName": "equivalency_chk", @@ -57596,8 +59677,8 @@ "True", "" ], - "asctime": "2025-03-23 16:47:14,011", - "created": 1742744834.0110755, + "asctime": "2025-08-15 21:42:08,939", + "created": 1755286928.939584, "exc_text": null, "filename": "test.py", "funcName": "__report_result__", @@ -57606,15 +59687,16 @@ "lineno": 22, "message": "Result (Server Communication instance connection status): True ()", "module": "test", - "msecs": 11.0, + "msecs": 939.0, "msg": "Result (%s): %s (%s)", "name": "__unittest__", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/unittest/test.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/unittest/test.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 17914.762258529663, + "relativeCreated": 17921.917553, "stack_info": null, - "thread": 140631409799232, + "taskName": null, + "thread": 140181752467712, "threadName": "MainThread" }, { @@ -57624,8 +59706,8 @@ "True", "" ], - "asctime": "2025-03-23 16:47:14,011", - "created": 1742744834.011277, + "asctime": "2025-08-15 21:42:08,939", + "created": 1755286928.9397447, "exc_text": null, "filename": "test.py", "funcName": "__report_expectation__", @@ -57634,34 +59716,36 @@ "lineno": 26, "message": "Expectation (Server Communication instance connection status): result = True ()", "module": "test", - "msecs": 11.0, + "msecs": 939.0, "msg": "Expectation (%s): result %s %s (%s)", "name": "__unittest__", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/unittest/test.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/unittest/test.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 17914.963722229004, + "relativeCreated": 17922.078232, "stack_info": null, - "thread": 140631409799232, + "taskName": null, + "thread": 140181752467712, "threadName": "MainThread" } ], - "msecs": 11.0, + "msecs": 939.0, "msg": "Server Communication instance connection status is correct (Content %s and Type is %s).", "name": "__tLogger__", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/unittest/test.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/unittest/test.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 17915.149688720703, + "relativeCreated": 17922.227252, "stack_info": null, - "thread": 140631409799232, + "taskName": null, + "thread": 140181752467712, "threadName": "MainThread", - "time_consumption": 0.00018596649169921875 + "time_consumption": 0.00014901161193847656 }, { "args": [], - "asctime": "2025-03-23 16:47:14,012", - "created": 1742744834.0124664, + "asctime": "2025-08-15 21:42:08,940", + "created": 1755286928.9408095, "exc_text": null, "filename": "test_add_methods.py", "funcName": "is_connected", @@ -57675,122 +59759,127 @@ "args": [ "comm-client:" ], - "asctime": "2025-03-23 16:47:14,011", - "created": 1742744834.0117493, + "asctime": "2025-08-15 21:42:08,940", + "created": 1755286928.940167, "exc_text": null, "filename": "__init__.py", "funcName": "disconnect", "levelname": "INFO", "levelno": 20, - "lineno": 296, + "lineno": 298, "message": "comm-client: Connection Lost...", "module": "__init__", - "msecs": 11.0, + "msecs": 940.0, "msg": "%s Connection Lost...", "name": "helpers.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/helpers/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/helpers/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 17915.436029434204, + "relativeCreated": 17922.500343, "stack_info": null, - "thread": 140631409799232, + "taskName": null, + "thread": 140181752467712, "threadName": "MainThread" }, { "args": [ "prot-client:" ], - "asctime": "2025-03-23 16:47:14,011", - "created": 1742744834.0119812, + "asctime": "2025-08-15 21:42:08,940", + "created": 1755286928.9403536, "exc_text": null, "filename": "__init__.py", "funcName": "__authentification_state_reset__", "levelname": "INFO", "levelno": 20, - "lineno": 380, + "lineno": 373, "message": "prot-client: Resetting authentification state to AUTH_STATE_UNTRUSTED_CONNECTION", "module": "__init__", - "msecs": 11.0, + "msecs": 940.0, "msg": "%s Resetting authentification state to AUTH_STATE_UNTRUSTED_CONNECTION", "name": "socket_protocol.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/socket_protocol/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/socket_protocol/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 17915.66801071167, + "relativeCreated": 17922.686857, "stack_info": null, - "thread": 140631409799232, + "taskName": null, + "thread": 140181752467712, "threadName": "MainThread" }, { "args": [ "comm-server:" ], - "asctime": "2025-03-23 16:47:14,012", - "created": 1742744834.0121677, + "asctime": "2025-08-15 21:42:08,940", + "created": 1755286928.9405088, "exc_text": null, "filename": "__init__.py", "funcName": "disconnect", "levelname": "INFO", "levelno": 20, - "lineno": 296, + "lineno": 298, "message": "comm-server: Connection Lost...", "module": "__init__", - "msecs": 12.0, + "msecs": 940.0, "msg": "%s Connection Lost...", "name": "helpers.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/helpers/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/helpers/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 17915.854454040527, + "relativeCreated": 17922.842344, "stack_info": null, - "thread": 140631409799232, + "taskName": null, + "thread": 140181752467712, "threadName": "MainThread" }, { "args": [ "prot-server:" ], - "asctime": "2025-03-23 16:47:14,012", - "created": 1742744834.0123522, + "asctime": "2025-08-15 21:42:08,940", + "created": 1755286928.9406593, "exc_text": null, "filename": "__init__.py", "funcName": "__authentification_state_reset__", "levelname": "INFO", "levelno": 20, - "lineno": 380, + "lineno": 373, "message": "prot-server: Resetting authentification state to AUTH_STATE_UNTRUSTED_CONNECTION", "module": "__init__", - "msecs": 12.0, + "msecs": 940.0, "msg": "%s Resetting authentification state to AUTH_STATE_UNTRUSTED_CONNECTION", "name": "socket_protocol.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/socket_protocol/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/socket_protocol/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 17916.038990020752, + "relativeCreated": 17922.992613, "stack_info": null, - "thread": 140631409799232, + "taskName": null, + "thread": 140181752467712, "threadName": "MainThread" } ], - "msecs": 12.0, + "msecs": 940.0, "msg": "Disconnecting Server and Client", "name": "__tLogger__", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/tests/test_add_methods.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/tests/test_add_methods.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 17916.15319252014, + "relativeCreated": 17923.142954, "stack_info": null, - "thread": 140631409799232, + "taskName": null, + "thread": 140181752467712, "threadName": "MainThread", - "time_consumption": 0.00011420249938964844 + "time_consumption": 0.00015020370483398438 }, { "args": [ "False", "" ], - "asctime": "2025-03-23 16:47:14,012", - "created": 1742744834.0126588, + "asctime": "2025-08-15 21:42:08,941", + "created": 1755286928.9414022, "exc_text": null, "filename": "test.py", "funcName": "equivalency_chk", @@ -57806,8 +59895,8 @@ "False", "" ], - "asctime": "2025-03-23 16:47:14,012", - "created": 1742744834.012553, + "asctime": "2025-08-15 21:42:08,941", + "created": 1755286928.941076, "exc_text": null, "filename": "test.py", "funcName": "__report_result__", @@ -57816,15 +59905,16 @@ "lineno": 22, "message": "Result (Client Communication instance connection status): False ()", "module": "test", - "msecs": 12.0, + "msecs": 941.0, "msg": "Result (%s): %s (%s)", "name": "__unittest__", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/unittest/test.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/unittest/test.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 17916.239738464355, + "relativeCreated": 17923.409461, "stack_info": null, - "thread": 140631409799232, + "taskName": null, + "thread": 140181752467712, "threadName": "MainThread" }, { @@ -57834,8 +59924,8 @@ "False", "" ], - "asctime": "2025-03-23 16:47:14,012", - "created": 1742744834.0126076, + "asctime": "2025-08-15 21:42:08,941", + "created": 1755286928.94125, "exc_text": null, "filename": "test.py", "funcName": "__report_expectation__", @@ -57844,37 +59934,39 @@ "lineno": 26, "message": "Expectation (Client Communication instance connection status): result = False ()", "module": "test", - "msecs": 12.0, + "msecs": 941.0, "msg": "Expectation (%s): result %s %s (%s)", "name": "__unittest__", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/unittest/test.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/unittest/test.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 17916.29433631897, + "relativeCreated": 17923.58349, "stack_info": null, - "thread": 140631409799232, + "taskName": null, + "thread": 140181752467712, "threadName": "MainThread" } ], - "msecs": 12.0, + "msecs": 941.0, "msg": "Client Communication instance connection status is correct (Content %s and Type is %s).", "name": "__tLogger__", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/unittest/test.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/unittest/test.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 17916.345596313477, + "relativeCreated": 17923.735447, "stack_info": null, - "thread": 140631409799232, + "taskName": null, + "thread": 140181752467712, "threadName": "MainThread", - "time_consumption": 5.125999450683594e-05 + "time_consumption": 0.00015211105346679688 }, { "args": [ "False", "" ], - "asctime": "2025-03-23 16:47:14,012", - "created": 1742744834.0128553, + "asctime": "2025-08-15 21:42:08,942", + "created": 1755286928.9420223, "exc_text": null, "filename": "test.py", "funcName": "equivalency_chk", @@ -57890,8 +59982,8 @@ "False", "" ], - "asctime": "2025-03-23 16:47:14,012", - "created": 1742744834.012744, + "asctime": "2025-08-15 21:42:08,941", + "created": 1755286928.941681, "exc_text": null, "filename": "test.py", "funcName": "__report_result__", @@ -57900,15 +59992,16 @@ "lineno": 22, "message": "Result (Server Communication instance connection status): False ()", "module": "test", - "msecs": 12.0, + "msecs": 941.0, "msg": "Result (%s): %s (%s)", "name": "__unittest__", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/unittest/test.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/unittest/test.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 17916.430711746216, + "relativeCreated": 17924.014308, "stack_info": null, - "thread": 140631409799232, + "taskName": null, + "thread": 140181752467712, "threadName": "MainThread" }, { @@ -57918,8 +60011,8 @@ "False", "" ], - "asctime": "2025-03-23 16:47:14,012", - "created": 1742744834.012803, + "asctime": "2025-08-15 21:42:08,941", + "created": 1755286928.9418721, "exc_text": null, "filename": "test.py", "funcName": "__report_expectation__", @@ -57928,63 +60021,66 @@ "lineno": 26, "message": "Expectation (Server Communication instance connection status): result = False ()", "module": "test", - "msecs": 12.0, + "msecs": 941.0, "msg": "Expectation (%s): result %s %s (%s)", "name": "__unittest__", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/unittest/test.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/unittest/test.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 17916.489839553833, + "relativeCreated": 17924.205482, "stack_info": null, - "thread": 140631409799232, + "taskName": null, + "thread": 140181752467712, "threadName": "MainThread" } ], - "msecs": 12.0, + "msecs": 942.0, "msg": "Server Communication instance connection status is correct (Content %s and Type is %s).", "name": "__tLogger__", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/unittest/test.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/unittest/test.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 17916.542053222656, + "relativeCreated": 17924.355754, "stack_info": null, - "thread": 140631409799232, + "taskName": null, + "thread": 140181752467712, "threadName": "MainThread", - "time_consumption": 5.221366882324219e-05 + "time_consumption": 0.00015020370483398438 } ], - "thread": 140631409799232, + "thread": 140181752467712, "threadName": "MainThread", - "time_consumption": 0.3590402603149414, - "time_finished": "2025-03-23 16:47:14,012", - "time_start": "2025-03-23 16:47:13,653" + "time_consumption": 0.35201048851013184, + "time_finished": "2025-08-15 21:42:08,942", + "time_start": "2025-08-15 21:42:08,590" }, "REQ-0022": { "args": null, - "asctime": "2025-03-23 16:47:14,013", - "created": 1742744834.0130577, + "asctime": "2025-08-15 21:42:08,942", + "created": 1755286928.9425669, "exc_text": null, "filename": "__init__.py", "funcName": "testCase", "levelname": "INFO", "levelno": 20, - "lineno": 327, + "lineno": 331, "message": "REQ-0022", "module": "__init__", "moduleLogger": [], - "msecs": 13.0, + "msecs": 942.0, "msg": "REQ-0022", "name": "__tLogger__", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/report/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/report/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 17916.744470596313, + "relativeCreated": 17924.900231, "stack_info": null, + "taskName": null, "testcaseLogger": [ { "args": [], - "asctime": "2025-03-23 16:47:14,016", - "created": 1742744834.0169456, + "asctime": "2025-08-15 21:42:08,957", + "created": 1755286928.957708, "exc_text": null, "filename": "test_helpers.py", "funcName": "set_up_socket_protocol", @@ -57998,100 +60094,104 @@ "args": [ "comm-client:" ], - "asctime": "2025-03-23 16:47:14,013", - "created": 1742744834.01348, + "asctime": "2025-08-15 21:42:08,945", + "created": 1755286928.9450343, "exc_text": null, "filename": "__init__.py", "funcName": "__clean_buffer__", "levelname": "DEBUG", "levelno": 10, - "lineno": 411, + "lineno": 413, "message": "comm-client: Cleaning up receive-buffer", "module": "__init__", - "msecs": 13.0, + "msecs": 945.0, "msg": "%s Cleaning up receive-buffer", "name": "helpers.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/helpers/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/helpers/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 17917.166709899902, + "relativeCreated": 17927.367596, "stack_info": null, - "thread": 140631409799232, + "taskName": null, + "thread": 140181752467712, "threadName": "MainThread" }, { "args": [ "comm-server:" ], - "asctime": "2025-03-23 16:47:14,013", - "created": 1742744834.0139823, + "asctime": "2025-08-15 21:42:08,946", + "created": 1755286928.946694, "exc_text": null, "filename": "__init__.py", "funcName": "__clean_buffer__", "levelname": "DEBUG", "levelno": 10, - "lineno": 411, + "lineno": 413, "message": "comm-server: Cleaning up receive-buffer", "module": "__init__", - "msecs": 13.0, + "msecs": 946.0, "msg": "%s Cleaning up receive-buffer", "name": "helpers.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/helpers/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/helpers/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 17917.66905784607, + "relativeCreated": 17929.027324, "stack_info": null, - "thread": 140631409799232, + "taskName": null, + "thread": 140181752467712, "threadName": "MainThread" }, { "args": [ "comm-server:" ], - "asctime": "2025-03-23 16:47:14,014", - "created": 1742744834.0140862, + "asctime": "2025-08-15 21:42:08,946", + "created": 1755286928.9469564, "exc_text": null, "filename": "__init__.py", "funcName": "__init__", "levelname": "INFO", "levelno": 20, - "lineno": 520, + "lineno": 522, "message": "comm-server: Waiting for incomming connection", "module": "__init__", - "msecs": 14.0, + "msecs": 946.0, "msg": "%s Waiting for incomming connection", "name": "helpers.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/helpers/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/helpers/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 17917.773008346558, + "relativeCreated": 17929.28967, "stack_info": null, - "thread": 140631409799232, + "taskName": null, + "thread": 140181752467712, "threadName": "MainThread" }, { "args": [ "prot-server:" ], - "asctime": "2025-03-23 16:47:14,014", - "created": 1742744834.0142086, + "asctime": "2025-08-15 21:42:08,947", + "created": 1755286928.94731, "exc_text": null, "filename": "__init__.py", "funcName": "__clean_receive_buffer__", "levelname": "DEBUG", "levelno": 10, - "lineno": 434, + "lineno": 427, "message": "prot-server: Cleaning up receive-buffer", "module": "__init__", - "msecs": 14.0, + "msecs": 947.0, "msg": "%s Cleaning up receive-buffer", "name": "socket_protocol.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/socket_protocol/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/socket_protocol/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 17917.895317077637, + "relativeCreated": 17929.643533, "stack_info": null, - "thread": 140631409799232, + "taskName": null, + "thread": 140181752467712, "threadName": "MainThread" }, { @@ -58100,25 +60200,26 @@ "authentification request", "authentification response" ], - "asctime": "2025-03-23 16:47:14,014", - "created": 1742744834.0142775, + "asctime": "2025-08-15 21:42:08,947", + "created": 1755286928.947506, "exc_text": null, "filename": "__init__.py", "funcName": "add_service", "levelname": "DEBUG", "levelno": 10, - "lineno": 597, + "lineno": 590, "message": "prot-server: Adding Service with Request=authentification request and Response=authentification response", "module": "__init__", - "msecs": 14.0, + "msecs": 947.0, "msg": "%s Adding Service with Request=%s and Response=%s", "name": "socket_protocol.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/socket_protocol/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/socket_protocol/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 17917.964220046997, + "relativeCreated": 17929.83948, "stack_info": null, - "thread": 140631409799232, + "taskName": null, + "thread": 140181752467712, "threadName": "MainThread" }, { @@ -58126,25 +60227,26 @@ "prot-server:", "service: authentification request, data_id: seed" ], - "asctime": "2025-03-23 16:47:14,014", - "created": 1742744834.0143752, + "asctime": "2025-08-15 21:42:08,947", + "created": 1755286928.9477322, "exc_text": null, "filename": "__init__.py", "funcName": "add_msg_to_auth_whitelist_", "levelname": "DEBUG", "levelno": 10, - "lineno": 571, + "lineno": 564, "message": "prot-server: Adding Message (service: authentification request, data_id: seed) to the authentification whitelist", "module": "__init__", - "msecs": 14.0, + "msecs": 947.0, "msg": "%s Adding Message (%s) to the authentification whitelist", "name": "socket_protocol.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/socket_protocol/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/socket_protocol/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 17918.06197166443, + "relativeCreated": 17930.065731, "stack_info": null, - "thread": 140631409799232, + "taskName": null, + "thread": 140181752467712, "threadName": "MainThread" }, { @@ -58152,25 +60254,26 @@ "prot-server:", "service: authentification response, data_id: seed" ], - "asctime": "2025-03-23 16:47:14,014", - "created": 1742744834.0144439, + "asctime": "2025-08-15 21:42:08,947", + "created": 1755286928.9479077, "exc_text": null, "filename": "__init__.py", "funcName": "add_msg_to_auth_whitelist_", "levelname": "DEBUG", "levelno": 10, - "lineno": 571, + "lineno": 564, "message": "prot-server: Adding Message (service: authentification response, data_id: seed) to the authentification whitelist", "module": "__init__", - "msecs": 14.0, + "msecs": 947.0, "msg": "%s Adding Message (%s) to the authentification whitelist", "name": "socket_protocol.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/socket_protocol/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/socket_protocol/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 17918.13063621521, + "relativeCreated": 17930.241063, "stack_info": null, - "thread": 140631409799232, + "taskName": null, + "thread": 140181752467712, "threadName": "MainThread" }, { @@ -58178,25 +60281,26 @@ "prot-server:", "service: authentification request, data_id: key" ], - "asctime": "2025-03-23 16:47:14,014", - "created": 1742744834.0145187, + "asctime": "2025-08-15 21:42:08,948", + "created": 1755286928.9480698, "exc_text": null, "filename": "__init__.py", "funcName": "add_msg_to_auth_whitelist_", "levelname": "DEBUG", "levelno": 10, - "lineno": 571, + "lineno": 564, "message": "prot-server: Adding Message (service: authentification request, data_id: key) to the authentification whitelist", "module": "__init__", - "msecs": 14.0, + "msecs": 948.0, "msg": "%s Adding Message (%s) to the authentification whitelist", "name": "socket_protocol.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/socket_protocol/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/socket_protocol/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 17918.205499649048, + "relativeCreated": 17930.40325, "stack_info": null, - "thread": 140631409799232, + "taskName": null, + "thread": 140181752467712, "threadName": "MainThread" }, { @@ -58204,25 +60308,26 @@ "prot-server:", "service: authentification response, data_id: key" ], - "asctime": "2025-03-23 16:47:14,014", - "created": 1742744834.014583, + "asctime": "2025-08-15 21:42:08,948", + "created": 1755286928.9482248, "exc_text": null, "filename": "__init__.py", "funcName": "add_msg_to_auth_whitelist_", "levelname": "DEBUG", "levelno": 10, - "lineno": 571, + "lineno": 564, "message": "prot-server: Adding Message (service: authentification response, data_id: key) to the authentification whitelist", "module": "__init__", - "msecs": 14.0, + "msecs": 948.0, "msg": "%s Adding Message (%s) to the authentification whitelist", "name": "socket_protocol.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/socket_protocol/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/socket_protocol/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 17918.269872665405, + "relativeCreated": 17930.558323, "stack_info": null, - "thread": 140631409799232, + "taskName": null, + "thread": 140181752467712, "threadName": "MainThread" }, { @@ -58232,25 +60337,26 @@ "0", "0" ], - "asctime": "2025-03-23 16:47:14,014", - "created": 1742744834.0146544, + "asctime": "2025-08-15 21:42:08,948", + "created": 1755286928.948413, "exc_text": null, "filename": "__init__.py", "funcName": "add", "levelname": "DEBUG", "levelno": 10, - "lineno": 172, + "lineno": 169, "message": "prot-server: Adding callback '__authentificate_create_seed__' for SID=0 and DID=0", "module": "__init__", - "msecs": 14.0, + "msecs": 948.0, "msg": "%s Adding callback %s for SID=%s and DID=%s", "name": "socket_protocol.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/socket_protocol/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/socket_protocol/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 17918.341159820557, + "relativeCreated": 17930.746329, "stack_info": null, - "thread": 140631409799232, + "taskName": null, + "thread": 140181752467712, "threadName": "MainThread" }, { @@ -58260,25 +60366,26 @@ "1", "0" ], - "asctime": "2025-03-23 16:47:14,014", - "created": 1742744834.014726, + "asctime": "2025-08-15 21:42:08,948", + "created": 1755286928.9486022, "exc_text": null, "filename": "__init__.py", "funcName": "add", "levelname": "DEBUG", "levelno": 10, - "lineno": 172, + "lineno": 169, "message": "prot-server: Adding callback '__authentificate_create_key__' for SID=1 and DID=0", "module": "__init__", - "msecs": 14.0, + "msecs": 948.0, "msg": "%s Adding callback %s for SID=%s and DID=%s", "name": "socket_protocol.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/socket_protocol/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/socket_protocol/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 17918.412685394287, + "relativeCreated": 17930.935448, "stack_info": null, - "thread": 140631409799232, + "taskName": null, + "thread": 140181752467712, "threadName": "MainThread" }, { @@ -58288,25 +60395,26 @@ "0", "1" ], - "asctime": "2025-03-23 16:47:14,014", - "created": 1742744834.014795, + "asctime": "2025-08-15 21:42:08,948", + "created": 1755286928.9487875, "exc_text": null, "filename": "__init__.py", "funcName": "add", "levelname": "DEBUG", "levelno": 10, - "lineno": 172, + "lineno": 169, "message": "prot-server: Adding callback '__authentificate_check_key__' for SID=0 and DID=1", "module": "__init__", - "msecs": 14.0, + "msecs": 948.0, "msg": "%s Adding callback %s for SID=%s and DID=%s", "name": "socket_protocol.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/socket_protocol/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/socket_protocol/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 17918.481826782227, + "relativeCreated": 17931.12101, "stack_info": null, - "thread": 140631409799232, + "taskName": null, + "thread": 140181752467712, "threadName": "MainThread" }, { @@ -58316,50 +60424,52 @@ "1", "1" ], - "asctime": "2025-03-23 16:47:14,014", - "created": 1742744834.0148664, + "asctime": "2025-08-15 21:42:08,948", + "created": 1755286928.9489589, "exc_text": null, "filename": "__init__.py", "funcName": "add", "levelname": "DEBUG", "levelno": 10, - "lineno": 172, + "lineno": 169, "message": "prot-server: Adding callback '__authentificate_process_feedback__' for SID=1 and DID=1", "module": "__init__", - "msecs": 14.0, + "msecs": 948.0, "msg": "%s Adding callback %s for SID=%s and DID=%s", "name": "socket_protocol.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/socket_protocol/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/socket_protocol/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 17918.553113937378, + "relativeCreated": 17931.292508, "stack_info": null, - "thread": 140631409799232, + "taskName": null, + "thread": 140181752467712, "threadName": "MainThread" }, { "args": [ "prot-server:" ], - "asctime": "2025-03-23 16:47:14,014", - "created": 1742744834.0149255, + "asctime": "2025-08-15 21:42:08,949", + "created": 1755286928.9491081, "exc_text": null, "filename": "__init__.py", "funcName": "__authentification_state_reset__", "levelname": "INFO", "levelno": 20, - "lineno": 380, + "lineno": 373, "message": "prot-server: Resetting authentification state to AUTH_STATE_UNTRUSTED_CONNECTION", "module": "__init__", - "msecs": 14.0, + "msecs": 949.0, "msg": "%s Resetting authentification state to AUTH_STATE_UNTRUSTED_CONNECTION", "name": "socket_protocol.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/socket_protocol/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/socket_protocol/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 17918.612241744995, + "relativeCreated": 17931.441572, "stack_info": null, - "thread": 140631409799232, + "taskName": null, + "thread": 140181752467712, "threadName": "MainThread" }, { @@ -58368,25 +60478,26 @@ "channel name request", "channel name response" ], - "asctime": "2025-03-23 16:47:14,014", - "created": 1742744834.0149908, + "asctime": "2025-08-15 21:42:08,949", + "created": 1755286928.9494112, "exc_text": null, "filename": "__init__.py", "funcName": "add_service", "levelname": "DEBUG", "levelno": 10, - "lineno": 597, + "lineno": 590, "message": "prot-server: Adding Service with Request=channel name request and Response=channel name response", "module": "__init__", - "msecs": 14.0, + "msecs": 949.0, "msg": "%s Adding Service with Request=%s and Response=%s", "name": "socket_protocol.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/socket_protocol/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/socket_protocol/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 17918.67756843567, + "relativeCreated": 17931.744497, "stack_info": null, - "thread": 140631409799232, + "taskName": null, + "thread": 140181752467712, "threadName": "MainThread" }, { @@ -58394,25 +60505,26 @@ "prot-server:", "service: channel name request, data_id: name" ], - "asctime": "2025-03-23 16:47:14,015", - "created": 1742744834.0150654, + "asctime": "2025-08-15 21:42:08,949", + "created": 1755286928.94964, "exc_text": null, "filename": "__init__.py", "funcName": "add_msg_to_auth_whitelist_", "levelname": "DEBUG", "levelno": 10, - "lineno": 571, + "lineno": 564, "message": "prot-server: Adding Message (service: channel name request, data_id: name) to the authentification whitelist", "module": "__init__", - "msecs": 15.0, + "msecs": 949.0, "msg": "%s Adding Message (%s) to the authentification whitelist", "name": "socket_protocol.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/socket_protocol/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/socket_protocol/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 17918.752193450928, + "relativeCreated": 17931.973309, "stack_info": null, - "thread": 140631409799232, + "taskName": null, + "thread": 140181752467712, "threadName": "MainThread" }, { @@ -58420,25 +60532,26 @@ "prot-server:", "service: channel name response, data_id: name" ], - "asctime": "2025-03-23 16:47:14,015", - "created": 1742744834.0151298, + "asctime": "2025-08-15 21:42:08,949", + "created": 1755286928.9498007, "exc_text": null, "filename": "__init__.py", "funcName": "add_msg_to_auth_whitelist_", "levelname": "DEBUG", "levelno": 10, - "lineno": 571, + "lineno": 564, "message": "prot-server: Adding Message (service: channel name response, data_id: name) to the authentification whitelist", "module": "__init__", - "msecs": 15.0, + "msecs": 949.0, "msg": "%s Adding Message (%s) to the authentification whitelist", "name": "socket_protocol.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/socket_protocol/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/socket_protocol/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 17918.816566467285, + "relativeCreated": 17932.134116, "stack_info": null, - "thread": 140631409799232, + "taskName": null, + "thread": 140181752467712, "threadName": "MainThread" }, { @@ -58448,25 +60561,26 @@ "8", "0" ], - "asctime": "2025-03-23 16:47:14,015", - "created": 1742744834.015196, + "asctime": "2025-08-15 21:42:08,949", + "created": 1755286928.9499683, "exc_text": null, "filename": "__init__.py", "funcName": "add", "levelname": "DEBUG", "levelno": 10, - "lineno": 172, + "lineno": 169, "message": "prot-server: Adding callback '__channel_name_request__' for SID=8 and DID=0", "module": "__init__", - "msecs": 15.0, + "msecs": 949.0, "msg": "%s Adding callback %s for SID=%s and DID=%s", "name": "socket_protocol.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/socket_protocol/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/socket_protocol/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 17918.882846832275, + "relativeCreated": 17932.301729, "stack_info": null, - "thread": 140631409799232, + "taskName": null, + "thread": 140181752467712, "threadName": "MainThread" }, { @@ -58476,25 +60590,26 @@ "9", "0" ], - "asctime": "2025-03-23 16:47:14,015", - "created": 1742744834.015264, + "asctime": "2025-08-15 21:42:08,950", + "created": 1755286928.9501438, "exc_text": null, "filename": "__init__.py", "funcName": "add", "levelname": "DEBUG", "levelno": 10, - "lineno": 172, + "lineno": 169, "message": "prot-server: Adding callback '__channel_name_response__' for SID=9 and DID=0", "module": "__init__", - "msecs": 15.0, + "msecs": 950.0, "msg": "%s Adding callback %s for SID=%s and DID=%s", "name": "socket_protocol.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/socket_protocol/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/socket_protocol/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 17918.95079612732, + "relativeCreated": 17932.477105, "stack_info": null, - "thread": 140631409799232, + "taskName": null, + "thread": 140181752467712, "threadName": "MainThread" }, { @@ -58503,25 +60618,26 @@ "read data request", "read data response" ], - "asctime": "2025-03-23 16:47:14,015", - "created": 1742744834.015328, + "asctime": "2025-08-15 21:42:08,950", + "created": 1755286928.9503322, "exc_text": null, "filename": "__init__.py", "funcName": "add_service", "levelname": "DEBUG", "levelno": 10, - "lineno": 597, + "lineno": 590, "message": "prot-server: Adding Service with Request=read data request and Response=read data response", "module": "__init__", - "msecs": 15.0, + "msecs": 950.0, "msg": "%s Adding Service with Request=%s and Response=%s", "name": "socket_protocol.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/socket_protocol/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/socket_protocol/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 17919.01469230652, + "relativeCreated": 17932.665484, "stack_info": null, - "thread": 140631409799232, + "taskName": null, + "thread": 140181752467712, "threadName": "MainThread" }, { @@ -58530,25 +60646,26 @@ "write data request", "write data response" ], - "asctime": "2025-03-23 16:47:14,015", - "created": 1742744834.0153894, + "asctime": "2025-08-15 21:42:08,950", + "created": 1755286928.9504907, "exc_text": null, "filename": "__init__.py", "funcName": "add_service", "levelname": "DEBUG", "levelno": 10, - "lineno": 597, + "lineno": 590, "message": "prot-server: Adding Service with Request=write data request and Response=write data response", "module": "__init__", - "msecs": 15.0, + "msecs": 950.0, "msg": "%s Adding Service with Request=%s and Response=%s", "name": "socket_protocol.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/socket_protocol/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/socket_protocol/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 17919.076204299927, + "relativeCreated": 17932.824071, "stack_info": null, - "thread": 140631409799232, + "taskName": null, + "thread": 140181752467712, "threadName": "MainThread" }, { @@ -58557,75 +60674,78 @@ "execute request", "execute response" ], - "asctime": "2025-03-23 16:47:14,015", - "created": 1742744834.0154495, + "asctime": "2025-08-15 21:42:08,950", + "created": 1755286928.9507518, "exc_text": null, "filename": "__init__.py", "funcName": "add_service", "levelname": "DEBUG", "levelno": 10, - "lineno": 597, + "lineno": 590, "message": "prot-server: Adding Service with Request=execute request and Response=execute response", "module": "__init__", - "msecs": 15.0, + "msecs": 950.0, "msg": "%s Adding Service with Request=%s and Response=%s", "name": "socket_protocol.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/socket_protocol/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/socket_protocol/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 17919.13628578186, + "relativeCreated": 17933.08506, "stack_info": null, - "thread": 140631409799232, + "taskName": null, + "thread": 140181752467712, "threadName": "MainThread" }, { "args": [ "prot-server:" ], - "asctime": "2025-03-23 16:47:14,015", - "created": 1742744834.0155118, + "asctime": "2025-08-15 21:42:08,951", + "created": 1755286928.951046, "exc_text": null, "filename": "__init__.py", "funcName": "__init__", "levelname": "INFO", "levelno": 20, - "lineno": 340, + "lineno": 333, "message": "prot-server: Initialisation finished.", "module": "__init__", - "msecs": 15.0, + "msecs": 951.0, "msg": "%s Initialisation finished.", "name": "socket_protocol.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/socket_protocol/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/socket_protocol/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 17919.198513031006, + "relativeCreated": 17933.379391, "stack_info": null, - "thread": 140631409799232, + "taskName": null, + "thread": 140181752467712, "threadName": "MainThread" }, { "args": [ "prot-client:" ], - "asctime": "2025-03-23 16:47:14,015", - "created": 1742744834.0156264, + "asctime": "2025-08-15 21:42:08,951", + "created": 1755286928.9514148, "exc_text": null, "filename": "__init__.py", "funcName": "__clean_receive_buffer__", "levelname": "DEBUG", "levelno": 10, - "lineno": 434, + "lineno": 427, "message": "prot-client: Cleaning up receive-buffer", "module": "__init__", - "msecs": 15.0, + "msecs": 951.0, "msg": "%s Cleaning up receive-buffer", "name": "socket_protocol.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/socket_protocol/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/socket_protocol/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 17919.313192367554, + "relativeCreated": 17933.748331, "stack_info": null, - "thread": 140631409799232, + "taskName": null, + "thread": 140181752467712, "threadName": "MainThread" }, { @@ -58634,25 +60754,26 @@ "authentification request", "authentification response" ], - "asctime": "2025-03-23 16:47:14,015", - "created": 1742744834.0156941, + "asctime": "2025-08-15 21:42:08,951", + "created": 1755286928.951598, "exc_text": null, "filename": "__init__.py", "funcName": "add_service", "levelname": "DEBUG", "levelno": 10, - "lineno": 597, + "lineno": 590, "message": "prot-client: Adding Service with Request=authentification request and Response=authentification response", "module": "__init__", - "msecs": 15.0, + "msecs": 951.0, "msg": "%s Adding Service with Request=%s and Response=%s", "name": "socket_protocol.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/socket_protocol/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/socket_protocol/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 17919.38090324402, + "relativeCreated": 17933.931357, "stack_info": null, - "thread": 140631409799232, + "taskName": null, + "thread": 140181752467712, "threadName": "MainThread" }, { @@ -58660,25 +60781,26 @@ "prot-client:", "service: authentification request, data_id: seed" ], - "asctime": "2025-03-23 16:47:14,015", - "created": 1742744834.0157804, + "asctime": "2025-08-15 21:42:08,951", + "created": 1755286928.9518328, "exc_text": null, "filename": "__init__.py", "funcName": "add_msg_to_auth_whitelist_", "levelname": "DEBUG", "levelno": 10, - "lineno": 571, + "lineno": 564, "message": "prot-client: Adding Message (service: authentification request, data_id: seed) to the authentification whitelist", "module": "__init__", - "msecs": 15.0, + "msecs": 951.0, "msg": "%s Adding Message (%s) to the authentification whitelist", "name": "socket_protocol.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/socket_protocol/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/socket_protocol/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 17919.467210769653, + "relativeCreated": 17934.166173, "stack_info": null, - "thread": 140631409799232, + "taskName": null, + "thread": 140181752467712, "threadName": "MainThread" }, { @@ -58686,25 +60808,26 @@ "prot-client:", "service: authentification response, data_id: seed" ], - "asctime": "2025-03-23 16:47:14,015", - "created": 1742744834.015849, + "asctime": "2025-08-15 21:42:08,952", + "created": 1755286928.952014, "exc_text": null, "filename": "__init__.py", "funcName": "add_msg_to_auth_whitelist_", "levelname": "DEBUG", "levelno": 10, - "lineno": 571, + "lineno": 564, "message": "prot-client: Adding Message (service: authentification response, data_id: seed) to the authentification whitelist", "module": "__init__", - "msecs": 15.0, + "msecs": 952.0, "msg": "%s Adding Message (%s) to the authentification whitelist", "name": "socket_protocol.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/socket_protocol/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/socket_protocol/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 17919.535875320435, + "relativeCreated": 17934.347429, "stack_info": null, - "thread": 140631409799232, + "taskName": null, + "thread": 140181752467712, "threadName": "MainThread" }, { @@ -58712,25 +60835,26 @@ "prot-client:", "service: authentification request, data_id: key" ], - "asctime": "2025-03-23 16:47:14,015", - "created": 1742744834.0159128, + "asctime": "2025-08-15 21:42:08,952", + "created": 1755286928.9522166, "exc_text": null, "filename": "__init__.py", "funcName": "add_msg_to_auth_whitelist_", "levelname": "DEBUG", "levelno": 10, - "lineno": 571, + "lineno": 564, "message": "prot-client: Adding Message (service: authentification request, data_id: key) to the authentification whitelist", "module": "__init__", - "msecs": 15.0, + "msecs": 952.0, "msg": "%s Adding Message (%s) to the authentification whitelist", "name": "socket_protocol.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/socket_protocol/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/socket_protocol/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 17919.599533081055, + "relativeCreated": 17934.550124, "stack_info": null, - "thread": 140631409799232, + "taskName": null, + "thread": 140181752467712, "threadName": "MainThread" }, { @@ -58738,25 +60862,26 @@ "prot-client:", "service: authentification response, data_id: key" ], - "asctime": "2025-03-23 16:47:14,015", - "created": 1742744834.0159783, + "asctime": "2025-08-15 21:42:08,952", + "created": 1755286928.952509, "exc_text": null, "filename": "__init__.py", "funcName": "add_msg_to_auth_whitelist_", "levelname": "DEBUG", "levelno": 10, - "lineno": 571, + "lineno": 564, "message": "prot-client: Adding Message (service: authentification response, data_id: key) to the authentification whitelist", "module": "__init__", - "msecs": 15.0, + "msecs": 952.0, "msg": "%s Adding Message (%s) to the authentification whitelist", "name": "socket_protocol.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/socket_protocol/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/socket_protocol/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 17919.665098190308, + "relativeCreated": 17934.842403, "stack_info": null, - "thread": 140631409799232, + "taskName": null, + "thread": 140181752467712, "threadName": "MainThread" }, { @@ -58766,25 +60891,26 @@ "0", "0" ], - "asctime": "2025-03-23 16:47:14,016", - "created": 1742744834.016048, + "asctime": "2025-08-15 21:42:08,952", + "created": 1755286928.952801, "exc_text": null, "filename": "__init__.py", "funcName": "add", "levelname": "DEBUG", "levelno": 10, - "lineno": 172, + "lineno": 169, "message": "prot-client: Adding callback '__authentificate_create_seed__' for SID=0 and DID=0", "module": "__init__", - "msecs": 16.0, + "msecs": 952.0, "msg": "%s Adding callback %s for SID=%s and DID=%s", "name": "socket_protocol.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/socket_protocol/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/socket_protocol/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 17919.734716415405, + "relativeCreated": 17935.134475, "stack_info": null, - "thread": 140631409799232, + "taskName": null, + "thread": 140181752467712, "threadName": "MainThread" }, { @@ -58794,25 +60920,26 @@ "1", "0" ], - "asctime": "2025-03-23 16:47:14,016", - "created": 1742744834.0161161, + "asctime": "2025-08-15 21:42:08,953", + "created": 1755286928.9530954, "exc_text": null, "filename": "__init__.py", "funcName": "add", "levelname": "DEBUG", "levelno": 10, - "lineno": 172, + "lineno": 169, "message": "prot-client: Adding callback '__authentificate_create_key__' for SID=1 and DID=0", "module": "__init__", - "msecs": 16.0, + "msecs": 953.0, "msg": "%s Adding callback %s for SID=%s and DID=%s", "name": "socket_protocol.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/socket_protocol/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/socket_protocol/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 17919.80290412903, + "relativeCreated": 17935.428966, "stack_info": null, - "thread": 140631409799232, + "taskName": null, + "thread": 140181752467712, "threadName": "MainThread" }, { @@ -58822,25 +60949,26 @@ "0", "1" ], - "asctime": "2025-03-23 16:47:14,016", - "created": 1742744834.0161846, + "asctime": "2025-08-15 21:42:08,953", + "created": 1755286928.9533997, "exc_text": null, "filename": "__init__.py", "funcName": "add", "levelname": "DEBUG", "levelno": 10, - "lineno": 172, + "lineno": 169, "message": "prot-client: Adding callback '__authentificate_check_key__' for SID=0 and DID=1", "module": "__init__", - "msecs": 16.0, + "msecs": 953.0, "msg": "%s Adding callback %s for SID=%s and DID=%s", "name": "socket_protocol.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/socket_protocol/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/socket_protocol/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 17919.87133026123, + "relativeCreated": 17935.733092, "stack_info": null, - "thread": 140631409799232, + "taskName": null, + "thread": 140181752467712, "threadName": "MainThread" }, { @@ -58850,50 +60978,52 @@ "1", "1" ], - "asctime": "2025-03-23 16:47:14,016", - "created": 1742744834.0162513, + "asctime": "2025-08-15 21:42:08,953", + "created": 1755286928.9536815, "exc_text": null, "filename": "__init__.py", "funcName": "add", "levelname": "DEBUG", "levelno": 10, - "lineno": 172, + "lineno": 169, "message": "prot-client: Adding callback '__authentificate_process_feedback__' for SID=1 and DID=1", "module": "__init__", - "msecs": 16.0, + "msecs": 953.0, "msg": "%s Adding callback %s for SID=%s and DID=%s", "name": "socket_protocol.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/socket_protocol/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/socket_protocol/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 17919.93808746338, + "relativeCreated": 17936.014794, "stack_info": null, - "thread": 140631409799232, + "taskName": null, + "thread": 140181752467712, "threadName": "MainThread" }, { "args": [ "prot-client:" ], - "asctime": "2025-03-23 16:47:14,016", - "created": 1742744834.016311, + "asctime": "2025-08-15 21:42:08,953", + "created": 1755286928.953938, "exc_text": null, "filename": "__init__.py", "funcName": "__authentification_state_reset__", "levelname": "INFO", "levelno": 20, - "lineno": 380, + "lineno": 373, "message": "prot-client: Resetting authentification state to AUTH_STATE_UNTRUSTED_CONNECTION", "module": "__init__", - "msecs": 16.0, + "msecs": 953.0, "msg": "%s Resetting authentification state to AUTH_STATE_UNTRUSTED_CONNECTION", "name": "socket_protocol.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/socket_protocol/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/socket_protocol/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 17919.997692108154, + "relativeCreated": 17936.271464, "stack_info": null, - "thread": 140631409799232, + "taskName": null, + "thread": 140181752467712, "threadName": "MainThread" }, { @@ -58902,25 +61032,26 @@ "channel name request", "channel name response" ], - "asctime": "2025-03-23 16:47:14,016", - "created": 1742744834.0163789, + "asctime": "2025-08-15 21:42:08,954", + "created": 1755286928.954206, "exc_text": null, "filename": "__init__.py", "funcName": "add_service", "levelname": "DEBUG", "levelno": 10, - "lineno": 597, + "lineno": 590, "message": "prot-client: Adding Service with Request=channel name request and Response=channel name response", "module": "__init__", - "msecs": 16.0, + "msecs": 954.0, "msg": "%s Adding Service with Request=%s and Response=%s", "name": "socket_protocol.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/socket_protocol/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/socket_protocol/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 17920.0656414032, + "relativeCreated": 17936.539311, "stack_info": null, - "thread": 140631409799232, + "taskName": null, + "thread": 140181752467712, "threadName": "MainThread" }, { @@ -58928,25 +61059,26 @@ "prot-client:", "service: channel name request, data_id: name" ], - "asctime": "2025-03-23 16:47:14,016", - "created": 1742744834.0164497, + "asctime": "2025-08-15 21:42:08,954", + "created": 1755286928.9545822, "exc_text": null, "filename": "__init__.py", "funcName": "add_msg_to_auth_whitelist_", "levelname": "DEBUG", "levelno": 10, - "lineno": 571, + "lineno": 564, "message": "prot-client: Adding Message (service: channel name request, data_id: name) to the authentification whitelist", "module": "__init__", - "msecs": 16.0, + "msecs": 954.0, "msg": "%s Adding Message (%s) to the authentification whitelist", "name": "socket_protocol.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/socket_protocol/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/socket_protocol/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 17920.13645172119, + "relativeCreated": 17936.915646, "stack_info": null, - "thread": 140631409799232, + "taskName": null, + "thread": 140181752467712, "threadName": "MainThread" }, { @@ -58954,25 +61086,26 @@ "prot-client:", "service: channel name response, data_id: name" ], - "asctime": "2025-03-23 16:47:14,016", - "created": 1742744834.016513, + "asctime": "2025-08-15 21:42:08,954", + "created": 1755286928.9549067, "exc_text": null, "filename": "__init__.py", "funcName": "add_msg_to_auth_whitelist_", "levelname": "DEBUG", "levelno": 10, - "lineno": 571, + "lineno": 564, "message": "prot-client: Adding Message (service: channel name response, data_id: name) to the authentification whitelist", "module": "__init__", - "msecs": 16.0, + "msecs": 954.0, "msg": "%s Adding Message (%s) to the authentification whitelist", "name": "socket_protocol.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/socket_protocol/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/socket_protocol/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 17920.199871063232, + "relativeCreated": 17937.240052, "stack_info": null, - "thread": 140631409799232, + "taskName": null, + "thread": 140181752467712, "threadName": "MainThread" }, { @@ -58982,25 +61115,26 @@ "8", "0" ], - "asctime": "2025-03-23 16:47:14,016", - "created": 1742744834.0165787, + "asctime": "2025-08-15 21:42:08,955", + "created": 1755286928.9552026, "exc_text": null, "filename": "__init__.py", "funcName": "add", "levelname": "DEBUG", "levelno": 10, - "lineno": 172, + "lineno": 169, "message": "prot-client: Adding callback '__channel_name_request__' for SID=8 and DID=0", "module": "__init__", - "msecs": 16.0, + "msecs": 955.0, "msg": "%s Adding callback %s for SID=%s and DID=%s", "name": "socket_protocol.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/socket_protocol/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/socket_protocol/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 17920.265436172485, + "relativeCreated": 17937.535938, "stack_info": null, - "thread": 140631409799232, + "taskName": null, + "thread": 140181752467712, "threadName": "MainThread" }, { @@ -59010,25 +61144,26 @@ "9", "0" ], - "asctime": "2025-03-23 16:47:14,016", - "created": 1742744834.0166454, + "asctime": "2025-08-15 21:42:08,955", + "created": 1755286928.9555476, "exc_text": null, "filename": "__init__.py", "funcName": "add", "levelname": "DEBUG", "levelno": 10, - "lineno": 172, + "lineno": 169, "message": "prot-client: Adding callback '__channel_name_response__' for SID=9 and DID=0", "module": "__init__", - "msecs": 16.0, + "msecs": 955.0, "msg": "%s Adding callback %s for SID=%s and DID=%s", "name": "socket_protocol.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/socket_protocol/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/socket_protocol/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 17920.332193374634, + "relativeCreated": 17937.881007, "stack_info": null, - "thread": 140631409799232, + "taskName": null, + "thread": 140181752467712, "threadName": "MainThread" }, { @@ -59037,25 +61172,26 @@ "read data request", "read data response" ], - "asctime": "2025-03-23 16:47:14,016", - "created": 1742744834.0167086, + "asctime": "2025-08-15 21:42:08,955", + "created": 1755286928.9558556, "exc_text": null, "filename": "__init__.py", "funcName": "add_service", "levelname": "DEBUG", "levelno": 10, - "lineno": 597, + "lineno": 590, "message": "prot-client: Adding Service with Request=read data request and Response=read data response", "module": "__init__", - "msecs": 16.0, + "msecs": 955.0, "msg": "%s Adding Service with Request=%s and Response=%s", "name": "socket_protocol.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/socket_protocol/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/socket_protocol/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 17920.395374298096, + "relativeCreated": 17938.189154, "stack_info": null, - "thread": 140631409799232, + "taskName": null, + "thread": 140181752467712, "threadName": "MainThread" }, { @@ -59064,25 +61200,26 @@ "write data request", "write data response" ], - "asctime": "2025-03-23 16:47:14,016", - "created": 1742744834.0167687, + "asctime": "2025-08-15 21:42:08,956", + "created": 1755286928.9561458, "exc_text": null, "filename": "__init__.py", "funcName": "add_service", "levelname": "DEBUG", "levelno": 10, - "lineno": 597, + "lineno": 590, "message": "prot-client: Adding Service with Request=write data request and Response=write data response", "module": "__init__", - "msecs": 16.0, + "msecs": 956.0, "msg": "%s Adding Service with Request=%s and Response=%s", "name": "socket_protocol.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/socket_protocol/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/socket_protocol/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 17920.45545578003, + "relativeCreated": 17938.479009, "stack_info": null, - "thread": 140631409799232, + "taskName": null, + "thread": 140181752467712, "threadName": "MainThread" }, { @@ -59091,69 +61228,72 @@ "execute request", "execute response" ], - "asctime": "2025-03-23 16:47:14,016", - "created": 1742744834.0168293, + "asctime": "2025-08-15 21:42:08,956", + "created": 1755286928.956431, "exc_text": null, "filename": "__init__.py", "funcName": "add_service", "levelname": "DEBUG", "levelno": 10, - "lineno": 597, + "lineno": 590, "message": "prot-client: Adding Service with Request=execute request and Response=execute response", "module": "__init__", - "msecs": 16.0, + "msecs": 956.0, "msg": "%s Adding Service with Request=%s and Response=%s", "name": "socket_protocol.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/socket_protocol/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/socket_protocol/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 17920.51601409912, + "relativeCreated": 17938.764208, "stack_info": null, - "thread": 140631409799232, + "taskName": null, + "thread": 140181752467712, "threadName": "MainThread" }, { "args": [ "prot-client:" ], - "asctime": "2025-03-23 16:47:14,016", - "created": 1742744834.0168886, + "asctime": "2025-08-15 21:42:08,956", + "created": 1755286928.9567358, "exc_text": null, "filename": "__init__.py", "funcName": "__init__", "levelname": "INFO", "levelno": 20, - "lineno": 340, + "lineno": 333, "message": "prot-client: Initialisation finished.", "module": "__init__", - "msecs": 16.0, + "msecs": 956.0, "msg": "%s Initialisation finished.", "name": "socket_protocol.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/socket_protocol/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/socket_protocol/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 17920.575380325317, + "relativeCreated": 17939.069066, "stack_info": null, - "thread": 140631409799232, + "taskName": null, + "thread": 140181752467712, "threadName": "MainThread" } ], - "msecs": 16.0, + "msecs": 957.0, "msg": "Setting up communication", "name": "__tLogger__", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/tests/test_helpers.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/tests/test_helpers.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 17920.632362365723, + "relativeCreated": 17940.041118, "stack_info": null, - "thread": 140631409799232, + "taskName": null, + "thread": 140181752467712, "threadName": "MainThread", - "time_consumption": 5.698204040527344e-05 + "time_consumption": 0.0009720325469970703 }, { "args": [], - "asctime": "2025-03-23 16:47:14,361", - "created": 1742744834.3610702, + "asctime": "2025-08-15 21:42:09,304", + "created": 1755286929.304042, "exc_text": null, "filename": "test_helpers.py", "funcName": "set_up_socket_protocol", @@ -59167,75 +61307,78 @@ "args": [ "comm-client:" ], - "asctime": "2025-03-23 16:47:14,017", - "created": 1742744834.0170927, + "asctime": "2025-08-15 21:42:08,958", + "created": 1755286928.9583557, "exc_text": null, "filename": "__init__.py", "funcName": "__connect__", "levelname": "INFO", "levelno": 20, - "lineno": 268, + "lineno": 270, "message": "comm-client: Connection established...", "module": "__init__", - "msecs": 17.0, + "msecs": 958.0, "msg": "%s Connection established...", "name": "helpers.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/helpers/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/helpers/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 17920.77946662903, + "relativeCreated": 17940.689131, "stack_info": null, - "thread": 140631409799232, + "taskName": null, + "thread": 140181752467712, "threadName": "MainThread" }, { "args": [ "comm-client:" ], - "asctime": "2025-03-23 16:47:14,017", - "created": 1742744834.017162, + "asctime": "2025-08-15 21:42:08,958", + "created": 1755286928.9587824, "exc_text": null, "filename": "__init__.py", "funcName": "__clean_buffer__", "levelname": "DEBUG", "levelno": 10, - "lineno": 411, + "lineno": 413, "message": "comm-client: Cleaning up receive-buffer", "module": "__init__", - "msecs": 17.0, + "msecs": 958.0, "msg": "%s Cleaning up receive-buffer", "name": "helpers.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/helpers/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/helpers/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 17920.848846435547, + "relativeCreated": 17941.115815, "stack_info": null, - "thread": 140631409799232, + "taskName": null, + "thread": 140181752467712, "threadName": "MainThread" }, { "args": [ "prot-client:" ], - "asctime": "2025-03-23 16:47:14,017", - "created": 1742744834.017225, + "asctime": "2025-08-15 21:42:08,959", + "created": 1755286928.9591267, "exc_text": null, "filename": "__init__.py", "funcName": "__clean_receive_buffer__", "levelname": "DEBUG", "levelno": 10, - "lineno": 434, + "lineno": 427, "message": "prot-client: Cleaning up receive-buffer", "module": "__init__", - "msecs": 17.0, + "msecs": 959.0, "msg": "%s Cleaning up receive-buffer", "name": "socket_protocol.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/socket_protocol/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/socket_protocol/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 17920.91178894043, + "relativeCreated": 17941.460246, "stack_info": null, - "thread": 140631409799232, + "taskName": null, + "thread": 140181752467712, "threadName": "MainThread" }, { @@ -59246,100 +61389,104 @@ "status: okay", "None" ], - "asctime": "2025-03-23 16:47:14,017", - "created": 1742744834.0173326, + "asctime": "2025-08-15 21:42:08,959", + "created": 1755286928.959609, "exc_text": null, "filename": "__init__.py", "funcName": "__log_msg__", "levelname": "INFO", "levelno": 20, - "lineno": 445, + "lineno": 438, "message": "prot-client: TX -> service: channel name request, data_id: name, status: okay, data: \"None\"", "module": "__init__", - "msecs": 17.0, + "msecs": 959.0, "msg": "%s %s %s, %s, data: \"%s\"", "name": "socket_protocol.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/socket_protocol/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/socket_protocol/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 17921.019315719604, + "relativeCreated": 17941.942406, "stack_info": null, - "thread": 140631409799232, + "taskName": null, + "thread": 140181752467712, "threadName": "MainThread" }, { "args": [ "comm-server:" ], - "asctime": "2025-03-23 16:47:14,017", - "created": 1742744834.017569, + "asctime": "2025-08-15 21:42:08,960", + "created": 1755286928.9604487, "exc_text": null, "filename": "__init__.py", "funcName": "__connect__", "levelname": "INFO", "levelno": 20, - "lineno": 268, + "lineno": 270, "message": "comm-server: Connection established...", "module": "__init__", - "msecs": 17.0, + "msecs": 960.0, "msg": "%s Connection established...", "name": "helpers.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/helpers/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/helpers/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 17921.255826950073, + "relativeCreated": 17942.78228, "stack_info": null, - "thread": 140631409799232, + "taskName": null, + "thread": 140181752467712, "threadName": "MainThread" }, { "args": [ "comm-server:" ], - "asctime": "2025-03-23 16:47:14,017", - "created": 1742744834.0178041, + "asctime": "2025-08-15 21:42:08,960", + "created": 1755286928.9607546, "exc_text": null, "filename": "__init__.py", "funcName": "__clean_buffer__", "levelname": "DEBUG", "levelno": 10, - "lineno": 411, + "lineno": 413, "message": "comm-server: Cleaning up receive-buffer", "module": "__init__", - "msecs": 17.0, + "msecs": 960.0, "msg": "%s Cleaning up receive-buffer", "name": "helpers.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/helpers/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/helpers/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 17921.490907669067, + "relativeCreated": 17943.088254, "stack_info": null, - "thread": 140631409799232, + "taskName": null, + "thread": 140181752467712, "threadName": "MainThread" }, { "args": [ "prot-server:" ], - "asctime": "2025-03-23 16:47:14,017", - "created": 1742744834.0178742, + "asctime": "2025-08-15 21:42:08,961", + "created": 1755286928.9610286, "exc_text": null, "filename": "__init__.py", "funcName": "__clean_receive_buffer__", "levelname": "DEBUG", "levelno": 10, - "lineno": 434, + "lineno": 427, "message": "prot-server: Cleaning up receive-buffer", "module": "__init__", - "msecs": 17.0, + "msecs": 961.0, "msg": "%s Cleaning up receive-buffer", "name": "socket_protocol.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/socket_protocol/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/socket_protocol/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 17921.561002731323, + "relativeCreated": 17943.362116, "stack_info": null, - "thread": 140631409799232, + "taskName": null, + "thread": 140181752467712, "threadName": "MainThread" }, { @@ -59347,25 +61494,26 @@ "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": "2025-03-23 16:47:14,018", - "created": 1742744834.0180867, + "asctime": "2025-08-15 21:42:08,961", + "created": 1755286928.9616935, "exc_text": null, "filename": "__init__.py", "funcName": "__tx__", "levelname": "INFO", "levelno": 20, - "lineno": 284, + "lineno": 286, "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": 18.0, + "msecs": 961.0, "msg": "%s TX -> %s", "name": "helpers.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/helpers/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/helpers/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 17921.773433685303, + "relativeCreated": 17944.026765, "stack_info": null, - "thread": 140629141075648, + "taskName": null, + "thread": 140179335538368, "threadName": "Thread-33 (_start)" }, { @@ -59373,25 +61521,26 @@ "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": "2025-03-23 16:47:14,026", - "created": 1742744834.0262916, + "asctime": "2025-08-15 21:42:08,970", + "created": 1755286928.9702568, "exc_text": null, "filename": "__init__.py", "funcName": "__rx__", "levelname": "DEBUG", "levelno": 10, - "lineno": 414, + "lineno": 416, "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": 26.0, + "msecs": 970.0, "msg": "%s RX <- %s", "name": "helpers.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/helpers/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/helpers/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 17929.978370666504, + "relativeCreated": 17952.590359, "stack_info": null, - "thread": 140629141075648, + "taskName": null, + "thread": 140179335538368, "threadName": "Thread-33 (_start)" }, { @@ -59399,25 +61548,26 @@ "comm-client:", "(6): 53 5e 67 0b 3a 3e" ], - "asctime": "2025-03-23 16:47:14,026", - "created": 1742744834.0266228, + "asctime": "2025-08-15 21:42:08,971", + "created": 1755286928.9712245, "exc_text": null, "filename": "__init__.py", "funcName": "__tx__", "levelname": "INFO", "levelno": 20, - "lineno": 284, + "lineno": 286, "message": "comm-client: TX -> (6): 53 5e 67 0b 3a 3e", "module": "__init__", - "msecs": 26.0, + "msecs": 971.0, "msg": "%s TX -> %s", "name": "helpers.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/helpers/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/helpers/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 17930.309534072876, + "relativeCreated": 17953.557895, "stack_info": null, - "thread": 140629141075648, + "taskName": null, + "thread": 140179335538368, "threadName": "Thread-33 (_start)" }, { @@ -59425,25 +61575,26 @@ "comm-server:", "(6): 53 5e 67 0b 3a 3e" ], - "asctime": "2025-03-23 16:47:14,027", - "created": 1742744834.0275462, + "asctime": "2025-08-15 21:42:08,972", + "created": 1755286928.972475, "exc_text": null, "filename": "__init__.py", "funcName": "__rx__", "levelname": "DEBUG", "levelno": 10, - "lineno": 414, + "lineno": 416, "message": "comm-server: RX <- (6): 53 5e 67 0b 3a 3e", "module": "__init__", - "msecs": 27.0, + "msecs": 972.0, "msg": "%s RX <- %s", "name": "helpers.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/helpers/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/helpers/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 17931.232929229736, + "relativeCreated": 17954.808691, "stack_info": null, - "thread": 140629141075648, + "taskName": null, + "thread": 140179335538368, "threadName": "Thread-33 (_start)" }, { @@ -59454,25 +61605,26 @@ "status: okay", "None" ], - "asctime": "2025-03-23 16:47:14,027", - "created": 1742744834.0278063, + "asctime": "2025-08-15 21:42:08,973", + "created": 1755286928.9733462, "exc_text": null, "filename": "__init__.py", "funcName": "__log_msg__", "levelname": "INFO", "levelno": 20, - "lineno": 445, + "lineno": 438, "message": "prot-server: RX <- service: channel name request, data_id: name, status: okay, data: \"None\"", "module": "__init__", - "msecs": 27.0, + "msecs": 973.0, "msg": "%s %s %s, %s, data: \"%s\"", "name": "socket_protocol.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/socket_protocol/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/socket_protocol/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 17931.493043899536, + "relativeCreated": 17955.679709, "stack_info": null, - "thread": 140629141075648, + "taskName": null, + "thread": 140179335538368, "threadName": "Thread-33 (_start)" }, { @@ -59480,25 +61632,26 @@ "prot-server:", "__channel_name_request__" ], - "asctime": "2025-03-23 16:47:14,027", - "created": 1742744834.0278897, + "asctime": "2025-08-15 21:42:08,973", + "created": 1755286928.9736886, "exc_text": null, "filename": "__init__.py", "funcName": "__data_available_callback__", "levelname": "DEBUG", "levelno": 10, - "lineno": 488, + "lineno": 481, "message": "prot-server: Executing callback __channel_name_request__ to process received data", "module": "__init__", - "msecs": 27.0, + "msecs": 973.0, "msg": "%s Executing callback %s to process received data", "name": "socket_protocol.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/socket_protocol/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/socket_protocol/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 17931.57649040222, + "relativeCreated": 17956.022109, "stack_info": null, - "thread": 140629141075648, + "taskName": null, + "thread": 140179335538368, "threadName": "Thread-33 (_start)" }, { @@ -59509,25 +61662,26 @@ "status: okay", "None" ], - "asctime": "2025-03-23 16:47:14,027", - "created": 1742744834.027991, + "asctime": "2025-08-15 21:42:08,974", + "created": 1755286928.9741445, "exc_text": null, "filename": "__init__.py", "funcName": "__log_msg__", "levelname": "INFO", "levelno": 20, - "lineno": 445, + "lineno": 438, "message": "prot-server: TX -> service: channel name response, data_id: name, status: okay, data: \"None\"", "module": "__init__", - "msecs": 27.0, + "msecs": 974.0, "msg": "%s %s %s, %s, data: \"%s\"", "name": "socket_protocol.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/socket_protocol/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/socket_protocol/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 17931.67781829834, + "relativeCreated": 17956.478007, "stack_info": null, - "thread": 140629141075648, + "taskName": null, + "thread": 140179335538368, "threadName": "Thread-33 (_start)" }, { @@ -59535,25 +61689,26 @@ "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": "2025-03-23 16:47:14,028", - "created": 1742744834.0283585, + "asctime": "2025-08-15 21:42:08,975", + "created": 1755286928.9754853, "exc_text": null, "filename": "__init__.py", "funcName": "__tx__", "levelname": "INFO", "levelno": 20, - "lineno": 284, + "lineno": 286, "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": 28.0, + "msecs": 975.0, "msg": "%s TX -> %s", "name": "helpers.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/helpers/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/helpers/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 17932.045221328735, + "relativeCreated": 17957.818895, "stack_info": null, - "thread": 140629132682944, + "taskName": null, + "thread": 140179327145664, "threadName": "Thread-34 (_start)" }, { @@ -59561,25 +61716,26 @@ "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": "2025-03-23 16:47:14,036", - "created": 1742744834.036653, + "asctime": "2025-08-15 21:42:08,983", + "created": 1755286928.9839253, "exc_text": null, "filename": "__init__.py", "funcName": "__rx__", "levelname": "DEBUG", "levelno": 10, - "lineno": 414, + "lineno": 416, "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": 36.0, + "msecs": 983.0, "msg": "%s RX <- %s", "name": "helpers.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/helpers/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/helpers/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 17940.33980369568, + "relativeCreated": 17966.258818, "stack_info": null, - "thread": 140629132682944, + "taskName": null, + "thread": 140179327145664, "threadName": "Thread-34 (_start)" }, { @@ -59587,25 +61743,26 @@ "comm-server:", "(6): 30 59 be 2f 3a 3e" ], - "asctime": "2025-03-23 16:47:14,036", - "created": 1742744834.0369813, + "asctime": "2025-08-15 21:42:08,984", + "created": 1755286928.9844587, "exc_text": null, "filename": "__init__.py", "funcName": "__tx__", "levelname": "INFO", "levelno": 20, - "lineno": 284, + "lineno": 286, "message": "comm-server: TX -> (6): 30 59 be 2f 3a 3e", "module": "__init__", - "msecs": 36.0, + "msecs": 984.0, "msg": "%s TX -> %s", "name": "helpers.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/helpers/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/helpers/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 17940.6681060791, + "relativeCreated": 17966.792124, "stack_info": null, - "thread": 140629132682944, + "taskName": null, + "thread": 140179327145664, "threadName": "Thread-34 (_start)" }, { @@ -59613,25 +61770,26 @@ "comm-client:", "(6): 30 59 be 2f 3a 3e" ], - "asctime": "2025-03-23 16:47:14,037", - "created": 1742744834.037976, + "asctime": "2025-08-15 21:42:08,985", + "created": 1755286928.9855871, "exc_text": null, "filename": "__init__.py", "funcName": "__rx__", "levelname": "DEBUG", "levelno": 10, - "lineno": 414, + "lineno": 416, "message": "comm-client: RX <- (6): 30 59 be 2f 3a 3e", "module": "__init__", - "msecs": 37.0, + "msecs": 985.0, "msg": "%s RX <- %s", "name": "helpers.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/helpers/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/helpers/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 17941.662788391113, + "relativeCreated": 17967.920577, "stack_info": null, - "thread": 140629132682944, + "taskName": null, + "thread": 140179327145664, "threadName": "Thread-34 (_start)" }, { @@ -59642,25 +61800,26 @@ "status: okay", "None" ], - "asctime": "2025-03-23 16:47:14,038", - "created": 1742744834.0382867, + "asctime": "2025-08-15 21:42:08,986", + "created": 1755286928.9861457, "exc_text": null, "filename": "__init__.py", "funcName": "__log_msg__", "levelname": "INFO", "levelno": 20, - "lineno": 445, + "lineno": 438, "message": "prot-client: RX <- service: channel name response, data_id: name, status: okay, data: \"None\"", "module": "__init__", - "msecs": 38.0, + "msecs": 986.0, "msg": "%s %s %s, %s, data: \"%s\"", "name": "socket_protocol.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/socket_protocol/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/socket_protocol/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 17941.973447799683, + "relativeCreated": 17968.479268, "stack_info": null, - "thread": 140629132682944, + "taskName": null, + "thread": 140179327145664, "threadName": "Thread-34 (_start)" }, { @@ -59668,47 +61827,49 @@ "prot-client:", "__channel_name_response__" ], - "asctime": "2025-03-23 16:47:14,038", - "created": 1742744834.0383906, + "asctime": "2025-08-15 21:42:08,986", + "created": 1755286928.9863744, "exc_text": null, "filename": "__init__.py", "funcName": "__data_available_callback__", "levelname": "DEBUG", "levelno": 10, - "lineno": 503, + "lineno": 496, "message": "prot-client: Executing callback __channel_name_response__ to process received data", "module": "__init__", - "msecs": 38.0, + "msecs": 986.0, "msg": "%s Executing callback %s to process received data", "name": "socket_protocol.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/socket_protocol/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/socket_protocol/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 17942.07739830017, + "relativeCreated": 17968.707871, "stack_info": null, - "thread": 140629132682944, + "taskName": null, + "thread": 140179327145664, "threadName": "Thread-34 (_start)" } ], - "msecs": 361.0, + "msecs": 304.0, "msg": "Connecting Server and Client", "name": "__tLogger__", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/tests/test_helpers.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/tests/test_helpers.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 18264.75691795349, + "relativeCreated": 18286.375394, "stack_info": null, - "thread": 140631409799232, + "taskName": null, + "thread": 140181752467712, "threadName": "MainThread", - "time_consumption": 0.3226795196533203 + "time_consumption": 0.31766772270202637 }, { "args": [ "True", "" ], - "asctime": "2025-03-23 16:47:14,362", - "created": 1742744834.3622332, + "asctime": "2025-08-15 21:42:09,304", + "created": 1755286929.3043745, "exc_text": null, "filename": "test.py", "funcName": "equivalency_chk", @@ -59724,8 +61885,8 @@ "True", "" ], - "asctime": "2025-03-23 16:47:14,361", - "created": 1742744834.361725, + "asctime": "2025-08-15 21:42:09,304", + "created": 1755286929.304253, "exc_text": null, "filename": "test.py", "funcName": "__report_result__", @@ -59734,15 +61895,16 @@ "lineno": 22, "message": "Result (Client Communication instance connection status): True ()", "module": "test", - "msecs": 361.0, + "msecs": 304.0, "msg": "Result (%s): %s (%s)", "name": "__unittest__", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/unittest/test.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/unittest/test.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 18265.411853790283, + "relativeCreated": 18286.586551, "stack_info": null, - "thread": 140631409799232, + "taskName": null, + "thread": 140181752467712, "threadName": "MainThread" }, { @@ -59752,8 +61914,8 @@ "True", "" ], - "asctime": "2025-03-23 16:47:14,361", - "created": 1742744834.361971, + "asctime": "2025-08-15 21:42:09,304", + "created": 1755286929.304319, "exc_text": null, "filename": "test.py", "funcName": "__report_expectation__", @@ -59762,37 +61924,39 @@ "lineno": 26, "message": "Expectation (Client Communication instance connection status): result = True ()", "module": "test", - "msecs": 361.0, + "msecs": 304.0, "msg": "Expectation (%s): result %s %s (%s)", "name": "__unittest__", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/unittest/test.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/unittest/test.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 18265.657663345337, + "relativeCreated": 18286.652317, "stack_info": null, - "thread": 140631409799232, + "taskName": null, + "thread": 140181752467712, "threadName": "MainThread" } ], - "msecs": 362.0, + "msecs": 304.0, "msg": "Client Communication instance connection status is correct (Content %s and Type is %s).", "name": "__tLogger__", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/unittest/test.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/unittest/test.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 18265.91992378235, + "relativeCreated": 18286.707906, "stack_info": null, - "thread": 140631409799232, + "taskName": null, + "thread": 140181752467712, "threadName": "MainThread", - "time_consumption": 0.00026226043701171875 + "time_consumption": 5.555152893066406e-05 }, { "args": [ "True", "" ], - "asctime": "2025-03-23 16:47:14,362", - "created": 1742744834.3629463, + "asctime": "2025-08-15 21:42:09,304", + "created": 1755286929.304575, "exc_text": null, "filename": "test.py", "funcName": "equivalency_chk", @@ -59808,8 +61972,8 @@ "True", "" ], - "asctime": "2025-03-23 16:47:14,362", - "created": 1742744834.3625653, + "asctime": "2025-08-15 21:42:09,304", + "created": 1755286929.304467, "exc_text": null, "filename": "test.py", "funcName": "__report_result__", @@ -59818,15 +61982,16 @@ "lineno": 22, "message": "Result (Server Communication instance connection status): True ()", "module": "test", - "msecs": 362.0, + "msecs": 304.0, "msg": "Result (%s): %s (%s)", "name": "__unittest__", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/unittest/test.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/unittest/test.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 18266.252040863037, + "relativeCreated": 18286.800386, "stack_info": null, - "thread": 140631409799232, + "taskName": null, + "thread": 140181752467712, "threadName": "MainThread" }, { @@ -59836,8 +62001,8 @@ "True", "" ], - "asctime": "2025-03-23 16:47:14,362", - "created": 1742744834.3627622, + "asctime": "2025-08-15 21:42:09,304", + "created": 1755286929.304525, "exc_text": null, "filename": "test.py", "funcName": "__report_expectation__", @@ -59846,34 +62011,36 @@ "lineno": 26, "message": "Expectation (Server Communication instance connection status): result = True ()", "module": "test", - "msecs": 362.0, + "msecs": 304.0, "msg": "Expectation (%s): result %s %s (%s)", "name": "__unittest__", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/unittest/test.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/unittest/test.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 18266.448974609375, + "relativeCreated": 18286.858352, "stack_info": null, - "thread": 140631409799232, + "taskName": null, + "thread": 140181752467712, "threadName": "MainThread" } ], - "msecs": 362.0, + "msecs": 304.0, "msg": "Server Communication instance connection status is correct (Content %s and Type is %s).", "name": "__tLogger__", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/unittest/test.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/unittest/test.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 18266.63303375244, + "relativeCreated": 18286.908404, "stack_info": null, - "thread": 140631409799232, + "taskName": null, + "thread": 140181752467712, "threadName": "MainThread", - "time_consumption": 0.00018405914306640625 + "time_consumption": 5.0067901611328125e-05 }, { "args": [], - "asctime": "2025-03-23 16:47:14,364", - "created": 1742744834.3640351, + "asctime": "2025-08-15 21:42:09,304", + "created": 1755286929.3048677, "exc_text": null, "filename": "test_add_methods.py", "funcName": "reconnect", @@ -59887,122 +62054,127 @@ "args": [ "comm-client:" ], - "asctime": "2025-03-23 16:47:14,363", - "created": 1742744834.3632336, + "asctime": "2025-08-15 21:42:09,304", + "created": 1755286929.304655, "exc_text": null, "filename": "__init__.py", "funcName": "disconnect", "levelname": "INFO", "levelno": 20, - "lineno": 296, + "lineno": 298, "message": "comm-client: Connection Lost...", "module": "__init__", - "msecs": 363.0, + "msecs": 304.0, "msg": "%s Connection Lost...", "name": "helpers.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/helpers/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/helpers/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 18266.92032814026, + "relativeCreated": 18286.988588, "stack_info": null, - "thread": 140631409799232, + "taskName": null, + "thread": 140181752467712, "threadName": "MainThread" }, { "args": [ "prot-client:" ], - "asctime": "2025-03-23 16:47:14,363", - "created": 1742744834.3634539, + "asctime": "2025-08-15 21:42:09,304", + "created": 1755286929.3047183, "exc_text": null, "filename": "__init__.py", "funcName": "__authentification_state_reset__", "levelname": "INFO", "levelno": 20, - "lineno": 380, + "lineno": 373, "message": "prot-client: Resetting authentification state to AUTH_STATE_UNTRUSTED_CONNECTION", "module": "__init__", - "msecs": 363.0, + "msecs": 304.0, "msg": "%s Resetting authentification state to AUTH_STATE_UNTRUSTED_CONNECTION", "name": "socket_protocol.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/socket_protocol/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/socket_protocol/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 18267.14062690735, + "relativeCreated": 18287.051746, "stack_info": null, - "thread": 140631409799232, + "taskName": null, + "thread": 140181752467712, "threadName": "MainThread" }, { "args": [ "comm-server:" ], - "asctime": "2025-03-23 16:47:14,363", - "created": 1742744834.3636394, + "asctime": "2025-08-15 21:42:09,304", + "created": 1755286929.30477, "exc_text": null, "filename": "__init__.py", "funcName": "disconnect", "levelname": "INFO", "levelno": 20, - "lineno": 296, + "lineno": 298, "message": "comm-server: Connection Lost...", "module": "__init__", - "msecs": 363.0, + "msecs": 304.0, "msg": "%s Connection Lost...", "name": "helpers.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/helpers/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/helpers/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 18267.32611656189, + "relativeCreated": 18287.103579, "stack_info": null, - "thread": 140631409799232, + "taskName": null, + "thread": 140181752467712, "threadName": "MainThread" }, { "args": [ "prot-server:" ], - "asctime": "2025-03-23 16:47:14,363", - "created": 1742744834.3638532, + "asctime": "2025-08-15 21:42:09,304", + "created": 1755286929.3048189, "exc_text": null, "filename": "__init__.py", "funcName": "__authentification_state_reset__", "levelname": "INFO", "levelno": 20, - "lineno": 380, + "lineno": 373, "message": "prot-server: Resetting authentification state to AUTH_STATE_UNTRUSTED_CONNECTION", "module": "__init__", - "msecs": 363.0, + "msecs": 304.0, "msg": "%s Resetting authentification state to AUTH_STATE_UNTRUSTED_CONNECTION", "name": "socket_protocol.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/socket_protocol/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/socket_protocol/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 18267.539978027344, + "relativeCreated": 18287.152386, "stack_info": null, - "thread": 140631409799232, + "taskName": null, + "thread": 140181752467712, "threadName": "MainThread" } ], - "msecs": 364.0, + "msecs": 304.0, "msg": "Disconnecting Server and Client", "name": "__tLogger__", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/tests/test_add_methods.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/tests/test_add_methods.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 18267.7218914032, + "relativeCreated": 18287.201405, "stack_info": null, - "thread": 140631409799232, + "taskName": null, + "thread": 140181752467712, "threadName": "MainThread", - "time_consumption": 0.0001819133758544922 + "time_consumption": 4.887580871582031e-05 }, { "args": [ "False", "" ], - "asctime": "2025-03-23 16:47:14,364", - "created": 1742744834.364773, + "asctime": "2025-08-15 21:42:09,305", + "created": 1755286929.3050547, "exc_text": null, "filename": "test.py", "funcName": "equivalency_chk", @@ -60018,8 +62190,8 @@ "False", "" ], - "asctime": "2025-03-23 16:47:14,364", - "created": 1742744834.3643417, + "asctime": "2025-08-15 21:42:09,304", + "created": 1755286929.3049502, "exc_text": null, "filename": "test.py", "funcName": "__report_result__", @@ -60028,15 +62200,16 @@ "lineno": 22, "message": "Result (Client Communication instance connection status): False ()", "module": "test", - "msecs": 364.0, + "msecs": 304.0, "msg": "Result (%s): %s (%s)", "name": "__unittest__", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/unittest/test.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/unittest/test.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 18268.028497695923, + "relativeCreated": 18287.283703, "stack_info": null, - "thread": 140631409799232, + "taskName": null, + "thread": 140181752467712, "threadName": "MainThread" }, { @@ -60046,8 +62219,8 @@ "False", "" ], - "asctime": "2025-03-23 16:47:14,364", - "created": 1742744834.3645833, + "asctime": "2025-08-15 21:42:09,305", + "created": 1755286929.3050065, "exc_text": null, "filename": "test.py", "funcName": "__report_expectation__", @@ -60056,37 +62229,39 @@ "lineno": 26, "message": "Expectation (Client Communication instance connection status): result = False ()", "module": "test", - "msecs": 364.0, + "msecs": 305.0, "msg": "Expectation (%s): result %s %s (%s)", "name": "__unittest__", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/unittest/test.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/unittest/test.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 18268.270015716553, + "relativeCreated": 18287.339922, "stack_info": null, - "thread": 140631409799232, + "taskName": null, + "thread": 140181752467712, "threadName": "MainThread" } ], - "msecs": 364.0, + "msecs": 305.0, "msg": "Client Communication instance connection status is correct (Content %s and Type is %s).", "name": "__tLogger__", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/unittest/test.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/unittest/test.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 18268.459796905518, + "relativeCreated": 18287.388134, "stack_info": null, - "thread": 140631409799232, + "taskName": null, + "thread": 140181752467712, "threadName": "MainThread", - "time_consumption": 0.00018978118896484375 + "time_consumption": 4.8160552978515625e-05 }, { "args": [ "False", "" ], - "asctime": "2025-03-23 16:47:14,365", - "created": 1742744834.365492, + "asctime": "2025-08-15 21:42:09,305", + "created": 1755286929.3052268, "exc_text": null, "filename": "test.py", "funcName": "equivalency_chk", @@ -60102,8 +62277,8 @@ "False", "" ], - "asctime": "2025-03-23 16:47:14,365", - "created": 1742744834.3650951, + "asctime": "2025-08-15 21:42:09,305", + "created": 1755286929.3051324, "exc_text": null, "filename": "test.py", "funcName": "__report_result__", @@ -60112,15 +62287,16 @@ "lineno": 22, "message": "Result (Server Communication instance connection status): False ()", "module": "test", - "msecs": 365.0, + "msecs": 305.0, "msg": "Result (%s): %s (%s)", "name": "__unittest__", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/unittest/test.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/unittest/test.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 18268.781900405884, + "relativeCreated": 18287.465626, "stack_info": null, - "thread": 140631409799232, + "taskName": null, + "thread": 140181752467712, "threadName": "MainThread" }, { @@ -60130,8 +62306,8 @@ "False", "" ], - "asctime": "2025-03-23 16:47:14,365", - "created": 1742744834.3652954, + "asctime": "2025-08-15 21:42:09,305", + "created": 1755286929.305181, "exc_text": null, "filename": "test.py", "funcName": "__report_expectation__", @@ -60140,34 +62316,36 @@ "lineno": 26, "message": "Expectation (Server Communication instance connection status): result = False ()", "module": "test", - "msecs": 365.0, + "msecs": 305.0, "msg": "Expectation (%s): result %s %s (%s)", "name": "__unittest__", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/unittest/test.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/unittest/test.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 18268.98217201233, + "relativeCreated": 18287.514403, "stack_info": null, - "thread": 140631409799232, + "taskName": null, + "thread": 140181752467712, "threadName": "MainThread" } ], - "msecs": 365.0, + "msecs": 305.0, "msg": "Server Communication instance connection status is correct (Content %s and Type is %s).", "name": "__tLogger__", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/unittest/test.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/unittest/test.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 18269.178867340088, + "relativeCreated": 18287.560101, "stack_info": null, - "thread": 140631409799232, + "taskName": null, + "thread": 140181752467712, "threadName": "MainThread", - "time_consumption": 0.00019669532775878906 + "time_consumption": 4.57763671875e-05 }, { "args": [], - "asctime": "2025-03-23 16:47:14,710", - "created": 1742744834.710692, + "asctime": "2025-08-15 21:42:09,649", + "created": 1755286929.6491776, "exc_text": null, "filename": "test_add_methods.py", "funcName": "reconnect", @@ -60181,75 +62359,78 @@ "args": [ "comm-client:" ], - "asctime": "2025-03-23 16:47:14,365", - "created": 1742744834.3657937, + "asctime": "2025-08-15 21:42:09,305", + "created": 1755286929.305312, "exc_text": null, "filename": "__init__.py", "funcName": "__connect__", "levelname": "INFO", "levelno": 20, - "lineno": 268, + "lineno": 270, "message": "comm-client: Connection established...", "module": "__init__", - "msecs": 365.0, + "msecs": 305.0, "msg": "%s Connection established...", "name": "helpers.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/helpers/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/helpers/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 18269.48046684265, + "relativeCreated": 18287.645474, "stack_info": null, - "thread": 140631409799232, + "taskName": null, + "thread": 140181752467712, "threadName": "MainThread" }, { "args": [ "comm-client:" ], - "asctime": "2025-03-23 16:47:14,365", - "created": 1742744834.3659892, + "asctime": "2025-08-15 21:42:09,305", + "created": 1755286929.3053668, "exc_text": null, "filename": "__init__.py", "funcName": "__clean_buffer__", "levelname": "DEBUG", "levelno": 10, - "lineno": 411, + "lineno": 413, "message": "comm-client: Cleaning up receive-buffer", "module": "__init__", - "msecs": 365.0, + "msecs": 305.0, "msg": "%s Cleaning up receive-buffer", "name": "helpers.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/helpers/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/helpers/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 18269.675970077515, + "relativeCreated": 18287.700313, "stack_info": null, - "thread": 140631409799232, + "taskName": null, + "thread": 140181752467712, "threadName": "MainThread" }, { "args": [ "prot-client:" ], - "asctime": "2025-03-23 16:47:14,366", - "created": 1742744834.3662314, + "asctime": "2025-08-15 21:42:09,305", + "created": 1755286929.3054314, "exc_text": null, "filename": "__init__.py", "funcName": "__clean_receive_buffer__", "levelname": "DEBUG", "levelno": 10, - "lineno": 434, + "lineno": 427, "message": "prot-client: Cleaning up receive-buffer", "module": "__init__", - "msecs": 366.0, + "msecs": 305.0, "msg": "%s Cleaning up receive-buffer", "name": "socket_protocol.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/socket_protocol/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/socket_protocol/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 18269.918203353882, + "relativeCreated": 18287.764692, "stack_info": null, - "thread": 140631409799232, + "taskName": null, + "thread": 140181752467712, "threadName": "MainThread" }, { @@ -60260,100 +62441,104 @@ "status: okay", "None" ], - "asctime": "2025-03-23 16:47:14,366", - "created": 1742744834.3665612, + "asctime": "2025-08-15 21:42:09,305", + "created": 1755286929.305523, "exc_text": null, "filename": "__init__.py", "funcName": "__log_msg__", "levelname": "INFO", "levelno": 20, - "lineno": 445, + "lineno": 438, "message": "prot-client: TX -> service: channel name request, data_id: name, status: okay, data: \"None\"", "module": "__init__", - "msecs": 366.0, + "msecs": 305.0, "msg": "%s %s %s, %s, data: \"%s\"", "name": "socket_protocol.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/socket_protocol/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/socket_protocol/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 18270.24793624878, + "relativeCreated": 18287.856499, "stack_info": null, - "thread": 140631409799232, + "taskName": null, + "thread": 140181752467712, "threadName": "MainThread" }, { "args": [ "comm-server:" ], - "asctime": "2025-03-23 16:47:14,367", - "created": 1742744834.367236, + "asctime": "2025-08-15 21:42:09,305", + "created": 1755286929.3057191, "exc_text": null, "filename": "__init__.py", "funcName": "__connect__", "levelname": "INFO", "levelno": 20, - "lineno": 268, + "lineno": 270, "message": "comm-server: Connection established...", "module": "__init__", - "msecs": 367.0, + "msecs": 305.0, "msg": "%s Connection established...", "name": "helpers.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/helpers/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/helpers/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 18270.922660827637, + "relativeCreated": 18288.052574, "stack_info": null, - "thread": 140631409799232, + "taskName": null, + "thread": 140181752467712, "threadName": "MainThread" }, { "args": [ "comm-server:" ], - "asctime": "2025-03-23 16:47:14,367", - "created": 1742744834.3674495, + "asctime": "2025-08-15 21:42:09,305", + "created": 1755286929.3057795, "exc_text": null, "filename": "__init__.py", "funcName": "__clean_buffer__", "levelname": "DEBUG", "levelno": 10, - "lineno": 411, + "lineno": 413, "message": "comm-server: Cleaning up receive-buffer", "module": "__init__", - "msecs": 367.0, + "msecs": 305.0, "msg": "%s Cleaning up receive-buffer", "name": "helpers.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/helpers/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/helpers/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 18271.13628387451, + "relativeCreated": 18288.112907, "stack_info": null, - "thread": 140631409799232, + "taskName": null, + "thread": 140181752467712, "threadName": "MainThread" }, { "args": [ "prot-server:" ], - "asctime": "2025-03-23 16:47:14,367", - "created": 1742744834.367652, + "asctime": "2025-08-15 21:42:09,305", + "created": 1755286929.3058324, "exc_text": null, "filename": "__init__.py", "funcName": "__clean_receive_buffer__", "levelname": "DEBUG", "levelno": 10, - "lineno": 434, + "lineno": 427, "message": "prot-server: Cleaning up receive-buffer", "module": "__init__", - "msecs": 367.0, + "msecs": 305.0, "msg": "%s Cleaning up receive-buffer", "name": "socket_protocol.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/socket_protocol/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/socket_protocol/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 18271.33870124817, + "relativeCreated": 18288.165963, "stack_info": null, - "thread": 140631409799232, + "taskName": null, + "thread": 140181752467712, "threadName": "MainThread" }, { @@ -60361,25 +62546,26 @@ "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": "2025-03-23 16:47:14,368", - "created": 1742744834.3683383, + "asctime": "2025-08-15 21:42:09,305", + "created": 1755286929.305949, "exc_text": null, "filename": "__init__.py", "funcName": "__tx__", "levelname": "INFO", "levelno": 20, - "lineno": 284, + "lineno": 286, "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": 368.0, + "msecs": 305.0, "msg": "%s TX -> %s", "name": "helpers.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/helpers/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/helpers/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 18272.025108337402, + "relativeCreated": 18288.282407, "stack_info": null, - "thread": 140629141075648, + "taskName": null, + "thread": 140179335538368, "threadName": "Thread-33 (_start)" }, { @@ -60387,25 +62573,26 @@ "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": "2025-03-23 16:47:14,376", - "created": 1742744834.3768942, + "asctime": "2025-08-15 21:42:09,314", + "created": 1755286929.314145, "exc_text": null, "filename": "__init__.py", "funcName": "__rx__", "levelname": "DEBUG", "levelno": 10, - "lineno": 414, + "lineno": 416, "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": 376.0, + "msecs": 314.0, "msg": "%s RX <- %s", "name": "helpers.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/helpers/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/helpers/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 18280.58099746704, + "relativeCreated": 18296.478421, "stack_info": null, - "thread": 140629141075648, + "taskName": null, + "thread": 140179335538368, "threadName": "Thread-33 (_start)" }, { @@ -60413,25 +62600,26 @@ "comm-client:", "(6): 53 5e 67 0b 3a 3e" ], - "asctime": "2025-03-23 16:47:14,377", - "created": 1742744834.377722, + "asctime": "2025-08-15 21:42:09,314", + "created": 1755286929.3143744, "exc_text": null, "filename": "__init__.py", "funcName": "__tx__", "levelname": "INFO", "levelno": 20, - "lineno": 284, + "lineno": 286, "message": "comm-client: TX -> (6): 53 5e 67 0b 3a 3e", "module": "__init__", - "msecs": 377.0, + "msecs": 314.0, "msg": "%s TX -> %s", "name": "helpers.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/helpers/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/helpers/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 18281.40878677368, + "relativeCreated": 18296.707871, "stack_info": null, - "thread": 140629141075648, + "taskName": null, + "thread": 140179335538368, "threadName": "Thread-33 (_start)" }, { @@ -60439,25 +62627,26 @@ "comm-server:", "(6): 53 5e 67 0b 3a 3e" ], - "asctime": "2025-03-23 16:47:14,378", - "created": 1742744834.3789344, + "asctime": "2025-08-15 21:42:09,315", + "created": 1755286929.3153718, "exc_text": null, "filename": "__init__.py", "funcName": "__rx__", "levelname": "DEBUG", "levelno": 10, - "lineno": 414, + "lineno": 416, "message": "comm-server: RX <- (6): 53 5e 67 0b 3a 3e", "module": "__init__", - "msecs": 378.0, + "msecs": 315.0, "msg": "%s RX <- %s", "name": "helpers.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/helpers/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/helpers/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 18282.621145248413, + "relativeCreated": 18297.705287, "stack_info": null, - "thread": 140629141075648, + "taskName": null, + "thread": 140179335538368, "threadName": "Thread-33 (_start)" }, { @@ -60468,25 +62657,26 @@ "status: okay", "None" ], - "asctime": "2025-03-23 16:47:14,379", - "created": 1742744834.379694, + "asctime": "2025-08-15 21:42:09,315", + "created": 1755286929.3156035, "exc_text": null, "filename": "__init__.py", "funcName": "__log_msg__", "levelname": "INFO", "levelno": 20, - "lineno": 445, + "lineno": 438, "message": "prot-server: RX <- service: channel name request, data_id: name, status: okay, data: \"None\"", "module": "__init__", - "msecs": 379.0, + "msecs": 315.0, "msg": "%s %s %s, %s, data: \"%s\"", "name": "socket_protocol.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/socket_protocol/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/socket_protocol/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 18283.38074684143, + "relativeCreated": 18297.936954, "stack_info": null, - "thread": 140629141075648, + "taskName": null, + "thread": 140179335538368, "threadName": "Thread-33 (_start)" }, { @@ -60494,25 +62684,26 @@ "prot-server:", "__channel_name_request__" ], - "asctime": "2025-03-23 16:47:14,379", - "created": 1742744834.3799691, + "asctime": "2025-08-15 21:42:09,315", + "created": 1755286929.3156917, "exc_text": null, "filename": "__init__.py", "funcName": "__data_available_callback__", "levelname": "DEBUG", "levelno": 10, - "lineno": 488, + "lineno": 481, "message": "prot-server: Executing callback __channel_name_request__ to process received data", "module": "__init__", - "msecs": 379.0, + "msecs": 315.0, "msg": "%s Executing callback %s to process received data", "name": "socket_protocol.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/socket_protocol/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/socket_protocol/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 18283.655881881714, + "relativeCreated": 18298.025146, "stack_info": null, - "thread": 140629141075648, + "taskName": null, + "thread": 140179335538368, "threadName": "Thread-33 (_start)" }, { @@ -60523,25 +62714,26 @@ "status: okay", "None" ], - "asctime": "2025-03-23 16:47:14,380", - "created": 1742744834.3803027, + "asctime": "2025-08-15 21:42:09,315", + "created": 1755286929.3157916, "exc_text": null, "filename": "__init__.py", "funcName": "__log_msg__", "levelname": "INFO", "levelno": 20, - "lineno": 445, + "lineno": 438, "message": "prot-server: TX -> service: channel name response, data_id: name, status: okay, data: \"None\"", "module": "__init__", - "msecs": 380.0, + "msecs": 315.0, "msg": "%s %s %s, %s, data: \"%s\"", "name": "socket_protocol.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/socket_protocol/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/socket_protocol/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 18283.989429473877, + "relativeCreated": 18298.125008, "stack_info": null, - "thread": 140629141075648, + "taskName": null, + "thread": 140179335538368, "threadName": "Thread-33 (_start)" }, { @@ -60549,25 +62741,26 @@ "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": "2025-03-23 16:47:14,381", - "created": 1742744834.3813622, + "asctime": "2025-08-15 21:42:09,316", + "created": 1755286929.3160791, "exc_text": null, "filename": "__init__.py", "funcName": "__tx__", "levelname": "INFO", "levelno": 20, - "lineno": 284, + "lineno": 286, "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": 381.0, + "msecs": 316.0, "msg": "%s TX -> %s", "name": "helpers.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/helpers/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/helpers/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 18285.048961639404, + "relativeCreated": 18298.412513, "stack_info": null, - "thread": 140629132682944, + "taskName": null, + "thread": 140179327145664, "threadName": "Thread-34 (_start)" }, { @@ -60575,25 +62768,26 @@ "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": "2025-03-23 16:47:14,390", - "created": 1742744834.3901067, + "asctime": "2025-08-15 21:42:09,324", + "created": 1755286929.3244553, "exc_text": null, "filename": "__init__.py", "funcName": "__rx__", "levelname": "DEBUG", "levelno": 10, - "lineno": 414, + "lineno": 416, "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": 390.0, + "msecs": 324.0, "msg": "%s RX <- %s", "name": "helpers.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/helpers/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/helpers/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 18293.793439865112, + "relativeCreated": 18306.788564, "stack_info": null, - "thread": 140629132682944, + "taskName": null, + "thread": 140179327145664, "threadName": "Thread-34 (_start)" }, { @@ -60601,25 +62795,26 @@ "comm-server:", "(6): 30 59 be 2f 3a 3e" ], - "asctime": "2025-03-23 16:47:14,391", - "created": 1742744834.3910167, + "asctime": "2025-08-15 21:42:09,324", + "created": 1755286929.3246903, "exc_text": null, "filename": "__init__.py", "funcName": "__tx__", "levelname": "INFO", "levelno": 20, - "lineno": 284, + "lineno": 286, "message": "comm-server: TX -> (6): 30 59 be 2f 3a 3e", "module": "__init__", - "msecs": 391.0, + "msecs": 324.0, "msg": "%s TX -> %s", "name": "helpers.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/helpers/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/helpers/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 18294.703483581543, + "relativeCreated": 18307.023938, "stack_info": null, - "thread": 140629132682944, + "taskName": null, + "thread": 140179327145664, "threadName": "Thread-34 (_start)" }, { @@ -60627,25 +62822,26 @@ "comm-client:", "(6): 30 59 be 2f 3a 3e" ], - "asctime": "2025-03-23 16:47:14,392", - "created": 1742744834.3922668, + "asctime": "2025-08-15 21:42:09,325", + "created": 1755286929.3256676, "exc_text": null, "filename": "__init__.py", "funcName": "__rx__", "levelname": "DEBUG", "levelno": 10, - "lineno": 414, + "lineno": 416, "message": "comm-client: RX <- (6): 30 59 be 2f 3a 3e", "module": "__init__", - "msecs": 392.0, + "msecs": 325.0, "msg": "%s RX <- %s", "name": "helpers.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/helpers/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/helpers/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 18295.953512191772, + "relativeCreated": 18308.000949, "stack_info": null, - "thread": 140629132682944, + "taskName": null, + "thread": 140179327145664, "threadName": "Thread-34 (_start)" }, { @@ -60656,25 +62852,26 @@ "status: okay", "None" ], - "asctime": "2025-03-23 16:47:14,393", - "created": 1742744834.3930306, + "asctime": "2025-08-15 21:42:09,325", + "created": 1755286929.3258867, "exc_text": null, "filename": "__init__.py", "funcName": "__log_msg__", "levelname": "INFO", "levelno": 20, - "lineno": 445, + "lineno": 438, "message": "prot-client: RX <- service: channel name response, data_id: name, status: okay, data: \"None\"", "module": "__init__", - "msecs": 393.0, + "msecs": 325.0, "msg": "%s %s %s, %s, data: \"%s\"", "name": "socket_protocol.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/socket_protocol/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/socket_protocol/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 18296.717405319214, + "relativeCreated": 18308.220149, "stack_info": null, - "thread": 140629132682944, + "taskName": null, + "thread": 140179327145664, "threadName": "Thread-34 (_start)" }, { @@ -60682,47 +62879,49 @@ "prot-client:", "__channel_name_response__" ], - "asctime": "2025-03-23 16:47:14,393", - "created": 1742744834.3932734, + "asctime": "2025-08-15 21:42:09,325", + "created": 1755286929.3259695, "exc_text": null, "filename": "__init__.py", "funcName": "__data_available_callback__", "levelname": "DEBUG", "levelno": 10, - "lineno": 503, + "lineno": 496, "message": "prot-client: Executing callback __channel_name_response__ to process received data", "module": "__init__", - "msecs": 393.0, + "msecs": 325.0, "msg": "%s Executing callback %s to process received data", "name": "socket_protocol.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/socket_protocol/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/socket_protocol/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 18296.96011543274, + "relativeCreated": 18308.302783, "stack_info": null, - "thread": 140629132682944, + "taskName": null, + "thread": 140179327145664, "threadName": "Thread-34 (_start)" } ], - "msecs": 710.0, + "msecs": 649.0, "msg": "Connecting Server and Client", "name": "__tLogger__", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/tests/test_add_methods.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/tests/test_add_methods.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 18614.378690719604, + "relativeCreated": 18631.51094, "stack_info": null, - "thread": 140631409799232, + "taskName": null, + "thread": 140181752467712, "threadName": "MainThread", - "time_consumption": 0.31741857528686523 + "time_consumption": 0.3232080936431885 }, { "args": [ "True", "" ], - "asctime": "2025-03-23 16:47:14,711", - "created": 1742744834.7117841, + "asctime": "2025-08-15 21:42:09,650", + "created": 1755286929.6500545, "exc_text": null, "filename": "test.py", "funcName": "equivalency_chk", @@ -60738,8 +62937,8 @@ "True", "" ], - "asctime": "2025-03-23 16:47:14,711", - "created": 1742744834.7113373, + "asctime": "2025-08-15 21:42:09,649", + "created": 1755286929.6496537, "exc_text": null, "filename": "test.py", "funcName": "__report_result__", @@ -60748,15 +62947,16 @@ "lineno": 22, "message": "Result (Client Communication instance connection status): True ()", "module": "test", - "msecs": 711.0, + "msecs": 649.0, "msg": "Result (%s): %s (%s)", "name": "__unittest__", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/unittest/test.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/unittest/test.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 18615.024089813232, + "relativeCreated": 18631.987092, "stack_info": null, - "thread": 140631409799232, + "taskName": null, + "thread": 140181752467712, "threadName": "MainThread" }, { @@ -60766,8 +62966,8 @@ "True", "" ], - "asctime": "2025-03-23 16:47:14,711", - "created": 1742744834.7115784, + "asctime": "2025-08-15 21:42:09,649", + "created": 1755286929.6498532, "exc_text": null, "filename": "test.py", "funcName": "__report_expectation__", @@ -60776,37 +62976,39 @@ "lineno": 26, "message": "Expectation (Client Communication instance connection status): result = True ()", "module": "test", - "msecs": 711.0, + "msecs": 649.0, "msg": "Expectation (%s): result %s %s (%s)", "name": "__unittest__", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/unittest/test.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/unittest/test.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 18615.265130996704, + "relativeCreated": 18632.186602, "stack_info": null, - "thread": 140631409799232, + "taskName": null, + "thread": 140181752467712, "threadName": "MainThread" } ], - "msecs": 711.0, + "msecs": 650.0, "msg": "Client Communication instance connection status is correct (Content %s and Type is %s).", "name": "__tLogger__", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/unittest/test.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/unittest/test.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 18615.47088623047, + "relativeCreated": 18632.387724, "stack_info": null, - "thread": 140631409799232, + "taskName": null, + "thread": 140181752467712, "threadName": "MainThread", - "time_consumption": 0.00020575523376464844 + "time_consumption": 0.00020122528076171875 }, { "args": [ "True", "" ], - "asctime": "2025-03-23 16:47:14,712", - "created": 1742744834.7125013, + "asctime": "2025-08-15 21:42:09,650", + "created": 1755286929.6507592, "exc_text": null, "filename": "test.py", "funcName": "equivalency_chk", @@ -60822,8 +63024,8 @@ "True", "" ], - "asctime": "2025-03-23 16:47:14,712", - "created": 1742744834.7121153, + "asctime": "2025-08-15 21:42:09,650", + "created": 1755286929.650329, "exc_text": null, "filename": "test.py", "funcName": "__report_result__", @@ -60832,15 +63034,16 @@ "lineno": 22, "message": "Result (Server Communication instance connection status): True ()", "module": "test", - "msecs": 712.0, + "msecs": 650.0, "msg": "Result (%s): %s (%s)", "name": "__unittest__", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/unittest/test.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/unittest/test.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 18615.80204963684, + "relativeCreated": 18632.662628, "stack_info": null, - "thread": 140631409799232, + "taskName": null, + "thread": 140181752467712, "threadName": "MainThread" }, { @@ -60850,8 +63053,8 @@ "True", "" ], - "asctime": "2025-03-23 16:47:14,712", - "created": 1742744834.7123165, + "asctime": "2025-08-15 21:42:09,650", + "created": 1755286929.6505306, "exc_text": null, "filename": "test.py", "funcName": "__report_expectation__", @@ -60860,63 +63063,66 @@ "lineno": 26, "message": "Expectation (Server Communication instance connection status): result = True ()", "module": "test", - "msecs": 712.0, + "msecs": 650.0, "msg": "Expectation (%s): result %s %s (%s)", "name": "__unittest__", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/unittest/test.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/unittest/test.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 18616.003274917603, + "relativeCreated": 18632.86399, "stack_info": null, - "thread": 140631409799232, + "taskName": null, + "thread": 140181752467712, "threadName": "MainThread" } ], - "msecs": 712.0, + "msecs": 650.0, "msg": "Server Communication instance connection status is correct (Content %s and Type is %s).", "name": "__tLogger__", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/unittest/test.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/unittest/test.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 18616.188049316406, + "relativeCreated": 18633.092632, "stack_info": null, - "thread": 140631409799232, + "taskName": null, + "thread": 140181752467712, "threadName": "MainThread", - "time_consumption": 0.00018477439880371094 + "time_consumption": 0.00022864341735839844 } ], - "thread": 140631409799232, + "thread": 140181752467712, "threadName": "MainThread", - "time_consumption": 0.6994435787200928, - "time_finished": "2025-03-23 16:47:14,712", - "time_start": "2025-03-23 16:47:14,013" + "time_consumption": 0.7081923484802246, + "time_finished": "2025-08-15 21:42:09,650", + "time_start": "2025-08-15 21:42:08,942" }, "REQ-0023": { "args": null, - "asctime": "2025-03-23 16:47:14,713", - "created": 1742744834.7132254, + "asctime": "2025-08-15 21:42:09,651", + "created": 1755286929.6513944, "exc_text": null, "filename": "__init__.py", "funcName": "testCase", "levelname": "INFO", "levelno": 20, - "lineno": 327, + "lineno": 331, "message": "REQ-0023", "module": "__init__", "moduleLogger": [], - "msecs": 713.0, + "msecs": 651.0, "msg": "REQ-0023", "name": "__tLogger__", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/report/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/report/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 18616.912126541138, + "relativeCreated": 18633.72777, "stack_info": null, + "taskName": null, "testcaseLogger": [ { "args": [], - "asctime": "2025-03-23 16:47:14,725", - "created": 1742744834.7256274, + "asctime": "2025-08-15 21:42:09,662", + "created": 1755286929.6623685, "exc_text": null, "filename": "test_helpers.py", "funcName": "set_up_socket_protocol", @@ -60930,100 +63136,104 @@ "args": [ "comm-client:" ], - "asctime": "2025-03-23 16:47:14,714", - "created": 1742744834.7145753, + "asctime": "2025-08-15 21:42:09,652", + "created": 1755286929.652768, "exc_text": null, "filename": "__init__.py", "funcName": "__clean_buffer__", "levelname": "DEBUG", "levelno": 10, - "lineno": 411, + "lineno": 413, "message": "comm-client: Cleaning up receive-buffer", "module": "__init__", - "msecs": 714.0, + "msecs": 652.0, "msg": "%s Cleaning up receive-buffer", "name": "helpers.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/helpers/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/helpers/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 18618.26205253601, + "relativeCreated": 18635.101467, "stack_info": null, - "thread": 140631409799232, + "taskName": null, + "thread": 140181752467712, "threadName": "MainThread" }, { "args": [ "comm-server:" ], - "asctime": "2025-03-23 16:47:14,716", - "created": 1742744834.7169914, + "asctime": "2025-08-15 21:42:09,653", + "created": 1755286929.6538045, "exc_text": null, "filename": "__init__.py", "funcName": "__clean_buffer__", "levelname": "DEBUG", "levelno": 10, - "lineno": 411, + "lineno": 413, "message": "comm-server: Cleaning up receive-buffer", "module": "__init__", - "msecs": 716.0, + "msecs": 653.0, "msg": "%s Cleaning up receive-buffer", "name": "helpers.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/helpers/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/helpers/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 18620.678186416626, + "relativeCreated": 18636.137911, "stack_info": null, - "thread": 140631409799232, + "taskName": null, + "thread": 140181752467712, "threadName": "MainThread" }, { "args": [ "comm-server:" ], - "asctime": "2025-03-23 16:47:14,717", - "created": 1742744834.7173145, + "asctime": "2025-08-15 21:42:09,654", + "created": 1755286929.654096, "exc_text": null, "filename": "__init__.py", "funcName": "__init__", "levelname": "INFO", "levelno": 20, - "lineno": 520, + "lineno": 522, "message": "comm-server: Waiting for incomming connection", "module": "__init__", - "msecs": 717.0, + "msecs": 654.0, "msg": "%s Waiting for incomming connection", "name": "helpers.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/helpers/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/helpers/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 18621.00124359131, + "relativeCreated": 18636.429324, "stack_info": null, - "thread": 140631409799232, + "taskName": null, + "thread": 140181752467712, "threadName": "MainThread" }, { "args": [ "prot-server:" ], - "asctime": "2025-03-23 16:47:14,717", - "created": 1742744834.717758, + "asctime": "2025-08-15 21:42:09,654", + "created": 1755286929.6544795, "exc_text": null, "filename": "__init__.py", "funcName": "__clean_receive_buffer__", "levelname": "DEBUG", "levelno": 10, - "lineno": 434, + "lineno": 427, "message": "prot-server: Cleaning up receive-buffer", "module": "__init__", - "msecs": 717.0, + "msecs": 654.0, "msg": "%s Cleaning up receive-buffer", "name": "socket_protocol.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/socket_protocol/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/socket_protocol/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 18621.444702148438, + "relativeCreated": 18636.813079, "stack_info": null, - "thread": 140631409799232, + "taskName": null, + "thread": 140181752467712, "threadName": "MainThread" }, { @@ -61032,25 +63242,26 @@ "authentification request", "authentification response" ], - "asctime": "2025-03-23 16:47:14,718", - "created": 1742744834.7180219, + "asctime": "2025-08-15 21:42:09,654", + "created": 1755286929.6547637, "exc_text": null, "filename": "__init__.py", "funcName": "add_service", "levelname": "DEBUG", "levelno": 10, - "lineno": 597, + "lineno": 590, "message": "prot-server: Adding Service with Request=authentification request and Response=authentification response", "module": "__init__", - "msecs": 718.0, + "msecs": 654.0, "msg": "%s Adding Service with Request=%s and Response=%s", "name": "socket_protocol.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/socket_protocol/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/socket_protocol/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 18621.708631515503, + "relativeCreated": 18637.097277, "stack_info": null, - "thread": 140631409799232, + "taskName": null, + "thread": 140181752467712, "threadName": "MainThread" }, { @@ -61058,25 +63269,26 @@ "prot-server:", "service: authentification request, data_id: seed" ], - "asctime": "2025-03-23 16:47:14,718", - "created": 1742744834.7183487, + "asctime": "2025-08-15 21:42:09,655", + "created": 1755286929.6550376, "exc_text": null, "filename": "__init__.py", "funcName": "add_msg_to_auth_whitelist_", "levelname": "DEBUG", "levelno": 10, - "lineno": 571, + "lineno": 564, "message": "prot-server: Adding Message (service: authentification request, data_id: seed) to the authentification whitelist", "module": "__init__", - "msecs": 718.0, + "msecs": 655.0, "msg": "%s Adding Message (%s) to the authentification whitelist", "name": "socket_protocol.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/socket_protocol/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/socket_protocol/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 18622.03550338745, + "relativeCreated": 18637.371062, "stack_info": null, - "thread": 140631409799232, + "taskName": null, + "thread": 140181752467712, "threadName": "MainThread" }, { @@ -61084,25 +63296,26 @@ "prot-server:", "service: authentification response, data_id: seed" ], - "asctime": "2025-03-23 16:47:14,718", - "created": 1742744834.7185643, + "asctime": "2025-08-15 21:42:09,655", + "created": 1755286929.655224, "exc_text": null, "filename": "__init__.py", "funcName": "add_msg_to_auth_whitelist_", "levelname": "DEBUG", "levelno": 10, - "lineno": 571, + "lineno": 564, "message": "prot-server: Adding Message (service: authentification response, data_id: seed) to the authentification whitelist", "module": "__init__", - "msecs": 718.0, + "msecs": 655.0, "msg": "%s Adding Message (%s) to the authentification whitelist", "name": "socket_protocol.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/socket_protocol/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/socket_protocol/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 18622.25103378296, + "relativeCreated": 18637.557536, "stack_info": null, - "thread": 140631409799232, + "taskName": null, + "thread": 140181752467712, "threadName": "MainThread" }, { @@ -61110,25 +63323,26 @@ "prot-server:", "service: authentification request, data_id: key" ], - "asctime": "2025-03-23 16:47:14,718", - "created": 1742744834.7187603, + "asctime": "2025-08-15 21:42:09,655", + "created": 1755286929.655391, "exc_text": null, "filename": "__init__.py", "funcName": "add_msg_to_auth_whitelist_", "levelname": "DEBUG", "levelno": 10, - "lineno": 571, + "lineno": 564, "message": "prot-server: Adding Message (service: authentification request, data_id: key) to the authentification whitelist", "module": "__init__", - "msecs": 718.0, + "msecs": 655.0, "msg": "%s Adding Message (%s) to the authentification whitelist", "name": "socket_protocol.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/socket_protocol/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/socket_protocol/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 18622.44701385498, + "relativeCreated": 18637.72445, "stack_info": null, - "thread": 140631409799232, + "taskName": null, + "thread": 140181752467712, "threadName": "MainThread" }, { @@ -61136,25 +63350,26 @@ "prot-server:", "service: authentification response, data_id: key" ], - "asctime": "2025-03-23 16:47:14,718", - "created": 1742744834.7189498, + "asctime": "2025-08-15 21:42:09,655", + "created": 1755286929.6555521, "exc_text": null, "filename": "__init__.py", "funcName": "add_msg_to_auth_whitelist_", "levelname": "DEBUG", "levelno": 10, - "lineno": 571, + "lineno": 564, "message": "prot-server: Adding Message (service: authentification response, data_id: key) to the authentification whitelist", "module": "__init__", - "msecs": 718.0, + "msecs": 655.0, "msg": "%s Adding Message (%s) to the authentification whitelist", "name": "socket_protocol.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/socket_protocol/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/socket_protocol/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 18622.636556625366, + "relativeCreated": 18637.88559, "stack_info": null, - "thread": 140631409799232, + "taskName": null, + "thread": 140181752467712, "threadName": "MainThread" }, { @@ -61164,25 +63379,26 @@ "0", "0" ], - "asctime": "2025-03-23 16:47:14,719", - "created": 1742744834.7191603, + "asctime": "2025-08-15 21:42:09,655", + "created": 1755286929.655727, "exc_text": null, "filename": "__init__.py", "funcName": "add", "levelname": "DEBUG", "levelno": 10, - "lineno": 172, + "lineno": 169, "message": "prot-server: Adding callback '__authentificate_create_seed__' for SID=0 and DID=0", "module": "__init__", - "msecs": 719.0, + "msecs": 655.0, "msg": "%s Adding callback %s for SID=%s and DID=%s", "name": "socket_protocol.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/socket_protocol/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/socket_protocol/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 18622.847080230713, + "relativeCreated": 18638.060329, "stack_info": null, - "thread": 140631409799232, + "taskName": null, + "thread": 140181752467712, "threadName": "MainThread" }, { @@ -61192,25 +63408,26 @@ "1", "0" ], - "asctime": "2025-03-23 16:47:14,719", - "created": 1742744834.7193735, + "asctime": "2025-08-15 21:42:09,655", + "created": 1755286929.6559074, "exc_text": null, "filename": "__init__.py", "funcName": "add", "levelname": "DEBUG", "levelno": 10, - "lineno": 172, + "lineno": 169, "message": "prot-server: Adding callback '__authentificate_create_key__' for SID=1 and DID=0", "module": "__init__", - "msecs": 719.0, + "msecs": 655.0, "msg": "%s Adding callback %s for SID=%s and DID=%s", "name": "socket_protocol.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/socket_protocol/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/socket_protocol/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 18623.06022644043, + "relativeCreated": 18638.240708, "stack_info": null, - "thread": 140631409799232, + "taskName": null, + "thread": 140181752467712, "threadName": "MainThread" }, { @@ -61220,25 +63437,26 @@ "0", "1" ], - "asctime": "2025-03-23 16:47:14,719", - "created": 1742744834.7195814, + "asctime": "2025-08-15 21:42:09,656", + "created": 1755286929.6560807, "exc_text": null, "filename": "__init__.py", "funcName": "add", "levelname": "DEBUG", "levelno": 10, - "lineno": 172, + "lineno": 169, "message": "prot-server: Adding callback '__authentificate_check_key__' for SID=0 and DID=1", "module": "__init__", - "msecs": 719.0, + "msecs": 656.0, "msg": "%s Adding callback %s for SID=%s and DID=%s", "name": "socket_protocol.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/socket_protocol/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/socket_protocol/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 18623.268127441406, + "relativeCreated": 18638.414048, "stack_info": null, - "thread": 140631409799232, + "taskName": null, + "thread": 140181752467712, "threadName": "MainThread" }, { @@ -61248,50 +63466,52 @@ "1", "1" ], - "asctime": "2025-03-23 16:47:14,719", - "created": 1742744834.7197826, + "asctime": "2025-08-15 21:42:09,656", + "created": 1755286929.656248, "exc_text": null, "filename": "__init__.py", "funcName": "add", "levelname": "DEBUG", "levelno": 10, - "lineno": 172, + "lineno": 169, "message": "prot-server: Adding callback '__authentificate_process_feedback__' for SID=1 and DID=1", "module": "__init__", - "msecs": 719.0, + "msecs": 656.0, "msg": "%s Adding callback %s for SID=%s and DID=%s", "name": "socket_protocol.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/socket_protocol/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/socket_protocol/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 18623.469352722168, + "relativeCreated": 18638.581471, "stack_info": null, - "thread": 140631409799232, + "taskName": null, + "thread": 140181752467712, "threadName": "MainThread" }, { "args": [ "prot-server:" ], - "asctime": "2025-03-23 16:47:14,719", - "created": 1742744834.7199616, + "asctime": "2025-08-15 21:42:09,656", + "created": 1755286929.6564164, "exc_text": null, "filename": "__init__.py", "funcName": "__authentification_state_reset__", "levelname": "INFO", "levelno": 20, - "lineno": 380, + "lineno": 373, "message": "prot-server: Resetting authentification state to AUTH_STATE_UNTRUSTED_CONNECTION", "module": "__init__", - "msecs": 719.0, + "msecs": 656.0, "msg": "%s Resetting authentification state to AUTH_STATE_UNTRUSTED_CONNECTION", "name": "socket_protocol.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/socket_protocol/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/socket_protocol/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 18623.648405075073, + "relativeCreated": 18638.749906, "stack_info": null, - "thread": 140631409799232, + "taskName": null, + "thread": 140181752467712, "threadName": "MainThread" }, { @@ -61300,25 +63520,26 @@ "channel name request", "channel name response" ], - "asctime": "2025-03-23 16:47:14,720", - "created": 1742744834.7201579, + "asctime": "2025-08-15 21:42:09,656", + "created": 1755286929.6565964, "exc_text": null, "filename": "__init__.py", "funcName": "add_service", "levelname": "DEBUG", "levelno": 10, - "lineno": 597, + "lineno": 590, "message": "prot-server: Adding Service with Request=channel name request and Response=channel name response", "module": "__init__", - "msecs": 720.0, + "msecs": 656.0, "msg": "%s Adding Service with Request=%s and Response=%s", "name": "socket_protocol.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/socket_protocol/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/socket_protocol/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 18623.844623565674, + "relativeCreated": 18638.929875, "stack_info": null, - "thread": 140631409799232, + "taskName": null, + "thread": 140181752467712, "threadName": "MainThread" }, { @@ -61326,25 +63547,26 @@ "prot-server:", "service: channel name request, data_id: name" ], - "asctime": "2025-03-23 16:47:14,720", - "created": 1742744834.7203827, + "asctime": "2025-08-15 21:42:09,656", + "created": 1755286929.6567748, "exc_text": null, "filename": "__init__.py", "funcName": "add_msg_to_auth_whitelist_", "levelname": "DEBUG", "levelno": 10, - "lineno": 571, + "lineno": 564, "message": "prot-server: Adding Message (service: channel name request, data_id: name) to the authentification whitelist", "module": "__init__", - "msecs": 720.0, + "msecs": 656.0, "msg": "%s Adding Message (%s) to the authentification whitelist", "name": "socket_protocol.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/socket_protocol/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/socket_protocol/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 18624.069452285767, + "relativeCreated": 18639.108136, "stack_info": null, - "thread": 140631409799232, + "taskName": null, + "thread": 140181752467712, "threadName": "MainThread" }, { @@ -61352,25 +63574,26 @@ "prot-server:", "service: channel name response, data_id: name" ], - "asctime": "2025-03-23 16:47:14,720", - "created": 1742744834.7205799, + "asctime": "2025-08-15 21:42:09,656", + "created": 1755286929.6569505, "exc_text": null, "filename": "__init__.py", "funcName": "add_msg_to_auth_whitelist_", "levelname": "DEBUG", "levelno": 10, - "lineno": 571, + "lineno": 564, "message": "prot-server: Adding Message (service: channel name response, data_id: name) to the authentification whitelist", "module": "__init__", - "msecs": 720.0, + "msecs": 656.0, "msg": "%s Adding Message (%s) to the authentification whitelist", "name": "socket_protocol.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/socket_protocol/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/socket_protocol/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 18624.266624450684, + "relativeCreated": 18639.283858, "stack_info": null, - "thread": 140631409799232, + "taskName": null, + "thread": 140181752467712, "threadName": "MainThread" }, { @@ -61380,25 +63603,26 @@ "8", "0" ], - "asctime": "2025-03-23 16:47:14,720", - "created": 1742744834.7207904, + "asctime": "2025-08-15 21:42:09,657", + "created": 1755286929.657116, "exc_text": null, "filename": "__init__.py", "funcName": "add", "levelname": "DEBUG", "levelno": 10, - "lineno": 172, + "lineno": 169, "message": "prot-server: Adding callback '__channel_name_request__' for SID=8 and DID=0", "module": "__init__", - "msecs": 720.0, + "msecs": 657.0, "msg": "%s Adding callback %s for SID=%s and DID=%s", "name": "socket_protocol.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/socket_protocol/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/socket_protocol/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 18624.47714805603, + "relativeCreated": 18639.449225, "stack_info": null, - "thread": 140631409799232, + "taskName": null, + "thread": 140181752467712, "threadName": "MainThread" }, { @@ -61408,25 +63632,26 @@ "9", "0" ], - "asctime": "2025-03-23 16:47:14,720", - "created": 1742744834.7209954, + "asctime": "2025-08-15 21:42:09,657", + "created": 1755286929.657331, "exc_text": null, "filename": "__init__.py", "funcName": "add", "levelname": "DEBUG", "levelno": 10, - "lineno": 172, + "lineno": 169, "message": "prot-server: Adding callback '__channel_name_response__' for SID=9 and DID=0", "module": "__init__", - "msecs": 720.0, + "msecs": 657.0, "msg": "%s Adding callback %s for SID=%s and DID=%s", "name": "socket_protocol.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/socket_protocol/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/socket_protocol/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 18624.682188034058, + "relativeCreated": 18639.664483, "stack_info": null, - "thread": 140631409799232, + "taskName": null, + "thread": 140181752467712, "threadName": "MainThread" }, { @@ -61435,25 +63660,26 @@ "read data request", "read data response" ], - "asctime": "2025-03-23 16:47:14,721", - "created": 1742744834.7211893, + "asctime": "2025-08-15 21:42:09,657", + "created": 1755286929.6576247, "exc_text": null, "filename": "__init__.py", "funcName": "add_service", "levelname": "DEBUG", "levelno": 10, - "lineno": 597, + "lineno": 590, "message": "prot-server: Adding Service with Request=read data request and Response=read data response", "module": "__init__", - "msecs": 721.0, + "msecs": 657.0, "msg": "%s Adding Service with Request=%s and Response=%s", "name": "socket_protocol.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/socket_protocol/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/socket_protocol/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 18624.876022338867, + "relativeCreated": 18639.958198, "stack_info": null, - "thread": 140631409799232, + "taskName": null, + "thread": 140181752467712, "threadName": "MainThread" }, { @@ -61462,25 +63688,26 @@ "write data request", "write data response" ], - "asctime": "2025-03-23 16:47:14,721", - "created": 1742744834.7213738, + "asctime": "2025-08-15 21:42:09,657", + "created": 1755286929.6579351, "exc_text": null, "filename": "__init__.py", "funcName": "add_service", "levelname": "DEBUG", "levelno": 10, - "lineno": 597, + "lineno": 590, "message": "prot-server: Adding Service with Request=write data request and Response=write data response", "module": "__init__", - "msecs": 721.0, + "msecs": 657.0, "msg": "%s Adding Service with Request=%s and Response=%s", "name": "socket_protocol.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/socket_protocol/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/socket_protocol/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 18625.06055831909, + "relativeCreated": 18640.268451, "stack_info": null, - "thread": 140631409799232, + "taskName": null, + "thread": 140181752467712, "threadName": "MainThread" }, { @@ -61489,75 +63716,78 @@ "execute request", "execute response" ], - "asctime": "2025-03-23 16:47:14,721", - "created": 1742744834.721551, + "asctime": "2025-08-15 21:42:09,658", + "created": 1755286929.6582355, "exc_text": null, "filename": "__init__.py", "funcName": "add_service", "levelname": "DEBUG", "levelno": 10, - "lineno": 597, + "lineno": 590, "message": "prot-server: Adding Service with Request=execute request and Response=execute response", "module": "__init__", - "msecs": 721.0, + "msecs": 658.0, "msg": "%s Adding Service with Request=%s and Response=%s", "name": "socket_protocol.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/socket_protocol/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/socket_protocol/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 18625.237703323364, + "relativeCreated": 18640.569067, "stack_info": null, - "thread": 140631409799232, + "taskName": null, + "thread": 140181752467712, "threadName": "MainThread" }, { "args": [ "prot-server:" ], - "asctime": "2025-03-23 16:47:14,721", - "created": 1742744834.7217352, + "asctime": "2025-08-15 21:42:09,658", + "created": 1755286929.6585338, "exc_text": null, "filename": "__init__.py", "funcName": "__init__", "levelname": "INFO", "levelno": 20, - "lineno": 340, + "lineno": 333, "message": "prot-server: Initialisation finished.", "module": "__init__", - "msecs": 721.0, + "msecs": 658.0, "msg": "%s Initialisation finished.", "name": "socket_protocol.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/socket_protocol/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/socket_protocol/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 18625.42200088501, + "relativeCreated": 18640.867372, "stack_info": null, - "thread": 140631409799232, + "taskName": null, + "thread": 140181752467712, "threadName": "MainThread" }, { "args": [ "prot-client:" ], - "asctime": "2025-03-23 16:47:14,722", - "created": 1742744834.7220957, + "asctime": "2025-08-15 21:42:09,658", + "created": 1755286929.6589155, "exc_text": null, "filename": "__init__.py", "funcName": "__clean_receive_buffer__", "levelname": "DEBUG", "levelno": 10, - "lineno": 434, + "lineno": 427, "message": "prot-client: Cleaning up receive-buffer", "module": "__init__", - "msecs": 722.0, + "msecs": 658.0, "msg": "%s Cleaning up receive-buffer", "name": "socket_protocol.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/socket_protocol/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/socket_protocol/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 18625.78248977661, + "relativeCreated": 18641.248933, "stack_info": null, - "thread": 140631409799232, + "taskName": null, + "thread": 140181752467712, "threadName": "MainThread" }, { @@ -61566,25 +63796,26 @@ "authentification request", "authentification response" ], - "asctime": "2025-03-23 16:47:14,722", - "created": 1742744834.72228, + "asctime": "2025-08-15 21:42:09,659", + "created": 1755286929.659102, "exc_text": null, "filename": "__init__.py", "funcName": "add_service", "levelname": "DEBUG", "levelno": 10, - "lineno": 597, + "lineno": 590, "message": "prot-client: Adding Service with Request=authentification request and Response=authentification response", "module": "__init__", - "msecs": 722.0, + "msecs": 659.0, "msg": "%s Adding Service with Request=%s and Response=%s", "name": "socket_protocol.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/socket_protocol/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/socket_protocol/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 18625.966787338257, + "relativeCreated": 18641.435401, "stack_info": null, - "thread": 140631409799232, + "taskName": null, + "thread": 140181752467712, "threadName": "MainThread" }, { @@ -61592,25 +63823,26 @@ "prot-client:", "service: authentification request, data_id: seed" ], - "asctime": "2025-03-23 16:47:14,722", - "created": 1742744834.722497, + "asctime": "2025-08-15 21:42:09,659", + "created": 1755286929.6593616, "exc_text": null, "filename": "__init__.py", "funcName": "add_msg_to_auth_whitelist_", "levelname": "DEBUG", "levelno": 10, - "lineno": 571, + "lineno": 564, "message": "prot-client: Adding Message (service: authentification request, data_id: seed) to the authentification whitelist", "module": "__init__", - "msecs": 722.0, + "msecs": 659.0, "msg": "%s Adding Message (%s) to the authentification whitelist", "name": "socket_protocol.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/socket_protocol/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/socket_protocol/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 18626.18374824524, + "relativeCreated": 18641.695093, "stack_info": null, - "thread": 140631409799232, + "taskName": null, + "thread": 140181752467712, "threadName": "MainThread" }, { @@ -61618,25 +63850,26 @@ "prot-client:", "service: authentification response, data_id: seed" ], - "asctime": "2025-03-23 16:47:14,722", - "created": 1742744834.7226834, + "asctime": "2025-08-15 21:42:09,659", + "created": 1755286929.6595614, "exc_text": null, "filename": "__init__.py", "funcName": "add_msg_to_auth_whitelist_", "levelname": "DEBUG", "levelno": 10, - "lineno": 571, + "lineno": 564, "message": "prot-client: Adding Message (service: authentification response, data_id: seed) to the authentification whitelist", "module": "__init__", - "msecs": 722.0, + "msecs": 659.0, "msg": "%s Adding Message (%s) to the authentification whitelist", "name": "socket_protocol.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/socket_protocol/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/socket_protocol/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 18626.370191574097, + "relativeCreated": 18641.894877, "stack_info": null, - "thread": 140631409799232, + "taskName": null, + "thread": 140181752467712, "threadName": "MainThread" }, { @@ -61644,25 +63877,26 @@ "prot-client:", "service: authentification request, data_id: key" ], - "asctime": "2025-03-23 16:47:14,722", - "created": 1742744834.7228622, + "asctime": "2025-08-15 21:42:09,659", + "created": 1755286929.6597223, "exc_text": null, "filename": "__init__.py", "funcName": "add_msg_to_auth_whitelist_", "levelname": "DEBUG", "levelno": 10, - "lineno": 571, + "lineno": 564, "message": "prot-client: Adding Message (service: authentification request, data_id: key) to the authentification whitelist", "module": "__init__", - "msecs": 722.0, + "msecs": 659.0, "msg": "%s Adding Message (%s) to the authentification whitelist", "name": "socket_protocol.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/socket_protocol/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/socket_protocol/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 18626.549005508423, + "relativeCreated": 18642.055797, "stack_info": null, - "thread": 140631409799232, + "taskName": null, + "thread": 140181752467712, "threadName": "MainThread" }, { @@ -61670,25 +63904,26 @@ "prot-client:", "service: authentification response, data_id: key" ], - "asctime": "2025-03-23 16:47:14,723", - "created": 1742744834.7230299, + "asctime": "2025-08-15 21:42:09,659", + "created": 1755286929.6598766, "exc_text": null, "filename": "__init__.py", "funcName": "add_msg_to_auth_whitelist_", "levelname": "DEBUG", "levelno": 10, - "lineno": 571, + "lineno": 564, "message": "prot-client: Adding Message (service: authentification response, data_id: key) to the authentification whitelist", "module": "__init__", - "msecs": 723.0, + "msecs": 659.0, "msg": "%s Adding Message (%s) to the authentification whitelist", "name": "socket_protocol.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/socket_protocol/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/socket_protocol/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 18626.71661376953, + "relativeCreated": 18642.210085, "stack_info": null, - "thread": 140631409799232, + "taskName": null, + "thread": 140181752467712, "threadName": "MainThread" }, { @@ -61698,25 +63933,26 @@ "0", "0" ], - "asctime": "2025-03-23 16:47:14,723", - "created": 1742744834.7232058, + "asctime": "2025-08-15 21:42:09,660", + "created": 1755286929.660045, "exc_text": null, "filename": "__init__.py", "funcName": "add", "levelname": "DEBUG", "levelno": 10, - "lineno": 172, + "lineno": 169, "message": "prot-client: Adding callback '__authentificate_create_seed__' for SID=0 and DID=0", "module": "__init__", - "msecs": 723.0, + "msecs": 660.0, "msg": "%s Adding callback %s for SID=%s and DID=%s", "name": "socket_protocol.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/socket_protocol/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/socket_protocol/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 18626.89256668091, + "relativeCreated": 18642.37835, "stack_info": null, - "thread": 140631409799232, + "taskName": null, + "thread": 140181752467712, "threadName": "MainThread" }, { @@ -61726,25 +63962,26 @@ "1", "0" ], - "asctime": "2025-03-23 16:47:14,723", - "created": 1742744834.7233846, + "asctime": "2025-08-15 21:42:09,660", + "created": 1755286929.660221, "exc_text": null, "filename": "__init__.py", "funcName": "add", "levelname": "DEBUG", "levelno": 10, - "lineno": 172, + "lineno": 169, "message": "prot-client: Adding callback '__authentificate_create_key__' for SID=1 and DID=0", "module": "__init__", - "msecs": 723.0, + "msecs": 660.0, "msg": "%s Adding callback %s for SID=%s and DID=%s", "name": "socket_protocol.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/socket_protocol/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/socket_protocol/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 18627.071380615234, + "relativeCreated": 18642.554622, "stack_info": null, - "thread": 140631409799232, + "taskName": null, + "thread": 140181752467712, "threadName": "MainThread" }, { @@ -61754,25 +63991,26 @@ "0", "1" ], - "asctime": "2025-03-23 16:47:14,723", - "created": 1742744834.7235613, + "asctime": "2025-08-15 21:42:09,660", + "created": 1755286929.6604066, "exc_text": null, "filename": "__init__.py", "funcName": "add", "levelname": "DEBUG", "levelno": 10, - "lineno": 172, + "lineno": 169, "message": "prot-client: Adding callback '__authentificate_check_key__' for SID=0 and DID=1", "module": "__init__", - "msecs": 723.0, + "msecs": 660.0, "msg": "%s Adding callback %s for SID=%s and DID=%s", "name": "socket_protocol.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/socket_protocol/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/socket_protocol/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 18627.24804878235, + "relativeCreated": 18642.740015, "stack_info": null, - "thread": 140631409799232, + "taskName": null, + "thread": 140181752467712, "threadName": "MainThread" }, { @@ -61782,50 +64020,52 @@ "1", "1" ], - "asctime": "2025-03-23 16:47:14,723", - "created": 1742744834.723739, + "asctime": "2025-08-15 21:42:09,660", + "created": 1755286929.6605773, "exc_text": null, "filename": "__init__.py", "funcName": "add", "levelname": "DEBUG", "levelno": 10, - "lineno": 172, + "lineno": 169, "message": "prot-client: Adding callback '__authentificate_process_feedback__' for SID=1 and DID=1", "module": "__init__", - "msecs": 723.0, + "msecs": 660.0, "msg": "%s Adding callback %s for SID=%s and DID=%s", "name": "socket_protocol.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/socket_protocol/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/socket_protocol/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 18627.42567062378, + "relativeCreated": 18642.91065, "stack_info": null, - "thread": 140631409799232, + "taskName": null, + "thread": 140181752467712, "threadName": "MainThread" }, { "args": [ "prot-client:" ], - "asctime": "2025-03-23 16:47:14,723", - "created": 1742744834.7238936, + "asctime": "2025-08-15 21:42:09,660", + "created": 1755286929.6607275, "exc_text": null, "filename": "__init__.py", "funcName": "__authentification_state_reset__", "levelname": "INFO", "levelno": 20, - "lineno": 380, + "lineno": 373, "message": "prot-client: Resetting authentification state to AUTH_STATE_UNTRUSTED_CONNECTION", "module": "__init__", - "msecs": 723.0, + "msecs": 660.0, "msg": "%s Resetting authentification state to AUTH_STATE_UNTRUSTED_CONNECTION", "name": "socket_protocol.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/socket_protocol/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/socket_protocol/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 18627.580404281616, + "relativeCreated": 18643.060928, "stack_info": null, - "thread": 140631409799232, + "taskName": null, + "thread": 140181752467712, "threadName": "MainThread" }, { @@ -61834,25 +64074,26 @@ "channel name request", "channel name response" ], - "asctime": "2025-03-23 16:47:14,724", - "created": 1742744834.724074, + "asctime": "2025-08-15 21:42:09,660", + "created": 1755286929.6608973, "exc_text": null, "filename": "__init__.py", "funcName": "add_service", "levelname": "DEBUG", "levelno": 10, - "lineno": 597, + "lineno": 590, "message": "prot-client: Adding Service with Request=channel name request and Response=channel name response", "module": "__init__", - "msecs": 724.0, + "msecs": 660.0, "msg": "%s Adding Service with Request=%s and Response=%s", "name": "socket_protocol.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/socket_protocol/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/socket_protocol/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 18627.760648727417, + "relativeCreated": 18643.230748, "stack_info": null, - "thread": 140631409799232, + "taskName": null, + "thread": 140181752467712, "threadName": "MainThread" }, { @@ -61860,25 +64101,26 @@ "prot-client:", "service: channel name request, data_id: name" ], - "asctime": "2025-03-23 16:47:14,724", - "created": 1742744834.7242603, + "asctime": "2025-08-15 21:42:09,661", + "created": 1755286929.6610863, "exc_text": null, "filename": "__init__.py", "funcName": "add_msg_to_auth_whitelist_", "levelname": "DEBUG", "levelno": 10, - "lineno": 571, + "lineno": 564, "message": "prot-client: Adding Message (service: channel name request, data_id: name) to the authentification whitelist", "module": "__init__", - "msecs": 724.0, + "msecs": 661.0, "msg": "%s Adding Message (%s) to the authentification whitelist", "name": "socket_protocol.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/socket_protocol/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/socket_protocol/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 18627.947092056274, + "relativeCreated": 18643.419544, "stack_info": null, - "thread": 140631409799232, + "taskName": null, + "thread": 140181752467712, "threadName": "MainThread" }, { @@ -61886,25 +64128,26 @@ "prot-client:", "service: channel name response, data_id: name" ], - "asctime": "2025-03-23 16:47:14,724", - "created": 1742744834.72443, + "asctime": "2025-08-15 21:42:09,661", + "created": 1755286929.6612482, "exc_text": null, "filename": "__init__.py", "funcName": "add_msg_to_auth_whitelist_", "levelname": "DEBUG", "levelno": 10, - "lineno": 571, + "lineno": 564, "message": "prot-client: Adding Message (service: channel name response, data_id: name) to the authentification whitelist", "module": "__init__", - "msecs": 724.0, + "msecs": 661.0, "msg": "%s Adding Message (%s) to the authentification whitelist", "name": "socket_protocol.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/socket_protocol/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/socket_protocol/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 18628.116846084595, + "relativeCreated": 18643.581655, "stack_info": null, - "thread": 140631409799232, + "taskName": null, + "thread": 140181752467712, "threadName": "MainThread" }, { @@ -61914,25 +64157,26 @@ "8", "0" ], - "asctime": "2025-03-23 16:47:14,724", - "created": 1742744834.7246165, + "asctime": "2025-08-15 21:42:09,661", + "created": 1755286929.6614087, "exc_text": null, "filename": "__init__.py", "funcName": "add", "levelname": "DEBUG", "levelno": 10, - "lineno": 172, + "lineno": 169, "message": "prot-client: Adding callback '__channel_name_request__' for SID=8 and DID=0", "module": "__init__", - "msecs": 724.0, + "msecs": 661.0, "msg": "%s Adding callback %s for SID=%s and DID=%s", "name": "socket_protocol.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/socket_protocol/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/socket_protocol/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 18628.303289413452, + "relativeCreated": 18643.742311, "stack_info": null, - "thread": 140631409799232, + "taskName": null, + "thread": 140181752467712, "threadName": "MainThread" }, { @@ -61942,25 +64186,26 @@ "9", "0" ], - "asctime": "2025-03-23 16:47:14,724", - "created": 1742744834.7247982, + "asctime": "2025-08-15 21:42:09,661", + "created": 1755286929.6615796, "exc_text": null, "filename": "__init__.py", "funcName": "add", "levelname": "DEBUG", "levelno": 10, - "lineno": 172, + "lineno": 169, "message": "prot-client: Adding callback '__channel_name_response__' for SID=9 and DID=0", "module": "__init__", - "msecs": 724.0, + "msecs": 661.0, "msg": "%s Adding callback %s for SID=%s and DID=%s", "name": "socket_protocol.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/socket_protocol/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/socket_protocol/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 18628.484964370728, + "relativeCreated": 18643.91285, "stack_info": null, - "thread": 140631409799232, + "taskName": null, + "thread": 140181752467712, "threadName": "MainThread" }, { @@ -61969,25 +64214,26 @@ "read data request", "read data response" ], - "asctime": "2025-03-23 16:47:14,724", - "created": 1742744834.7249725, + "asctime": "2025-08-15 21:42:09,661", + "created": 1755286929.6617439, "exc_text": null, "filename": "__init__.py", "funcName": "add_service", "levelname": "DEBUG", "levelno": 10, - "lineno": 597, + "lineno": 590, "message": "prot-client: Adding Service with Request=read data request and Response=read data response", "module": "__init__", - "msecs": 724.0, + "msecs": 661.0, "msg": "%s Adding Service with Request=%s and Response=%s", "name": "socket_protocol.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/socket_protocol/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/socket_protocol/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 18628.65924835205, + "relativeCreated": 18644.077424, "stack_info": null, - "thread": 140631409799232, + "taskName": null, + "thread": 140181752467712, "threadName": "MainThread" }, { @@ -61996,25 +64242,26 @@ "write data request", "write data response" ], - "asctime": "2025-03-23 16:47:14,725", - "created": 1742744834.7251377, + "asctime": "2025-08-15 21:42:09,661", + "created": 1755286929.6619, "exc_text": null, "filename": "__init__.py", "funcName": "add_service", "levelname": "DEBUG", "levelno": 10, - "lineno": 597, + "lineno": 590, "message": "prot-client: Adding Service with Request=write data request and Response=write data response", "module": "__init__", - "msecs": 725.0, + "msecs": 661.0, "msg": "%s Adding Service with Request=%s and Response=%s", "name": "socket_protocol.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/socket_protocol/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/socket_protocol/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 18628.824472427368, + "relativeCreated": 18644.233417, "stack_info": null, - "thread": 140631409799232, + "taskName": null, + "thread": 140181752467712, "threadName": "MainThread" }, { @@ -62023,69 +64270,72 @@ "execute request", "execute response" ], - "asctime": "2025-03-23 16:47:14,725", - "created": 1742744834.7252977, + "asctime": "2025-08-15 21:42:09,662", + "created": 1755286929.662066, "exc_text": null, "filename": "__init__.py", "funcName": "add_service", "levelname": "DEBUG", "levelno": 10, - "lineno": 597, + "lineno": 590, "message": "prot-client: Adding Service with Request=execute request and Response=execute response", "module": "__init__", - "msecs": 725.0, + "msecs": 662.0, "msg": "%s Adding Service with Request=%s and Response=%s", "name": "socket_protocol.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/socket_protocol/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/socket_protocol/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 18628.984451293945, + "relativeCreated": 18644.39928, "stack_info": null, - "thread": 140631409799232, + "taskName": null, + "thread": 140181752467712, "threadName": "MainThread" }, { "args": [ "prot-client:" ], - "asctime": "2025-03-23 16:47:14,725", - "created": 1742744834.7254598, + "asctime": "2025-08-15 21:42:09,662", + "created": 1755286929.662219, "exc_text": null, "filename": "__init__.py", "funcName": "__init__", "levelname": "INFO", "levelno": 20, - "lineno": 340, + "lineno": 333, "message": "prot-client: Initialisation finished.", "module": "__init__", - "msecs": 725.0, + "msecs": 662.0, "msg": "%s Initialisation finished.", "name": "socket_protocol.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/socket_protocol/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/socket_protocol/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 18629.146575927734, + "relativeCreated": 18644.552527, "stack_info": null, - "thread": 140631409799232, + "taskName": null, + "thread": 140181752467712, "threadName": "MainThread" } ], - "msecs": 725.0, + "msecs": 662.0, "msg": "Setting up communication", "name": "__tLogger__", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/tests/test_helpers.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/tests/test_helpers.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 18629.314184188843, + "relativeCreated": 18644.701887, "stack_info": null, - "thread": 140631409799232, + "taskName": null, + "thread": 140181752467712, "threadName": "MainThread", - "time_consumption": 0.00016760826110839844 + "time_consumption": 0.0001494884490966797 }, { "args": [], - "asctime": "2025-03-23 16:47:15,070", - "created": 1742744835.0706277, + "asctime": "2025-08-15 21:42:10,009", + "created": 1755286930.0091877, "exc_text": null, "filename": "test_helpers.py", "funcName": "set_up_socket_protocol", @@ -62099,75 +64349,78 @@ "args": [ "comm-client:" ], - "asctime": "2025-03-23 16:47:14,726", - "created": 1742744834.726084, + "asctime": "2025-08-15 21:42:09,662", + "created": 1755286929.6627288, "exc_text": null, "filename": "__init__.py", "funcName": "__connect__", "levelname": "INFO", "levelno": 20, - "lineno": 268, + "lineno": 270, "message": "comm-client: Connection established...", "module": "__init__", - "msecs": 726.0, + "msecs": 662.0, "msg": "%s Connection established...", "name": "helpers.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/helpers/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/helpers/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 18629.770755767822, + "relativeCreated": 18645.062174, "stack_info": null, - "thread": 140631409799232, + "taskName": null, + "thread": 140181752467712, "threadName": "MainThread" }, { "args": [ "comm-client:" ], - "asctime": "2025-03-23 16:47:14,726", - "created": 1742744834.7262688, + "asctime": "2025-08-15 21:42:09,662", + "created": 1755286929.6629045, "exc_text": null, "filename": "__init__.py", "funcName": "__clean_buffer__", "levelname": "DEBUG", "levelno": 10, - "lineno": 411, + "lineno": 413, "message": "comm-client: Cleaning up receive-buffer", "module": "__init__", - "msecs": 726.0, + "msecs": 662.0, "msg": "%s Cleaning up receive-buffer", "name": "helpers.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/helpers/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/helpers/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 18629.955530166626, + "relativeCreated": 18645.238005, "stack_info": null, - "thread": 140631409799232, + "taskName": null, + "thread": 140181752467712, "threadName": "MainThread" }, { "args": [ "prot-client:" ], - "asctime": "2025-03-23 16:47:14,726", - "created": 1742744834.7264466, + "asctime": "2025-08-15 21:42:09,663", + "created": 1755286929.663149, "exc_text": null, "filename": "__init__.py", "funcName": "__clean_receive_buffer__", "levelname": "DEBUG", "levelno": 10, - "lineno": 434, + "lineno": 427, "message": "prot-client: Cleaning up receive-buffer", "module": "__init__", - "msecs": 726.0, + "msecs": 663.0, "msg": "%s Cleaning up receive-buffer", "name": "socket_protocol.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/socket_protocol/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/socket_protocol/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 18630.133390426636, + "relativeCreated": 18645.482473, "stack_info": null, - "thread": 140631409799232, + "taskName": null, + "thread": 140181752467712, "threadName": "MainThread" }, { @@ -62178,100 +64431,52 @@ "status: okay", "None" ], - "asctime": "2025-03-23 16:47:14,726", - "created": 1742744834.726767, + "asctime": "2025-08-15 21:42:09,663", + "created": 1755286929.6634643, "exc_text": null, "filename": "__init__.py", "funcName": "__log_msg__", "levelname": "INFO", "levelno": 20, - "lineno": 445, + "lineno": 438, "message": "prot-client: TX -> service: channel name request, data_id: name, status: okay, data: \"None\"", "module": "__init__", - "msecs": 726.0, + "msecs": 663.0, "msg": "%s %s %s, %s, data: \"%s\"", "name": "socket_protocol.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/socket_protocol/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/socket_protocol/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 18630.45382499695, + "relativeCreated": 18645.797622, "stack_info": null, - "thread": 140631409799232, + "taskName": null, + "thread": 140181752467712, "threadName": "MainThread" }, { "args": [ "comm-server:" ], - "asctime": "2025-03-23 16:47:14,727", - "created": 1742744834.7272408, + "asctime": "2025-08-15 21:42:09,663", + "created": 1755286929.6639068, "exc_text": null, "filename": "__init__.py", "funcName": "__connect__", "levelname": "INFO", "levelno": 20, - "lineno": 268, + "lineno": 270, "message": "comm-server: Connection established...", "module": "__init__", - "msecs": 727.0, + "msecs": 663.0, "msg": "%s Connection established...", "name": "helpers.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/helpers/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/helpers/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 18630.927562713623, + "relativeCreated": 18646.240319, "stack_info": null, - "thread": 140631409799232, - "threadName": "MainThread" - }, - { - "args": [ - "comm-server:" - ], - "asctime": "2025-03-23 16:47:14,727", - "created": 1742744834.727431, - "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": 727.0, - "msg": "%s Cleaning up receive-buffer", - "name": "helpers.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/helpers/__init__.py", - "process": 183973, - "processName": "MainProcess", - "relativeCreated": 18631.117820739746, - "stack_info": null, - "thread": 140631409799232, - "threadName": "MainThread" - }, - { - "args": [ - "prot-server:" - ], - "asctime": "2025-03-23 16:47:14,727", - "created": 1742744834.7276278, - "exc_text": null, - "filename": "__init__.py", - "funcName": "__clean_receive_buffer__", - "levelname": "DEBUG", - "levelno": 10, - "lineno": 434, - "message": "prot-server: Cleaning up receive-buffer", - "module": "__init__", - "msecs": 727.0, - "msg": "%s Cleaning up receive-buffer", - "name": "socket_protocol.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/socket_protocol/__init__.py", - "process": 183973, - "processName": "MainProcess", - "relativeCreated": 18631.314516067505, - "stack_info": null, - "thread": 140631409799232, + "taskName": null, + "thread": 140181752467712, "threadName": "MainThread" }, { @@ -62279,51 +64484,105 @@ "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": "2025-03-23 16:47:14,728", - "created": 1742744834.7282062, + "asctime": "2025-08-15 21:42:09,664", + "created": 1755286929.6649184, "exc_text": null, "filename": "__init__.py", "funcName": "__tx__", "levelname": "INFO", "levelno": 20, - "lineno": 284, + "lineno": 286, "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": 728.0, + "msecs": 664.0, "msg": "%s TX -> %s", "name": "helpers.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/helpers/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/helpers/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 18631.892919540405, + "relativeCreated": 18647.251962, "stack_info": null, - "thread": 140629124290240, + "taskName": null, + "thread": 140179318752960, "threadName": "Thread-35 (_start)" }, + { + "args": [ + "comm-server:" + ], + "asctime": "2025-08-15 21:42:09,664", + "created": 1755286929.664084, + "exc_text": null, + "filename": "__init__.py", + "funcName": "__clean_buffer__", + "levelname": "DEBUG", + "levelno": 10, + "lineno": 413, + "message": "comm-server: Cleaning up receive-buffer", + "module": "__init__", + "msecs": 664.0, + "msg": "%s Cleaning up receive-buffer", + "name": "helpers.all_others", + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/helpers/__init__.py", + "process": 1195744, + "processName": "MainProcess", + "relativeCreated": 18646.417362, + "stack_info": null, + "taskName": null, + "thread": 140181752467712, + "threadName": "MainThread" + }, + { + "args": [ + "prot-server:" + ], + "asctime": "2025-08-15 21:42:09,665", + "created": 1755286929.6658065, + "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": 665.0, + "msg": "%s Cleaning up receive-buffer", + "name": "socket_protocol.all_others", + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/socket_protocol/__init__.py", + "process": 1195744, + "processName": "MainProcess", + "relativeCreated": 18648.13997, + "stack_info": null, + "taskName": null, + "thread": 140181752467712, + "threadName": "MainThread" + }, { "args": [ "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": "2025-03-23 16:47:14,731", - "created": 1742744834.7313454, + "asctime": "2025-08-15 21:42:09,668", + "created": 1755286929.6681032, "exc_text": null, "filename": "__init__.py", "funcName": "__rx__", "levelname": "DEBUG", "levelno": 10, - "lineno": 414, + "lineno": 416, "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": 731.0, + "msecs": 668.0, "msg": "%s RX <- %s", "name": "helpers.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/helpers/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/helpers/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 18635.032176971436, + "relativeCreated": 18650.436668, "stack_info": null, - "thread": 140629124290240, + "taskName": null, + "thread": 140179318752960, "threadName": "Thread-35 (_start)" }, { @@ -62334,25 +64593,26 @@ "status: okay", "None" ], - "asctime": "2025-03-23 16:47:14,731", - "created": 1742744834.7317765, + "asctime": "2025-08-15 21:42:09,668", + "created": 1755286929.6689653, "exc_text": null, "filename": "__init__.py", "funcName": "__log_msg__", "levelname": "INFO", "levelno": 20, - "lineno": 445, + "lineno": 438, "message": "prot-server: RX <- service: channel name request, data_id: name, status: okay, data: \"None\"", "module": "__init__", - "msecs": 731.0, + "msecs": 668.0, "msg": "%s %s %s, %s, data: \"%s\"", "name": "socket_protocol.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/socket_protocol/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/socket_protocol/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 18635.46323776245, + "relativeCreated": 18651.298912, "stack_info": null, - "thread": 140629124290240, + "taskName": null, + "thread": 140179318752960, "threadName": "Thread-35 (_start)" }, { @@ -62360,25 +64620,26 @@ "prot-server:", "__channel_name_request__" ], - "asctime": "2025-03-23 16:47:14,731", - "created": 1742744834.7319221, + "asctime": "2025-08-15 21:42:09,669", + "created": 1755286929.6692526, "exc_text": null, "filename": "__init__.py", "funcName": "__data_available_callback__", "levelname": "DEBUG", "levelno": 10, - "lineno": 488, + "lineno": 481, "message": "prot-server: Executing callback __channel_name_request__ to process received data", "module": "__init__", - "msecs": 731.0, + "msecs": 669.0, "msg": "%s Executing callback %s to process received data", "name": "socket_protocol.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/socket_protocol/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/socket_protocol/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 18635.608911514282, + "relativeCreated": 18651.586141, "stack_info": null, - "thread": 140629124290240, + "taskName": null, + "thread": 140179318752960, "threadName": "Thread-35 (_start)" }, { @@ -62389,25 +64650,26 @@ "status: okay", "None" ], - "asctime": "2025-03-23 16:47:14,732", - "created": 1742744834.7320783, + "asctime": "2025-08-15 21:42:09,669", + "created": 1755286929.6696508, "exc_text": null, "filename": "__init__.py", "funcName": "__log_msg__", "levelname": "INFO", "levelno": 20, - "lineno": 445, + "lineno": 438, "message": "prot-server: TX -> service: channel name response, data_id: name, status: okay, data: \"None\"", "module": "__init__", - "msecs": 732.0, + "msecs": 669.0, "msg": "%s %s %s, %s, data: \"%s\"", "name": "socket_protocol.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/socket_protocol/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/socket_protocol/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 18635.765075683594, + "relativeCreated": 18651.984035, "stack_info": null, - "thread": 140629124290240, + "taskName": null, + "thread": 140179318752960, "threadName": "Thread-35 (_start)" }, { @@ -62415,25 +64677,26 @@ "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": "2025-03-23 16:47:14,732", - "created": 1742744834.732338, + "asctime": "2025-08-15 21:42:09,670", + "created": 1755286929.6703947, "exc_text": null, "filename": "__init__.py", "funcName": "__tx__", "levelname": "INFO", "levelno": 20, - "lineno": 284, + "lineno": 286, "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": 732.0, + "msecs": 670.0, "msg": "%s TX -> %s", "name": "helpers.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/helpers/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/helpers/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 18636.024713516235, + "relativeCreated": 18652.728165, "stack_info": null, - "thread": 140628637775552, + "taskName": null, + "thread": 140179310360256, "threadName": "Thread-36 (_start)" }, { @@ -62441,25 +64704,26 @@ "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": "2025-03-23 16:47:14,735", - "created": 1742744834.7351654, + "asctime": "2025-08-15 21:42:09,673", + "created": 1755286929.673854, "exc_text": null, "filename": "__init__.py", "funcName": "__rx__", "levelname": "DEBUG", "levelno": 10, - "lineno": 414, + "lineno": 416, "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": 735.0, + "msecs": 673.0, "msg": "%s RX <- %s", "name": "helpers.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/helpers/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/helpers/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 18638.8521194458, + "relativeCreated": 18656.187682, "stack_info": null, - "thread": 140628637775552, + "taskName": null, + "thread": 140179310360256, "threadName": "Thread-36 (_start)" }, { @@ -62470,25 +64734,26 @@ "status: okay", "None" ], - "asctime": "2025-03-23 16:47:14,735", - "created": 1742744834.735381, + "asctime": "2025-08-15 21:42:09,674", + "created": 1755286929.674558, "exc_text": null, "filename": "__init__.py", "funcName": "__log_msg__", "levelname": "INFO", "levelno": 20, - "lineno": 445, + "lineno": 438, "message": "prot-client: RX <- service: channel name response, data_id: name, status: okay, data: \"None\"", "module": "__init__", - "msecs": 735.0, + "msecs": 674.0, "msg": "%s %s %s, %s, data: \"%s\"", "name": "socket_protocol.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/socket_protocol/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/socket_protocol/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 18639.06764984131, + "relativeCreated": 18656.891423, "stack_info": null, - "thread": 140628637775552, + "taskName": null, + "thread": 140179310360256, "threadName": "Thread-36 (_start)" }, { @@ -62496,44 +64761,46 @@ "prot-client:", "__channel_name_response__" ], - "asctime": "2025-03-23 16:47:14,735", - "created": 1742744834.7354534, + "asctime": "2025-08-15 21:42:09,674", + "created": 1755286929.674875, "exc_text": null, "filename": "__init__.py", "funcName": "__data_available_callback__", "levelname": "DEBUG", "levelno": 10, - "lineno": 503, + "lineno": 496, "message": "prot-client: Executing callback __channel_name_response__ to process received data", "module": "__init__", - "msecs": 735.0, + "msecs": 674.0, "msg": "%s Executing callback %s to process received data", "name": "socket_protocol.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/socket_protocol/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/socket_protocol/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 18639.140129089355, + "relativeCreated": 18657.208564, "stack_info": null, - "thread": 140628637775552, + "taskName": null, + "thread": 140179310360256, "threadName": "Thread-36 (_start)" } ], - "msecs": 70.0, + "msecs": 9.0, "msg": "Connecting Server and Client", "name": "__tLogger__", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/tests/test_helpers.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/tests/test_helpers.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 18974.31445121765, + "relativeCreated": 18991.521118, "stack_info": null, - "thread": 140631409799232, + "taskName": null, + "thread": 140181752467712, "threadName": "MainThread", - "time_consumption": 0.3351743221282959 + "time_consumption": 0.33431267738342285 }, { "args": [], - "asctime": "2025-03-23 16:47:15,273", - "created": 1742744835.2730644, + "asctime": "2025-08-15 21:42:10,210", + "created": 1755286930.210694, "exc_text": null, "filename": "test_communication.py", "funcName": "send_message_object", @@ -62551,25 +64818,26 @@ "status: okay", "'msg1_data_to_be_transfered'" ], - "asctime": "2025-03-23 16:47:15,071", - "created": 1742744835.071412, + "asctime": "2025-08-15 21:42:10,009", + "created": 1755286930.0096416, "exc_text": null, "filename": "__init__.py", "funcName": "__log_msg__", "levelname": "INFO", "levelno": 20, - "lineno": 445, + "lineno": 438, "message": "prot-client: TX -> service: 17, data_id: 34, status: okay, data: \"'msg1_data_to_be_transfered'\"", "module": "__init__", - "msecs": 71.0, + "msecs": 9.0, "msg": "%s %s %s, %s, data: \"%s\"", "name": "socket_protocol.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/socket_protocol/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/socket_protocol/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 18975.098848342896, + "relativeCreated": 18991.975261, "stack_info": null, - "thread": 140631409799232, + "taskName": null, + "thread": 140181752467712, "threadName": "MainThread" }, { @@ -62577,25 +64845,26 @@ "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": "2025-03-23 16:47:15,072", - "created": 1742744835.0723176, + "asctime": "2025-08-15 21:42:10,010", + "created": 1755286930.0101511, "exc_text": null, "filename": "__init__.py", "funcName": "__tx__", "levelname": "INFO", "levelno": 20, - "lineno": 284, + "lineno": 286, "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": 72.0, + "msecs": 10.0, "msg": "%s TX -> %s", "name": "helpers.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/helpers/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/helpers/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 18976.004362106323, + "relativeCreated": 18992.484557, "stack_info": null, - "thread": 140629124290240, + "taskName": null, + "thread": 140179318752960, "threadName": "Thread-35 (_start)" }, { @@ -62603,25 +64872,26 @@ "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": "2025-03-23 16:47:15,078", - "created": 1742744835.078554, + "asctime": "2025-08-15 21:42:10,016", + "created": 1755286930.0163105, "exc_text": null, "filename": "__init__.py", "funcName": "__rx__", "levelname": "DEBUG", "levelno": 10, - "lineno": 414, + "lineno": 416, "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": 78.0, + "msecs": 16.0, "msg": "%s RX <- %s", "name": "helpers.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/helpers/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/helpers/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 18982.240676879883, + "relativeCreated": 18998.644006, "stack_info": null, - "thread": 140629124290240, + "taskName": null, + "thread": 140179318752960, "threadName": "Thread-35 (_start)" }, { @@ -62632,72 +64902,75 @@ "status: okay", "'msg1_data_to_be_transfered'" ], - "asctime": "2025-03-23 16:47:15,079", - "created": 1742744835.0796492, + "asctime": "2025-08-15 21:42:10,017", + "created": 1755286930.0170956, "exc_text": null, "filename": "__init__.py", "funcName": "__log_msg__", "levelname": "INFO", "levelno": 20, - "lineno": 445, + "lineno": 438, "message": "prot-server: RX <- service: 17, data_id: 34, status: okay, data: \"'msg1_data_to_be_transfered'\"", "module": "__init__", - "msecs": 79.0, + "msecs": 17.0, "msg": "%s %s %s, %s, data: \"%s\"", "name": "socket_protocol.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/socket_protocol/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/socket_protocol/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 18983.335971832275, + "relativeCreated": 18999.429231, "stack_info": null, - "thread": 140629124290240, + "taskName": null, + "thread": 140179318752960, "threadName": "Thread-35 (_start)" }, { "args": [ "prot-server:" ], - "asctime": "2025-03-23 16:47:15,079", - "created": 1742744835.0799854, + "asctime": "2025-08-15 21:42:10,017", + "created": 1755286930.0173774, "exc_text": null, "filename": "__init__.py", "funcName": "__buffer_received_data__", "levelname": "DEBUG", "levelno": 10, - "lineno": 392, + "lineno": 385, "message": "prot-server: Message data is stored in buffer and is now ready to be retrieved by receive method", "module": "__init__", - "msecs": 79.0, + "msecs": 17.0, "msg": "%s Message data is stored in buffer and is now ready to be retrieved by receive method", "name": "socket_protocol.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/socket_protocol/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/socket_protocol/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 18983.67214202881, + "relativeCreated": 18999.71076, "stack_info": null, - "thread": 140629124290240, + "taskName": null, + "thread": 140179318752960, "threadName": "Thread-35 (_start)" } ], - "msecs": 273.0, + "msecs": 210.0, "msg": "Transfering a message client -> server", "name": "__tLogger__", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/tests/test_communication.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/tests/test_communication.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 19176.751136779785, + "relativeCreated": 19193.027514, "stack_info": null, - "thread": 140631409799232, + "taskName": null, + "thread": 140181752467712, "threadName": "MainThread", - "time_consumption": 0.19307899475097656 + "time_consumption": 0.19331669807434082 }, { "args": [ "True", "" ], - "asctime": "2025-03-23 16:47:15,274", - "created": 1742744835.2742414, + "asctime": "2025-08-15 21:42:10,211", + "created": 1755286930.2115316, "exc_text": null, "filename": "test.py", "funcName": "equivalency_chk", @@ -62713,8 +64986,8 @@ "True", "" ], - "asctime": "2025-03-23 16:47:15,273", - "created": 1742744835.2736888, + "asctime": "2025-08-15 21:42:10,211", + "created": 1755286930.211158, "exc_text": null, "filename": "test.py", "funcName": "__report_result__", @@ -62723,15 +64996,16 @@ "lineno": 22, "message": "Result (Returnvalue of Client send Method): True ()", "module": "test", - "msecs": 273.0, + "msecs": 211.0, "msg": "Result (%s): %s (%s)", "name": "__unittest__", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/unittest/test.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/unittest/test.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 19177.375555038452, + "relativeCreated": 19193.491445, "stack_info": null, - "thread": 140631409799232, + "taskName": null, + "thread": 140181752467712, "threadName": "MainThread" }, { @@ -62741,8 +65015,8 @@ "True", "" ], - "asctime": "2025-03-23 16:47:15,273", - "created": 1742744835.2739456, + "asctime": "2025-08-15 21:42:10,211", + "created": 1755286930.2113585, "exc_text": null, "filename": "test.py", "funcName": "__report_expectation__", @@ -62751,37 +65025,39 @@ "lineno": 26, "message": "Expectation (Returnvalue of Client send Method): result = True ()", "module": "test", - "msecs": 273.0, + "msecs": 211.0, "msg": "Expectation (%s): result %s %s (%s)", "name": "__unittest__", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/unittest/test.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/unittest/test.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 19177.632331848145, + "relativeCreated": 19193.691975, "stack_info": null, - "thread": 140631409799232, + "taskName": null, + "thread": 140181752467712, "threadName": "MainThread" } ], - "msecs": 274.0, + "msecs": 211.0, "msg": "Returnvalue of Client send Method is correct (Content %s and Type is %s).", "name": "__tLogger__", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/unittest/test.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/unittest/test.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 19177.92820930481, + "relativeCreated": 19193.864841, "stack_info": null, - "thread": 140631409799232, + "taskName": null, + "thread": 140181752467712, "threadName": "MainThread", - "time_consumption": 0.00029587745666503906 + "time_consumption": 0.00017309188842773438 }, { "args": [ "{'data_id': 34, 'service_id': 17, 'status': 0, 'data': 'msg1_data_to_be_transfered'}", "" ], - "asctime": "2025-03-23 16:47:15,275", - "created": 1742744835.275018, + "asctime": "2025-08-15 21:42:10,212", + "created": 1755286930.2121983, "exc_text": null, "filename": "test.py", "funcName": "equivalency_chk", @@ -62797,8 +65073,8 @@ "{'data_id': 34, 'service_id': 17, 'status': 0, 'data': 'msg1_data_to_be_transfered'}", "" ], - "asctime": "2025-03-23 16:47:15,274", - "created": 1742744835.2746072, + "asctime": "2025-08-15 21:42:10,211", + "created": 1755286930.2118032, "exc_text": null, "filename": "test.py", "funcName": "__report_result__", @@ -62807,15 +65083,16 @@ "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": 274.0, + "msecs": 211.0, "msg": "Result (%s): %s (%s)", "name": "__unittest__", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/unittest/test.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/unittest/test.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 19178.29394340515, + "relativeCreated": 19194.136645, "stack_info": null, - "thread": 140631409799232, + "taskName": null, + "thread": 140181752467712, "threadName": "MainThread" }, { @@ -62825,8 +65102,8 @@ "{'service_id': 17, 'data_id': 34, 'status': 0, 'data': 'msg1_data_to_be_transfered'}", "" ], - "asctime": "2025-03-23 16:47:15,274", - "created": 1742744835.2748191, + "asctime": "2025-08-15 21:42:10,212", + "created": 1755286930.21202, "exc_text": null, "filename": "test.py", "funcName": "__report_expectation__", @@ -62835,34 +65112,36 @@ "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": 274.0, + "msecs": 212.0, "msg": "Expectation (%s): result %s %s (%s)", "name": "__unittest__", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/unittest/test.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/unittest/test.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 19178.505897521973, + "relativeCreated": 19194.353333, "stack_info": null, - "thread": 140631409799232, + "taskName": null, + "thread": 140181752467712, "threadName": "MainThread" } ], - "msecs": 275.0, + "msecs": 212.0, "msg": "Received message on server side is correct (Content %s and Type is %s).", "name": "__tLogger__", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/unittest/test.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/unittest/test.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 19178.704738616943, + "relativeCreated": 19194.531553, "stack_info": null, - "thread": 140631409799232, + "taskName": null, + "thread": 140181752467712, "threadName": "MainThread", - "time_consumption": 0.00019884109497070312 + "time_consumption": 0.00017833709716796875 }, { "args": [], - "asctime": "2025-03-23 16:47:15,476", - "created": 1742744835.4767165, + "asctime": "2025-08-15 21:42:10,413", + "created": 1755286930.4137182, "exc_text": null, "filename": "test_communication.py", "funcName": "send_message_object", @@ -62880,25 +65159,26 @@ "status: service or data unknown", "'msg2_data_to_be_transfered'" ], - "asctime": "2025-03-23 16:47:15,275", - "created": 1742744835.2754672, + "asctime": "2025-08-15 21:42:10,212", + "created": 1755286930.2126102, "exc_text": null, "filename": "__init__.py", "funcName": "__log_msg__", "levelname": "ERROR", "levelno": 40, - "lineno": 445, + "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": 275.0, + "msecs": 212.0, "msg": "%s %s %s, %s, data: \"%s\"", "name": "socket_protocol.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/socket_protocol/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/socket_protocol/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 19179.15391921997, + "relativeCreated": 19194.943862, "stack_info": null, - "thread": 140631409799232, + "taskName": null, + "thread": 140181752467712, "threadName": "MainThread" }, { @@ -62906,25 +65186,26 @@ "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": "2025-03-23 16:47:15,276", - "created": 1742744835.2762823, + "asctime": "2025-08-15 21:42:10,213", + "created": 1755286930.2133482, "exc_text": null, "filename": "__init__.py", "funcName": "__tx__", "levelname": "INFO", "levelno": 20, - "lineno": 284, + "lineno": 286, "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": 276.0, + "msecs": 213.0, "msg": "%s TX -> %s", "name": "helpers.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/helpers/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/helpers/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 19179.96907234192, + "relativeCreated": 19195.68153, "stack_info": null, - "thread": 140628637775552, + "taskName": null, + "thread": 140179310360256, "threadName": "Thread-36 (_start)" }, { @@ -62932,25 +65213,26 @@ "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": "2025-03-23 16:47:15,282", - "created": 1742744835.2824283, + "asctime": "2025-08-15 21:42:10,219", + "created": 1755286930.219491, "exc_text": null, "filename": "__init__.py", "funcName": "__rx__", "levelname": "DEBUG", "levelno": 10, - "lineno": 414, + "lineno": 416, "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": 282.0, + "msecs": 219.0, "msg": "%s RX <- %s", "name": "helpers.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/helpers/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/helpers/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 19186.115026474, + "relativeCreated": 19201.824555, "stack_info": null, - "thread": 140628637775552, + "taskName": null, + "thread": 140179310360256, "threadName": "Thread-36 (_start)" }, { @@ -62961,72 +65243,75 @@ "status: service or data unknown", "'msg2_data_to_be_transfered'" ], - "asctime": "2025-03-23 16:47:15,283", - "created": 1742744835.2834697, + "asctime": "2025-08-15 21:42:10,220", + "created": 1755286930.2202892, "exc_text": null, "filename": "__init__.py", "funcName": "__log_msg__", "levelname": "ERROR", "levelno": 40, - "lineno": 445, + "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": 283.0, + "msecs": 220.0, "msg": "%s %s %s, %s, data: \"%s\"", "name": "socket_protocol.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/socket_protocol/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/socket_protocol/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 19187.156438827515, + "relativeCreated": 19202.62274, "stack_info": null, - "thread": 140628637775552, + "taskName": null, + "thread": 140179310360256, "threadName": "Thread-36 (_start)" }, { "args": [ "prot-client:" ], - "asctime": "2025-03-23 16:47:15,283", - "created": 1742744835.283793, + "asctime": "2025-08-15 21:42:10,220", + "created": 1755286930.220579, "exc_text": null, "filename": "__init__.py", "funcName": "__buffer_received_data__", "levelname": "DEBUG", "levelno": 10, - "lineno": 392, + "lineno": 385, "message": "prot-client: Message data is stored in buffer and is now ready to be retrieved by receive method", "module": "__init__", - "msecs": 283.0, + "msecs": 220.0, "msg": "%s Message data is stored in buffer and is now ready to be retrieved by receive method", "name": "socket_protocol.all_others", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/socket_protocol/__init__.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/socket_protocol/__init__.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 19187.479734420776, + "relativeCreated": 19202.912275, "stack_info": null, - "thread": 140628637775552, + "taskName": null, + "thread": 140179310360256, "threadName": "Thread-36 (_start)" } ], - "msecs": 476.0, + "msecs": 413.0, "msg": "Transfering a message server -> client", "name": "__tLogger__", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/tests/test_communication.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/tests/test_communication.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 19380.40328025818, + "relativeCreated": 19396.05166, "stack_info": null, - "thread": 140631409799232, + "taskName": null, + "thread": 140181752467712, "threadName": "MainThread", - "time_consumption": 0.19292354583740234 + "time_consumption": 0.19313931465148926 }, { "args": [ "True", "" ], - "asctime": "2025-03-23 16:47:15,477", - "created": 1742744835.477803, + "asctime": "2025-08-15 21:42:10,414", + "created": 1755286930.4149477, "exc_text": null, "filename": "test.py", "funcName": "equivalency_chk", @@ -63042,8 +65327,8 @@ "True", "" ], - "asctime": "2025-03-23 16:47:15,477", - "created": 1742744835.477325, + "asctime": "2025-08-15 21:42:10,414", + "created": 1755286930.4143176, "exc_text": null, "filename": "test.py", "funcName": "__report_result__", @@ -63052,15 +65337,16 @@ "lineno": 22, "message": "Result (Returnvalue of Server send Method): True ()", "module": "test", - "msecs": 477.0, + "msecs": 414.0, "msg": "Result (%s): %s (%s)", "name": "__unittest__", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/unittest/test.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/unittest/test.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 19381.011724472046, + "relativeCreated": 19396.65091, "stack_info": null, - "thread": 140631409799232, + "taskName": null, + "thread": 140181752467712, "threadName": "MainThread" }, { @@ -63070,8 +65356,8 @@ "True", "" ], - "asctime": "2025-03-23 16:47:15,477", - "created": 1742744835.4775853, + "asctime": "2025-08-15 21:42:10,414", + "created": 1755286930.4146647, "exc_text": null, "filename": "test.py", "funcName": "__report_expectation__", @@ -63080,37 +65366,39 @@ "lineno": 26, "message": "Expectation (Returnvalue of Server send Method): result = True ()", "module": "test", - "msecs": 477.0, + "msecs": 414.0, "msg": "Expectation (%s): result %s %s (%s)", "name": "__unittest__", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/unittest/test.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/unittest/test.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 19381.272077560425, + "relativeCreated": 19396.998044, "stack_info": null, - "thread": 140631409799232, + "taskName": null, + "thread": 140181752467712, "threadName": "MainThread" } ], - "msecs": 477.0, + "msecs": 414.0, "msg": "Returnvalue of Server send Method is correct (Content %s and Type is %s).", "name": "__tLogger__", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/unittest/test.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/unittest/test.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 19381.489753723145, + "relativeCreated": 19397.281211, "stack_info": null, - "thread": 140631409799232, + "taskName": null, + "thread": 140181752467712, "threadName": "MainThread", - "time_consumption": 0.00021767616271972656 + "time_consumption": 0.0002830028533935547 }, { "args": [ "{'data_id': 35, 'service_id': 17, 'status': 4, 'data': 'msg2_data_to_be_transfered'}", "" ], - "asctime": "2025-03-23 16:47:15,478", - "created": 1742744835.4786665, + "asctime": "2025-08-15 21:42:10,415", + "created": 1755286930.4159846, "exc_text": null, "filename": "test.py", "funcName": "equivalency_chk", @@ -63126,8 +65414,8 @@ "{'data_id': 35, 'service_id': 17, 'status': 4, 'data': 'msg2_data_to_be_transfered'}", "" ], - "asctime": "2025-03-23 16:47:15,478", - "created": 1742744835.478202, + "asctime": "2025-08-15 21:42:10,415", + "created": 1755286930.4153736, "exc_text": null, "filename": "test.py", "funcName": "__report_result__", @@ -63136,15 +65424,16 @@ "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": 478.0, + "msecs": 415.0, "msg": "Result (%s): %s (%s)", "name": "__unittest__", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/unittest/test.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/unittest/test.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 19381.88886642456, + "relativeCreated": 19397.707026, "stack_info": null, - "thread": 140631409799232, + "taskName": null, + "thread": 140181752467712, "threadName": "MainThread" }, { @@ -63154,8 +65443,8 @@ "{'service_id': 17, 'data_id': 35, 'status': 4, 'data': 'msg2_data_to_be_transfered'}", "" ], - "asctime": "2025-03-23 16:47:15,478", - "created": 1742744835.478462, + "asctime": "2025-08-15 21:42:10,415", + "created": 1755286930.4156995, "exc_text": null, "filename": "test.py", "funcName": "__report_expectation__", @@ -63164,40 +65453,42 @@ "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": 478.0, + "msecs": 415.0, "msg": "Expectation (%s): result %s %s (%s)", "name": "__unittest__", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/unittest/test.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/unittest/test.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 19382.14874267578, + "relativeCreated": 19398.033012, "stack_info": null, - "thread": 140631409799232, + "taskName": null, + "thread": 140181752467712, "threadName": "MainThread" } ], - "msecs": 478.0, + "msecs": 415.0, "msg": "Received message on client side is correct (Content %s and Type is %s).", "name": "__tLogger__", - "pathname": "/home/dirk/my_repositories/unittest/socket_protocol/unittest/src/unittest/test.py", - "process": 183973, + "pathname": "/home/dirk/work/unittest_collection/socket_protocol/unittest/src/unittest/test.py", + "process": 1195744, "processName": "MainProcess", - "relativeCreated": 19382.35330581665, + "relativeCreated": 19398.317976, "stack_info": null, - "thread": 140631409799232, + "taskName": null, + "thread": 140181752467712, "threadName": "MainThread", - "time_consumption": 0.00020456314086914062 + "time_consumption": 0.00028514862060546875 } ], - "thread": 140631409799232, + "thread": 140181752467712, "threadName": "MainThread", - "time_consumption": 0.7654411792755127, - "time_finished": "2025-03-23 16:47:15,478", - "time_start": "2025-03-23 16:47:14,713" + "time_consumption": 0.7645902633666992, + "time_finished": "2025-08-15 21:42:10,415", + "time_start": "2025-08-15 21:42:09,651" } }, "testrun_id": "p3", - "time_consumption": 19.313421726226807, + "time_consumption": 19.29806160926819, "uid_list_sorted": [ "REQ-0001", "REQ-0002", diff --git a/_testresults_/unittest.pdf b/_testresults_/unittest.pdf index a62983c..a390e53 100644 Binary files a/_testresults_/unittest.pdf and b/_testresults_/unittest.pdf differ