Table of Contents
Test Report
View CI Run 1642 | Commit aaa53bb
🧪 Test Report
Generated on 2025-08-05 15:55:31 CEST
🧾 General Info
- duration: 74.50218367576599
- root: /workspace/tligui_y/slic
- environment: {}
📋 Summary
- Passed: 416
- Failed: 30
- Total: 446
- Collected: 446
🔎 Tests
✅ Passed (416)
-
📄 test_utils_argfwd.py
↳ Function: test_split_at
-
✅ Test 1
params: lst=["a", "b", "c", "d"], index=2, expected="a", "b"], ["c", "d"📌 Runtime Parameters
params: lst: - a - b - c - d index: 2 expected: - - a - b - - c - d id: lst0-2-expected0📌 Setup phase
duration:
0.0006393180228769779outcome:
passed📌 Call phase
duration:
0.00020564813166856766outcome:
passed📌 Teardown phase
duration:
0.00027212314307689667outcome:
passed -
✅ Test 2
params: lst=["x", "y"], index=1, expected="x"], ["y"📌 Runtime Parameters
params: lst: - x - y index: 1 expected: - - x - - y id: lst1-1-expected1📌 Setup phase
duration:
0.0003432980738580227outcome:
passed📌 Call phase
duration:
0.00017694896087050438outcome:
passed📌 Teardown phase
duration:
0.00015918398275971413outcome:
passed -
✅ Test 3
params: lst=[], index=0, expected=], [📌 Runtime Parameters
params: lst: [] index: 0 expected: - (vide) - (vide) id: lst2-0-expected2📌 Setup phase
duration:
0.00026724161580204964outcome:
passed📌 Call phase
duration:
0.00014798389747738838outcome:
passed📌 Teardown phase
duration:
0.0001577497459948063outcome:
passed
↳ Function: test_merge_lists_unique
-
✅ Test 4
params: a=["a", "b"], b=["b", "c"], expected=["a", "b", "c"]📌 Runtime Parameters
params: a: - a - b b: - b - c expected: - a - b - c id: a0-b0-expected0📌 Setup phase
duration:
0.0002857157960534096outcome:
passed📌 Call phase
duration:
0.0001527019776403904outcome:
passed📌 Teardown phase
duration:
0.0001907222904264927outcome:
passed -
✅ Test 5
params: a=[], b=["x"], expected=["x"]📌 Runtime Parameters
params: a: [] b: - x expected: - x id: a1-b1-expected1📌 Setup phase
duration:
0.0002915952354669571outcome:
passed📌 Call phase
duration:
0.00018602097406983376outcome:
passed📌 Teardown phase
duration:
0.00018036877736449242outcome:
passed -
✅ Test 6
params: a=["x", "y"], b=["x", "y"], expected=["x", "y"]📌 Runtime Parameters
params: a: - x - y b: - x - y expected: - x - y id: a2-b2-expected2📌 Setup phase
duration:
0.00027136923745274544outcome:
passed📌 Call phase
duration:
0.0001785149797797203outcome:
passed📌 Teardown phase
duration:
0.00015700608491897583outcome:
passed
↳ Function: test_merge_dicts_unique
-
✅ Test 7
params: a={"a": 1}, b={"b": 2}, expected={"a": 1, "b": 2}📌 Runtime Parameters
params: a: a: 1 b: b: 2 expected: a: 1 b: 2 id: a0-b0-expected0📌 Setup phase
duration:
0.00029109884053468704outcome:
passed📌 Call phase
duration:
0.0001804828643798828outcome:
passed📌 Teardown phase
duration:
0.00018320977687835693outcome:
passed -
✅ Test 8
params: a={"x": 1}, b={"x": 9, "y": 3}, expected={"x": 1, "y": 3}📌 Runtime Parameters
params: a: x: 1 b: x: 9 y: 3 expected: x: 1 y: 3 id: a1-b1-expected1📌 Setup phase
duration:
0.00027150288224220276outcome:
passed📌 Call phase
duration:
0.00018096575513482094outcome:
passed📌 Teardown phase
duration:
0.00017384393140673637outcome:
passed -
✅ Test 9
params: a={}, b={"k": 4}, expected={"k": 4}📌 Runtime Parameters
params: a: {} b: k: 4 expected: k: 4 id: a2-b2-expected2📌 Setup phase
duration:
0.00027516018599271774outcome:
passed📌 Call phase
duration:
0.00021570315584540367outcome:
passed📌 Teardown phase
duration:
0.00018473109230399132outcome:
passed
↳ Function: test_make_params_pos_basic
-
✅ Test 10
params: pos=["a", "b"], expected_names=["a", "b"]📌 Runtime Parameters
params: pos: - a - b expected_names: - a - b id: pos0-expected_names0📌 Setup phase
duration:
0.00024352408945560455outcome:
passed📌 Call phase
duration:
0.00017608189955353737outcome:
passed📌 Teardown phase
duration:
0.00013606296852231026outcome:
passed -
✅ Test 11
params: pos=["param1", "value_2", "Z"], expected_names=["param1", "value_2", "Z"]📌 Runtime Parameters
params: pos: - param1 - value_2 - Z expected_names: - param1 - value_2 - Z id: pos1-expected_names1📌 Setup phase
duration:
0.00024920515716075897outcome:
passed📌 Call phase
duration:
0.0001734779216349125outcome:
passed📌 Teardown phase
duration:
0.0001400848850607872outcome:
passed -
✅ Test 12
params: pos=[], expected_names=[]📌 Runtime Parameters
params: pos: [] expected_names: [] id: pos2-expected_names2📌 Setup phase
duration:
0.00021395785734057426outcome:
passed📌 Call phase
duration:
0.00014730403199791908outcome:
passed📌 Teardown phase
duration:
0.00015052314847707748outcome:
passed
↳ Function: test_make_params_kw_basic
-
✅ Test 13
params: kw={"a": 1, "b": 2}, expected_keys=["a", "b"], expected_defaults=[1, 2]📌 Runtime Parameters
params: kw: a: 1 b: 2 expected_keys: - a - b expected_defaults: - 1 - 2 id: kw0-expected_keys0-expected_defaults0📌 Setup phase
duration:
0.00027314992621541023outcome:
passed📌 Call phase
duration:
0.00016950909048318863outcome:
passed📌 Teardown phase
duration:
0.00015483982861042023outcome:
passed -
✅ Test 14
params: kw={"param_x": 0}, expected_keys=["param_x"], expected_defaults=[0]📌 Runtime Parameters
params: kw: param_x: 0 expected_keys: - param_x expected_defaults: - (vide) id: kw1-expected_keys1-expected_defaults1📌 Setup phase
duration:
0.0002658069133758545outcome:
passed📌 Call phase
duration:
0.00017461413517594337outcome:
passed📌 Teardown phase
duration:
0.00015179486945271492outcome:
passed -
✅ Test 15
params: kw={}, expected_keys=[], expected_defaults=[]📌 Runtime Parameters
params: kw: {} expected_keys: [] expected_defaults: [] id: kw2-expected_keys2-expected_defaults2📌 Setup phase
duration:
0.0002579116262495518outcome:
passed📌 Call phase
duration:
0.00015555135905742645outcome:
passed📌 Teardown phase
duration:
0.0001518423669040203outcome:
passed
↳ Function: test_make_signature_parametrized
-
✅ Test 16
params: pos=["x", "y"], kw={"z": 3}, expected_signature="(x, y, z=3)"📌 Runtime Parameters
params: pos: - x - y kw: z: 3 expected_signature: (x, y, z=3) id: pos0-kw0-(x, y, z=3)📌 Setup phase
duration:
0.0002635819837450981outcome:
passed📌 Call phase
duration:
0.0001919078640639782outcome:
passed📌 Teardown phase
duration:
0.00015566730871796608outcome:
passed -
✅ Test 17
params: pos=["a"], kw={"b": 1, "c": 2}, expected_signature="(a, b=1, c=2)"📌 Runtime Parameters
params: pos: - a kw: b: 1 c: 2 expected_signature: (a, b=1, c=2) id: pos1-kw1-(a, b=1, c=2)📌 Setup phase
duration:
0.0002639060840010643outcome:
passed📌 Call phase
duration:
0.00019076978787779808outcome:
passed📌 Teardown phase
duration:
0.00016777683049440384outcome:
passed -
✅ Test 18
params: pos=[], kw={"flag": false}, expected_signature="(flag=False)"📌 Runtime Parameters
params: pos: [] kw: flag: False expected_signature: (flag=False) id: pos2-kw2-(flag=False)📌 Setup phase
duration:
0.0002752840518951416outcome:
passed📌 Call phase
duration:
0.00018555810675024986outcome:
passed📌 Teardown phase
duration:
0.00014969520270824432outcome:
passed
↳ Function: test_get_args_parametrized
-
✅ Test 19
params: func=" at 0x7f4c594cfb80>", expected_pos=["a", "b"], expected_kw={"c": 3, "d": 4}📌 Runtime Parameters
params: func: <function <lambda> at 0x7f4c594cfb80> expected_pos: - a - b expected_kw: c: 3 d: 4 id: <lambda>-expected_pos0-expected_kw0📌 Setup phase
duration:
0.00027004117146134377outcome:
passed📌 Call phase
duration:
0.0003946227952837944outcome:
passed📌 Teardown phase
duration:
0.00016592303290963173outcome:
passed -
✅ Test 20
params: func=" at 0x7f4c594d9af0>", expected_pos=[], expected_kw="{'x': 1, 'y': , 'z': 0}"📌 Runtime Parameters
params: func: <function <lambda> at 0x7f4c594d9af0> expected_pos: [] expected_kw: {'x': 1, 'y': <class 'inspect._empty'>, 'z': 0} id: <lambda>-expected_pos1-expected_kw1📌 Setup phase
duration:
0.0002731708809733391outcome:
passed📌 Call phase
duration:
0.00019952934235334396outcome:
passed📌 Teardown phase
duration:
0.0001768241636455059outcome:
passed -
✅ Test 21
params: func=" at 0x7f4c594d9c10>", expected_pos=[], expected_kw={}📌 Runtime Parameters
params: func: <function <lambda> at 0x7f4c594d9c10> expected_pos: [] expected_kw: {} id: <lambda>-expected_pos2-expected_kw2📌 Setup phase
duration:
0.00026858504861593246outcome:
passed📌 Call phase
duration:
0.00019694678485393524outcome:
passed📌 Teardown phase
duration:
0.00015994813293218613outcome:
passed
↳ Function: test_signature_visible
-
✅ Test 22
params: func="", expected_sig="(a, b, d=30, c=10)"📌 Runtime Parameters
params: func: <function wrap_all at 0x7f4c594d9e50> expected_sig: (a, b, d=30, c=10) id: wrap_all-(a, b, d=30, c=10)📌 Setup phase
duration:
0.00021462701261043549outcome:
passed📌 Call phase
duration:
0.00016726693138480186outcome:
passed📌 Teardown phase
duration:
0.000135825015604496outcome:
passed -
✅ Test 23
params: func="", expected_sig="(a, b, c=10, d=20)"📌 Runtime Parameters
params: func: <function wrap_skip at 0x7f4c594d9ee0> expected_sig: (a, b, c=10, d=20) id: wrap_skip-(a, b, c=10, d=20)📌 Setup phase
duration:
0.00022905319929122925outcome:
passed📌 Call phase
duration:
0.000165427103638649outcome:
passed📌 Teardown phase
duration:
0.0001358003355562687outcome:
passed -
✅ Test 24
params: func="", expected_sig="(x, y, c=10, d=20)"📌 Runtime Parameters
params: func: <function wrap_ignore_all at 0x7f4c594d9f70> expected_sig: (x, y, c=10, d=20) id: wrap_ignore_all-(x, y, c=10, d=20)📌 Setup phase
duration:
0.0002250969409942627outcome:
passed📌 Call phase
duration:
0.00016777915880084038outcome:
passed📌 Teardown phase
duration:
0.00013867532834410667outcome:
passed
↳ Function: test_wrapper_behavior
-
✅ Test 25
params: func="", args=[1, 2, 3], kwargs={}, expected_result=36📌 Runtime Parameters
params: func: <function wrap_all at 0x7f4c594d9e50> args: - 1 - 2 - 3 kwargs: {} expected_result: 36 id: wrap_all-args0-kwargs0-36📌 Setup phase
duration:
0.00030832597985863686outcome:
passed📌 Call phase
duration:
0.0001521781086921692outcome:
passed📌 Teardown phase
duration:
0.00018606893718242645outcome:
passed -
✅ Test 26
params: func="", args=[1, 2, 3], kwargs={"d": 5}, expected_result=11📌 Runtime Parameters
params: func: <function wrap_all at 0x7f4c594d9e50> args: - 1 - 2 - 3 kwargs: d: 5 expected_result: 11 id: wrap_all-args1-kwargs1-11📌 Setup phase
duration:
0.0002957112155854702outcome:
passed📌 Call phase
duration:
0.0001474972814321518outcome:
passed📌 Teardown phase
duration:
0.00016507133841514587outcome:
passed -
✅ Test 27
params: func="", args=[0, 0], kwargs={"c": 3, "d": 4}, expected_result=10📌 Runtime Parameters
params: func: <function wrap_skip at 0x7f4c594d9ee0> args: - (vide) - (vide) kwargs: c: 3 d: 4 expected_result: 10 id: wrap_skip-args2-kwargs2-10📌 Setup phase
duration:
0.00030035292729735374outcome:
passed📌 Call phase
duration:
0.0001431829296052456outcome:
passed📌 Teardown phase
duration:
0.0001595071516931057outcome:
passed -
✅ Test 28
params: func="", args=[0, 0], kwargs={}, expected_result=10📌 Runtime Parameters
params: func: <function wrap_ignore_all at 0x7f4c594d9f70> args: - (vide) - (vide) kwargs: {} expected_result: 10 id: wrap_ignore_all-args3-kwargs3-10📌 Setup phase
duration:
0.00031738029792904854outcome:
passed📌 Call phase
duration:
0.00014610495418310165outcome:
passed📌 Teardown phase
duration:
0.00016616377979516983outcome:
passed
-
-
📄 test_utils_ask_yes_no.py
↳ Function: test_ask_yes_no
-
✅ Test 29
params: default=null, user_input="y", expected_output=true, expected_prompt="Question? [y/n] "📌 Runtime Parameters
params: default: None user_input: y expected_output: True expected_prompt: Question? [y/n] id: None-y-True-Question? [y/n]📌 Setup phase
duration:
0.0003263847902417183outcome:
passed📌 Call phase
duration:
0.000824999064207077outcome:
passed📌 Teardown phase
duration:
0.00018966477364301682outcome:
passed -
✅ Test 30
params: default=null, user_input="yes", expected_output=true, expected_prompt="Question? [y/n] "📌 Runtime Parameters
params: default: None user_input: yes expected_output: True expected_prompt: Question? [y/n] id: None-yes-True-Question? [y/n]📌 Setup phase
duration:
0.00032082293182611465outcome:
passed📌 Call phase
duration:
0.000647091306746006outcome:
passed📌 Teardown phase
duration:
0.0001869741827249527outcome:
passed -
✅ Test 31
params: default=null, user_input="n", expected_output=false, expected_prompt="Question? [y/n] "📌 Runtime Parameters
params: default: None user_input: n expected_output: False expected_prompt: Question? [y/n] id: None-n-False-Question? [y/n]📌 Setup phase
duration:
0.00032775430008769035outcome:
passed📌 Call phase
duration:
0.0005178679712116718outcome:
passed📌 Teardown phase
duration:
0.00018267100676894188outcome:
passed -
✅ Test 32
params: default=null, user_input="no", expected_output=false, expected_prompt="Question? [y/n] "📌 Runtime Parameters
params: default: None user_input: no expected_output: False expected_prompt: Question? [y/n] id: None-no-False-Question? [y/n]📌 Setup phase
duration:
0.0003318381495773792outcome:
passed📌 Call phase
duration:
0.0005069277249276638outcome:
passed📌 Teardown phase
duration:
0.00018917256966233253outcome:
passed -
✅ Test 33
params: default=null, user_input=["maybe", "y"], expected_output=true, expected_prompt="Question? [y/n] "📌 Runtime Parameters
params: default: None user_input: - maybe - y expected_output: True expected_prompt: Question? [y/n] id: None-user_input4-True-Question? [y/n]📌 Setup phase
duration:
0.00037176813930273056outcome:
passed📌 Call phase
duration:
0.000571198295801878outcome:
passed📌 Teardown phase
duration:
0.00018893135711550713outcome:
passed -
✅ Test 34
params: default=null, user_input=["", "no"], expected_output=false, expected_prompt="Question? [y/n] "📌 Runtime Parameters
params: default: None user_input: - (vide) - no expected_output: False expected_prompt: Question? [y/n] id: None-user_input5-False-Question? [y/n]📌 Setup phase
duration:
0.0003312169574201107outcome:
passed📌 Call phase
duration:
0.0006431899964809418outcome:
passed📌 Teardown phase
duration:
0.0001836116425693035outcome:
passed -
✅ Test 35
params: default=null, user_input=["invalid", "", "invalid", "yes"], expected_output=true, expected_prompt="Question? [y/n] "📌 Runtime Parameters
params: default: None user_input: - invalid - (vide) - invalid - yes expected_output: True expected_prompt: Question? [y/n] id: None-user_input6-True-Question? [y/n]📌 Setup phase
duration:
0.00033115409314632416outcome:
passed📌 Call phase
duration:
0.0005503329448401928outcome:
passed📌 Teardown phase
duration:
0.00018546218052506447outcome:
passed -
✅ Test 36
params: default="y", user_input="y", expected_output=true, expected_prompt="Question? [Y/n] "📌 Runtime Parameters
params: default: y user_input: y expected_output: True expected_prompt: Question? [Y/n] id: y-y-True-Question? [Y/n]📌 Setup phase
duration:
0.0003301161341369152outcome:
passed📌 Call phase
duration:
0.000502362847328186outcome:
passed📌 Teardown phase
duration:
0.00019357306882739067outcome:
passed -
✅ Test 37
params: default="y", user_input="n", expected_output=false, expected_prompt="Question? [Y/n] "📌 Runtime Parameters
params: default: y user_input: n expected_output: False expected_prompt: Question? [Y/n] id: y-n-False-Question? [Y/n]📌 Setup phase
duration:
0.00033472292125225067outcome:
passed📌 Call phase
duration:
0.0005071563646197319outcome:
passed📌 Teardown phase
duration:
0.0001841341145336628outcome:
passed -
✅ Test 38
params: default="y", user_input="", expected_output=true, expected_prompt="Question? [Y/n] "📌 Runtime Parameters
params: default: y user_input: None expected_output: True expected_prompt: Question? [Y/n] id: y--True-Question? [Y/n]📌 Setup phase
duration:
0.0003183339722454548outcome:
passed📌 Call phase
duration:
0.0006147781386971474outcome:
passed📌 Teardown phase
duration:
0.00019136210903525352outcome:
passed -
✅ Test 39
params: default="n", user_input="y", expected_output=true, expected_prompt="Question? [y/N] "📌 Runtime Parameters
params: default: n user_input: y expected_output: True expected_prompt: Question? [y/N] id: n-y-True-Question? [y/N]📌 Setup phase
duration:
0.00032875314354896545outcome:
passed📌 Call phase
duration:
0.0005143787711858749outcome:
passed📌 Teardown phase
duration:
0.00017880788072943687outcome:
passed -
✅ Test 40
params: default="n", user_input="n", expected_output=false, expected_prompt="Question? [y/N] "📌 Runtime Parameters
params: default: n user_input: n expected_output: False expected_prompt: Question? [y/N] id: n-n-False-Question? [y/N]📌 Setup phase
duration:
0.00034740520641207695outcome:
passed📌 Call phase
duration:
0.0005092490464448929outcome:
passed📌 Teardown phase
duration:
0.00020986935123801231outcome:
passed -
✅ Test 41
params: default="n", user_input="", expected_output=false, expected_prompt="Question? [y/N] "📌 Runtime Parameters
params: default: n user_input: None expected_output: False expected_prompt: Question? [y/N] id: n--False-Question? [y/N]📌 Setup phase
duration:
0.00032487791031599045outcome:
passed📌 Call phase
duration:
0.0009468146599829197outcome:
passed📌 Teardown phase
duration:
0.00018646800890564919outcome:
passed
↳ Function: test_ask_yes_no_ctrl_c
-
✅ Test 42
params: default=null, user_input="", expected_output=false, ctrl_c="n"📌 Runtime Parameters
params: default: None user_input: <class 'KeyboardInterrupt'> expected_output: False ctrl_c: n id: None-KeyboardInterrupt-False-n📌 Setup phase
duration:
0.00032857805490493774outcome:
passed📌 Call phase
duration:
0.0005402304232120514outcome:
passed📌 Teardown phase
duration:
0.00018746871501207352outcome:
passed -
✅ Test 43
params: default=null, user_input="", expected_output=true, ctrl_c="y"📌 Runtime Parameters
params: default: None user_input: <class 'KeyboardInterrupt'> expected_output: True ctrl_c: y id: None-KeyboardInterrupt-True-y📌 Setup phase
duration:
0.00031617889180779457outcome:
passed📌 Call phase
duration:
0.0005438677035272121outcome:
passed📌 Teardown phase
duration:
0.00017891312018036842outcome:
passed -
✅ Test 44
params: default="y", user_input="", expected_output=false, ctrl_c="n"📌 Runtime Parameters
params: default: y user_input: <class 'KeyboardInterrupt'> expected_output: False ctrl_c: n id: y-KeyboardInterrupt-False-n📌 Setup phase
duration:
0.000314139761030674outcome:
passed📌 Call phase
duration:
0.0005239010788500309outcome:
passed📌 Teardown phase
duration:
0.00017397385090589523outcome:
passed -
✅ Test 45
params: default="y", user_input="", expected_output=true, ctrl_c="y"📌 Runtime Parameters
params: default: y user_input: <class 'KeyboardInterrupt'> expected_output: True ctrl_c: y id: y-KeyboardInterrupt-True-y📌 Setup phase
duration:
0.0003145807422697544outcome:
passed📌 Call phase
duration:
0.0006044581532478333outcome:
passed📌 Teardown phase
duration:
0.00018498720601201057outcome:
passed -
✅ Test 46
params: default="n", user_input="", expected_output=false, ctrl_c="n"📌 Runtime Parameters
params: default: n user_input: <class 'KeyboardInterrupt'> expected_output: False ctrl_c: n id: n-KeyboardInterrupt-False-n📌 Setup phase
duration:
0.0003078598529100418outcome:
passed📌 Call phase
duration:
0.0005207639187574387outcome:
passed📌 Teardown phase
duration:
0.0001826663501560688outcome:
passed -
✅ Test 47
params: default=null, user_input="['invalid', '', 'invalid', ]", expected_output=false, ctrl_c="n"📌 Runtime Parameters
params: default: None user_input: ['invalid', '', 'invalid', <class 'KeyboardInterrupt'>] expected_output: False ctrl_c: n id: None-user_input5-False-n📌 Setup phase
duration:
0.0003166086971759796outcome:
passed📌 Call phase
duration:
0.0005951640196144581outcome:
passed📌 Teardown phase
duration:
0.00018654298037290573outcome:
passed -
✅ Test 48
params: default=null, user_input="['invalid', '', 'invalid', ]", expected_output=true, ctrl_c="y"📌 Runtime Parameters
params: default: None user_input: ['invalid', '', 'invalid', <class 'KeyboardInterrupt'>] expected_output: True ctrl_c: y id: None-user_input6-True-y📌 Setup phase
duration:
0.00036596693098545074outcome:
passed📌 Call phase
duration:
0.0006179409101605415outcome:
passed📌 Teardown phase
duration:
0.00020869728177785873outcome:
passed -
✅ Test 49
params: default=null, user_input="['foo', '', , '', 'invalid', , 'no']", expected_output=false, ctrl_c=null📌 Runtime Parameters
params: default: None user_input: ['foo', '', <class 'KeyboardInterrupt'>, '', 'invalid', <class 'KeyboardInterrupt'>, 'no'] expected_output: False ctrl_c: None id: None-user_input7-False-None📌 Setup phase
duration:
0.00046401703730225563outcome:
passed📌 Call phase
duration:
0.000680010300129652outcome:
passed📌 Teardown phase
duration:
0.00019452860578894615outcome:
passed -
✅ Test 50
params: default="n", user_input="[, , , '']", expected_output=false, ctrl_c=null📌 Runtime Parameters
params: default: n user_input: [<class 'KeyboardInterrupt'>, <class 'KeyboardInterrupt'>, <class 'KeyboardInterrupt'>, ''] expected_output: False ctrl_c: None id: n-user_input8-False-None📌 Setup phase
duration:
0.0003315312787890434outcome:
passed📌 Call phase
duration:
0.0005889758467674255outcome:
passed📌 Teardown phase
duration:
0.00019644200801849365outcome:
passed -
✅ Test 51
params: default="n", user_input="[, , , '']", expected_output=false, ctrl_c="Invalid"📌 Runtime Parameters
params: default: n user_input: [<class 'KeyboardInterrupt'>, <class 'KeyboardInterrupt'>, <class 'KeyboardInterrupt'>, ''] expected_output: False ctrl_c: Invalid id: n-user_input9-False-Invalid📌 Setup phase
duration:
0.0003588269464671612outcome:
passed📌 Call phase
duration:
0.0005822931416332722outcome:
passed📌 Teardown phase
duration:
0.000263730064034462outcome:
passed
↳ Function: test_ask_yes_no_ctrl_d
-
✅ Test 52
params: default=null, user_input="", expected_output=false, ctrl_d="n"📌 Runtime Parameters
params: default: None user_input: <class 'EOFError'> expected_output: False ctrl_d: n id: None-EOFError-False-n📌 Setup phase
duration:
0.0003393711522221565outcome:
passed📌 Call phase
duration:
0.0006255032494664192outcome:
passed📌 Teardown phase
duration:
0.00019933981820940971outcome:
passed -
✅ Test 53
params: default=null, user_input="", expected_output=true, ctrl_d="y"📌 Runtime Parameters
params: default: None user_input: <class 'EOFError'> expected_output: True ctrl_d: y id: None-EOFError-True-y📌 Setup phase
duration:
0.0003617219626903534outcome:
passed📌 Call phase
duration:
0.000573405995965004outcome:
passed📌 Teardown phase
duration:
0.0001826006919145584outcome:
passed -
✅ Test 54
params: default="y", user_input="", expected_output=true, ctrl_d="y"📌 Runtime Parameters
params: default: y user_input: <class 'EOFError'> expected_output: True ctrl_d: y id: y-EOFError-True-y📌 Setup phase
duration:
0.0003149770200252533outcome:
passed📌 Call phase
duration:
0.0005253390409052372outcome:
passed📌 Teardown phase
duration:
0.00017792126163840294outcome:
passed -
✅ Test 55
params: default="n", user_input="", expected_output=true, ctrl_d="y"📌 Runtime Parameters
params: default: n user_input: <class 'EOFError'> expected_output: True ctrl_d: y id: n-EOFError-True-y📌 Setup phase
duration:
0.0003211689181625843outcome:
passed📌 Call phase
duration:
0.0005331630818545818outcome:
passed📌 Teardown phase
duration:
0.00018857186660170555outcome:
passed -
✅ Test 56
params: default="n", user_input="", expected_output=false, ctrl_d="n"📌 Runtime Parameters
params: default: n user_input: <class 'EOFError'> expected_output: False ctrl_d: n id: n-EOFError-False-n📌 Setup phase
duration:
0.0003608507104218006outcome:
passed📌 Call phase
duration:
0.0006417068652808666outcome:
passed📌 Teardown phase
duration:
0.00018421700224280357outcome:
passed -
✅ Test 57
params: default=null, user_input="['foo', ]", expected_output=true, ctrl_d="y"📌 Runtime Parameters
params: default: None user_input: ['foo', <class 'EOFError'>] expected_output: True ctrl_d: y id: None-user_input5-True-y📌 Setup phase
duration:
0.00034977681934833527outcome:
passed📌 Call phase
duration:
0.0005590859800577164outcome:
passed📌 Teardown phase
duration:
0.0002269451506435871outcome:
passed -
✅ Test 58
params: default=null, user_input="['foo', ]", expected_output=false, ctrl_d="n"📌 Runtime Parameters
params: default: None user_input: ['foo', <class 'EOFError'>] expected_output: False ctrl_d: n id: None-user_input6-False-n📌 Setup phase
duration:
0.0003472696989774704outcome:
passed📌 Call phase
duration:
0.00059897406026721outcome:
passed📌 Teardown phase
duration:
0.00018682004883885384outcome:
passed -
✅ Test 59
params: default="y", user_input="", expected_output=true, ctrl_d=null📌 Runtime Parameters
params: default: y user_input: <class 'EOFError'> expected_output: True ctrl_d: None id: y-EOFError-True-None📌 Setup phase
duration:
0.00034522125497460365outcome:
passed📌 Call phase
duration:
0.0006493991240859032outcome:
passed📌 Teardown phase
duration:
0.0002004639245569706outcome:
passed -
✅ Test 60
params: default="n", user_input="", expected_output=false, ctrl_d=null📌 Runtime Parameters
params: default: n user_input: <class 'EOFError'> expected_output: False ctrl_d: None id: n-EOFError-False-None📌 Setup phase
duration:
0.0003641769289970398outcome:
passed📌 Call phase
duration:
0.0005363947711884975outcome:
passed📌 Teardown phase
duration:
0.00017869006842374802outcome:
passed -
✅ Test 61
params: default=null, user_input="['invalid', 'ok', '', , 'ok', 'y']", expected_output=true, ctrl_d=null📌 Runtime Parameters
params: default: None user_input: ['invalid', 'ok', '', <class 'EOFError'>, 'ok', 'y'] expected_output: True ctrl_d: None id: None-user_input9-True-None📌 Setup phase
duration:
0.0003243107348680496outcome:
passed📌 Call phase
duration:
0.000602091196924448outcome:
passed📌 Teardown phase
duration:
0.00017735501751303673outcome:
passed -
✅ Test 62
params: default="n", user_input="['no', ]", expected_output=false, ctrl_d=null📌 Runtime Parameters
params: default: n user_input: ['no', <class 'EOFError'>] expected_output: False ctrl_d: None id: n-user_input10-False-None📌 Setup phase
duration:
0.00034027500078082085outcome:
passed📌 Call phase
duration:
0.0005103908479213715outcome:
passed📌 Teardown phase
duration:
0.00017862394452095032outcome:
passed -
✅ Test 63
params: default=null, user_input="[, , , 'y']", expected_output=true, ctrl_d=null📌 Runtime Parameters
params: default: None user_input: [<class 'EOFError'>, <class 'EOFError'>, <class 'EOFError'>, 'y'] expected_output: True ctrl_d: None id: None-user_input11-True-None📌 Setup phase
duration:
0.00033268891274929047outcome:
passed📌 Call phase
duration:
0.0006674067117273808outcome:
passed📌 Teardown phase
duration:
0.00019573094323277473outcome:
passed -
✅ Test 64
params: default=null, user_input="['invalid', '', 'nope', ]", expected_output=false, ctrl_d="n"📌 Runtime Parameters
params: default: None user_input: ['invalid', '', 'nope', <class 'EOFError'>] expected_output: False ctrl_d: n id: None-user_input12-False-n📌 Setup phase
duration:
0.0003187078982591629outcome:
passed📌 Call phase
duration:
0.00058394530788064outcome:
passed📌 Teardown phase
duration:
0.00020354101434350014outcome:
passed -
✅ Test 65
params: default=null, user_input="['nope', 'nope', ]", expected_output=true, ctrl_d="y"📌 Runtime Parameters
params: default: None user_input: ['nope', 'nope', <class 'EOFError'>] expected_output: True ctrl_d: y id: None-user_input13-True-y📌 Setup phase
duration:
0.0003245486877858639outcome:
passed📌 Call phase
duration:
0.0006112102419137955outcome:
passed📌 Teardown phase
duration:
0.00017960183322429657outcome:
passed
↳ Function: test_ask_yes_no_mixed_sequences
-
✅ Test 66
params: default=null, ctrl_c="invalid", ctrl_d=null, user_input="['what', '', 'nope', , 'ok', , 'no']", expected_output=false📌 Runtime Parameters
params: default: None ctrl_c: invalid ctrl_d: None user_input: ['what', '', 'nope', <class 'KeyboardInterrupt'>, 'ok', <class 'EOFError'>, 'no'] expected_output: False id: None-invalid-None-user_input0-False📌 Setup phase
duration:
0.0004069800488650799outcome:
passed📌 Call phase
duration:
0.0007148967124521732outcome:
passed📌 Teardown phase
duration:
0.00020005414262413979outcome:
passed -
✅ Test 67
params: default=null, ctrl_c=null, ctrl_d="notananswer", user_input="['maybe', , 'nop', 'yep', , 'yes']", expected_output=true📌 Runtime Parameters
params: default: None ctrl_c: None ctrl_d: notananswer user_input: ['maybe', <class 'KeyboardInterrupt'>, 'nop', 'yep', <class 'EOFError'>, 'yes'] expected_output: True id: None-None-notananswer-user_input1-True📌 Setup phase
duration:
0.0003629261627793312outcome:
passed📌 Call phase
duration:
0.0006620301865041256outcome:
passed📌 Teardown phase
duration:
0.00020558806136250496outcome:
passed -
✅ Test 68
params: default=null, ctrl_c="n", ctrl_d="nop", user_input="['ok', , , 'maybe', , 'nah', ]", expected_output=false📌 Runtime Parameters
params: default: None ctrl_c: n ctrl_d: nop user_input: ['ok', <class 'EOFError'>, <class 'EOFError'>, 'maybe', <class 'EOFError'>, 'nah', <class 'KeyboardInterrupt'>] expected_output: False id: None-n-nop-user_input2-False📌 Setup phase
duration:
0.000389911700040102outcome:
passed📌 Call phase
duration:
0.0006604068912565708outcome:
passed📌 Teardown phase
duration:
0.0002035805955529213outcome:
passed
-
-
📄 test_utils_channels.py
↳ Function: test_load_channels_and_channels_class_with_professional_names
-
✅ Test 69
📌 Setup phase
duration:
0.00012717721983790398outcome:
passed📌 Call phase
duration:
0.0010150237940251827outcome:
passed📌 Teardown phase
duration:
0.00016021262854337692outcome:
passed
-
-
📄 test_utils_config.py
↳ Function: test_config_with_nested_and_list_data
-
✅ Test 70
📌 Setup phase
duration:
0.0001256018877029419outcome:
passed📌 Call phase
duration:
0.0006341566331684589outcome:
passed📌 Teardown phase
duration:
0.00011520693078637123outcome:
passed
↳ Function: test_config_with_strange_and_edge_keys
-
✅ Test 71
📌 Setup phase
duration:
0.00011446420103311539outcome:
passed📌 Call phase
duration:
0.0007186061702668667outcome:
passed📌 Teardown phase
duration:
0.00012124935165047646outcome:
passed
-
-
📄 test_utils_cpint.py
↳ Function: test_load_color_variants_all_keys_and_types
-
✅ Test 72
params: base_color="red"📌 Runtime Parameters
params: base_color: red id: red📌 Setup phase
duration:
0.00021611712872982025outcome:
passed📌 Call phase
duration:
0.00018869992345571518outcome:
passed📌 Teardown phase
duration:
0.0001296219415962696outcome:
passed -
✅ Test 73
params: base_color="blue"📌 Runtime Parameters
params: base_color: blue id: blue📌 Setup phase
duration:
0.0002975352108478546outcome:
passed📌 Call phase
duration:
0.00016870396211743355outcome:
passed📌 Teardown phase
duration:
0.00012759026139974594outcome:
passed -
✅ Test 74
params: base_color="yellow"📌 Runtime Parameters
params: base_color: yellow id: yellow📌 Setup phase
duration:
0.00017848610877990723outcome:
passed📌 Call phase
duration:
0.00016091065481305122outcome:
passed📌 Teardown phase
duration:
0.00011778203770518303outcome:
passed -
✅ Test 75
params: base_color="green"📌 Runtime Parameters
params: base_color: green id: green📌 Setup phase
duration:
0.00017084460705518723outcome:
passed📌 Call phase
duration:
0.00015669595450162888outcome:
passed📌 Teardown phase
duration:
0.00011718599125742912outcome:
passed -
✅ Test 76
params: base_color="cyan"📌 Runtime Parameters
params: base_color: cyan id: cyan📌 Setup phase
duration:
0.00016389507800340652outcome:
passed📌 Call phase
duration:
0.00015717558562755585outcome:
passed📌 Teardown phase
duration:
0.00013723177835345268outcome:
passed -
✅ Test 77
params: base_color="magenta"📌 Runtime Parameters
params: base_color: magenta id: magenta📌 Setup phase
duration:
0.0001929248683154583outcome:
passed📌 Call phase
duration:
0.0001774854026734829outcome:
passed📌 Teardown phase
duration:
0.0001353132538497448outcome:
passed -
✅ Test 78
params: base_color="white"📌 Runtime Parameters
params: base_color: white id: white📌 Setup phase
duration:
0.0002016923390328884outcome:
passed📌 Call phase
duration:
0.00017068162560462952outcome:
passed📌 Teardown phase
duration:
0.00013835309073328972outcome:
passed -
✅ Test 79
params: base_color="black"📌 Runtime Parameters
params: base_color: black id: black📌 Setup phase
duration:
0.0001738280989229679outcome:
passed📌 Call phase
duration:
0.00018103700131177902outcome:
passed📌 Teardown phase
duration:
0.00013061100617051125outcome:
passed
↳ Function: test_cprint_all_cases_fancy
-
✅ Test 80
params: objects=[["Fancy", "list"], {"a": 7}, null], color_spec=["red", "+"], sep=" | ", expected_flatten="['Fancy', 'list'] | {'a': 7} | None", expected_error=null📌 Runtime Parameters
params: objects: - - Fancy - list - a: 7 - (vide) color_spec: - red - + sep: | expected_flatten: ['Fancy', 'list'] | {'a': 7} | None expected_error: None id: objects0-color_spec0- | -['Fancy', 'list'] | {'a': 7} | None-None📌 Setup phase
duration:
0.0006201961077749729outcome:
passed📌 Call phase
duration:
0.00026404717937111855outcome:
passed📌 Teardown phase
duration:
0.0002633570693433285outcome:
passed -
✅ Test 81
params: objects=[{"k": [1, 2]}, 99, ["X", ["Y"]]], color_spec=["blue", "++"], sep=" - ", expected_flatten="{'k': [1, 2]} - 99 - ['X', ['Y']]", expected_error=null📌 Runtime Parameters
params: objects: - k: - 1 - 2 - 99 - - X - - Y color_spec: - blue - ++ sep: - expected_flatten: {'k': [1, 2]} - 99 - ['X', ['Y']] expected_error: None id: objects1-color_spec1- - -{'k': [1, 2]} - 99 - ['X', ['Y']]-None📌 Setup phase
duration:
0.0004940726794302464outcome:
passed📌 Call phase
duration:
0.00026235589757561684outcome:
passed📌 Teardown phase
duration:
0.00024222396314144135outcome:
passed -
✅ Test 82
params: objects=[[], {}, "End"], color_spec=["magenta", "--"], sep=" / ", expected_flatten="[] / {} / End", expected_error=null📌 Runtime Parameters
params: objects: - (vide) - (vide) - End color_spec: - magenta - -- sep: / expected_flatten: [] / {} / End expected_error: None id: objects2-color_spec2- / -[] / {} / End-None📌 Setup phase
duration:
0.00045854877680540085outcome:
passed📌 Call phase
duration:
0.00024204980581998825outcome:
passed📌 Teardown phase
duration:
0.00024214433506131172outcome:
passed -
✅ Test 83
params: objects="", [3, 4, "done", 0], color_spec=["green", ""], sep=";", expected_flatten="['', [3, 4]];done;0", expected_error=null📌 Runtime Parameters
params: objects: - - (vide) - - 3 - 4 - done - (vide) color_spec: - green - (vide) sep: ; expected_flatten: ['', [3, 4]];done;0 expected_error: None id: objects3-color_spec3-;-['', [3, 4]];done;0-None📌 Setup phase
duration:
0.00047396402806043625outcome:
passed📌 Call phase
duration:
0.00023498013615608215outcome:
passed📌 Teardown phase
duration:
0.0002479739487171173outcome:
passed -
✅ Test 84
params: objects=[["alpha", null], ["beta", {}], "stop"], color_spec=["yellow", ""], sep="::", expected_flatten="['alpha', None]::['beta', {}]::stop", expected_error=null📌 Runtime Parameters
params: objects: - - alpha - (vide) - - beta - (vide) - stop color_spec: - yellow - (vide) sep: :: expected_flatten: ['alpha', None]::['beta', {}]::stop expected_error: None id: objects4-color_spec4-::-['alpha', None]::['beta', {}]::stop-None📌 Setup phase
duration:
0.00046104565262794495outcome:
passed📌 Call phase
duration:
0.00024141091853380203outcome:
passed📌 Teardown phase
duration:
0.00024119531735777855outcome:
passed -
✅ Test 85
params: objects="deep", ["deeper", ["deepest"], "X"], color_spec=["cyan", "+"], sep=" ... ", expected_flatten="['deep', ['deeper', ['deepest']]] ... X", expected_error=null📌 Runtime Parameters
params: objects: - - deep - - deeper - - deepest - X color_spec: - cyan - + sep: ... expected_flatten: ['deep', ['deeper', ['deepest']]] ... X expected_error: None id: objects5-color_spec5- ... -['deep', ['deeper', ['deepest']]] ... X-None📌 Setup phase
duration:
0.0004631374031305313outcome:
passed📌 Call phase
duration:
0.00023206323385238647outcome:
passed📌 Teardown phase
duration:
0.00025112414732575417outcome:
passed -
✅ Test 86
params: objects=[{"dict": {"nested": [4, 5]}}, [true, false], 6.28], color_spec=["white", "++"], sep=" // ", expected_flatten="{'dict': {'nested': [4, 5]}} // [True, False] // 6.28", expected_error=null📌 Runtime Parameters
params: objects: - dict: nested: - 4 - 5 - - True - (vide) - 6.28 color_spec: - white - ++ sep: // expected_flatten: {'dict': {'nested': [4, 5]}} // [True, False] // 6.28 expected_error: None id: objects6-color_spec6- // -{'dict': {'nested': [4, 5]}} // [True, False] // 6.28-None📌 Setup phase
duration:
0.0004493752494454384outcome:
passed📌 Call phase
duration:
0.00024405959993600845outcome:
passed📌 Teardown phase
duration:
0.00024444935843348503outcome:
passed -
✅ Test 87
params: objects="A", ["B", "string", "C"], color_spec=["red", "--"], sep="==", expected_flatten="['A', ['B']]==string==C", expected_error=null📌 Runtime Parameters
params: objects: - - A - - B - string - C color_spec: - red - -- sep: == expected_flatten: ['A', ['B']]==string==C expected_error: None id: objects7-color_spec7-==-['A', ['B']]==string==C-None📌 Setup phase
duration:
0.0004850728437304497outcome:
passed📌 Call phase
duration:
0.00027392618358135223outcome:
passed📌 Teardown phase
duration:
0.0002457117661833763outcome:
passed -
✅ Test 88
params: objects="Test", null, [, {"v": 0}], color_spec=["green", "++"], sep=" ++ ", expected_flatten="['Test', None, []] ++ {'v': 0}", expected_error=null📌 Runtime Parameters
params: objects: - - Test - (vide) - (vide) - v: 0 color_spec: - green - ++ sep: ++ expected_flatten: ['Test', None, []] ++ {'v': 0} expected_error: None id: objects8-color_spec8- ++ -['Test', None, []] ++ {'v': 0}-None📌 Setup phase
duration:
0.0004691830836236477outcome:
passed📌 Call phase
duration:
0.00023121479898691177outcome:
passed📌 Teardown phase
duration:
0.00025500496849417686outcome:
passed -
✅ Test 89
params: objects=[["no", "color"], "plain"], color_spec=null, sep=";", expected_flatten="['no', 'color'];plain", expected_error=null📌 Runtime Parameters
params: objects: - - no - color - plain color_spec: None sep: ; expected_flatten: ['no', 'color'];plain expected_error: None id: objects9-None-;-['no', 'color'];plain-None📌 Setup phase
duration:
0.000503340270370245outcome:
passed📌 Call phase
duration:
0.0002351459115743637outcome:
passed📌 Teardown phase
duration:
0.00023854104802012444outcome:
passed -
✅ Test 90
params: objects=[["simple"], "", 12], color_spec=null, sep=" | ", expected_flatten="['simple'] | | 12", expected_error=null📌 Runtime Parameters
params: objects: - - simple - (vide) - 12 color_spec: None sep: | expected_flatten: ['simple'] | | 12 expected_error: None id: objects10-None- | -['simple'] | | 12-None📌 Setup phase
duration:
0.00045109307393431664outcome:
passed📌 Call phase
duration:
0.0002307659015059471outcome:
passed📌 Teardown phase
duration:
0.0002373596653342247outcome:
passed -
✅ Test 91
params: objects=["very", "deep", {"ok": true}], color_spec=null, sep=" : ", expected_flatten="'very', 'deep' : {'ok': True}", expected_error=null📌 Runtime Parameters
params: objects: - - - very - deep - ok: True color_spec: None sep: : expected_flatten: [['very', 'deep']] : {'ok': True} expected_error: None id: objects11-None- : -[['very', 'deep']] : {'ok': True}-None📌 Setup phase
duration:
0.0004607303999364376outcome:
passed📌 Call phase
duration:
0.00022464105859398842outcome:
passed📌 Teardown phase
duration:
0.0002543819136917591outcome:
passed -
✅ Test 92
params: objects=[["fail", "color"], 123], color_spec=["green", "!!"], sep="|", expected_flatten="['fail', 'color']|123", expected_error=""📌 Runtime Parameters
params: objects: - - fail - color - 123 color_spec: - green - !! sep: | expected_flatten: ['fail', 'color']|123 expected_error: <class 'ValueError'> id: objects12-color_spec12-|-['fail', 'color']|123-ValueError📌 Setup phase
duration:
0.000445476733148098outcome:
passed📌 Call phase
duration:
0.00026825396344065666outcome:
passed📌 Teardown phase
duration:
0.00024049822241067886outcome:
passed -
✅ Test 93
params: objects=[["error"], {}], color_spec=["cyan", "xxx"], sep=" * ", expected_flatten="['error'] * {}", expected_error=""📌 Runtime Parameters
params: objects: - - error - (vide) color_spec: - cyan - xxx sep: * expected_flatten: ['error'] * {} expected_error: <class 'ValueError'> id: objects13-color_spec13- * -['error'] * {}-ValueError📌 Setup phase
duration:
0.0004865890368819237outcome:
passed📌 Call phase
duration:
0.00023676874116063118outcome:
passed📌 Teardown phase
duration:
0.00027869734913110733outcome:
passed -
✅ Test 94
params: objects="nope"], ["bad", color_spec=["magenta", "invalid"], sep="//", expected_flatten="['nope']//['bad']", expected_error=""📌 Runtime Parameters
params: objects: - - nope - - bad color_spec: - magenta - invalid sep: // expected_flatten: ['nope']//['bad'] expected_error: <class 'ValueError'> id: objects14-color_spec14-//-['nope']//['bad']-ValueError📌 Setup phase
duration:
0.0004730289801955223outcome:
passed📌 Call phase
duration:
0.00023820670321583748outcome:
passed📌 Teardown phase
duration:
0.00024719908833503723outcome:
passed -
✅ Test 95
params: objects=["wrong", "base"], color_spec=["notacolor", ""], sep="--", expected_flatten="wrong--base", expected_error=""📌 Runtime Parameters
params: objects: - wrong - base color_spec: - notacolor - (vide) sep: -- expected_flatten: wrong--base expected_error: <class 'ValueError'> id: objects15-color_spec15----wrong--base-ValueError📌 Setup phase
duration:
0.00048800790682435036outcome:
passed📌 Call phase
duration:
0.0002867751754820347outcome:
passed📌 Teardown phase
duration:
0.00025746412575244904outcome:
passed
-
-
📄 test_utils_debug.py
↳ Function: test_traceable
-
✅ Test 96
params: cls="", entry=[[10, 20], {}], expected="creating: A(10, 20)"📌 Runtime Parameters
params: cls: <class 'test_utils_debug.A'> entry: - - 10 - 20 - (vide) expected: creating: A(10, 20) id: A-entry0-creating: A(10, 20)📌 Setup phase
duration:
0.0003246278502047062outcome:
passed📌 Call phase
duration:
0.0010892106220126152outcome:
passed📌 Teardown phase
duration:
0.00020808307453989983outcome:
passed -
✅ Test 97
params: cls="", entry=[[10, 20], {"e": 100}], expected="creating: A(10, 20, e=100)"📌 Runtime Parameters
params: cls: <class 'test_utils_debug.A'> entry: - - 10 - 20 - e: 100 expected: creating: A(10, 20, e=100) id: A-entry1-creating: A(10, 20, e=100)📌 Setup phase
duration:
0.00032456405460834503outcome:
passed📌 Call phase
duration:
0.0008994089439511299outcome:
passed📌 Teardown phase
duration:
0.00017116591334342957outcome:
passed -
✅ Test 98
params: cls="", entry="foo", [1, 2, 3, {"flag": true, "data": {"x": 9}}], expected="creating: A('foo', [1, 2, 3], flag=True, data={'x': 9})"📌 Runtime Parameters
params: cls: <class 'test_utils_debug.A'> entry: - - foo - - 1 - 2 - 3 - flag: True data: x: 9 expected: creating: A('foo', [1, 2, 3], flag=True, data={'x': 9}) id: A-entry2-creating: A('foo', [1, 2, 3], flag=True, data={'x': 9})📌 Setup phase
duration:
0.0002897079102694988outcome:
passed📌 Call phase
duration:
0.0008018780499696732outcome:
passed📌 Teardown phase
duration:
0.00017659086734056473outcome:
passed -
✅ Test 99
params: cls="", entry="([CustomObj(big), [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]], {'name': 'test', 'meta': 'yyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyy'})", expected="creating: A(CustomObj(big), [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0], name='test', meta='yyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyy...)"📌 Runtime Parameters
params: cls: <class 'test_utils_debug.A'> entry: ([CustomObj(big), [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]], {'name': 'test', 'meta': 'yyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyy'}) expected: creating: A(CustomObj(big), [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0], name='test', meta='yyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyy...) id: A-entry3-creating: A(CustomObj(big), [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0], name='test', meta='yyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyy...)📌 Setup phase
duration:
0.0002782819792628288outcome:
passed📌 Call phase
duration:
0.0008439328521490097outcome:
passed📌 Teardown phase
duration:
0.00017516082152724266outcome:
passed -
✅ Test 100
params: cls="", entry="AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", [0, 0, 0, 0, 0, {}], expected="creating: A('AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA..., [0, 0, 0, 0, 0])"📌 Runtime Parameters
params: cls: <class 'test_utils_debug.A'> entry: - - AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA - - (vide) - (vide) - (vide) - (vide) - (vide) - (vide) expected: creating: A('AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA..., [0, 0, 0, 0, 0]) id: A-entry4-creating: A('AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA..., [0, 0, 0, 0, 0])📌 Setup phase
duration:
0.0002872771583497524outcome:
passed📌 Call phase
duration:
0.0007619098760187626outcome:
passed📌 Teardown phase
duration:
0.00019913027063012123outcome:
passed
↳ Function: test_short_repr
-
✅ Test 101
params: value="abc", cutoff=10, expected="'abc'"📌 Runtime Parameters
params: value: abc cutoff: 10 expected: 'abc' id: abc-10-'abc'📌 Setup phase
duration:
0.00027980562299489975outcome:
passed📌 Call phase
duration:
0.00016665132716298103outcome:
passed📌 Teardown phase
duration:
0.00015201512724161148outcome:
passed -
✅ Test 103
params: value=12345, cutoff=10, expected="12345"📌 Runtime Parameters
params: value: 12345 cutoff: 10 expected: 12345 id: 12345-10-12345📌 Setup phase
duration:
0.0003361371345818043outcome:
passed📌 Call phase
duration:
0.00016725808382034302outcome:
passed📌 Teardown phase
duration:
0.00015988480299711227outcome:
passed -
✅ Test 104
params: value=[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0], cutoff=15, expected="[0, 0, 0, 0, 0,..."📌 Runtime Parameters
params: value: - (vide) - (vide) - (vide) - (vide) - (vide) - (vide) - (vide) - (vide) - (vide) - (vide) - (vide) - (vide) - (vide) - (vide) - (vide) - (vide) - (vide) - (vide) - (vide) - (vide) - (vide) - (vide) - (vide) - (vide) - (vide) - (vide) - (vide) - (vide) - (vide) - (vide) - (vide) - (vide) - (vide) - (vide) - (vide) - (vide) - (vide) - (vide) - (vide) - (vide) - (vide) - (vide) - (vide) - (vide) - (vide) - (vide) - (vide) - (vide) - (vide) - (vide) - (vide) - (vide) - (vide) - (vide) - (vide) - (vide) - (vide) - (vide) - (vide) - (vide) - (vide) - (vide) - (vide) - (vide) - (vide) - (vide) - (vide) - (vide) - (vide) - (vide) - (vide) - (vide) - (vide) - (vide) - (vide) - (vide) - (vide) - (vide) - (vide) - (vide) - (vide) - (vide) - (vide) - (vide) - (vide) - (vide) - (vide) - (vide) - (vide) - (vide) - (vide) - (vide) - (vide) - (vide) - (vide) - (vide) - (vide) - (vide) - (vide) - (vide) cutoff: 15 expected: [0, 0, 0, 0, 0,... id: value3-15-[0, 0, 0, 0, 0,...📌 Setup phase
duration:
0.00029167020693421364outcome:
passed📌 Call phase
duration:
0.00015994487330317497outcome:
passed📌 Teardown phase
duration:
0.00016431976109743118outcome:
passed -
✅ Test 105
params: value=null, cutoff=10, expected="None"📌 Runtime Parameters
params: value: None cutoff: 10 expected: None id: None-10-None📌 Setup phase
duration:
0.0002828170545399189outcome:
passed📌 Call phase
duration:
0.00015297066420316696outcome:
passed📌 Teardown phase
duration:
0.00015562307089567184outcome:
passed
-
-
📄 test_utils_dictext.py
↳ Function: test_attrdict_getattr
-
✅ Test 107
params: data={"x": 1, "y": 2}, attr="x", expected=1📌 Runtime Parameters
params: data: x: 1 y: 2 attr: x expected: 1 id: data0-x-1📌 Setup phase
duration:
0.00029334472492337227outcome:
passed📌 Call phase
duration:
0.00017886701971292496outcome:
passed📌 Teardown phase
duration:
0.00015376321971416473outcome:
passed -
✅ Test 108
params: data={"world": "ok"}, attr="world", expected="ok"📌 Runtime Parameters
params: data: world: ok attr: world expected: ok id: data1-world-ok📌 Setup phase
duration:
0.0002735503949224949outcome:
passed📌 Call phase
duration:
0.00015555927529931068outcome:
passed📌 Teardown phase
duration:
0.00015017623081803322outcome:
passed -
✅ Test 109
params: data={"outer": {"inner": 42}}, attr="outer", expected={"inner": 42}📌 Runtime Parameters
params: data: outer: inner: 42 attr: outer expected: inner: 42 id: data2-outer-expected2📌 Setup phase
duration:
0.00027658184990286827outcome:
passed📌 Call phase
duration:
0.00015325797721743584outcome:
passed📌 Teardown phase
duration:
0.00015609804540872574outcome:
passed
↳ Function: test_attrdict_setattr
-
✅ Test 110
params: initial={}, attr="nouveau", value=123📌 Runtime Parameters
params: initial: {} attr: nouveau value: 123 id: initial0-nouveau-123📌 Setup phase
duration:
0.00026139477267861366outcome:
passed📌 Call phase
duration:
0.00014967424795031548outcome:
passed📌 Teardown phase
duration:
0.00015687895938754082outcome:
passed -
✅ Test 111
params: initial={"a": 1}, attr="b", value="valeur"📌 Runtime Parameters
params: initial: a: 1 attr: b value: valeur id: initial1-b-valeur📌 Setup phase
duration:
0.00026331283152103424outcome:
passed📌 Call phase
duration:
0.0001493501476943493outcome:
passed📌 Teardown phase
duration:
0.0001471186988055706outcome:
passed
↳ Function: test_attrdict_delattr
-
✅ Test 112
params: initial={"a": 1, "b": 2}, to_del="a", expected_keys=["b"]📌 Runtime Parameters
params: initial: a: 1 b: 2 to_del: a expected_keys: - b id: initial0-a-expected_keys0📌 Setup phase
duration:
0.00026354892179369926outcome:
passed📌 Call phase
duration:
0.0001970883458852768outcome:
passed📌 Teardown phase
duration:
0.0001519257202744484outcome:
passed -
✅ Test 113
params: initial={"k": "v"}, to_del="k", expected_keys=[]📌 Runtime Parameters
params: initial: k: v to_del: k expected_keys: [] id: initial1-k-expected_keys1📌 Setup phase
duration:
0.00026291608810424805outcome:
passed📌 Call phase
duration:
0.0001756926067173481outcome:
passed📌 Teardown phase
duration:
0.00015562493354082108outcome:
passed
↳ Function: test_attrdict_dir
-
✅ Test 114
params: data={"alpha": 1, "beta": 2}, expected_keys="{'beta', 'alpha'}"📌 Runtime Parameters
params: data: alpha: 1 beta: 2 expected_keys: {'beta', 'alpha'} id: data0-expected_keys0📌 Setup phase
duration:
0.0002420949749648571outcome:
passed📌 Call phase
duration:
0.00014974689111113548outcome:
passed📌 Teardown phase
duration:
0.00013394607231020927outcome:
passed -
✅ Test 115
params: data={}, expected_keys="set()"📌 Runtime Parameters
params: data: {} expected_keys: set() id: data1-expected_keys1📌 Setup phase
duration:
0.00023830682039260864outcome:
passed📌 Call phase
duration:
0.00017448561266064644outcome:
passed📌 Teardown phase
duration:
0.00013728486374020576outcome:
passed
↳ Function: test_attrdict_getattr_and_missing
-
✅ Test 116
params: data={"x": 1, "y": 2}, attr="x", expect_value=1, expect_error=null📌 Runtime Parameters
params: data: x: 1 y: 2 attr: x expect_value: 1 expect_error: None id: data0-x-1-None📌 Setup phase
duration:
0.00034904293715953827outcome:
passed📌 Call phase
duration:
0.00015943404287099838outcome:
passed📌 Teardown phase
duration:
0.00017128605395555496outcome:
passed -
✅ Test 117
params: data={"number": 42}, attr="missing", expect_value=null, expect_error="'MyDict' object has no attribute 'missing'"📌 Runtime Parameters
params: data: number: 42 attr: missing expect_value: None expect_error: 'MyDict' object has no attribute 'missing' id: data1-missing-None-'MyDict' object has no attribute 'missing'📌 Setup phase
duration:
0.00031637027859687805outcome:
passed📌 Call phase
duration:
0.00019302312284708023outcome:
passed📌 Teardown phase
duration:
0.00016571208834648132outcome:
passed
↳ Function: test_dictupdatemixin_init_and_update
-
✅ Test 118
params: init_kwargs={"a": 1, "b": 2}, other=null, kwargs={}, expected={"a": 1, "b": 2}📌 Runtime Parameters
params: init_kwargs: a: 1 b: 2 other: None kwargs: {} expected: a: 1 b: 2 id: init_kwargs0-None-kwargs0-expected0📌 Setup phase
duration:
0.0003154720179736614outcome:
passed📌 Call phase
duration:
0.00016104476526379585outcome:
passed📌 Teardown phase
duration:
0.000174820888787508outcome:
passed -
✅ Test 119
params: init_kwargs={}, other={"x": 10, "y": 20}, kwargs={}, expected={"x": 10, "y": 20}📌 Runtime Parameters
params: init_kwargs: {} other: x: 10 y: 20 kwargs: {} expected: x: 10 y: 20 id: init_kwargs1-other1-kwargs1-expected1📌 Setup phase
duration:
0.0003004642203450203outcome:
passed📌 Call phase
duration:
0.00016403011977672577outcome:
passed📌 Teardown phase
duration:
0.00016829604282975197outcome:
passed -
✅ Test 120
params: init_kwargs={"world": "ok"}, other={"number": 42}, kwargs={"num2": 100}, expected={"world": "ok", "number": 42, "num2": 100}📌 Runtime Parameters
params: init_kwargs: world: ok other: number: 42 kwargs: num2: 100 expected: world: ok number: 42 num2: 100 id: init_kwargs2-other2-kwargs2-expected2📌 Setup phase
duration:
0.0003049587830901146outcome:
passed📌 Call phase
duration:
0.00015492411330342293outcome:
passed📌 Teardown phase
duration:
0.0001691109500825405outcome:
passed -
✅ Test 121
params: init_kwargs={}, other=null, kwargs={"alpha": "beta"}, expected={"alpha": "beta"}📌 Runtime Parameters
params: init_kwargs: {} other: None kwargs: alpha: beta expected: alpha: beta id: init_kwargs3-None-kwargs3-expected3📌 Setup phase
duration:
0.00034371064975857735outcome:
passed📌 Call phase
duration:
0.00016459869220852852outcome:
passed📌 Teardown phase
duration:
0.00016994867473840714outcome:
passed -
✅ Test 122
params: init_kwargs={}, other={"key": "value"}, kwargs={"extra": 1}, expected={"key": "value", "extra": 1}📌 Runtime Parameters
params: init_kwargs: {} other: key: value kwargs: extra: 1 expected: key: value extra: 1 id: init_kwargs4-other4-kwargs4-expected4📌 Setup phase
duration:
0.00030850572511553764outcome:
passed📌 Call phase
duration:
0.00015243329107761383outcome:
passed📌 Teardown phase
duration:
0.00017015216872096062outcome:
passed -
✅ Test 123
params: init_kwargs={}, other="key", "value"], ["list", [5, 6], kwargs={"extra": {"subkey": 123}}, expected={"key": "value", "list": [5, 6], "extra": {"subkey": 123}}📌 Runtime Parameters
params: init_kwargs: {} other: - - key - value - - list - - 5 - 6 kwargs: extra: subkey: 123 expected: key: value list: - 5 - 6 extra: subkey: 123 id: init_kwargs5-other5-kwargs5-expected5📌 Setup phase
duration:
0.00030499417334795outcome:
passed📌 Call phase
duration:
0.0002566450275480747outcome:
passed📌 Teardown phase
duration:
0.00018086610361933708outcome:
passed
-
-
📄 test_utils_dotdir.py
↳ Function: test_dotdir_creation_and_base_exists
-
✅ Test 124
📌 Setup phase
duration:
0.0013439096510410309outcome:
passed📌 Call phase
duration:
0.0002686101943254471outcome:
passed📌 Teardown phase
duration:
0.00021620001643896103outcome:
passed
↳ Function: test_dotdir_repr_returns_path_str
-
✅ Test 125
📌 Setup phase
duration:
0.0005836258642375469outcome:
passed📌 Call phase
duration:
0.0002355249598622322outcome:
passed📌 Teardown phase
duration:
0.000218844972550869outcome:
passed
↳ Function: test_dotdir_call
-
✅ Test 126
📌 Setup phase
duration:
0.0006630159914493561outcome:
passed📌 Call phase
duration:
0.00026354705914855003outcome:
passed📌 Teardown phase
duration:
0.0002194782719016075outcome:
passed
-
-
📄 test_utils_eval.py
↳ Function: test_arithmetic_eval_valid
-
✅ Test 127
params: expr="1 + 2", expected=3📌 Runtime Parameters
params: expr: 1 + 2 expected: 3 id: 1 + 2-3📌 Setup phase
duration:
0.0002573896199464798outcome:
passed📌 Call phase
duration:
0.00021112198010087013outcome:
passed📌 Teardown phase
duration:
0.00016541918739676476outcome:
passed -
✅ Test 128
params: expr="4 - 2", expected=2📌 Runtime Parameters
params: expr: 4 - 2 expected: 2 id: 4 - 2-2📌 Setup phase
duration:
0.00022969627752900124outcome:
passed📌 Call phase
duration:
0.00017033005133271217outcome:
passed📌 Teardown phase
duration:
0.00013775797560811043outcome:
passed -
✅ Test 129
params: expr="3 * 5", expected=15📌 Runtime Parameters
params: expr: 3 * 5 expected: 15 id: 3 * 5-15📌 Setup phase
duration:
0.00022975914180278778outcome:
passed📌 Call phase
duration:
0.00016903597861528397outcome:
passed📌 Teardown phase
duration:
0.0001495731994509697outcome:
passed -
✅ Test 130
params: expr="10 / 2", expected=5.0📌 Runtime Parameters
params: expr: 10 / 2 expected: 5.0 id: 10 / 2-5.0📌 Setup phase
duration:
0.0002178717404603958outcome:
passed📌 Call phase
duration:
0.00016709603369235992outcome:
passed📌 Teardown phase
duration:
0.00014627492055296898outcome:
passed -
✅ Test 131
params: expr="10 % 3", expected=1📌 Runtime Parameters
params: expr: 10 % 3 expected: 1 id: 10 % 3-1📌 Setup phase
duration:
0.00021701818332076073outcome:
passed📌 Call phase
duration:
0.00018749386072158813outcome:
passed📌 Teardown phase
duration:
0.0001422693021595478outcome:
passed -
✅ Test 132
params: expr="-5", expected=-5📌 Runtime Parameters
params: expr: -5 expected: -5 id: -5--5📌 Setup phase
duration:
0.00021825404837727547outcome:
passed📌 Call phase
duration:
0.00016369810327887535outcome:
passed📌 Teardown phase
duration:
0.0001342911273241043outcome:
passed -
✅ Test 133
params: expr="+7", expected=7📌 Runtime Parameters
params: expr: +7 expected: 7 id: +7-7📌 Setup phase
duration:
0.00023037008941173553outcome:
passed📌 Call phase
duration:
0.00017017824575304985outcome:
passed📌 Teardown phase
duration:
0.00014415103942155838outcome:
passed -
✅ Test 134
params: expr="1 + 2 * 3", expected=7📌 Runtime Parameters
params: expr: 1 + 2 * 3 expected: 7 id: 1 + 2 * 3-7📌 Setup phase
duration:
0.0002332562580704689outcome:
passed📌 Call phase
duration:
0.00018401071429252625outcome:
passed📌 Teardown phase
duration:
0.00016795704141259193outcome:
passed -
✅ Test 135
params: expr="(1 + 2) * 3", expected=9📌 Runtime Parameters
params: expr: (1 + 2) * 3 expected: 9 id: (1 + 2) * 3-9📌 Setup phase
duration:
0.0002277321182191372outcome:
passed📌 Call phase
duration:
0.00018278183415532112outcome:
passed📌 Teardown phase
duration:
0.00015029404312372208outcome:
passed -
✅ Test 136
params: expr="-(-3)", expected=3📌 Runtime Parameters
params: expr: -(-3) expected: 3 id: -(-3)-3📌 Setup phase
duration:
0.00023506395518779755outcome:
passed📌 Call phase
duration:
0.0001663179136812687outcome:
passed📌 Teardown phase
duration:
0.00015758303925395012outcome:
passed -
✅ Test 137
params: expr="-2 + 4 * 2", expected=6📌 Runtime Parameters
params: expr: -2 + 4 * 2 expected: 6 id: -2 + 4 * 2-6📌 Setup phase
duration:
0.00023099593818187714outcome:
passed📌 Call phase
duration:
0.00020331190899014473outcome:
passed📌 Teardown phase
duration:
0.00013794377446174622outcome:
passed -
✅ Test 138
params: expr="(4 + 5) * (6 - 1)", expected=45📌 Runtime Parameters
params: expr: (4 + 5) * (6 - 1) expected: 45 id: (4 + 5) * (6 - 1)-45📌 Setup phase
duration:
0.00025366339832544327outcome:
passed📌 Call phase
duration:
0.0002027447335422039outcome:
passed📌 Teardown phase
duration:
0.00016148481518030167outcome:
passed -
✅ Test 139
params: expr="(((3)))", expected=3📌 Runtime Parameters
params: expr: (((3))) expected: 3 id: (((3)))-3📌 Setup phase
duration:
0.0002577630802989006outcome:
passed📌 Call phase
duration:
0.00018035434186458588outcome:
passed📌 Teardown phase
duration:
0.00016259588301181793outcome:
passed -
✅ Test 140
params: expr="-(-(-2))", expected=-2📌 Runtime Parameters
params: expr: -(-(-2)) expected: -2 id: -(-(-2))--2📌 Setup phase
duration:
0.00023576384410262108outcome:
passed📌 Call phase
duration:
0.0001923767849802971outcome:
passed📌 Teardown phase
duration:
0.00016076304018497467outcome:
passed -
✅ Test 141
params: expr="3 + +4", expected=7📌 Runtime Parameters
params: expr: 3 + +4 expected: 7 id: 3 + +4-7📌 Setup phase
duration:
0.00023964093998074532outcome:
passed📌 Call phase
duration:
0.0002068839967250824outcome:
passed📌 Teardown phase
duration:
0.00015091430395841599outcome:
passed -
✅ Test 142
params: expr="3 + -4", expected=-1📌 Runtime Parameters
params: expr: 3 + -4 expected: -1 id: 3 + -4--1📌 Setup phase
duration:
0.00026823394000530243outcome:
passed📌 Call phase
duration:
0.00018899794667959213outcome:
passed📌 Teardown phase
duration:
0.0001439652405679226outcome:
passed -
✅ Test 143
params: expr="True + 1", expected=2📌 Runtime Parameters
params: expr: True + 1 expected: 2 id: True + 1-2📌 Setup phase
duration:
0.00023125624284148216outcome:
passed📌 Call phase
duration:
0.0001646573655307293outcome:
passed📌 Teardown phase
duration:
0.00016412604600191116outcome:
passed -
✅ Test 144
params: expr="'string'", expected="string"📌 Runtime Parameters
params: expr: 'string' expected: string id: 'string'-string📌 Setup phase
duration:
0.00022337399423122406outcome:
passed📌 Call phase
duration:
0.00015836721286177635outcome:
passed📌 Teardown phase
duration:
0.00015707500278949738outcome:
passed -
✅ Test 145
params: expr="1e1000 * 1e1000", expected=Infinity📌 Runtime Parameters
params: expr: 1e1000 * 1e1000 expected: inf id: 1e1000 * 1e1000-inf📌 Setup phase
duration:
0.0002468526363372803outcome:
passed📌 Call phase
duration:
0.000187017023563385outcome:
passed📌 Teardown phase
duration:
0.0001420709304511547outcome:
passed -
✅ Test 146
params: expr="'a' + 'b'", expected="ab"📌 Runtime Parameters
params: expr: 'a' + 'b' expected: ab id: 'a' + 'b'-ab📌 Setup phase
duration:
0.00021120207384228706outcome:
passed📌 Call phase
duration:
0.00018303515389561653outcome:
passed📌 Teardown phase
duration:
0.00014103716239333153outcome:
passed
↳ Function: test_arithmetic_eval_raises_with_message
-
✅ Test 147
params: expr="2 ** 3", expected_message="Unsupported BinOp Pow"📌 Runtime Parameters
params: expr: 2 ** 3 expected_message: Unsupported BinOp Pow id: 2 ** 3-Unsupported BinOp Pow📌 Setup phase
duration:
0.0002354942262172699outcome:
passed📌 Call phase
duration:
0.00046060793101787567outcome:
passed📌 Teardown phase
duration:
0.00017493311315774918outcome:
passed -
✅ Test 148
params: expr="3 << 1", expected_message="Unsupported BinOp LShift"📌 Runtime Parameters
params: expr: 3 << 1 expected_message: Unsupported BinOp LShift id: 3 << 1-Unsupported BinOp LShift📌 Setup phase
duration:
0.0002312758006155491outcome:
passed📌 Call phase
duration:
0.0003755372017621994outcome:
passed📌 Teardown phase
duration:
0.0001556919887661934outcome:
passed -
✅ Test 149
params: expr="1 < 2", expected_message="Unsupported node type Compare"📌 Runtime Parameters
params: expr: 1 < 2 expected_message: Unsupported node type Compare id: 1 < 2-Unsupported node type Compare📌 Setup phase
duration:
0.0002389480359852314outcome:
passed📌 Call phase
duration:
0.00037568993866443634outcome:
passed📌 Teardown phase
duration:
0.00014138594269752502outcome:
passed -
✅ Test 150
params: expr="abs(3)", expected_message="Unsupported node type Call"📌 Runtime Parameters
params: expr: abs(3) expected_message: Unsupported node type Call id: abs(3)-Unsupported node type Call📌 Setup phase
duration:
0.0002469257451593876outcome:
passed📌 Call phase
duration:
0.0003505130298435688outcome:
passed📌 Teardown phase
duration:
0.00015206169337034225outcome:
passed -
✅ Test 151
params: expr="a + 2", expected_message="Unsupported node type Name"📌 Runtime Parameters
params: expr: a + 2 expected_message: Unsupported node type Name id: a + 2-Unsupported node type Name📌 Setup phase
duration:
0.00022951094433665276outcome:
passed📌 Call phase
duration:
0.0003736587241292outcome:
passed📌 Teardown phase
duration:
0.00014897575601935387outcome:
passed -
✅ Test 152
params: expr="string", expected_message="Unsupported node type Name"📌 Runtime Parameters
params: expr: string expected_message: Unsupported node type Name id: string-Unsupported node type Name📌 Setup phase
duration:
0.00022406689822673798outcome:
passed📌 Call phase
duration:
0.00019302591681480408outcome:
passed📌 Teardown phase
duration:
0.00014555687084794044outcome:
passed -
✅ Test 153
params: expr="[1, 2] + [3]", expected_message="Unsupported node type List"📌 Runtime Parameters
params: expr: [1, 2] + [3] expected_message: Unsupported node type List id: [1, 2] + [3]-Unsupported node type List📌 Setup phase
duration:
0.00023235799744725227outcome:
passed📌 Call phase
duration:
0.0003734380006790161outcome:
passed📌 Teardown phase
duration:
0.0001581241376698017outcome:
passed -
✅ Test 154
params: expr="{1: 2}", expected_message="Unsupported node type Dict"📌 Runtime Parameters
params: expr: {1: 2} expected_message: Unsupported node type Dict id: {1: 2}-Unsupported node type Dict📌 Setup phase
duration:
0.00022599799558520317outcome:
passed📌 Call phase
duration:
0.00036424584686756134outcome:
passed📌 Teardown phase
duration:
0.0001509031280875206outcome:
passed
↳ Function: test_arithmetic_eval_runtime_errors
-
✅ Test 155
params: expr="1 / 0", exception=""📌 Runtime Parameters
params: expr: 1 / 0 exception: <class 'ZeroDivisionError'> id: 1 / 0-ZeroDivisionError📌 Setup phase
duration:
0.00025153113529086113outcome:
passed📌 Call phase
duration:
0.00023704813793301582outcome:
passed📌 Teardown phase
duration:
0.0001445487141609192outcome:
passed -
✅ Test 156
params: expr="10 % 0", exception=""📌 Runtime Parameters
params: expr: 10 % 0 exception: <class 'ZeroDivisionError'> id: 10 % 0-ZeroDivisionError📌 Setup phase
duration:
0.00023940159007906914outcome:
passed📌 Call phase
duration:
0.00018902402371168137outcome:
passed📌 Teardown phase
duration:
0.00015385402366518974outcome:
passed
↳ Function: test_forgiving_eval
-
✅ Test 157
params: expr="1 + 2", expected=3📌 Runtime Parameters
params: expr: 1 + 2 expected: 3 id: 1 + 2-3📌 Setup phase
duration:
0.0002261376939713955outcome:
passed📌 Call phase
duration:
0.00017102109268307686outcome:
passed📌 Teardown phase
duration:
0.00015569105744361877outcome:
passed -
✅ Test 158
params: expr="bad + 2", expected="bad + 2"📌 Runtime Parameters
params: expr: bad + 2 expected: bad + 2 id: bad + 2-bad + 2📌 Setup phase
duration:
0.00022042309865355492outcome:
passed📌 Call phase
duration:
0.00018603308126330376outcome:
passed📌 Teardown phase
duration:
0.00014757690951228142outcome:
passed -
✅ Test 159
params: expr="1 / 0", expected="1 / 0"📌 Runtime Parameters
params: expr: 1 / 0 expected: 1 / 0 id: 1 / 0-1 / 0📌 Setup phase
duration:
0.00022338610142469406outcome:
passed📌 Call phase
duration:
0.0001782919280230999outcome:
passed📌 Teardown phase
duration:
0.00013476191088557243outcome:
passed -
✅ Test 160
params: expr="2 ** 10", expected="2 ** 10"📌 Runtime Parameters
params: expr: 2 ** 10 expected: 2 ** 10 id: 2 ** 10-2 ** 10📌 Setup phase
duration:
0.0002449704334139824outcome:
passed📌 Call phase
duration:
0.0001727207563817501outcome:
passed📌 Teardown phase
duration:
0.00014622090384364128outcome:
passed
↳ Function: test_defaulting_eval
-
✅ Test 161
params: expr="3 * 4", default=0, expected=12📌 Runtime Parameters
params: expr: 3 * 4 default: 0 expected: 12 id: 3 * 4-0-12📌 Setup phase
duration:
0.00026957597583532333outcome:
passed📌 Call phase
duration:
0.00017542624846100807outcome:
passed📌 Teardown phase
duration:
0.00017275800928473473outcome:
passed -
✅ Test 162
params: expr="invalid + 1", default=99, expected=99📌 Runtime Parameters
params: expr: invalid + 1 default: 99 expected: 99 id: invalid + 1-99-99📌 Setup phase
duration:
0.00027452781796455383outcome:
passed📌 Call phase
duration:
0.00017066067084670067outcome:
passed📌 Teardown phase
duration:
0.00016051903367042542outcome:
passed -
✅ Test 163
params: expr="1 / 0", default=-1, expected=-1📌 Runtime Parameters
params: expr: 1 / 0 default: -1 expected: -1 id: 1 / 0--1--1📌 Setup phase
duration:
0.0002712523564696312outcome:
passed📌 Call phase
duration:
0.00020432379096746445outcome:
passed📌 Teardown phase
duration:
0.00015411479398608208outcome:
passed -
✅ Test 164
params: expr="2 ** 10", default=42, expected=42📌 Runtime Parameters
params: expr: 2 ** 10 default: 42 expected: 42 id: 2 ** 10-42-42📌 Setup phase
duration:
0.0002750982530415058outcome:
passed📌 Call phase
duration:
0.00017296988517045975outcome:
passed📌 Teardown phase
duration:
0.000158713199198246outcome:
passed
-
-
📄 test_utils_exceptions.py
↳ Function: test_chained_exception_various
-
✅ Test 165
params: func="", expected_output="High-level task failed\ncaused by KeyError: 'missing'"📌 Runtime Parameters
params: func: <function cause_key_error at 0x7f4c5959ea60> expected_output: High-level task failed caused by KeyError: 'missing' id: cause_key_error-High-level task failed\ncaused by KeyError: 'missing'📌 Setup phase
duration:
0.0002809637226164341outcome:
passed📌 Call phase
duration:
0.00020238803699612617outcome:
passed📌 Teardown phase
duration:
0.00015572784468531609outcome:
passed -
✅ Test 166
params: func="", expected_output="High-level task failed\ncaused by IndexError: list index out of range"📌 Runtime Parameters
params: func: <function cause_index_error at 0x7f4c5959eb80> expected_output: High-level task failed caused by IndexError: list index out of range id: cause_index_error-High-level task failed\ncaused by IndexError: list index out of range📌 Setup phase
duration:
0.00024628685787320137outcome:
passed📌 Call phase
duration:
0.00017743604257702827outcome:
passed📌 Teardown phase
duration:
0.00018005073070526123outcome:
passed -
✅ Test 167
params: func="", expected_output="High-level task failed\ncaused by ZeroDivisionError: division by zero"📌 Runtime Parameters
params: func: <function cause_zero_division at 0x7f4c5959ec10> expected_output: High-level task failed caused by ZeroDivisionError: division by zero id: cause_zero_division-High-level task failed\ncaused by ZeroDivisionError: division by zero📌 Setup phase
duration:
0.00024395529180765152outcome:
passed📌 Call phase
duration:
0.0001723109744489193outcome:
passed📌 Teardown phase
duration:
0.0001519680954515934outcome:
passed -
✅ Test 168
params: func="", expected_output="High-level task failed\ncaused by ValueError: invalid literal for int() with base 10: 'not_a_number'"📌 Runtime Parameters
params: func: <function cause_value_error at 0x7f4c5959eca0> expected_output: High-level task failed caused by ValueError: invalid literal for int() with base 10: 'not_a_number' id: cause_value_error-High-level task failed\ncaused by ValueError: invalid literal for int() with base 10: 'not_a_number'📌 Setup phase
duration:
0.0002574729733169079outcome:
passed📌 Call phase
duration:
0.00016710767522454262outcome:
passed📌 Teardown phase
duration:
0.00015413900837302208outcome:
passed -
✅ Test 169
params: func="", expected_output="High-level task failed\ncaused by TypeError: can only concatenate str (not \"int\") to str"📌 Runtime Parameters
params: func: <function cause_type_error at 0x7f4c5959ed30> expected_output: High-level task failed caused by TypeError: can only concatenate str (not "int") to str id: cause_type_error-High-level task failed\ncaused by TypeError: can only concatenate str (not "int") to str📌 Setup phase
duration:
0.00023161480203270912outcome:
passed📌 Call phase
duration:
0.0001618112437427044outcome:
passed📌 Teardown phase
duration:
0.00016709184274077415outcome:
passed
↳ Function: test_printed_exception
-
✅ Test 170
params: func="", expected_output="KeyError: 'missing'"📌 Runtime Parameters
params: func: <function cause_key_error at 0x7f4c5959ea60> expected_output: KeyError: 'missing' id: cause_key_error-KeyError: 'missing'📌 Setup phase
duration:
0.0008615120314061642outcome:
passed📌 Call phase
duration:
0.004409014713019133outcome:
passed📌 Teardown phase
duration:
0.0004239059053361416outcome:
passed -
✅ Test 171
params: func="", expected_output="IndexError: list index out of range"📌 Runtime Parameters
params: func: <function cause_index_error at 0x7f4c5959eb80> expected_output: IndexError: list index out of range id: cause_index_error-IndexError: list index out of range📌 Setup phase
duration:
0.0006102751940488815outcome:
passed📌 Call phase
duration:
0.002309042029082775outcome:
passed📌 Teardown phase
duration:
0.0004261699505150318outcome:
passed -
✅ Test 172
params: func="", expected_output="ZeroDivisionError: division by zero"📌 Runtime Parameters
params: func: <function cause_zero_division at 0x7f4c5959ec10> expected_output: ZeroDivisionError: division by zero id: cause_zero_division-ZeroDivisionError: division by zero📌 Setup phase
duration:
0.0005476749502122402outcome:
passed📌 Call phase
duration:
0.004852600395679474outcome:
passed📌 Teardown phase
duration:
0.00043074600398540497outcome:
passed -
✅ Test 173
params: func="", expected_output="ValueError: invalid literal for int() with base 10: 'not_a_number'"📌 Runtime Parameters
params: func: <function cause_value_error at 0x7f4c5959eca0> expected_output: ValueError: invalid literal for int() with base 10: 'not_a_number' id: cause_value_error-ValueError: invalid literal for int() with base 10: 'not_a_number'📌 Setup phase
duration:
0.0005912808701395988outcome:
passed📌 Call phase
duration:
0.0035672257654368877outcome:
passed📌 Teardown phase
duration:
0.0005195848643779755outcome:
passed -
✅ Test 174
params: func="", expected_output="TypeError: can only concatenate str (not \"int\") to str"📌 Runtime Parameters
params: func: <function cause_type_error at 0x7f4c5959ed30> expected_output: TypeError: can only concatenate str (not "int") to str id: cause_type_error-TypeError: can only concatenate str (not "int") to str📌 Setup phase
duration:
0.0005927011370658875outcome:
passed📌 Call phase
duration:
0.0016541131772100925outcome:
passed📌 Teardown phase
duration:
0.0004917718470096588outcome:
passed
-
-
📄 test_utils_get_adj.py
↳ Function: test_get_adj_success
-
✅ Test 175
📌 Setup phase
duration:
0.00013290392234921455outcome:
passed📌 Call phase
duration:
0.0006837006658315659outcome:
passed📌 Teardown phase
duration:
0.00017209583893418312outcome:
passed
↳ Function: test_get_adj_not_found
-
✅ Test 176
📌 Setup phase
duration:
0.000490190926939249outcome:
passed📌 Call phase
duration:
0.001061408780515194outcome:
passed📌 Teardown phase
duration:
0.0004180027171969414outcome:
passed
↳ Function: test_ensure_adjs_mixed
-
✅ Test 177
📌 Setup phase
duration:
0.0001250780187547207outcome:
passed📌 Call phase
duration:
0.0007974840700626373outcome:
passed📌 Teardown phase
duration:
0.00012518605217337608outcome:
passed
↳ Function: test_get_adjs_filter
-
✅ Test 178
📌 Setup phase
duration:
0.00013422081246972084outcome:
passed📌 Call phase
duration:
0.0008975551463663578outcome:
passed📌 Teardown phase
duration:
0.00012146914377808571outcome:
passed
-
-
📄 test_utils_hastyepics.py
↳ Function: test_motor_invalid_name_raises
-
✅ Test 181
📌 Setup phase
duration:
0.00013153068721294403outcome:
passed📌 Call phase
duration:
0.00028336094692349434outcome:
passed📌 Teardown phase
duration:
0.00012006284669041634outcome:
passed
↳ Function: test_motor_init_list_has_no_disabled
-
✅ Test 182
📌 Setup phase
duration:
0.0001181471161544323outcome:
passed📌 Call phase
duration:
0.00016496563330292702outcome:
passed📌 Teardown phase
duration:
0.0001031230203807354outcome:
passed
↳ Function: test_motor_pv_connection_skipped_by_default
-
✅ Test 184
📌 Setup phase
duration:
0.0001250486820936203outcome:
passed📌 Call phase
duration:
0.0005443049594759941outcome:
passed📌 Teardown phase
duration:
0.00010867370292544365outcome:
passed
↳ Function: test_motor_adds_all_extras_pvs
-
✅ Test 185
📌 Setup phase
duration:
0.00012733088806271553outcome:
passed📌 Call phase
duration:
0.0005092830397188663outcome:
passed📌 Teardown phase
duration:
0.00010463222861289978outcome:
passed
↳ Function: test_motor_PV_method_exists_and_works
-
✅ Test 186
📌 Setup phase
duration:
0.00010769907385110855outcome:
passed📌 Call phase
duration:
0.0005124830640852451outcome:
passed📌 Teardown phase
duration:
0.0001246328465640545outcome:
passed
-
-
📄 test_utils_ipy.py
↳ Function: test_devices_repr_fallback_and_ignore
-
✅ Test 187
📌 Setup phase
duration:
0.0006889300420880318outcome:
passed📌 Call phase
duration:
0.0008201450109481812outcome:
passed📌 Teardown phase
duration:
0.00025507668033242226outcome:
passed
-
-
📄 test_utils_jsonext.py
↳ Function: test_json_validate_save_load
-
✅ Test 188
params: input_obj="[1 2 3]", expected=[1, 2, 3]📌 Runtime Parameters
params: input_obj: [1 2 3] expected: - 1 - 2 - 3 id: input_obj0-expected0📌 Setup phase
duration:
0.0008022850379347801outcome:
passed📌 Call phase
duration:
0.0006277379579842091outcome:
passed📌 Teardown phase
duration:
0.0001896154135465622outcome:
passed -
✅ Test 189
params: input_obj="42", expected=42📌 Runtime Parameters
params: input_obj: 42 expected: 42 id: input_obj1-42📌 Setup phase
duration:
0.0006934339180588722outcome:
passed📌 Call phase
duration:
0.00046579865738749504outcome:
passed📌 Teardown phase
duration:
0.00019652536138892174outcome:
passed -
✅ Test 190
params: input_obj="(1-1j)", expected={"real": 1.0, "imag": -1.0}📌 Runtime Parameters
params: input_obj: (1-1j) expected: real: 1.0 imag: -1.0 id: (1-1j)-expected2📌 Setup phase
duration:
0.0005876962095499039outcome:
passed📌 Call phase
duration:
0.0004497808404266834outcome:
passed📌 Teardown phase
duration:
0.0001764330081641674outcome:
passed -
✅ Test 191
params: input_obj="/tmp/file.txt", expected="/tmp/file.txt"📌 Runtime Parameters
params: input_obj: /tmp/file.txt expected: /tmp/file.txt id: input_obj3-/tmp/file.txt📌 Setup phase
duration:
0.0005805091932415962outcome:
passed📌 Call phase
duration:
0.00040070386603474617outcome:
passed📌 Teardown phase
duration:
0.00017496710643172264outcome:
passed -
✅ Test 192
params: input_obj="{1, 2, 3}", expected=[1, 2, 3]📌 Runtime Parameters
params: input_obj: {1, 2, 3} expected: - 1 - 2 - 3 id: input_obj4-expected4📌 Setup phase
duration:
0.0006126794032752514outcome:
passed📌 Call phase
duration:
0.0004395442083477974outcome:
passed📌 Teardown phase
duration:
0.000176931731402874outcome:
passed -
✅ Test 193
params: input_obj="{'a': array([10, 20])}", expected={"a": [10, 20]}📌 Runtime Parameters
params: input_obj: {'a': array([10, 20])} expected: a: - 10 - 20 id: input_obj5-expected5📌 Setup phase
duration:
0.000612728763371706outcome:
passed📌 Call phase
duration:
0.00039431964978575706outcome:
passed📌 Teardown phase
duration:
0.00018243398517370224outcome:
passed -
✅ Test 194
params: input_obj="{'c': (2+3j)}", expected={"c": {"real": 2.0, "imag": 3.0}}📌 Runtime Parameters
params: input_obj: {'c': (2+3j)} expected: c: real: 2.0 imag: 3.0 id: input_obj6-expected6📌 Setup phase
duration:
0.0006175581365823746outcome:
passed📌 Call phase
duration:
0.0004306710325181484outcome:
passed📌 Teardown phase
duration:
0.000176228117197752outcome:
passed -
✅ Test 195
params: input_obj="{'nested': {'arr': array(10, 20],\n [30, 40), 'complex_num': (-1+5j), 'files': [PosixPath('/file1'), PosixPath('/file2')], 'set_values': {200, 100}, 'inner': {'num': 7}}}", expected={"nested": {"arr": 10, 20], [30, 40, "complex_num": {"real": -1.0, "imag": 5.0}, "files": ["/file1", "/file2"], "set_values": [100, 200], "inner": {"num": 7}}}📌 Runtime Parameters
params: input_obj: {'nested': {'arr': array([[10, 20], [30, 40]]), 'complex_num': (-1+5j), 'files': [PosixPath('/file1'), PosixPath('/file2')], 'set_values': {200, 100}, 'inner': {'num': 7}}} expected: nested: arr: - - 10 - 20 - - 30 - 40 complex_num: real: -1.0 imag: 5.0 files: - /file1 - /file2 set_values: - 100 - 200 inner: num: 7 id: input_obj7-expected7📌 Setup phase
duration:
0.0006158272735774517outcome:
passed📌 Call phase
duration:
0.0007104869000613689outcome:
passed📌 Teardown phase
duration:
0.00018918095156550407outcome:
passed
-
-
📄 test_utils_lazypv.py
↳ Function: test_getattr
-
✅ Test 196
📌 Setup phase
duration:
0.00013814633712172508outcome:
passed📌 Call phase
duration:
0.0002849712036550045outcome:
passed📌 Teardown phase
duration:
0.00010957010090351105outcome:
passed
-
-
📄 test_utils_logcfg.py
↳ Function: test_custom_log_outputs
-
✅ Test 197
params: levelname="LONG", logfunc=" at 0x7f4c58a74430>", message="This is a LONG message"📌 Runtime Parameters
params: levelname: LONG logfunc: <function <lambda> at 0x7f4c58a74430> message: This is a LONG message id: LONG-<lambda>-This is a LONG message📌 Setup phase
duration:
0.0014370721764862537outcome:
passed📌 Call phase
duration:
0.0007679630070924759outcome:
passed📌 Teardown phase
duration:
0.00022889580577611923outcome:
passed -
✅ Test 198
params: levelname="ENLARGE", logfunc=" at 0x7f4c58a744c0>", message="Please ENLARGE this!"📌 Runtime Parameters
params: levelname: ENLARGE logfunc: <function <lambda> at 0x7f4c58a744c0> message: Please ENLARGE this! id: ENLARGE-<lambda>-Please ENLARGE this!📌 Setup phase
duration:
0.00040991418063640594outcome:
passed📌 Call phase
duration:
0.0004360852763056755outcome:
passed📌 Teardown phase
duration:
0.00024860305711627007outcome:
passed
-
-
📄 test_utils_logign.py
↳ Function: test_ignore_log_msg_behavior
-
✅ Test 200
params: levelname="WARNING", msg_to_ignore="This should be ignored", msg_to_keep="This should appear"📌 Runtime Parameters
params: levelname: WARNING msg_to_ignore: This should be ignored msg_to_keep: This should appear id: WARNING-This should be ignored-This should appear📌 Setup phase
duration:
0.0006096283905208111outcome:
passed📌 Call phase
duration:
0.0008678878657519817outcome:
passed📌 Teardown phase
duration:
0.00023528700694441795outcome:
passed -
✅ Test 201
params: levelname="ENLARGE", msg_to_ignore="ENLARGE this", msg_to_keep="Keep this ENLARGE"📌 Runtime Parameters
params: levelname: ENLARGE msg_to_ignore: ENLARGE this msg_to_keep: Keep this ENLARGE id: ENLARGE-ENLARGE this-Keep this ENLARGE📌 Setup phase
duration:
0.0004215058870613575outcome:
passed📌 Call phase
duration:
0.0005242559127509594outcome:
passed📌 Teardown phase
duration:
0.00022537773475050926outcome:
passed
↳ Function: test_ignore_only_by_level
-
✅ Test 202
📌 Setup phase
duration:
0.000268321018666029outcome:
passed📌 Call phase
duration:
0.00044595682993531227outcome:
passed📌 Teardown phase
duration:
0.00020004576072096825outcome:
passed
↳ Function: test_ignore_only_by_msg
-
✅ Test 203
📌 Setup phase
duration:
0.00025111716240644455outcome:
passed📌 Call phase
duration:
0.00041653867810964584outcome:
passed📌 Teardown phase
duration:
0.0001707109622657299outcome:
passed
↳ Function: test_filter_removed_after_context
-
✅ Test 204
📌 Setup phase
duration:
0.0002672760747373104outcome:
passed📌 Call phase
duration:
0.00038857385516166687outcome:
passed📌 Teardown phase
duration:
0.0002498747780919075outcome:
passed
-
-
📄 test_utils_metaclasses.py
↳ Function: test_combine_classes_combines_methods
-
✅ Test 205
📌 Setup phase
duration:
0.00012939609587192535outcome:
passed📌 Call phase
duration:
0.00022228388115763664outcome:
passed📌 Teardown phase
duration:
0.00010339915752410889outcome:
passed
↳ Function: test_registryabc_combines_registrymeta_and_abcmeta
-
✅ Test 206
📌 Setup phase
duration:
0.00011686235666275024outcome:
passed📌 Call phase
duration:
0.004976704716682434outcome:
passed📌 Teardown phase
duration:
0.00012257928028702736outcome:
passed
-
-
📄 test_utils_namespace.py
↳ Function: test_namespace_pretty_repr_mixed_and_nested
-
✅ Test 207
📌 Setup phase
duration:
0.00012417975813150406outcome:
passed📌 Call phase
duration:
0.00029024994000792503outcome:
passed📌 Teardown phase
duration:
0.00011543091386556625outcome:
passed
-
-
📄 test_utils_npy.py
↳ Function: test_nice_arange
-
✅ Test 208
params: start=0, stop=5, step=1, expected="[0. 1. 2. 3. 4. 5.]"📌 Runtime Parameters
params: start: 0 stop: 5 step: 1 expected: [0. 1. 2. 3. 4. 5.] id: 0-5-1-expected0📌 Setup phase
duration:
0.0003622090443968773outcome:
passed📌 Call phase
duration:
0.018332093954086304outcome:
passed📌 Teardown phase
duration:
0.00021401280537247658outcome:
passed -
✅ Test 210
params: start=1, stop=2, step=0.3, expected="[1. 1.33333333 1.66666667 2. ]"📌 Runtime Parameters
params: start: 1 stop: 2 step: 0.3 expected: [1. 1.33333333 1.66666667 2. ] id: 1-2-0.3-expected2📌 Setup phase
duration:
0.00032819993793964386outcome:
passed📌 Call phase
duration:
0.00042091822251677513outcome:
passed📌 Teardown phase
duration:
0.00019287364557385445outcome:
passed
↳ Function: test_nice_linspace
-
✅ Test 213
params: start=0, stop=10, num=4, expected="[ 0. 2.5 5. 7.5 10. ]"📌 Runtime Parameters
params: start: 0 stop: 10 num: 4 expected: [ 0. 2.5 5. 7.5 10. ] id: 0-10-4-expected0📌 Setup phase
duration:
0.00032550981268286705outcome:
passed📌 Call phase
duration:
0.00035736197605729103outcome:
passed📌 Teardown phase
duration:
0.0001913001760840416outcome:
passed -
✅ Test 214
params: start=5, stop=15, num=2, expected="[ 5. 10. 15.]"📌 Runtime Parameters
params: start: 5 stop: 15 num: 2 expected: [ 5. 10. 15.] id: 5-15-2-expected1📌 Setup phase
duration:
0.0003383178263902664outcome:
passed📌 Call phase
duration:
0.00042113475501537323outcome:
passed📌 Teardown phase
duration:
0.00018605263903737068outcome:
passed -
✅ Test 215
params: start=-5, stop=5, num=4, expected="[-5. -2.5 0. 2.5 5. ]"📌 Runtime Parameters
params: start: -5 stop: 5 num: 4 expected: [-5. -2.5 0. 2.5 5. ] id: -5-5-4-expected2📌 Setup phase
duration:
0.0003296211361885071outcome:
passed📌 Call phase
duration:
0.00035901693627238274outcome:
passed📌 Teardown phase
duration:
0.0001853201538324356outcome:
passed -
✅ Test 216
params: start=0, stop=1, num=3, expected="[0. 0.33333333 0.66666667 1. ]"📌 Runtime Parameters
params: start: 0 stop: 1 num: 3 expected: [0. 0.33333333 0.66666667 1. ] id: 0-1-3-expected3📌 Setup phase
duration:
0.0003463723696768284outcome:
passed📌 Call phase
duration:
0.0003390749916434288outcome:
passed📌 Teardown phase
duration:
0.00019463710486888885outcome:
passed -
✅ Test 217
params: start=2, stop=2, num=3, expected="[2. 2. 2. 2.]"📌 Runtime Parameters
params: start: 2 stop: 2 num: 3 expected: [2. 2. 2. 2.] id: 2-2-3-expected4📌 Setup phase
duration:
0.0003270842134952545outcome:
passed📌 Call phase
duration:
0.0003715013153851032outcome:
passed📌 Teardown phase
duration:
0.00018312828615307808outcome:
passed -
✅ Test 218
params: start=3, stop=0, num=3, expected="[3. 2. 1. 0.]"📌 Runtime Parameters
params: start: 3 stop: 0 num: 3 expected: [3. 2. 1. 0.] id: 3-0-3-expected5📌 Setup phase
duration:
0.0003346037119626999outcome:
passed📌 Call phase
duration:
0.00033681001514196396outcome:
passed📌 Teardown phase
duration:
0.00018043909221887589outcome:
passed -
✅ Test 219
params: start=0, stop=1, num=0, expected="[0.]"📌 Runtime Parameters
params: start: 0 stop: 1 num: 0 expected: [0.] id: 0-1-0-expected6📌 Setup phase
duration:
0.00034186476841568947outcome:
passed📌 Call phase
duration:
0.0003437427803874016outcome:
passed📌 Teardown phase
duration:
0.0001914333552122116outcome:
passed
↳ Function: test_nice_steps_centered
-
✅ Test 220
params: start=-2, stop=2, step=2, endpoint=true, expected="[-2. 0. 2.]"📌 Runtime Parameters
params: start: -2 stop: 2 step: 2 endpoint: True expected: [-2. 0. 2.] id: -2-2-2-True-expected0📌 Setup phase
duration:
0.00037624919787049294outcome:
passed📌 Call phase
duration:
0.00044236937537789345outcome:
passed📌 Teardown phase
duration:
0.00020952709019184113outcome:
passed -
✅ Test 221
params: start=0, stop=5, step=2, endpoint=true, expected="[0. 2. 4.]"📌 Runtime Parameters
params: start: 0 stop: 5 step: 2 endpoint: True expected: [0. 2. 4.] id: 0-5-2-True-expected1📌 Setup phase
duration:
0.00038085179403424263outcome:
passed📌 Call phase
duration:
0.00035975128412246704outcome:
passed📌 Teardown phase
duration:
0.0001949109137058258outcome:
passed -
✅ Test 222
params: start=0, stop=5, step=2, endpoint=false, expected="[0. 2.]"📌 Runtime Parameters
params: start: 0 stop: 5 step: 2 endpoint: False expected: [0. 2.] id: 0-5-2-False-expected2📌 Setup phase
duration:
0.00037380028516054153outcome:
passed📌 Call phase
duration:
0.0003649103455245495outcome:
passed📌 Teardown phase
duration:
0.00019442569464445114outcome:
passed -
✅ Test 223
params: start=-1, stop=2, step=1.5, endpoint=true, expected="[-1.5 0. 1.5]"📌 Runtime Parameters
params: start: -1 stop: 2 step: 1.5 endpoint: True expected: [-1.5 0. 1.5] id: -1-2-1.5-True-expected3📌 Setup phase
duration:
0.00038626790046691895outcome:
passed📌 Call phase
duration:
0.00034027500078082085outcome:
passed📌 Teardown phase
duration:
0.0002058739773929119outcome:
passed
↳ Function: test_nice_steps_left_aligned
-
✅ Test 226
params: start=-1, stop=2, step=1.5, endpoint=true, expected="[-1. 0.5 2. ]"📌 Runtime Parameters
params: start: -1 stop: 2 step: 1.5 endpoint: True expected: [-1. 0.5 2. ] id: -1-2-1.5-True-expected2📌 Setup phase
duration:
0.0003914022818207741outcome:
passed📌 Call phase
duration:
0.00037472695112228394outcome:
passed📌 Teardown phase
duration:
0.00021590618416666985outcome:
passed -
✅ Test 227
params: start=-1, stop=2, step=1.5, endpoint=false, expected="[-1. 0.5]"📌 Runtime Parameters
params: start: -1 stop: 2 step: 1.5 endpoint: False expected: [-1. 0.5] id: -1-2-1.5-False-expected3📌 Setup phase
duration:
0.00040156394243240356outcome:
passed📌 Call phase
duration:
0.00034363800659775734outcome:
passed📌 Teardown phase
duration:
0.00021063396707177162outcome:
passed
↳ Function: test_within_scalar
-
✅ Test 238
params: val=5, vmin=0, vmax=10, expected=true📌 Runtime Parameters
params: val: 5 vmin: 0 vmax: 10 expected: True id: 5-0-10-True📌 Setup phase
duration:
0.0003637559711933136outcome:
passed📌 Call phase
duration:
0.00016046734526753426outcome:
passed📌 Teardown phase
duration:
0.00020572589710354805outcome:
passed -
✅ Test 239
params: val=5, vmin=6, vmax=10, expected=false📌 Runtime Parameters
params: val: 5 vmin: 6 vmax: 10 expected: False id: 5-6-10-False📌 Setup phase
duration:
0.00031709298491477966outcome:
passed📌 Call phase
duration:
0.00019349576905369759outcome:
passed📌 Teardown phase
duration:
0.00016768602654337883outcome:
passed -
✅ Test 240
params: val=5, vmin=null, vmax=10, expected=true📌 Runtime Parameters
params: val: 5 vmin: None vmax: 10 expected: True id: 5-None-10-True📌 Setup phase
duration:
0.0003429083153605461outcome:
passed📌 Call phase
duration:
0.00015451200306415558outcome:
passed📌 Teardown phase
duration:
0.00016368506476283073outcome:
passed -
✅ Test 241
params: val=5, vmin=0, vmax=null, expected=true📌 Runtime Parameters
params: val: 5 vmin: 0 vmax: None expected: True id: 5-0-None-True📌 Setup phase
duration:
0.0003063133917748928outcome:
passed📌 Call phase
duration:
0.00015264330431818962outcome:
passed📌 Teardown phase
duration:
0.00020924396812915802outcome:
passed -
✅ Test 242
params: val=5, vmin=null, vmax=null, expected=true📌 Runtime Parameters
params: val: 5 vmin: None vmax: None expected: True id: 5-None-None-True📌 Setup phase
duration:
0.00030510127544403076outcome:
passed📌 Call phase
duration:
0.00014845188707113266outcome:
passed📌 Teardown phase
duration:
0.00016833283007144928outcome:
passed
↳ Function: test_within_fraction
-
✅ Test 243
params: data=[1, 2, 3, 4, 5], vmin=2, vmax=5, expected=0.6📌 Runtime Parameters
params: data: - 1 - 2 - 3 - 4 - 5 vmin: 2 vmax: 5 expected: 0.6 id: data0-2-5-0.6📌 Setup phase
duration:
0.0003229384310543537outcome:
passed📌 Call phase
duration:
0.0003068177029490471outcome:
passed📌 Teardown phase
duration:
0.00017151795327663422outcome:
passed -
✅ Test 244
params: data=[10, 20, 30], vmin=5, vmax=25, expected=0.6666666666666666📌 Runtime Parameters
params: data: - 10 - 20 - 30 vmin: 5 vmax: 25 expected: 0.6666666666666666 id: data1-5-25-0.6666666666666666📌 Setup phase
duration:
0.0003252658061683178outcome:
passed📌 Call phase
duration:
0.0002577193081378937outcome:
passed📌 Teardown phase
duration:
0.00017890473827719688outcome:
passed -
✅ Test 245
params: data=[1, 2, 3], vmin=null, vmax=2, expected=0.3333333333333333📌 Runtime Parameters
params: data: - 1 - 2 - 3 vmin: None vmax: 2 expected: 0.3333333333333333 id: data2-None-2-0.3333333333333333📌 Setup phase
duration:
0.0003036586567759514outcome:
passed📌 Call phase
duration:
0.0002626539207994938outcome:
passed📌 Teardown phase
duration:
0.0001912880688905716outcome:
passed -
✅ Test 246
params: data=[], vmin=0, vmax=1, expected=0📌 Runtime Parameters
params: data: [] vmin: 0 vmax: 1 expected: 0 id: data3-0-1-0📌 Setup phase
duration:
0.0003299578092992306outcome:
passed📌 Call phase
duration:
0.00025072041898965836outcome:
passed📌 Teardown phase
duration:
0.00020154612138867378outcome:
passed
↳ Function: test_fraction_to_percentage
-
✅ Test 247
params: fraction=0.456, ndigits=1, expected=45.6📌 Runtime Parameters
params: fraction: 0.456 ndigits: 1 expected: 45.6 id: 0.456-1-45.6📌 Setup phase
duration:
0.0002827332355082035outcome:
passed📌 Call phase
duration:
0.00017964281141757965outcome:
passed📌 Teardown phase
duration:
0.0001570158638060093outcome:
passed -
✅ Test 248
params: fraction=0.12345, ndigits=2, expected=12.35📌 Runtime Parameters
params: fraction: 0.12345 ndigits: 2 expected: 12.35 id: 0.12345-2-12.35📌 Setup phase
duration:
0.00031432323157787323outcome:
passed📌 Call phase
duration:
0.00015871413052082062outcome:
passed📌 Teardown phase
duration:
0.00016325293108820915outcome:
passed -
✅ Test 249
params: fraction=0.9999, ndigits=0, expected=100.0📌 Runtime Parameters
params: fraction: 0.9999 ndigits: 0 expected: 100.0 id: 0.9999-0-100.0📌 Setup phase
duration:
0.00026189908385276794outcome:
passed📌 Call phase
duration:
0.0001510661095380783outcome:
passed📌 Teardown phase
duration:
0.00017323018983006477outcome:
passed
↳ Function: test_get_dtype
-
✅ Test 250
params: val="[1 2 3]", expected=""📌 Runtime Parameters
params: val: [1 2 3] expected: <class 'numpy.ndarray'> id: val0-ndarray📌 Setup phase
duration:
0.0002367091365158558outcome:
passed📌 Call phase
duration:
0.000174826942384243outcome:
passed📌 Teardown phase
duration:
0.00015951180830597878outcome:
passed -
✅ Test 251
params: val=[1, 2, 3], expected=""📌 Runtime Parameters
params: val: - 1 - 2 - 3 expected: <class 'list'> id: val1-list📌 Setup phase
duration:
0.00028357328847050667outcome:
passed📌 Call phase
duration:
0.00015420792624354362outcome:
passed📌 Teardown phase
duration:
0.00013986974954605103outcome:
passed -
✅ Test 252
params: val=3.14, expected=""📌 Runtime Parameters
params: val: 3.14 expected: <class 'float'> id: 3.14-float📌 Setup phase
duration:
0.0002307770773768425outcome:
passed📌 Call phase
duration:
0.0001483280211687088outcome:
passed📌 Teardown phase
duration:
0.0001448020339012146outcome:
passed
↳ Function: test_get_shape
-
✅ Test 253
params: val="1 2]\n [3 4", expected=[2, 2]📌 Runtime Parameters
params: val: [[1 2] [3 4]] expected: - 2 - 2 id: val0-expected0📌 Setup phase
duration:
0.00023173587396740913outcome:
passed📌 Call phase
duration:
0.00015047285705804825outcome:
passed📌 Teardown phase
duration:
0.0001606261357665062outcome:
passed -
✅ Test 254
params: val=[1, 2, 3], expected=[]📌 Runtime Parameters
params: val: - 1 - 2 - 3 expected: [] id: val1-expected1📌 Setup phase
duration:
0.0002411329187452793outcome:
passed📌 Call phase
duration:
0.00017075194045901299outcome:
passed📌 Teardown phase
duration:
0.0001463359221816063outcome:
passed -
✅ Test 255
params: val=42, expected=[]📌 Runtime Parameters
params: val: 42 expected: [] id: 42-expected2📌 Setup phase
duration:
0.00023583974689245224outcome:
passed📌 Call phase
duration:
0.00015540234744548798outcome:
passed📌 Teardown phase
duration:
0.00014260504394769669outcome:
passed
↳ Function: test_is_array
-
✅ Test 256
params: val="[1 2 3]", expected=true📌 Runtime Parameters
params: val: [1 2 3] expected: True id: val0-True📌 Setup phase
duration:
0.00024393107742071152outcome:
passed📌 Call phase
duration:
0.0001465827226638794outcome:
passed📌 Teardown phase
duration:
0.00015461258590221405outcome:
passed -
✅ Test 257
params: val=[1, 2, 3], expected=false📌 Runtime Parameters
params: val: - 1 - 2 - 3 expected: False id: val1-False📌 Setup phase
duration:
0.0002476968802511692outcome:
passed📌 Call phase
duration:
0.00014981208369135857outcome:
passed📌 Teardown phase
duration:
0.00015124399214982986outcome:
passed -
✅ Test 258
params: val=42, expected=false📌 Runtime Parameters
params: val: 42 expected: False id: 42-False📌 Setup phase
duration:
0.00023046694695949554outcome:
passed📌 Call phase
duration:
0.0001492067240178585outcome:
passed📌 Teardown phase
duration:
0.00015815813094377518outcome:
passed
-
-
📄 test_utils_path.py
↳ Function: test_can_create_all_files_user_says_yes
-
✅ Test 259
📌 Setup phase
duration:
0.00012553902342915535outcome:
passed📌 Call phase
duration:
0.0006745732389390469outcome:
passed📌 Teardown phase
duration:
0.00011296430602669716outcome:
passed
↳ Function: test_can_create_all_files_user_says_no
-
✅ Test 260
📌 Setup phase
duration:
0.00011522788554430008outcome:
passed📌 Call phase
duration:
0.00041090790182352066outcome:
passed📌 Teardown phase
duration:
0.00012952880933880806outcome:
passed
↳ Function: test_make_missing_dir_creates_folder
-
✅ Test 261
📌 Setup phase
duration:
0.00011211307719349861outcome:
passed📌 Call phase
duration:
0.0005828719586133957outcome:
passed📌 Teardown phase
duration:
0.0001200726255774498outcome:
passed
↳ Function: test_glob_files_returns_matching_files_only
-
✅ Test 262
📌 Setup phase
duration:
0.00012878701090812683outcome:
passed📌 Call phase
duration:
0.0010361000895500183outcome:
passed📌 Teardown phase
duration:
0.00012151291593909264outcome:
passed
↳ Function: test_filter_files_excludes_directories
-
✅ Test 263
📌 Setup phase
duration:
0.000153461005538702outcome:
passed📌 Call phase
duration:
0.0005745613016188145outcome:
passed📌 Teardown phase
duration:
0.00013778265565633774outcome:
passed
-
-
📄 test_utils_picklio.py
↳ Function: test_pickle_and_unpickle
-
✅ Test 264
params: test_obj={"a": 1, "b": [2, 3], "c": {"world": "ok"}}📌 Runtime Parameters
params: test_obj: a: 1 b: - 2 - 3 c: world: ok id: test_obj0📌 Setup phase
duration:
0.0007798909209668636outcome:
passed📌 Call phase
duration:
0.00038433726876974106outcome:
passed📌 Teardown phase
duration:
0.0001684660091996193outcome:
passed -
✅ Test 265
params: test_obj=[1, 2, 3, 4, 5]📌 Runtime Parameters
params: test_obj: - 1 - 2 - 3 - 4 - 5 id: test_obj1📌 Setup phase
duration:
0.0005704201757907867outcome:
passed📌 Call phase
duration:
0.0003082449547946453outcome:
passed📌 Teardown phase
duration:
0.0001739771105349064outcome:
passed -
✅ Test 266
params: test_obj="simple string"📌 Runtime Parameters
params: test_obj: simple string id: simple string📌 Setup phase
duration:
0.0005252230912446976outcome:
passed📌 Call phase
duration:
0.0003190492279827595outcome:
passed📌 Teardown phase
duration:
0.00016085105016827583outcome:
passed -
✅ Test 267
params: test_obj=42📌 Runtime Parameters
params: test_obj: 42 id: 42📌 Setup phase
duration:
0.0005277157761156559outcome:
passed📌 Call phase
duration:
0.0003741048276424408outcome:
passed📌 Teardown phase
duration:
0.00015953322872519493outcome:
passed -
✅ Test 268
params: test_obj=3.14159📌 Runtime Parameters
params: test_obj: 3.14159 id: 3.14159📌 Setup phase
duration:
0.0005325488746166229outcome:
passed📌 Call phase
duration:
0.000283287838101387outcome:
passed📌 Teardown phase
duration:
0.0001742127351462841outcome:
passed -
✅ Test 269
params: test_obj=[true, false, null]📌 Runtime Parameters
params: test_obj: - True - (vide) - (vide) id: test_obj5📌 Setup phase
duration:
0.0005259658209979534outcome:
passed📌 Call phase
duration:
0.00028712907806038857outcome:
passed📌 Teardown phase
duration:
0.00015224004164338112outcome:
passed -
✅ Test 270
params: test_obj={"complex": [{"list": [1, 2]}, {"dict": {"x": 10}}]}📌 Runtime Parameters
params: test_obj: complex: - list: - 1 - 2 - dict: x: 10 id: test_obj6📌 Setup phase
duration:
0.0005354038439691067outcome:
passed📌 Call phase
duration:
0.00030854810029268265outcome:
passed📌 Teardown phase
duration:
0.00015451712533831596outcome:
passed
-
-
📄 test_utils_printing.py
↳ Function: test_maxlen_valid
-
✅ Test 271
params: seq=["a", "abc", ""], expected=3📌 Runtime Parameters
params: seq: - a - abc - (vide) expected: 3 id: seq0-3📌 Setup phase
duration:
0.000278363935649395outcome:
passed📌 Call phase
duration:
0.00016239657998085022outcome:
passed📌 Teardown phase
duration:
0.0001406627707183361outcome:
passed -
✅ Test 272
params: seq=[], expected=0📌 Runtime Parameters
params: seq: [] expected: 0 id: seq1-0📌 Setup phase
duration:
0.0002571442164480686outcome:
passed📌 Call phase
duration:
0.00015694275498390198outcome:
passed📌 Teardown phase
duration:
0.00015516020357608795outcome:
passed -
✅ Test 273
params: seq=1, 2], [3], [4, 5, 6, expected=3📌 Runtime Parameters
params: seq: - - 1 - 2 - - 3 - - 4 - 5 - 6 expected: 3 id: seq2-3📌 Setup phase
duration:
0.00023748306557536125outcome:
passed📌 Call phase
duration:
0.00015884870663285255outcome:
passed📌 Teardown phase
duration:
0.00014061061665415764outcome:
passed -
✅ Test 274
params: seq=[{"a": 2, "b": 3}, {}, {"c": 4}], expected=2📌 Runtime Parameters
params: seq: - a: 2 b: 3 - (vide) - c: 4 expected: 2 id: seq3-2📌 Setup phase
duration:
0.00021225214004516602outcome:
passed📌 Call phase
duration:
0.00015608780086040497outcome:
passed📌 Teardown phase
duration:
0.00014748284593224525outcome:
passed
↳ Function: test_strlen
-
✅ Test 275
params: value=42, expected=2📌 Runtime Parameters
params: value: 42 expected: 2 id: 42-2📌 Setup phase
duration:
0.00023347092792391777outcome:
passed📌 Call phase
duration:
0.00016065314412117004outcome:
passed📌 Teardown phase
duration:
0.00013653608039021492outcome:
passed -
✅ Test 276
params: value="hello", expected=5📌 Runtime Parameters
params: value: hello expected: 5 id: hello-5📌 Setup phase
duration:
0.00022582802921533585outcome:
passed📌 Call phase
duration:
0.00014937669038772583outcome:
passed📌 Teardown phase
duration:
0.0001463419757783413outcome:
passed -
✅ Test 277
params: value=false, expected=5📌 Runtime Parameters
params: value: False expected: 5 id: False-5📌 Setup phase
duration:
0.0002230098471045494outcome:
passed📌 Call phase
duration:
0.00014461996033787727outcome:
passed📌 Teardown phase
duration:
0.00013818498700857162outcome:
passed -
✅ Test 278
params: value=null, expected=4📌 Runtime Parameters
params: value: None expected: 4 id: None-4📌 Setup phase
duration:
0.0002248631790280342outcome:
passed📌 Call phase
duration:
0.00014395685866475105outcome:
passed📌 Teardown phase
duration:
0.0001326063647866249outcome:
passed -
✅ Test 279
params: value=[1, 2, 3], expected=9📌 Runtime Parameters
params: value: - 1 - 2 - 3 expected: 9 id: value4-9📌 Setup phase
duration:
0.000228232704102993outcome:
passed📌 Call phase
duration:
0.00014834338799118996outcome:
passed📌 Teardown phase
duration:
0.00014349725097417831outcome:
passed -
✅ Test 280
params: value={"a": 1}, expected=8📌 Runtime Parameters
params: value: a: 1 expected: 8 id: value5-8📌 Setup phase
duration:
0.0002164691686630249outcome:
passed📌 Call phase
duration:
0.00014374731108546257outcome:
passed📌 Teardown phase
duration:
0.00015017297118902206outcome:
passed -
✅ Test 281
params: value=[1, 2], expected=6📌 Runtime Parameters
params: value: - 1 - 2 expected: 6 id: value6-6📌 Setup phase
duration:
0.0002223169431090355outcome:
passed📌 Call phase
duration:
0.00014538364484906197outcome:
passed📌 Teardown phase
duration:
0.00014209095388650894outcome:
passed -
✅ Test 282
params: value="", expected=0📌 Runtime Parameters
params: value: None expected: 0 id: -0📌 Setup phase
duration:
0.00021556485444307327outcome:
passed📌 Call phase
duration:
0.0001509329304099083outcome:
passed📌 Teardown phase
duration:
0.0001316671259701252outcome:
passed -
✅ Test 283
params: value="this is a phrase", expected=16📌 Runtime Parameters
params: value: this is a phrase expected: 16 id: this is a phrase-16📌 Setup phase
duration:
0.00023200269788503647outcome:
passed📌 Call phase
duration:
0.00015973998233675957outcome:
passed📌 Teardown phase
duration:
0.00015013758093118668outcome:
passed
↳ Function: test_maxstrlen
-
✅ Test 284
params: seq=[1, true, 3.1415], expected=6📌 Runtime Parameters
params: seq: - 1 - True - 3.1415 expected: 6 id: seq0-6📌 Setup phase
duration:
0.00021138973534107208outcome:
passed📌 Call phase
duration:
0.0001572864130139351outcome:
passed📌 Teardown phase
duration:
0.00013967091217637062outcome:
passed -
✅ Test 285
params: seq=["aa", "bbb", "c"], expected=3📌 Runtime Parameters
params: seq: - aa - bbb - c expected: 3 id: seq1-3📌 Setup phase
duration:
0.00023513566702604294outcome:
passed📌 Call phase
duration:
0.00024219881743192673outcome:
passed📌 Teardown phase
duration:
0.00014991499483585358outcome:
passed -
✅ Test 286
params: seq=1, 2], [], [1, 2, 3, expected=9📌 Runtime Parameters
params: seq: - - 1 - 2 - (vide) - - 1 - 2 - 3 expected: 9 id: seq2-9📌 Setup phase
duration:
0.00022589508444070816outcome:
passed📌 Call phase
duration:
0.0001553921028971672outcome:
passed📌 Teardown phase
duration:
0.00013436609879136086outcome:
passed -
✅ Test 287
params: seq=[{"a": 1}, {}, {"a": 1, "b": 2}], expected=16📌 Runtime Parameters
params: seq: - a: 1 - (vide) - a: 1 b: 2 expected: 16 id: seq3-16📌 Setup phase
duration:
0.0002196701243519783outcome:
passed📌 Call phase
duration:
0.00015640072524547577outcome:
passed📌 Teardown phase
duration:
0.00014801602810621262outcome:
passed -
✅ Test 288
params: seq=[null, false, 12345], expected=5📌 Runtime Parameters
params: seq: - (vide) - (vide) - 12345 expected: 5 id: seq4-5📌 Setup phase
duration:
0.00021186098456382751outcome:
passed📌 Call phase
duration:
0.00015535904094576836outcome:
passed📌 Teardown phase
duration:
0.0001366906799376011outcome:
passed
↳ Function: test_transpose_matrix
-
✅ Test 289
params: data=1, 2], [3, 4, expected=1, 3], [2, 4📌 Runtime Parameters
params: data: - - 1 - 2 - - 3 - 4 expected: - - 1 - 3 - - 2 - 4 id: data0-expected0📌 Setup phase
duration:
0.00020819902420043945outcome:
passed📌 Call phase
duration:
0.00016418937593698502outcome:
passed📌 Teardown phase
duration:
0.0001381593756377697outcome:
passed -
✅ Test 290
params: data="a", "b"], ["c", "d", expected="a", "c"], ["b", "d"📌 Runtime Parameters
params: data: - - a - b - - c - d expected: - - a - c - - b - d id: data1-expected1📌 Setup phase
duration:
0.00022337306290864944outcome:
passed📌 Call phase
duration:
0.0001582494005560875outcome:
passed📌 Teardown phase
duration:
0.0001370040699839592outcome:
passed -
✅ Test 291
params: data={"x": 1}, {"y": 2}], [{"x": 3}, {"y": 4}, expected={"x": 1}, {"x": 3}], [{"y": 2}, {"y": 4}📌 Runtime Parameters
params: data: - - x: 1 - y: 2 - - x: 3 - y: 4 expected: - - x: 1 - x: 3 - - y: 2 - y: 4 id: data2-expected2📌 Setup phase
duration:
0.0002241218462586403outcome:
passed📌 Call phase
duration:
0.00016395794227719307outcome:
passed📌 Teardown phase
duration:
0.00013919686898589134outcome:
passed
↳ Function: test_prepend
-
✅ Test 292
params: initial=[1, 2, 3], prepend=1, expected=[1, 2, 3]📌 Runtime Parameters
params: initial: - 1 - 2 - 3 prepend: 1 expected: - 1 - 2 - 3 id: initial0-1-expected0📌 Setup phase
duration:
0.00026506418362259865outcome:
passed📌 Call phase
duration:
0.00015741726383566856outcome:
passed📌 Teardown phase
duration:
0.0001515350304543972outcome:
passed -
✅ Test 293
params: initial=["a", "b", "c"], prepend="a", expected=["a", "b", "c"]📌 Runtime Parameters
params: initial: - a - b - c prepend: a expected: - a - b - c id: initial1-a-expected1📌 Setup phase
duration:
0.0002568592317402363outcome:
passed📌 Call phase
duration:
0.00014929194003343582outcome:
passed📌 Teardown phase
duration:
0.0001495908945798874outcome:
passed -
✅ Test 294
params: initial=[{"a": 1}, {"b": 2}], prepend={"a": 1}, expected=[{"a": 1}, {"b": 2}]📌 Runtime Parameters
params: initial: - a: 1 - b: 2 prepend: a: 1 expected: - a: 1 - b: 2 id: initial2-prepend2-expected2📌 Setup phase
duration:
0.0002562301233410835outcome:
passed📌 Call phase
duration:
0.00014412589371204376outcome:
passed📌 Teardown phase
duration:
0.00015543121844530106outcome:
passed -
✅ Test 295
params: initial=1], [2], [3, prepend=[1], expected=1], [2], [3📌 Runtime Parameters
params: initial: - - 1 - - 2 - - 3 prepend: - 1 expected: - - 1 - - 2 - - 3 id: initial3-prepend3-expected3📌 Setup phase
duration:
0.00026285089552402496outcome:
passed📌 Call phase
duration:
0.00014651985839009285outcome:
passed📌 Teardown phase
duration:
0.0001515527255833149outcome:
passed
↳ Function: test_fmt_table_line
-
✅ Test 296
params: entries=["a", "bbb"], widths=[3, 5], expected=" a bbb"📌 Runtime Parameters
params: entries: - a - bbb widths: - 3 - 5 expected: a bbb id: entries0-widths0- a bbb📌 Setup phase
duration:
0.00028115417808294296outcome:
passed📌 Call phase
duration:
0.00016905879601836205outcome:
passed📌 Teardown phase
duration:
0.00015132222324609756outcome:
passed -
✅ Test 297
params: entries=[1, 2], widths=[2, 2], expected=" 1 2"📌 Runtime Parameters
params: entries: - 1 - 2 widths: - 2 - 2 expected: 1 2 id: entries1-widths1- 1 2📌 Setup phase
duration:
0.0002732439897954464outcome:
passed📌 Call phase
duration:
0.00015335483476519585outcome:
passed📌 Teardown phase
duration:
0.0001496151089668274outcome:
passed -
✅ Test 298
params: entries=["long", "val"], widths=[6, 4], expected=" long val"📌 Runtime Parameters
params: entries: - long - val widths: - 6 - 4 expected: long val id: entries2-widths2- long val📌 Setup phase
duration:
0.0002648262307047844outcome:
passed📌 Call phase
duration:
0.00014849239960312843outcome:
passed📌 Teardown phase
duration:
0.0001544416882097721outcome:
passed -
✅ Test 299
params: entries=[true, false], widths=[5, 6], expected=" True False"📌 Runtime Parameters
params: entries: - True - (vide) widths: - 5 - 6 expected: True False id: entries3-widths3- True False📌 Setup phase
duration:
0.00026047369465231895outcome:
passed📌 Call phase
duration:
0.00015198392793536186outcome:
passed📌 Teardown phase
duration:
0.00015377486124634743outcome:
passed -
✅ Test 300
params: entries=[123, 4567], widths=[5, 5], expected=" 123 4567"📌 Runtime Parameters
params: entries: - 123 - 4567 widths: - 5 - 5 expected: 123 4567 id: entries4-widths4- 123 4567📌 Setup phase
duration:
0.0002629430964589119outcome:
passed📌 Call phase
duration:
0.0001560482196509838outcome:
passed📌 Teardown phase
duration:
0.00015277788043022156outcome:
passed -
✅ Test 301
params: entries=["text with space", "end"], widths=[16, 5], expected=" text with space end"📌 Runtime Parameters
params: entries: - text with space - end widths: - 16 - 5 expected: text with space end id: entries5-widths5- text with space end📌 Setup phase
duration:
0.0002521481364965439outcome:
passed📌 Call phase
duration:
0.00015568779781460762outcome:
passed📌 Teardown phase
duration:
0.0001545669510960579outcome:
passed -
✅ Test 302
params: entries=[{"a": 1}, {"b": 2}], widths=[10, 10], expected=" {'a': 1} {'b': 2}"📌 Runtime Parameters
params: entries: - a: 1 - b: 2 widths: - 10 - 10 expected: {'a': 1} {'b': 2} id: entries6-widths6- {'a': 1} {'b': 2}📌 Setup phase
duration:
0.0002576960250735283outcome:
passed📌 Call phase
duration:
0.00015263957902789116outcome:
passed📌 Teardown phase
duration:
0.00014676200225949287outcome:
passed -
✅ Test 303
params: entries=1, 2], [3, 4, widths=[10, 10], expected=" [1, 2] [3, 4]"📌 Runtime Parameters
params: entries: - - 1 - 2 - - 3 - 4 widths: - 10 - 10 expected: [1, 2] [3, 4] id: entries7-widths7- [1, 2] [3, 4]📌 Setup phase
duration:
0.0002696402370929718outcome:
passed📌 Call phase
duration:
0.0001550433225929737outcome:
passed📌 Teardown phase
duration:
0.00014810077846050262outcome:
passed
↳ Function: test_fmt_label_sep
-
✅ Test 304
params: widths=[3, 4], line="-", expected="--- ----"📌 Runtime Parameters
params: widths: - 3 - 4 line: - expected: --- ---- id: widths0------ ----📌 Setup phase
duration:
0.00026907026767730713outcome:
passed📌 Call phase
duration:
0.00015354901552200317outcome:
passed📌 Teardown phase
duration:
0.0001505361869931221outcome:
passed -
✅ Test 305
params: widths=[2, 3], line="=", expected="== ==="📌 Runtime Parameters
params: widths: - 2 - 3 line: = expected: == === id: widths1-=-== ===📌 Setup phase
duration:
0.000263080932199955outcome:
passed📌 Call phase
duration:
0.00014772918075323105outcome:
passed📌 Teardown phase
duration:
0.0001670881174504757outcome:
passed -
✅ Test 306
params: widths=[5, 2], line="*", expected="***** **"📌 Runtime Parameters
params: widths: - 5 - 2 line: * expected: ***** ** id: widths2-*-***** **📌 Setup phase
duration:
0.00026186322793364525outcome:
passed📌 Call phase
duration:
0.0001510661095380783outcome:
passed📌 Teardown phase
duration:
0.00014899717643857002outcome:
passed
↳ Function: test_printable_dict_with_header
-
✅ Test 307
params: d={"medium": true, "very_long_key": 3.14, "x": 1}, header="HeaderTest", expected_lines=["HeaderTest:", "-----------", "medium: True", "very_long_key: 3.14", "x: 1", ""]📌 Runtime Parameters
params: d: medium: True very_long_key: 3.14 x: 1 header: HeaderTest expected_lines: - HeaderTest: - ----------- - medium: True - very_long_key: 3.14 - x: 1 - (vide) id: d0-HeaderTest-expected_lines0📌 Setup phase
duration:
0.00025215232744812965outcome:
passed📌 Call phase
duration:
0.0002346523106098175outcome:
passed📌 Teardown phase
duration:
0.0001570950262248516outcome:
passed
↳ Function: test_printable_dict_of_dicts
-
✅ Test 308
📌 Setup phase
duration:
0.00010806182399392128outcome:
passed📌 Call phase
duration:
0.00025990698486566544outcome:
passed📌 Teardown phase
duration:
9.967014193534851e-05outcome:
passed
↳ Function: test_printable_table
-
✅ Test 309
params: data="X1", true, 0.1234, {"meta": "ok"}], ["AnotherSample", false, 98765.4321, {"meta": [1, 2, 3]}], ["Z", null, 0.0, {"meta": {"nested_key": 42}}, labels=["ID", "✓ Success?", "SuperPrecisionValue", "Result Metadata"], expected="A: ID\nB: ✓ Success?\nC: SuperPrecisionValue\nD: Result Metadata\n\n# A B C D\n- ------------- ----- ---------- ----------------------------\n0 X1 True 0.1234 {'meta': 'ok'}\n1 AnotherSample False 98765.4321 {'meta': [1, 2, 3]}\n2 Z None 0.0 {'meta': {'nested_key': 42}}"📌 Runtime Parameters
params: data: - - X1 - True - 0.1234 - meta: ok - - AnotherSample - (vide) - 98765.4321 - meta: - 1 - 2 - 3 - - Z - (vide) - (vide) - meta: nested_key: 42 labels: - ID - ✓ Success? - SuperPrecisionValue - Result Metadata expected: A: ID B: ✓ Success? C: SuperPrecisionValue D: Result Metadata # A B C D - ------------- ----- ---------- ---------------------------- 0 X1 True 0.1234 {'meta': 'ok'} 1 AnotherSample False 98765.4321 {'meta': [1, 2, 3]} 2 Z None 0.0 {'meta': {'nested_key': 42}} id: data0-labels0-A: ID\nB: \u2713 Success?\nC: SuperPrecisionValue\nD: Result Metadata\n\n# A B C D\n- ------------- ----- ---------- ----------------------------\n0 X1 True 0.1234 {'meta': 'ok'}\n1 AnotherSample False 98765.4321 {'meta': [1, 2, 3]}\n2 Z None 0.0 {'meta': {'nested_key': 42}}📌 Setup phase
duration:
0.0003534178249537945outcome:
passed📌 Call phase
duration:
0.0003898083232343197outcome:
passed📌 Teardown phase
duration:
0.00019024405628442764outcome:
passed
-
-
📄 test_utils_rangebar.py
↳ Function: test_full_progress_bar
-
✅ Test 317
📌 Setup phase
duration:
0.00035480689257383347outcome:
passed📌 Call phase
duration:
0.00030044419690966606outcome:
passed📌 Teardown phase
duration:
0.0001868121325969696outcome:
passed
↳ Function: test_half_progress_bar
-
✅ Test 318
📌 Setup phase
duration:
0.0003124382346868515outcome:
passed📌 Call phase
duration:
0.0002217702567577362outcome:
passed📌 Teardown phase
duration:
0.0001613008789718151outcome:
passed
↳ Function: test_zero_progress_bar
-
✅ Test 319
📌 Setup phase
duration:
0.0002709343098104outcome:
passed📌 Call phase
duration:
0.00020795967429876328outcome:
passed📌 Teardown phase
duration:
0.00018217414617538452outcome:
passed
↳ Function: test_overflow_bar
-
✅ Test 320
📌 Setup phase
duration:
0.0002750558778643608outcome:
passed📌 Call phase
duration:
0.00020503578707575798outcome:
passed📌 Teardown phase
duration:
0.000153364147990942outcome:
passed
↳ Function: test_underflow_bar
-
✅ Test 321
📌 Setup phase
duration:
0.00026402994990348816outcome:
passed📌 Call phase
duration:
0.0001951809972524643outcome:
passed📌 Teardown phase
duration:
0.00016948021948337555outcome:
passed
↳ Function: test_repr
-
✅ Test 322
📌 Setup phase
duration:
0.00012783566489815712outcome:
passed📌 Call phase
duration:
0.00015755603089928627outcome:
passed📌 Teardown phase
duration:
9.893765673041344e-05outcome:
passed
↳ Function: test_each_value_separately
-
✅ Test 323
params: value=0, expected_bar_part=" "📌 Runtime Parameters
params: value: 0 expected_bar_part: id: 0-📌 Setup phase
duration:
0.00037737516686320305outcome:
passed📌 Call phase
duration:
0.00019617099314928055outcome:
passed📌 Teardown phase
duration:
0.00019264128059148788outcome:
passed -
✅ Test 324
params: value=10, expected_bar_part="█ "📌 Runtime Parameters
params: value: 10 expected_bar_part: █ id: 10-\u2588📌 Setup phase
duration:
0.0003559580072760582outcome:
passed📌 Call phase
duration:
0.000203580129891634outcome:
passed📌 Teardown phase
duration:
0.00018956512212753296outcome:
passed -
✅ Test 325
params: value=25, expected_bar_part="██▌ "📌 Runtime Parameters
params: value: 25 expected_bar_part: ██▌ id: 25-\u2588\u2588\u258c📌 Setup phase
duration:
0.00035606930032372475outcome:
passed📌 Call phase
duration:
0.00020449375733733177outcome:
passed📌 Teardown phase
duration:
0.00018947292119264603outcome:
passed -
✅ Test 326
params: value=27, expected_bar_part="██▊ "📌 Runtime Parameters
params: value: 27 expected_bar_part: ██▊ id: 27-\u2588\u2588\u258a📌 Setup phase
duration:
0.00036079296842217445outcome:
passed📌 Call phase
duration:
0.0002036779187619686outcome:
passed📌 Teardown phase
duration:
0.00020639970898628235outcome:
passed -
✅ Test 327
params: value=49, expected_bar_part="████▉ "📌 Runtime Parameters
params: value: 49 expected_bar_part: ████▉ id: 49-\u2588\u2588\u2588\u2588\u2589📌 Setup phase
duration:
0.00035711517557501793outcome:
passed📌 Call phase
duration:
0.00021562492474913597outcome:
passed📌 Teardown phase
duration:
0.000188400037586689outcome:
passed -
✅ Test 328
params: value=50, expected_bar_part="█████ "📌 Runtime Parameters
params: value: 50 expected_bar_part: █████ id: 50-\u2588\u2588\u2588\u2588\u2588📌 Setup phase
duration:
0.00036373408511281013outcome:
passed📌 Call phase
duration:
0.0002036108635365963outcome:
passed📌 Teardown phase
duration:
0.00020194705575704575outcome:
passed -
✅ Test 329
params: value=51, expected_bar_part="█████▏ "📌 Runtime Parameters
params: value: 51 expected_bar_part: █████▏ id: 51-\u2588\u2588\u2588\u2588\u2588\u258f📌 Setup phase
duration:
0.0003518899902701378outcome:
passed📌 Call phase
duration:
0.00020272377878427505outcome:
passed📌 Teardown phase
duration:
0.0001923111267387867outcome:
passed -
✅ Test 330
params: value=73, expected_bar_part="███████▎ "📌 Runtime Parameters
params: value: 73 expected_bar_part: ███████▎ id: 73-\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u258e📌 Setup phase
duration:
0.0003547421656548977outcome:
passed📌 Call phase
duration:
0.00019604014232754707outcome:
passed📌 Teardown phase
duration:
0.00018907897174358368outcome:
passed -
✅ Test 331
params: value=75, expected_bar_part="███████▌ "📌 Runtime Parameters
params: value: 75 expected_bar_part: ███████▌ id: 75-\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u258c📌 Setup phase
duration:
0.0003542928025126457outcome:
passed📌 Call phase
duration:
0.0001959390938282013outcome:
passed📌 Teardown phase
duration:
0.000196872279047966outcome:
passed -
✅ Test 332
params: value=90, expected_bar_part="█████████ "📌 Runtime Parameters
params: value: 90 expected_bar_part: █████████ id: 90-\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588📌 Setup phase
duration:
0.000354863703250885outcome:
passed📌 Call phase
duration:
0.00020808400586247444outcome:
passed📌 Teardown phase
duration:
0.0001856386661529541outcome:
passed -
✅ Test 333
params: value=100, expected_bar_part="██████████"📌 Runtime Parameters
params: value: 100 expected_bar_part: ██████████ id: 100-\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588📌 Setup phase
duration:
0.00039177294820547104outcome:
passed📌 Call phase
duration:
0.00020234473049640656outcome:
passed📌 Teardown phase
duration:
0.0001882021315395832outcome:
passed
-
-
📄 test_utils_readable.py
↳ Function: test_readable_seconds
-
✅ Test 334
params: seconds=59.4, expected="59 seconds"📌 Runtime Parameters
params: seconds: 59.4 expected: 59 seconds id: 59.4-59 seconds📌 Setup phase
duration:
0.00024406332522630692outcome:
passed📌 Call phase
duration:
0.00018299603834748268outcome:
passed📌 Teardown phase
duration:
0.00013903621584177017outcome:
passed -
✅ Test 335
params: seconds=59.9, expected="60 seconds"📌 Runtime Parameters
params: seconds: 59.9 expected: 60 seconds id: 59.9-60 seconds📌 Setup phase
duration:
0.0002232561819255352outcome:
passed📌 Call phase
duration:
0.00015949737280607224outcome:
passed📌 Teardown phase
duration:
0.00013465620577335358outcome:
passed -
✅ Test 336
params: seconds=119.9, expected="120 seconds"📌 Runtime Parameters
params: seconds: 119.9 expected: 120 seconds id: 119.9-120 seconds📌 Setup phase
duration:
0.00021864892914891243outcome:
passed📌 Call phase
duration:
0.00017195800319314003outcome:
passed📌 Teardown phase
duration:
0.0001369980163872242outcome:
passed -
✅ Test 337
params: seconds=120.1, expected="2 minutes"📌 Runtime Parameters
params: seconds: 120.1 expected: 2 minutes id: 120.1-2 minutes📌 Setup phase
duration:
0.00020849471911787987outcome:
passed📌 Call phase
duration:
0.00016636401414871216outcome:
passed📌 Teardown phase
duration:
0.0001398269087076187outcome:
passed -
✅ Test 338
params: seconds=3599.9, expected="60 minutes"📌 Runtime Parameters
params: seconds: 3599.9 expected: 60 minutes id: 3599.9-60 minutes📌 Setup phase
duration:
0.00022748159244656563outcome:
passed📌 Call phase
duration:
0.0001464029774069786outcome:
passed📌 Teardown phase
duration:
0.00013941526412963867outcome:
passed -
✅ Test 339
params: seconds=3600.1, expected="60 minutes"📌 Runtime Parameters
params: seconds: 3600.1 expected: 60 minutes id: 3600.1-60 minutes📌 Setup phase
duration:
0.00023145880550146103outcome:
passed📌 Call phase
duration:
0.0001488751731812954outcome:
passed📌 Teardown phase
duration:
0.00013145478442311287outcome:
passed -
✅ Test 340
params: seconds=7199.9, expected="120 minutes"📌 Runtime Parameters
params: seconds: 7199.9 expected: 120 minutes id: 7199.9-120 minutes📌 Setup phase
duration:
0.00021997326985001564outcome:
passed📌 Call phase
duration:
0.00015193503350019455outcome:
passed📌 Teardown phase
duration:
0.00013598613440990448outcome:
passed -
✅ Test 341
params: seconds=7200.1, expected="2 hours"📌 Runtime Parameters
params: seconds: 7200.1 expected: 2 hours id: 7200.1-2 hours📌 Setup phase
duration:
0.0002134130336344242outcome:
passed📌 Call phase
duration:
0.00014922721311450005outcome:
passed📌 Teardown phase
duration:
0.00014814594760537148outcome:
passed -
✅ Test 342
params: seconds=90.4, expected="90 seconds"📌 Runtime Parameters
params: seconds: 90.4 expected: 90 seconds id: 90.4-90 seconds📌 Setup phase
duration:
0.0002254042774438858outcome:
passed📌 Call phase
duration:
0.00014922069385647774outcome:
passed📌 Teardown phase
duration:
0.00013313116505742073outcome:
passed -
✅ Test 343
params: seconds=90.6, expected="91 seconds"📌 Runtime Parameters
params: seconds: 90.6 expected: 91 seconds id: 90.6-91 seconds📌 Setup phase
duration:
0.0003271731548011303outcome:
passed📌 Call phase
duration:
0.00016719801351428032outcome:
passed📌 Teardown phase
duration:
0.00015173712745308876outcome:
passed -
✅ Test 344
params: seconds=121.9, expected="2 minutes"📌 Runtime Parameters
params: seconds: 121.9 expected: 2 minutes id: 121.9-2 minutes📌 Setup phase
duration:
0.00021173199638724327outcome:
passed📌 Call phase
duration:
0.00014854921028017998outcome:
passed📌 Teardown phase
duration:
0.00013834470883011818outcome:
passed -
✅ Test 345
params: seconds=1296000.0, expected="2 weeks"📌 Runtime Parameters
params: seconds: 1296000.0 expected: 2 weeks id: 1296000.0-2 weeks📌 Setup phase
duration:
0.00022475002333521843outcome:
passed📌 Call phase
duration:
0.00016472581773996353outcome:
passed📌 Teardown phase
duration:
0.00013454211875796318outcome:
passed -
✅ Test 346
params: seconds=2592000.0, expected="4 weeks"📌 Runtime Parameters
params: seconds: 2592000.0 expected: 4 weeks id: 2592000.0-4 weeks📌 Setup phase
duration:
0.00022941268980503082outcome:
passed📌 Call phase
duration:
0.00015305401757359505outcome:
passed📌 Teardown phase
duration:
0.00013470090925693512outcome:
passed -
✅ Test 347
params: seconds=2800000.0, expected="5 weeks"📌 Runtime Parameters
params: seconds: 2800000.0 expected: 5 weeks id: 2800000.0-5 weeks📌 Setup phase
duration:
0.0002330099232494831outcome:
passed📌 Call phase
duration:
0.00015017669647932053outcome:
passed📌 Teardown phase
duration:
0.00013324106112122536outcome:
passed -
✅ Test 348
params: seconds=3888000.0, expected="6 weeks"📌 Runtime Parameters
params: seconds: 3888000.0 expected: 6 weeks id: 3888000.0-6 weeks📌 Setup phase
duration:
0.00021313410252332687outcome:
passed📌 Call phase
duration:
0.00015188101679086685outcome:
passed📌 Teardown phase
duration:
0.000136577058583498outcome:
passed -
✅ Test 349
params: seconds=5097600.0, expected="8 weeks"📌 Runtime Parameters
params: seconds: 5097600.0 expected: 8 weeks id: 5097600.0-8 weeks📌 Setup phase
duration:
0.00020619109272956848outcome:
passed📌 Call phase
duration:
0.00014602672308683395outcome:
passed📌 Teardown phase
duration:
0.00014587165787816048outcome:
passed -
✅ Test 350
params: seconds=5184000.0, expected="9 weeks"📌 Runtime Parameters
params: seconds: 5184000.0 expected: 9 weeks id: 5184000.0-9 weeks📌 Setup phase
duration:
0.00021540001034736633outcome:
passed📌 Call phase
duration:
0.0001491820439696312outcome:
passed📌 Teardown phase
duration:
0.00013788510113954544outcome:
passed -
✅ Test 351
params: seconds=5270400.0, expected="2 months"📌 Runtime Parameters
params: seconds: 5270400.0 expected: 2 months id: 5270400.0-2 months📌 Setup phase
duration:
0.0002163853496313095outcome:
passed📌 Call phase
duration:
0.00016444362699985504outcome:
passed📌 Teardown phase
duration:
0.0001392010599374771outcome:
passed -
✅ Test 352
params: seconds=23328000.0, expected="9 months"📌 Runtime Parameters
params: seconds: 23328000.0 expected: 9 months id: 23328000.0-9 months📌 Setup phase
duration:
0.0002104528248310089outcome:
passed📌 Call phase
duration:
0.00016389461234211922outcome:
passed📌 Teardown phase
duration:
0.00013450859114527702outcome:
passed -
✅ Test 353
params: seconds=31104000.0, expected="12 months"📌 Runtime Parameters
params: seconds: 31104000.0 expected: 12 months id: 31104000.0-12 months📌 Setup phase
duration:
0.00021292595192790031outcome:
passed📌 Call phase
duration:
0.00015074480324983597outcome:
passed📌 Teardown phase
duration:
0.00013693422079086304outcome:
passed -
✅ Test 354
params: seconds=33696000.0, expected="13 months"📌 Runtime Parameters
params: seconds: 33696000.0 expected: 13 months id: 33696000.0-13 months📌 Setup phase
duration:
0.00022607017308473587outcome:
passed📌 Call phase
duration:
0.00014951126649975777outcome:
passed📌 Teardown phase
duration:
0.00013123825192451477outcome:
passed -
✅ Test 355
params: seconds=59616000.0, expected="23 months"📌 Runtime Parameters
params: seconds: 59616000.0 expected: 23 months id: 59616000.0-23 months📌 Setup phase
duration:
0.00023280316963791847outcome:
passed📌 Call phase
duration:
0.0001525389961898327outcome:
passed📌 Teardown phase
duration:
0.00013477308675646782outcome:
passed -
✅ Test 356
params: seconds=62208000.0, expected="24 months"📌 Runtime Parameters
params: seconds: 62208000.0 expected: 24 months id: 62208000.0-24 months📌 Setup phase
duration:
0.00022042030468583107outcome:
passed📌 Call phase
duration:
0.00014533987268805504outcome:
passed📌 Teardown phase
duration:
0.0001376117579638958outcome:
passed -
✅ Test 357
params: seconds=64208000.0, expected="2 years"📌 Runtime Parameters
params: seconds: 64208000.0 expected: 2 years id: 64208000.0-2 years📌 Setup phase
duration:
0.00022134603932499886outcome:
passed📌 Call phase
duration:
0.00014998996630311012outcome:
passed📌 Teardown phase
duration:
0.0001509026624262333outcome:
passed
-
-
📄 test_utils_run_later.py
↳ Function: test_init_and_repr
-
✅ Test 359
📌 Setup phase
duration:
0.00017113005742430687outcome:
passed📌 Call phase
duration:
0.00022961804643273354outcome:
passed📌 Teardown phase
duration:
0.00010991189628839493outcome:
passed
↳ Function: test_call
-
✅ Test 360
📌 Setup phase
duration:
0.000123604666441679outcome:
passed📌 Call phase
duration:
0.00017431983724236488outcome:
passed📌 Teardown phase
duration:
0.00011140294373035431outcome:
passed
↳ Function: test_matmul_with_string
-
✅ Test 361
📌 Setup phase
duration:
0.00011855689808726311outcome:
passed📌 Call phase
duration:
0.00016637472435832024outcome:
passed📌 Teardown phase
duration:
9.808270260691643e-05outcome:
passed
↳ Function: test_matmul_with_list
-
✅ Test 362
📌 Setup phase
duration:
0.00010323384776711464outcome:
passed📌 Call phase
duration:
0.00015659816563129425outcome:
passed📌 Teardown phase
duration:
0.00010976428166031837outcome:
passed
↳ Function: test_matmul_with_single_int
-
✅ Test 363
📌 Setup phase
duration:
0.00011100806295871735outcome:
passed📌 Call phase
duration:
0.0001560240052640438outcome:
passed📌 Teardown phase
duration:
9.667687118053436e-05outcome:
passed
↳ Function: test_run_at_future_triggered_and_logs
-
✅ Test 364
📌 Setup phase
duration:
0.0003193872980773449outcome:
passed📌 Call phase
duration:
0.20595675380900502outcome:
passed📌 Teardown phase
duration:
0.00032927701249718666outcome:
passed
↳ Function: test_run_at_already_past
-
✅ Test 365
📌 Setup phase
duration:
0.00033947592601180077outcome:
passed📌 Call phase
duration:
0.0003657247871160507outcome:
passed📌 Teardown phase
duration:
0.00022477004677057266outcome:
passed
↳ Function: test_run_in_future_triggered_and_logs
-
✅ Test 366
📌 Setup phase
duration:
0.0002640681341290474outcome:
passed📌 Call phase
duration:
0.20194446528330445outcome:
passed📌 Teardown phase
duration:
0.0003197072073817253outcome:
passed
↳ Function: test_run_in_past
-
✅ Test 367
📌 Setup phase
duration:
0.0003356947563588619outcome:
passed📌 Call phase
duration:
0.00038721971213817596outcome:
passed📌 Teardown phase
duration:
0.00018881121650338173outcome:
passed
↳ Function: test_run_later_with_seconds
-
✅ Test 368
📌 Setup phase
duration:
0.0002843579277396202outcome:
passed📌 Call phase
duration:
0.20192914828658104outcome:
passed📌 Teardown phase
duration:
0.0002948162145912647outcome:
passed
↳ Function: test_run_later_with_past_datetime
-
✅ Test 369
📌 Setup phase
duration:
0.0003006677143275738outcome:
passed📌 Call phase
duration:
0.0003374619409441948outcome:
passed📌 Teardown phase
duration:
0.00017330097034573555outcome:
passed
↳ Function: test_run_at_tqdm_multiple_updates
-
✅ Test 370
📌 Setup phase
duration:
0.00031166383996605873outcome:
passed📌 Call phase
duration:
0.20185769395902753outcome:
passed📌 Teardown phase
duration:
0.00031824735924601555outcome:
passed
↳ Function: test_today_basic
-
✅ Test 371
📌 Setup phase
duration:
0.00013494305312633514outcome:
passed📌 Call phase
duration:
0.0007774438709020615outcome:
passed📌 Teardown phase
duration:
0.00012916186824440956outcome:
passed
↳ Function: test_tomorrow_basic
-
✅ Test 372
📌 Setup phase
duration:
0.00011912919580936432outcome:
passed📌 Call phase
duration:
0.00038235587999224663outcome:
passed📌 Teardown phase
duration:
0.00011387700214982033outcome:
passed
↳ Function: test_yesterday_basic
-
✅ Test 373
📌 Setup phase
duration:
0.0001264922320842743outcome:
passed📌 Call phase
duration:
0.0004998031072318554outcome:
passed📌 Teardown phase
duration:
0.00011041807010769844outcome:
passed
↳ Function: test_today_matmul_string
-
✅ Test 374
📌 Setup phase
duration:
0.00011181319132447243outcome:
passed📌 Call phase
duration:
0.00036783376708626747outcome:
passed📌 Teardown phase
duration:
0.00010853586718440056outcome:
passed
↳ Function: test_tomorrow_matmul_list
-
✅ Test 375
📌 Setup phase
duration:
0.00010870210826396942outcome:
passed📌 Call phase
duration:
0.0003447439521551132outcome:
passed📌 Teardown phase
duration:
0.00010891305282711983outcome:
passed
↳ Function: test_yesterday_matmul_single
-
✅ Test 376
📌 Setup phase
duration:
0.00011586304754018784outcome:
passed📌 Call phase
duration:
0.00035334331914782524outcome:
passed📌 Teardown phase
duration:
0.0001393090933561325outcome:
passed
-
-
📄 test_utils_sendmail.py
↳ Function: test_sendmail_real_local_verbose
-
✅ Test 377
📌 Setup phase
duration:
0.00012631574645638466outcome:
passed📌 Call phase
duration:
1.6220763307064772outcome:
passedlog:
- name: caproto.bcast msg: Beacon(version=13, server_port=5064, beacon_id=12, address='0.0.0.0') args: None levelname: DEBUG levelno: 10 pathname: /workspace/tligui_y/slic/.pixi/envs/default/lib/python3.8/site-packages/caproto/_broadcaster.py filename: _broadcaster.py module: _broadcaster exc_info: None exc_text: None stack_info: None lineno: 94 funcName: send created: 1754402128.1267 msecs: 126.69992446899414 relativeCreated: 73359.72166061401 thread: 139965834856128 threadName: Thread-3 processName: MainProcess process: 1486 role: SERVER counter: - 1 - 1📌 Teardown phase
duration:
0.0004071560688316822outcome:
passed
-
-
📄 test_utils_snapshot.py
↳ Function: test_snapshot
-
✅ Test 378
params: test_input="v1", "Visible", false], ["h1", "Hidden", true, expected=["Visible"], kwargs={}📌 Runtime Parameters
params: test_input: - - v1 - Visible - (vide) - - h1 - Hidden - True expected: - Visible kwargs: {} id: exclude_internals📌 Setup phase
duration:
0.0004975986666977406outcome:
passed📌 Call phase
duration:
0.0008128490298986435outcome:
passed📌 Teardown phase
duration:
0.00020072562620043755outcome:
passed -
✅ Test 379
params: test_input="v1", "Visible", false], ["h1", "Hidden", true, expected=["Visible", "Hidden"], kwargs={"include_internal": true}📌 Runtime Parameters
params: test_input: - - v1 - Visible - (vide) - - h1 - Hidden - True expected: - Visible - Hidden kwargs: include_internal: True id: include_internals📌 Setup phase
duration:
0.0003188350237905979outcome:
passed📌 Call phase
duration:
0.000501102302223444outcome:
passed📌 Teardown phase
duration:
0.0001828284002840519outcome:
passed -
✅ Test 380
params: test_input=[], expected=[], kwargs={}📌 Runtime Parameters
params: test_input: [] expected: [] kwargs: {} id: empty_case📌 Setup phase
duration:
0.0003080642782151699outcome:
passed📌 Call phase
duration:
0.00017905142158269882outcome:
passed📌 Teardown phase
duration:
0.00019457004964351654outcome:
passed -
✅ Test 381
params: test_input="3", "Charlie"], ["1", "Alpha"], ["2", "Beta", expected=["Alpha", "Beta", "Charlie"], kwargs="{'sort_key': }"📌 Runtime Parameters
params: test_input: - - 3 - Charlie - - 1 - Alpha - - 2 - Beta expected: - Alpha - Beta - Charlie kwargs: {'sort_key': <class 'str'>} id: sort_str📌 Setup phase
duration:
0.00028113508597016335outcome:
passed📌 Call phase
duration:
0.0006502540782094002outcome:
passed📌 Teardown phase
duration:
0.000188363716006279outcome:
passed -
✅ Test 382
params: test_input="z3", "C"], ["a1", "A"], ["m2", "B", expected=["A", "B", "C"], kwargs="{'sort_key': at 0x7f4c589aa3a0>}"📌 Runtime Parameters
params: test_input: - - z3 - C - - a1 - A - - m2 - B expected: - A - B - C kwargs: {'sort_key': <function <lambda> at 0x7f4c589aa3a0>} id: sort_id📌 Setup phase
duration:
0.00029399199411273outcome:
passed📌 Call phase
duration:
0.0005851117894053459outcome:
passed📌 Teardown phase
duration:
0.00017709610983729362outcome:
passed -
✅ Test 383
params: test_input="3", "Charlie"], ["1", "alpha"], ["2", "Beta", expected=["alpha", "Beta", "Charlie"], kwargs="{'sort_key': at 0x7f4c589aa430>}"📌 Runtime Parameters
params: test_input: - - 3 - Charlie - - 1 - alpha - - 2 - Beta expected: - alpha - Beta - Charlie kwargs: {'sort_key': <function <lambda> at 0x7f4c589aa430>} id: sort_case_insensitive📌 Setup phase
duration:
0.00029273005202412605outcome:
passed📌 Call phase
duration:
0.0005967747420072556outcome:
passed📌 Teardown phase
duration:
0.00021968595683574677outcome:
passed -
✅ Test 384
params: test_input="1", "A"], ["2", "BB"], ["3", "CCC", expected=["A", "BB", "CCC"], kwargs="{'sort_key': at 0x7f4c589aa4c0>}"📌 Runtime Parameters
params: test_input: - - 1 - A - - 2 - BB - - 3 - CCC expected: - A - BB - CCC kwargs: {'sort_key': <function <lambda> at 0x7f4c589aa4c0>} id: sort_length📌 Setup phase
duration:
0.00030353106558322906outcome:
passed📌 Call phase
duration:
0.000596086960285902outcome:
passed📌 Teardown phase
duration:
0.0001768781803548336outcome:
passed -
✅ Test 385
params: test_input="1", "A"], ["2", "B"], ["3", "C", expected=["C", "B", "A"], kwargs="{'sort_key': at 0x7f4c589aa550>}"📌 Runtime Parameters
params: test_input: - - 1 - A - - 2 - B - - 3 - C expected: - C - B - A kwargs: {'sort_key': <function <lambda> at 0x7f4c589aa550>} id: sort_reverse📌 Setup phase
duration:
0.0003042197786271572outcome:
passed📌 Call phase
duration:
0.0007031657733023167outcome:
passed📌 Teardown phase
duration:
0.00019120005890727043outcome:
passed
-
-
📄 test_utils_termtitle.py
↳ Function: test_terminal_title_with_tmux
-
✅ Test 386
📌 Setup phase
duration:
0.00017496198415756226outcome:
passed📌 Call phase
duration:
0.015193521045148373outcome:
passed📌 Teardown phase
duration:
0.00020896131172776222outcome:
passed
-
-
📄 test_utils_tqdm_mod.py
↳ Function: test_complete_progress_bar
-
✅ Test 387
📌 Setup phase
duration:
0.00017274031415581703outcome:
passed📌 Call phase
duration:
0.004093010909855366outcome:
passed📌 Teardown phase
duration:
0.00012499094009399414outcome:
passed
↳ Function: test_set_progress_multiple_points
-
✅ Test 388
📌 Setup phase
duration:
0.00013009412214159966outcome:
passed📌 Call phase
duration:
0.0017918921075761318outcome:
passed📌 Teardown phase
duration:
0.00012936722487211227outcome:
passed
↳ Function: test_format_sizeof_alignment
-
✅ Test 389
📌 Setup phase
duration:
0.00013132672756910324outcome:
passed📌 Call phase
duration:
0.0001767990179359913outcome:
passed📌 Teardown phase
duration:
0.00010278681293129921outcome:
passed
↳ Function: test_custom_unit
-
✅ Test 391
📌 Setup phase
duration:
0.00012138579040765762outcome:
passed📌 Call phase
duration:
0.0048819598741829395outcome:
passed📌 Teardown phase
duration:
0.0001288149505853653outcome:
passed
↳ Function: test_clamp_above_total
-
✅ Test 392
📌 Setup phase
duration:
0.00011947285383939743outcome:
passed📌 Call phase
duration:
0.0005273609422147274outcome:
passed📌 Teardown phase
duration:
0.00012233387678861618outcome:
passed
↳ Function: test_clamp_below_zero
-
✅ Test 393
📌 Setup phase
duration:
0.00012042699381709099outcome:
passed📌 Call phase
duration:
0.0006666169501841068outcome:
passed📌 Teardown phase
duration:
0.00013221893459558487outcome:
passed
-
-
📄 test_utils_trinary.py
↳ Function: test_check_trinary_valid_values
-
✅ Test 394
📌 Setup phase
duration:
0.00013137375935912132outcome:
passed📌 Call phase
duration:
0.00020025111734867096outcome:
passed📌 Teardown phase
duration:
0.00011708308011293411outcome:
passed
↳ Function: test_check_trinary_invalid_value
-
✅ Test 395
📌 Setup phase
duration:
0.00012001302093267441outcome:
passed📌 Call phase
duration:
0.00040609296411275864outcome:
passed📌 Teardown phase
duration:
0.00011020293459296227outcome:
passed
↳ Function: test_check_trinary_with_custom_allowed_values
-
✅ Test 396
📌 Setup phase
duration:
0.00011572986841201782outcome:
passed📌 Call phase
duration:
0.000225163996219635outcome:
passed📌 Teardown phase
duration:
0.00012445170432329178outcome:
passed
-
-
📄 test_utils_typecast.py
↳ Function: test_downcast_success
-
✅ Test 397
📌 Setup phase
duration:
0.00012914836406707764outcome:
passed📌 Call phase
duration:
0.0001963130198419094outcome:
passed📌 Teardown phase
duration:
0.00011023972183465958outcome:
passed
↳ Function: test_upcast_success
-
✅ Test 398
📌 Setup phase
duration:
0.0001071300357580185outcome:
passed📌 Call phase
duration:
0.00018413783982396126outcome:
passed📌 Teardown phase
duration:
0.00010505504906177521outcome:
passed
↳ Function: test_downcast_invalid
-
✅ Test 399
📌 Setup phase
duration:
0.00012087775394320488outcome:
passed📌 Call phase
duration:
0.00036456016823649406outcome:
passed📌 Teardown phase
duration:
0.00011337734758853912outcome:
passed
↳ Function: test_upcast_invalid
-
✅ Test 400
📌 Setup phase
duration:
0.00014907727017998695outcome:
passed📌 Call phase
duration:
0.0002076840028166771outcome:
passed📌 Teardown phase
duration:
0.00010341592133045197outcome:
passed
↳ Function: test_object_identity_preserved
-
✅ Test 401
📌 Setup phase
duration:
0.00011430913582444191outcome:
passed📌 Call phase
duration:
0.0001656739041209221outcome:
passed📌 Teardown phase
duration:
0.00010418565943837166outcome:
passed
↳ Function: test_ensure_subclass_valid
-
✅ Test 402
📌 Setup phase
duration:
0.00011818110942840576outcome:
passed📌 Call phase
duration:
0.00016782991588115692outcome:
passed📌 Teardown phase
duration:
0.0001038690097630024outcome:
passed
↳ Function: test_ensure_subclass_invalid
-
✅ Test 403
📌 Setup phase
duration:
0.00011430727317929268outcome:
passed📌 Call phase
duration:
0.00018824869766831398outcome:
passed📌 Teardown phase
duration:
0.00010779500007629395outcome:
passed
↳ Function: test_cast_changes_class
-
✅ Test 404
📌 Setup phase
duration:
0.00010989513248205185outcome:
passed📌 Call phase
duration:
0.00016650836914777756outcome:
passed📌 Teardown phase
duration:
0.00010144198313355446outcome:
passed
↳ Function: test_cast_preserves_identity
-
✅ Test 405
📌 Setup phase
duration:
0.00011711381375789642outcome:
passed📌 Call phase
duration:
0.00015596533194184303outcome:
passed📌 Teardown phase
duration:
0.0001035868190228939outcome:
passed
-
-
📄 test_utils_utils.py
↳ Function: test_singleton_instance
-
✅ Test 406
📌 Setup phase
duration:
0.00011394405737519264outcome:
passed📌 Call phase
duration:
0.00016820617020130157outcome:
passed📌 Teardown phase
duration:
0.00010395608842372894outcome:
passed
↳ Function: test_singleton_identity
-
✅ Test 407
📌 Setup phase
duration:
0.00010642176494002342outcome:
passed📌 Call phase
duration:
0.0001500253565609455outcome:
passed📌 Teardown phase
duration:
9.863730520009995e-05outcome:
passed
↳ Function: test_typename
-
✅ Test 408
params: obj=null, expected="NoneType"📌 Runtime Parameters
params: obj: None expected: NoneType id: None-NoneType📌 Setup phase
duration:
0.00030617695301771164outcome:
passed📌 Call phase
duration:
0.00015299394726753235outcome:
passed📌 Teardown phase
duration:
0.0001505240797996521outcome:
passed -
✅ Test 409
params: obj=true, expected="bool"📌 Runtime Parameters
params: obj: True expected: bool id: True-bool📌 Setup phase
duration:
0.00024504493921995163outcome:
passed📌 Call phase
duration:
0.00015163607895374298outcome:
passed📌 Teardown phase
duration:
0.00014443276450037956outcome:
passed -
✅ Test 410
params: obj=42, expected="int"📌 Runtime Parameters
params: obj: 42 expected: int id: 42-int📌 Setup phase
duration:
0.00024112313985824585outcome:
passed📌 Call phase
duration:
0.00015368638560175896outcome:
passed📌 Teardown phase
duration:
0.00014369888231158257outcome:
passed -
✅ Test 411
params: obj=3.14, expected="float"📌 Runtime Parameters
params: obj: 3.14 expected: float id: 3.14-float📌 Setup phase
duration:
0.0002171797677874565outcome:
passed📌 Call phase
duration:
0.00015618279576301575outcome:
passed📌 Teardown phase
duration:
0.00015288731083273888outcome:
passed -
✅ Test 412
params: obj="text", expected="str"📌 Runtime Parameters
params: obj: text expected: str id: text-str📌 Setup phase
duration:
0.00022605899721384048outcome:
passed📌 Call phase
duration:
0.00014476291835308075outcome:
passed📌 Teardown phase
duration:
0.00014817295596003532outcome:
passed -
✅ Test 413
params: obj="{1, 2, 3}", expected="set"📌 Runtime Parameters
params: obj: {1, 2, 3} expected: set id: obj5-set📌 Setup phase
duration:
0.00022885482758283615outcome:
passed📌 Call phase
duration:
0.00014800997450947762outcome:
passed📌 Teardown phase
duration:
0.0001440374180674553outcome:
passed -
✅ Test 414
params: obj=1], [2, 3, expected="list"📌 Runtime Parameters
params: obj: - - 1 - - 2 - 3 expected: list id: obj6-list📌 Setup phase
duration:
0.00023297779262065887outcome:
passed📌 Call phase
duration:
0.0001473408192396164outcome:
passed📌 Teardown phase
duration:
0.0001389048993587494outcome:
passed -
✅ Test 415
params: obj=[{"a": [1, 2]}, {"b": [3, 4]}], expected="list"📌 Runtime Parameters
params: obj: - a: - 1 - 2 - b: - 3 - 4 expected: list id: obj7-list📌 Setup phase
duration:
0.00022260285913944244outcome:
passed📌 Call phase
duration:
0.00014571798965334892outcome:
passed📌 Teardown phase
duration:
0.00015626801177859306outcome:
passed -
✅ Test 416
params: obj={"key": [{"nested": 1}, [2, 3]]}, expected="dict"📌 Runtime Parameters
params: obj: key: - nested: 1 - - 2 - 3 expected: dict id: obj8-dict📌 Setup phase
duration:
0.00022968091070652008outcome:
passed📌 Call phase
duration:
0.0001470646820962429outcome:
passed📌 Teardown phase
duration:
0.00013443827629089355outcome:
passed -
✅ Test 417
params: obj=" at 0x7f4c576863a0>", expected="function"📌 Runtime Parameters
params: obj: <function <lambda> at 0x7f4c576863a0> expected: function id: <lambda>-function📌 Setup phase
duration:
0.00022068899124860764outcome:
passed📌 Call phase
duration:
0.00015272293239831924outcome:
passed📌 Teardown phase
duration:
0.00022964878007769585outcome:
passed -
✅ Test 418
params: obj="", expected="function"📌 Runtime Parameters
params: obj: <function sample_function at 0x7f4c57686310> expected: function id: sample_function-function📌 Setup phase
duration:
0.0002297908067703247outcome:
passed📌 Call phase
duration:
0.0001606196165084839outcome:
passed📌 Teardown phase
duration:
0.0001623048447072506outcome:
passed -
✅ Test 419
params: obj=".nested at 0x7f4c57686430>", expected="function"📌 Runtime Parameters
params: obj: <function sample_function.<locals>.nested at 0x7f4c57686430> expected: function id: nested-function📌 Setup phase
duration:
0.00022757379338145256outcome:
passed📌 Call phase
duration:
0.00014583580195903778outcome:
passed📌 Teardown phase
duration:
0.00015107635408639908outcome:
passed -
✅ Test 420
params: obj="", expected="builtin_function_or_method"📌 Runtime Parameters
params: obj: <built-in function len> expected: builtin_function_or_method id: len-builtin_function_or_method📌 Setup phase
duration:
0.0002242974005639553outcome:
passed📌 Call phase
duration:
0.00015093106776475906outcome:
passed📌 Teardown phase
duration:
0.00014847004786133766outcome:
passed -
✅ Test 421
params: obj="", expected="builtin_function_or_method"📌 Runtime Parameters
params: obj: <built-in function sum> expected: builtin_function_or_method id: sum-builtin_function_or_method📌 Setup phase
duration:
0.00023196078836917877outcome:
passed📌 Call phase
duration:
0.0001423768699169159outcome:
passed📌 Teardown phase
duration:
0.0001435321755707264outcome:
passed -
✅ Test 422
params: obj="", expected="module"📌 Runtime Parameters
params: obj: <module 'math' from '/workspace/tligui_y/slic/.pixi/envs/default/lib/python3.8/lib-dynload/math.cpython-38-x86_64-linux-gnu.so'> expected: module id: math-module📌 Setup phase
duration:
0.00023407815024256706outcome:
passed📌 Call phase
duration:
0.0001481533981859684outcome:
passed📌 Teardown phase
duration:
0.0001482730731368065outcome:
passed -
✅ Test 423
params: obj="", expected="module"📌 Runtime Parameters
params: obj: <module 'sys' (built-in)> expected: module id: sys-module📌 Setup phase
duration:
0.0002285260707139969outcome:
passed📌 Call phase
duration:
0.0001565529964864254outcome:
passed📌 Teardown phase
duration:
0.0001371186226606369outcome:
passed -
✅ Test 424
params: obj="", expected="type"📌 Runtime Parameters
params: obj: <class 'function'> expected: type id: function-type📌 Setup phase
duration:
0.00022456981241703033outcome:
passed📌 Call phase
duration:
0.00015588384121656418outcome:
passed📌 Teardown phase
duration:
0.00015046307817101479outcome:
passed -
✅ Test 425
params: obj=" at 0x7f4c589b6ba0>", expected="generator"📌 Runtime Parameters
params: obj: <generator object <genexpr> at 0x7f4c589b6ba0> expected: generator id: <genexpr>-generator📌 Setup phase
duration:
0.0002157958224415779outcome:
passed📌 Call phase
duration:
0.00015992112457752228outcome:
passed📌 Teardown phase
duration:
0.00014107581228017807outcome:
passed -
✅ Test 426
params: obj="", expected="list_iterator"📌 Runtime Parameters
params: obj: <list_iterator object at 0x7f4c58b7e880> expected: list_iterator id: obj18-list_iterator📌 Setup phase
duration:
0.00022422894835472107outcome:
passed📌 Call phase
duration:
0.00014321086928248405outcome:
passed📌 Teardown phase
duration:
0.0001491340808570385outcome:
passed
↳ Function: test_next_int
-
✅ Test 427
params: nums=[1, 2, 3], expected=4📌 Runtime Parameters
params: nums: - 1 - 2 - 3 expected: 4 id: nums0-4📌 Setup phase
duration:
0.00022918684408068657outcome:
passed📌 Call phase
duration:
0.0001621786504983902outcome:
passed📌 Teardown phase
duration:
0.00013488996773958206outcome:
passed -
✅ Test 428
params: nums=[10, 20], expected=21📌 Runtime Parameters
params: nums: - 10 - 20 expected: 21 id: nums1-21📌 Setup phase
duration:
0.00023930706083774567outcome:
passed📌 Call phase
duration:
0.00014842115342617035outcome:
passed📌 Teardown phase
duration:
0.00014558201655745506outcome:
passed -
✅ Test 429
params: nums=[], expected=0📌 Runtime Parameters
params: nums: [] expected: 0 id: nums2-0📌 Setup phase
duration:
0.00023573590442538261outcome:
passed📌 Call phase
duration:
0.00016391323879361153outcome:
passed📌 Teardown phase
duration:
0.0001558312214910984outcome:
passed
↳ Function: test_zero_pad
-
✅ Test 430
params: i=7, n=3, expected="007"📌 Runtime Parameters
params: i: 7 n: 3 expected: 007 id: 7-3-007📌 Setup phase
duration:
0.0002677161246538162outcome:
passed📌 Call phase
duration:
0.00015575718134641647outcome:
passed📌 Teardown phase
duration:
0.00015791598707437515outcome:
passed -
✅ Test 431
params: i=123, n=5, expected="00123"📌 Runtime Parameters
params: i: 123 n: 5 expected: 00123 id: 123-5-00123📌 Setup phase
duration:
0.00027715833857655525outcome:
passed📌 Call phase
duration:
0.00015626102685928345outcome:
passed📌 Teardown phase
duration:
0.0001584659330546856outcome:
passed -
✅ Test 432
params: i=0, n=2, expected="00"📌 Runtime Parameters
params: i: 0 n: 2 expected: 00 id: 0-2-00📌 Setup phase
duration:
0.0002664397470653057outcome:
passed📌 Call phase
duration:
0.00015518022701144218outcome:
passed📌 Teardown phase
duration:
0.000174056738615036outcome:
passed
↳ Function: test_iround
-
✅ Test 433
params: val=3.6, expected=4📌 Runtime Parameters
params: val: 3.6 expected: 4 id: 3.6-4📌 Setup phase
duration:
0.00022682826966047287outcome:
passed📌 Call phase
duration:
0.0001521180383861065outcome:
passed📌 Teardown phase
duration:
0.00014348607510328293outcome:
passed -
✅ Test 434
params: val=2.1, expected=2📌 Runtime Parameters
params: val: 2.1 expected: 2 id: 2.1-2📌 Setup phase
duration:
0.00022828811779618263outcome:
passed📌 Call phase
duration:
0.00015295855700969696outcome:
passed📌 Teardown phase
duration:
0.00013963226228952408outcome:
passed -
✅ Test 435
params: val=-1.5, expected=-2📌 Runtime Parameters
params: val: -1.5 expected: -2 id: -1.5--2📌 Setup phase
duration:
0.00022563384845852852outcome:
passed📌 Call phase
duration:
0.00014335615560412407outcome:
passed📌 Teardown phase
duration:
0.00014253519475460052outcome:
passed -
✅ Test 436
params: val=-1.4, expected=-1📌 Runtime Parameters
params: val: -1.4 expected: -1 id: -1.4--1📌 Setup phase
duration:
0.00023264577612280846outcome:
passed📌 Call phase
duration:
0.00014660600572824478outcome:
passed📌 Teardown phase
duration:
0.0001445799134671688outcome:
passed
↳ Function: test_sorted_naturally
-
✅ Test 437
params: items=["file1", "file10", "file2"], expected=["file1", "file2", "file10"]📌 Runtime Parameters
params: items: - file1 - file10 - file2 expected: - file1 - file2 - file10 id: items0-expected0📌 Setup phase
duration:
0.00021679094061255455outcome:
passed📌 Call phase
duration:
0.00018569035455584526outcome:
passed📌 Teardown phase
duration:
0.00014381390064954758outcome:
passed -
✅ Test 438
params: items=["z9", "z10", "z2", "z1"], expected=["z1", "z2", "z9", "z10"]📌 Runtime Parameters
params: items: - z9 - z10 - z2 - z1 expected: - z1 - z2 - z9 - z10 id: items1-expected1📌 Setup phase
duration:
0.00022381311282515526outcome:
passed📌 Call phase
duration:
0.0001790868118405342outcome:
passed📌 Teardown phase
duration:
0.00014594057574868202outcome:
passed
↳ Function: test_sorted_naturally_reverse
-
✅ Test 439
params: items=["file1", "file10", "file2"], expected=["file10", "file2", "file1"]📌 Runtime Parameters
params: items: - file1 - file10 - file2 expected: - file10 - file2 - file1 id: items0-expected0📌 Setup phase
duration:
0.0002347249537706375outcome:
passed📌 Call phase
duration:
0.00016937963664531708outcome:
passed📌 Teardown phase
duration:
0.00015163328498601913outcome:
passed
-
-
📄 test_utils_xrange.py
↳ Function: test_xrange_finite
-
✅ Test 440
params: args=[10], kwargs={}, expected=[0, 1, 2, 3, 4, 5, 6, 7, 8, 9]📌 Runtime Parameters
params: args: - 10 kwargs: {} expected: - (vide) - 1 - 2 - 3 - 4 - 5 - 6 - 7 - 8 - 9 id: args0-kwargs0-expected0📌 Setup phase
duration:
0.00033203931525349617outcome:
passed📌 Call phase
duration:
0.00019252393394708633outcome:
passed📌 Teardown phase
duration:
0.00016353093087673187outcome:
passed -
✅ Test 441
params: args=[0, 10], kwargs={}, expected=[0, 1, 2, 3, 4, 5, 6, 7, 8, 9]📌 Runtime Parameters
params: args: - (vide) - 10 kwargs: {} expected: - (vide) - 1 - 2 - 3 - 4 - 5 - 6 - 7 - 8 - 9 id: args1-kwargs1-expected1📌 Setup phase
duration:
0.0002906383015215397outcome:
passed📌 Call phase
duration:
0.00022678403183817863outcome:
passed📌 Teardown phase
duration:
0.0001669749617576599outcome:
passed -
✅ Test 442
params: args=[0, 10, 2], kwargs={}, expected=[0, 2, 4, 6, 8]📌 Runtime Parameters
params: args: - (vide) - 10 - 2 kwargs: {} expected: - (vide) - 2 - 4 - 6 - 8 id: args2-kwargs2-expected2📌 Setup phase
duration:
0.0002708989195525646outcome:
passed📌 Call phase
duration:
0.00015339907258749008outcome:
passed📌 Teardown phase
duration:
0.00017163436859846115outcome:
passed -
✅ Test 443
params: args=[10], kwargs={"step": 2}, expected=[0, 2, 4, 6, 8]📌 Runtime Parameters
params: args: - 10 kwargs: step: 2 expected: - (vide) - 2 - 4 - 6 - 8 id: args3-kwargs3-expected3📌 Setup phase
duration:
0.0002778819762170315outcome:
passed📌 Call phase
duration:
0.00015160813927650452outcome:
passed📌 Teardown phase
duration:
0.00016250228509306908outcome:
passed
↳ Function: test_xrange_infinite
-
✅ Test 444
params: args=[], kwargs={}, expected_repr="count(0)"📌 Runtime Parameters
params: args: [] kwargs: {} expected_repr: count(0) id: args0-kwargs0-count(0)📌 Setup phase
duration:
0.0002754149027168751outcome:
passed📌 Call phase
duration:
0.00017119711264967918outcome:
passed📌 Teardown phase
duration:
0.0001652659848332405outcome:
passed -
✅ Test 445
params: args=[], kwargs={"step": 2}, expected_repr="count(0, 2)"📌 Runtime Parameters
params: args: [] kwargs: step: 2 expected_repr: count(0, 2) id: args1-kwargs1-count(0, 2)📌 Setup phase
duration:
0.00028839707374572754outcome:
passed📌 Call phase
duration:
0.0001729186624288559outcome:
passed📌 Teardown phase
duration:
0.00015646405518054962outcome:
passed
↳ Function: test_xrange_too_many_args
-
✅ Test 446
params: args=[1, 2, 3, 4]📌 Runtime Parameters
params: args: - 1 - 2 - 3 - 4 id: args0📌 Setup phase
duration:
0.0001807529479265213outcome:
passed📌 Call phase
duration:
0.0004438702017068863outcome:
passed📌 Teardown phase
duration:
0.0006665163673460484outcome:
passed
-
❌ Failed (30)
-
📄 test_utils_debug.py
↳ Function: test_short_repr
-
❌ Test 102
params: value="aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa", cutoff=10, expected="'aaaaaaaaaa..."📌 Runtime Parameters
params: value: aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa cutoff: 10 expected: 'aaaaaaaaaa... id: aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa-10-'aaaaaaaaaa...📌 Setup phase
duration:
0.00028248410671949387outcome:
passed📌 Call phase
duration:
0.0008674561977386475outcome:
failedcrash:
path: /workspace/tligui_y/slic/tests/test_utils_debug.py lineno: 66 message: assert "'aaaaaaaaa..." == "'aaaaaaaaaa..." - 'aaaaaaaaaa... ? - + 'aaaaaaaaa...traceback:
- path: tests/test_utils_debug.py lineno: 66 message: AssertionErrorlongrepr:
value = 'aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa' cutoff = 10, expected = "'aaaaaaaaaa..." @pytest.mark.parametrize( "value, cutoff, expected", [ ("abc", 10, "'abc'"), ("a" * 100, 10, "'aaaaaaaaaa..."), (12345, 10, "12345"), ([0]*100, 15, str(repr([0]*100))[:15] + "..."), (None, 10, "None"), (type("Obj", (), {"__repr__": lambda self: "Obj(" + "x"*50 + ")"})(), 20, "Obj(xxxxxxxxxxxxxxxxx..."), ] ) def test_short_repr(value, cutoff, expected): > assert short_repr(value, cutoff) == expected E assert "'aaaaaaaaa..." == "'aaaaaaaaaa..." E E - 'aaaaaaaaaa... E ? - E + 'aaaaaaaaa... tests/test_utils_debug.py:66: AssertionError📌 Teardown phase
duration:
0.0002667810767889023outcome:
passed -
❌ Test 106
params: value="Obj(xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx)", cutoff=20, expected="Obj(xxxxxxxxxxxxxxxxx..."📌 Runtime Parameters
params: value: Obj(xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx) cutoff: 20 expected: Obj(xxxxxxxxxxxxxxxxx... id: value5-20-Obj(xxxxxxxxxxxxxxxxx...📌 Setup phase
duration:
0.000261685810983181outcome:
passed📌 Call phase
duration:
0.000570500735193491outcome:
failedcrash:
path: /workspace/tligui_y/slic/tests/test_utils_debug.py lineno: 66 message: AssertionError: assert 'Obj(xxxxxxxxxxxxxxxx...' == 'Obj(xxxxxxxxxxxxxxxxx...' - Obj(xxxxxxxxxxxxxxxxx... ? - + Obj(xxxxxxxxxxxxxxxx...traceback:
- path: tests/test_utils_debug.py lineno: 66 message: AssertionErrorlongrepr:
value = Obj(xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx), cutoff = 20 expected = 'Obj(xxxxxxxxxxxxxxxxx...' @pytest.mark.parametrize( "value, cutoff, expected", [ ("abc", 10, "'abc'"), ("a" * 100, 10, "'aaaaaaaaaa..."), (12345, 10, "12345"), ([0]*100, 15, str(repr([0]*100))[:15] + "..."), (None, 10, "None"), (type("Obj", (), {"__repr__": lambda self: "Obj(" + "x"*50 + ")"})(), 20, "Obj(xxxxxxxxxxxxxxxxx..."), ] ) def test_short_repr(value, cutoff, expected): > assert short_repr(value, cutoff) == expected E AssertionError: assert 'Obj(xxxxxxxxxxxxxxxx...' == 'Obj(xxxxxxxxxxxxxxxxx...' E E - Obj(xxxxxxxxxxxxxxxxx... E ? - E + Obj(xxxxxxxxxxxxxxxx... tests/test_utils_debug.py:66: AssertionError📌 Teardown phase
duration:
0.00021455483511090279outcome:
passed
-
-
📄 test_utils_hastyepics.py
↳ Function: test_motor_instantiation_fast_vs_epics
-
❌ Test 179
📌 Setup phase
duration:
0.00012321211397647858outcome:
passed📌 Call phase
duration:
0.100727794226259outcome:
failedcrash:
path: /workspace/tligui_y/slic/tests/test_utils_hastyepics.py lineno: 37 message: AssertionError: Fast version (0.009588s) should be faster than EPICS (0.000268s) assert 0.009587905323132872 < 0.00026814457960426806traceback:
- path: tests/test_utils_hastyepics.py lineno: 37 message: AssertionErrorlongrepr:
def test_motor_instantiation_fast_vs_epics(): fast_times = [] slow_times = [] # Mock to simulate a real EPICS moteur with patch('epics.Motor.get') as mock_get: mock_get.return_value = 'motor' # Mean of 10 runs for _ in range(10): t0 = time.perf_counter() m_fast = Motor("TEST:MOTOR_t1") t1 = time.perf_counter() t2 = time.perf_counter() m_slow = epics.Motor("TEST:MOTOR_t2") t3 = time.perf_counter() fast_times.append(t1 - t0) slow_times.append(t3 - t2) avg_fast = sum(fast_times) / len(fast_times) avg_slow = sum(slow_times) / len(slow_times) > assert avg_fast < avg_slow, f"Fast version ({avg_fast:.6f}s) should be faster than EPICS ({avg_slow:.6f}s)" E AssertionError: Fast version (0.009588s) should be faster than EPICS (0.000268s) E assert 0.009587905323132872 < 0.00026814457960426806 tests/test_utils_hastyepics.py:37: AssertionError📌 Teardown phase
duration:
0.00043707946315407753outcome:
passed
↳ Function: test_motor_without_suffix_and_dot
-
❌ Test 180
📌 Setup phase
duration:
0.00022174324840307236outcome:
passed📌 Call phase
duration:
0.0020508631132543087outcome:
failedcrash:
path: /workspace/tligui_y/slic/tests/test_utils_hastyepics.py lineno: 42 message: AssertionError: assert 'TEST:MOTOR_1.' == 'TEST:MOTOR_1' - TEST:MOTOR_1 + TEST:MOTOR_1. ? +traceback:
- path: tests/test_utils_hastyepics.py lineno: 42 message: AssertionErrorlongrepr:
def test_motor_without_suffix_and_dot(): # Suffix .VAL ... dot should be stripped from name m1 = Motor("TEST:MOTOR_1.VAL") > assert m1._prefix == "TEST:MOTOR_1" E AssertionError: assert 'TEST:MOTOR_1.' == 'TEST:MOTOR_1' E E - TEST:MOTOR_1 E + TEST:MOTOR_1. E ? + tests/test_utils_hastyepics.py:42: AssertionError📌 Teardown phase
duration:
0.00017410097643733025outcome:
passed
↳ Function: test_motor_initializes_device_attrs
-
❌ Test 183
📌 Setup phase
duration:
0.0001127501018345356outcome:
passed📌 Call phase
duration:
0.001706681214272976outcome:
failedcrash:
path: /workspace/tligui_y/slic/tests/test_utils_hastyepics.py lineno: 79 message: AssertionError: VAL is not a valid PV object assert False + where False = isinstance(None, <class 'epics.pv.PV'>) + where <class 'epics.pv.PV'> = <module 'epics.pv' from '/workspace/tligui_y/slic/.pixi/envs/default/lib/python3.8/site-packages/pyepics-3.4.3-py3.9.egg/epics/pv.py'>.PV + where <module 'epics.pv' from '/workspace/tligui_y/slic/.pixi/envs/default/lib/python3.8/site-packages/pyepics-3.4.3-py3.9.egg/epics/pv.py'> = epics.pvtraceback:
- path: tests/test_utils_hastyepics.py lineno: 79 message: AssertionErrorlongrepr:
def test_motor_initializes_device_attrs(): # Check that Motor correctly initializes all Device PVs from _init_list m = Motor("TEST:MOTOR") print("_init_list contents:", m._init_list) print("All attributes on motor:", dir(m)) for attr in m._init_list: print(f"\nChecking attribute: {attr}") assert hasattr(m, attr), f"Motor is missing attribute: {attr}" pv = getattr(m, attr) print(f"PV object: {pv}") print("Type:", type(pv)) if pv is not None: print(f"PV name: {pv.pvname}") print(f"PV connected: {pv.connected}") > assert isinstance(pv, epics.pv.PV), f"{attr} is not a valid PV object" E AssertionError: VAL is not a valid PV object E assert False E + where False = isinstance(None, <class 'epics.pv.PV'>) E + where <class 'epics.pv.PV'> = <module 'epics.pv' from '/workspace/tligui_y/slic/.pixi/envs/default/lib/python3.8/site-packages/pyepics-3.4.3-py3.9.egg/epics/pv.py'>.PV E + where <module 'epics.pv' from '/workspace/tligui_y/slic/.pixi/envs/default/lib/python3.8/site-packages/pyepics-3.4.3-py3.9.egg/epics/pv.py'> = epics.pv tests/test_utils_hastyepics.py:79: AssertionError📌 Teardown phase
duration:
0.00013322290033102036outcome:
passed
-
-
📄 test_utils_logcfg.py
↳ Function: test_import_logging_once_per_module
-
❌ Test 199
📌 Setup phase
duration:
0.00014463160187005997outcome:
passed📌 Call phase
duration:
1.691604595631361outcome:
failedcrash:
path: /workspace/tligui_y/slic/tests/test_utils_logcfg.py lineno: 78 message: AssertionError: Expected 1 import log for 'math', found 0 assert 0 == 1traceback:
- path: tests/test_utils_logcfg.py lineno: 78 message: AssertionErrorlongrepr:
def test_import_logging_once_per_module(): code = textwrap.dedent(""" from slic.utils.logcfg import * import math import io import random """) with tempfile.NamedTemporaryFile("w", suffix=".py", delete=False) as tmp: tmp.write(code) tmp_path = tmp.name env = os.environ.copy() root_path = os.path.abspath(os.path.join(os.path.dirname(__file__), '..')) env["PYTHONPATH"] = root_path + os.pathsep + env.get("PYTHONPATH", "") result = subprocess.run([sys.executable, tmp_path], capture_output=True, text=True, env=env) os.remove(tmp_path) assert result.returncode == 0, f"Script failed:\n{result.stderr}" stderr = result.stderr print(stderr) lines = stderr.splitlines() for mod in ["math", "io", "random"]: count = sum(1 for line in lines if f"importing: {mod}" in line) > assert count == 1, f"Expected 1 import log for '{mod}', found {count}" E AssertionError: Expected 1 import log for 'math', found 0 E assert 0 == 1 tests/test_utils_logcfg.py:78: AssertionError📌 Teardown phase
duration:
0.0003716726787388325outcome:
passed
-
-
📄 test_utils_npy.py
↳ Function: test_nice_arange
-
❌ Test 209
params: start=5, stop=0, step=-1, expected="[5. 4. 3. 2. 1. 0.]"📌 Runtime Parameters
params: start: 5 stop: 0 step: -1 expected: [5. 4. 3. 2. 1. 0.] id: 5-0--1-expected1📌 Setup phase
duration:
0.00039447005838155746outcome:
passed📌 Call phase
duration:
0.0010316730476915836outcome:
failedcrash:
path: /workspace/tligui_y/slic/.pixi/envs/default/lib/python3.8/contextlib.py lineno: 75 message: AssertionError: Not equal to tolerance rtol=1e-06, atol=0 Mismatched elements: 6 / 6 (100%) Max absolute difference: 5. Max relative difference: 3. x: array([0., 1., 2., 3., 4., 5.]) y: array([5., 4., 3., 2., 1., 0.])traceback:
- path: tests/test_utils_npy.py lineno: 16 message: None - path: .pixi/envs/default/lib/python3.8/contextlib.py lineno: 75 message: AssertionErrorlongrepr:
start = 5, stop = 0, step = -1, expected = array([5., 4., 3., 2., 1., 0.]) @pytest.mark.parametrize("start, stop, step, expected", [ (0, 5, 1, np.linspace(0, 5, 6)), # regular integer step (5, 0, -1, np.linspace(5, 0, 6)), # reversed with negative step (1, 2, 0.3, np.linspace(1, 2, 4)), # step doesn't divide evenly (-2, 2, 1.5, np.linspace(-2, 2, 3)), # centered range (2.5, 0.5, -0.4, np.linspace(2.5, 0.5, 6)), # reversed float ]) def test_nice_arange(start, stop, step, expected): > np.testing.assert_allclose(nice_arange(start, stop, step), expected, rtol=1e-6) tests/test_utils_npy.py:16: _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ args = (<function assert_allclose.<locals>.compare at 0x7f4c580ab0d0>, array([0., 1., 2., 3., 4., 5.]), array([5., 4., 3., 2., 1., 0.])) kwds = {'equal_nan': True, 'err_msg': '', 'header': 'Not equal to tolerance rtol=1e-06, atol=0', 'verbose': True} @wraps(func) def inner(*args, **kwds): with self._recreate_cm(): > return func(*args, **kwds) E AssertionError: E Not equal to tolerance rtol=1e-06, atol=0 E E Mismatched elements: 6 / 6 (100%) E Max absolute difference: 5. E Max relative difference: 3. E x: array([0., 1., 2., 3., 4., 5.]) E y: array([5., 4., 3., 2., 1., 0.]) .pixi/envs/default/lib/python3.8/contextlib.py:75: AssertionError📌 Teardown phase
duration:
0.00020897388458251953outcome:
passed -
❌ Test 211
params: start=-2, stop=2, step=1.5, expected="[-2. 0. 2.]"📌 Runtime Parameters
params: start: -2 stop: 2 step: 1.5 expected: [-2. 0. 2.] id: -2-2-1.5-expected3📌 Setup phase
duration:
0.00036714132875204086outcome:
passed📌 Call phase
duration:
0.0005783168599009514outcome:
failedcrash:
path: /workspace/tligui_y/slic/.pixi/envs/default/lib/python3.8/contextlib.py lineno: 75 message: AssertionError: Not equal to tolerance rtol=1e-06, atol=0 (shapes (4,), (3,) mismatch) x: array([-2. , -0.666667, 0.666667, 2. ]) y: array([-2., 0., 2.])traceback:
- path: tests/test_utils_npy.py lineno: 16 message: None - path: .pixi/envs/default/lib/python3.8/contextlib.py lineno: 75 message: AssertionErrorlongrepr:
start = -2, stop = 2, step = 1.5, expected = array([-2., 0., 2.]) @pytest.mark.parametrize("start, stop, step, expected", [ (0, 5, 1, np.linspace(0, 5, 6)), # regular integer step (5, 0, -1, np.linspace(5, 0, 6)), # reversed with negative step (1, 2, 0.3, np.linspace(1, 2, 4)), # step doesn't divide evenly (-2, 2, 1.5, np.linspace(-2, 2, 3)), # centered range (2.5, 0.5, -0.4, np.linspace(2.5, 0.5, 6)), # reversed float ]) def test_nice_arange(start, stop, step, expected): > np.testing.assert_allclose(nice_arange(start, stop, step), expected, rtol=1e-6) tests/test_utils_npy.py:16: _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ args = (<function assert_allclose.<locals>.compare at 0x7f4c57882d30>, array([-2. , -0.66666667, 0.66666667, 2. ]), array([-2., 0., 2.])) kwds = {'equal_nan': True, 'err_msg': '', 'header': 'Not equal to tolerance rtol=1e-06, atol=0', 'verbose': True} @wraps(func) def inner(*args, **kwds): with self._recreate_cm(): > return func(*args, **kwds) E AssertionError: E Not equal to tolerance rtol=1e-06, atol=0 E E (shapes (4,), (3,) mismatch) E x: array([-2. , -0.666667, 0.666667, 2. ]) E y: array([-2., 0., 2.]) .pixi/envs/default/lib/python3.8/contextlib.py:75: AssertionError📌 Teardown phase
duration:
0.00021025072783231735outcome:
passed -
❌ Test 212
params: start=2.5, stop=0.5, step=-0.4, expected="[2.5 2.1 1.7 1.3 0.9 0.5]"📌 Runtime Parameters
params: start: 2.5 stop: 0.5 step: -0.4 expected: [2.5 2.1 1.7 1.3 0.9 0.5] id: 2.5-0.5--0.4-expected4📌 Setup phase
duration:
0.00038055796176195145outcome:
passed📌 Call phase
duration:
0.0008540330454707146outcome:
failedcrash:
path: /workspace/tligui_y/slic/.pixi/envs/default/lib/python3.8/contextlib.py lineno: 75 message: AssertionError: Not equal to tolerance rtol=1e-06, atol=0 Mismatched elements: 6 / 6 (100%) Max absolute difference: 2. Max relative difference: 4. x: array([0.5, 0.9, 1.3, 1.7, 2.1, 2.5]) y: array([2.5, 2.1, 1.7, 1.3, 0.9, 0.5])traceback:
- path: tests/test_utils_npy.py lineno: 16 message: None - path: .pixi/envs/default/lib/python3.8/contextlib.py lineno: 75 message: AssertionErrorlongrepr:
start = 2.5, stop = 0.5, step = -0.4 expected = array([2.5, 2.1, 1.7, 1.3, 0.9, 0.5]) @pytest.mark.parametrize("start, stop, step, expected", [ (0, 5, 1, np.linspace(0, 5, 6)), # regular integer step (5, 0, -1, np.linspace(5, 0, 6)), # reversed with negative step (1, 2, 0.3, np.linspace(1, 2, 4)), # step doesn't divide evenly (-2, 2, 1.5, np.linspace(-2, 2, 3)), # centered range (2.5, 0.5, -0.4, np.linspace(2.5, 0.5, 6)), # reversed float ]) def test_nice_arange(start, stop, step, expected): > np.testing.assert_allclose(nice_arange(start, stop, step), expected, rtol=1e-6) tests/test_utils_npy.py:16: _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ args = (<function assert_allclose.<locals>.compare at 0x7f4c57e54160>, array([0.5, 0.9, 1.3, 1.7, 2.1, 2.5]), array([2.5, 2.1, 1.7, 1.3, 0.9, 0.5])) kwds = {'equal_nan': True, 'err_msg': '', 'header': 'Not equal to tolerance rtol=1e-06, atol=0', 'verbose': True} @wraps(func) def inner(*args, **kwds): with self._recreate_cm(): > return func(*args, **kwds) E AssertionError: E Not equal to tolerance rtol=1e-06, atol=0 E E Mismatched elements: 6 / 6 (100%) E Max absolute difference: 2. E Max relative difference: 4. E x: array([0.5, 0.9, 1.3, 1.7, 2.1, 2.5]) E y: array([2.5, 2.1, 1.7, 1.3, 0.9, 0.5]) .pixi/envs/default/lib/python3.8/contextlib.py:75: AssertionError📌 Teardown phase
duration:
0.00020879413932561874outcome:
passed
↳ Function: test_nice_steps_left_aligned
-
❌ Test 224
params: start=0, stop=5, step=2, endpoint=true, expected="[0. 2. 4. 6.]"📌 Runtime Parameters
params: start: 0 stop: 5 step: 2 endpoint: True expected: [0. 2. 4. 6.] id: 0-5-2-True-expected0📌 Setup phase
duration:
0.0003747069276869297outcome:
passed📌 Call phase
duration:
0.0004890318959951401outcome:
failedcrash:
path: /workspace/tligui_y/slic/.pixi/envs/default/lib/python3.8/contextlib.py lineno: 75 message: AssertionError: Not equal to tolerance rtol=1e-07, atol=0 (shapes (3,), (4,) mismatch) x: array([0, 2, 4]) y: array([0., 2., 4., 6.])traceback:
- path: tests/test_utils_npy.py lineno: 53 message: None - path: .pixi/envs/default/lib/python3.8/contextlib.py lineno: 75 message: AssertionErrorlongrepr:
start = 0, stop = 5, step = 2, endpoint = True expected = array([0., 2., 4., 6.]) @pytest.mark.parametrize("start, stop, step, endpoint, expected", [ (0, 5, 2, True, np.array([0., 2., 4., 6.])), # Normal case with endpoint overshooting (0, 5, 2, False, np.array([0., 2., 4.])), # No endpoint (-1, 2, 1.5, True, np.array([-1., 0.5, 2.])), # Needs fractional alignment to include stop (-1, 2, 1.5, False, np.array([-1., 0.5])), # Same range but no endpoint (-2, 1, 1.2, True, np.array([-2., -0.8, 0.4, 1.6])), # Step overshoots (5, 0, -2, True, np.array([5., 3., 1., -1.])), # Backward steps with overshoot (5, 0, -2, False, np.array([5., 3., 1.])), # No endpoint, backward ]) def test_nice_steps_left_aligned(start, stop, step, endpoint, expected): > np.testing.assert_allclose(nice_steps_left_aligned(start, stop, step, endpoint), expected) tests/test_utils_npy.py:53: _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ args = (<function assert_allclose.<locals>.compare at 0x7f4c5889f820>, array([0, 2, 4]), array([0., 2., 4., 6.])) kwds = {'equal_nan': True, 'err_msg': '', 'header': 'Not equal to tolerance rtol=1e-07, atol=0', 'verbose': True} @wraps(func) def inner(*args, **kwds): with self._recreate_cm(): > return func(*args, **kwds) E AssertionError: E Not equal to tolerance rtol=1e-07, atol=0 E E (shapes (3,), (4,) mismatch) E x: array([0, 2, 4]) E y: array([0., 2., 4., 6.]) .pixi/envs/default/lib/python3.8/contextlib.py:75: AssertionError📌 Teardown phase
duration:
0.00022414373233914375outcome:
passed -
❌ Test 225
params: start=0, stop=5, step=2, endpoint=false, expected="[0. 2. 4.]"📌 Runtime Parameters
params: start: 0 stop: 5 step: 2 endpoint: False expected: [0. 2. 4.] id: 0-5-2-False-expected1📌 Setup phase
duration:
0.0003884322941303253outcome:
passed📌 Call phase
duration:
0.00046869320794939995outcome:
failedcrash:
path: /workspace/tligui_y/slic/.pixi/envs/default/lib/python3.8/contextlib.py lineno: 75 message: AssertionError: Not equal to tolerance rtol=1e-07, atol=0 (shapes (2,), (3,) mismatch) x: array([0, 2]) y: array([0., 2., 4.])traceback:
- path: tests/test_utils_npy.py lineno: 53 message: None - path: .pixi/envs/default/lib/python3.8/contextlib.py lineno: 75 message: AssertionErrorlongrepr:
start = 0, stop = 5, step = 2, endpoint = False, expected = array([0., 2., 4.]) @pytest.mark.parametrize("start, stop, step, endpoint, expected", [ (0, 5, 2, True, np.array([0., 2., 4., 6.])), # Normal case with endpoint overshooting (0, 5, 2, False, np.array([0., 2., 4.])), # No endpoint (-1, 2, 1.5, True, np.array([-1., 0.5, 2.])), # Needs fractional alignment to include stop (-1, 2, 1.5, False, np.array([-1., 0.5])), # Same range but no endpoint (-2, 1, 1.2, True, np.array([-2., -0.8, 0.4, 1.6])), # Step overshoots (5, 0, -2, True, np.array([5., 3., 1., -1.])), # Backward steps with overshoot (5, 0, -2, False, np.array([5., 3., 1.])), # No endpoint, backward ]) def test_nice_steps_left_aligned(start, stop, step, endpoint, expected): > np.testing.assert_allclose(nice_steps_left_aligned(start, stop, step, endpoint), expected) tests/test_utils_npy.py:53: _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ args = (<function assert_allclose.<locals>.compare at 0x7f4c57930e50>, array([0, 2]), array([0., 2., 4.])) kwds = {'equal_nan': True, 'err_msg': '', 'header': 'Not equal to tolerance rtol=1e-07, atol=0', 'verbose': True} @wraps(func) def inner(*args, **kwds): with self._recreate_cm(): > return func(*args, **kwds) E AssertionError: E Not equal to tolerance rtol=1e-07, atol=0 E E (shapes (2,), (3,) mismatch) E x: array([0, 2]) E y: array([0., 2., 4.]) .pixi/envs/default/lib/python3.8/contextlib.py:75: AssertionError📌 Teardown phase
duration:
0.0002238028682768345outcome:
passed -
❌ Test 228
params: start=-2, stop=1, step=1.2, endpoint=true, expected="[-2. -0.8 0.4 1.6]"📌 Runtime Parameters
params: start: -2 stop: 1 step: 1.2 endpoint: True expected: [-2. -0.8 0.4 1.6] id: -2-1-1.2-True-expected4📌 Setup phase
duration:
0.00036806799471378326outcome:
passed📌 Call phase
duration:
0.000531940720975399outcome:
failedcrash:
path: /workspace/tligui_y/slic/.pixi/envs/default/lib/python3.8/contextlib.py lineno: 75 message: AssertionError: Not equal to tolerance rtol=1e-07, atol=0 (shapes (3,), (4,) mismatch) x: array([-2. , -0.8, 0.4]) y: array([-2. , -0.8, 0.4, 1.6])traceback:
- path: tests/test_utils_npy.py lineno: 53 message: None - path: .pixi/envs/default/lib/python3.8/contextlib.py lineno: 75 message: AssertionErrorlongrepr:
start = -2, stop = 1, step = 1.2, endpoint = True expected = array([-2. , -0.8, 0.4, 1.6]) @pytest.mark.parametrize("start, stop, step, endpoint, expected", [ (0, 5, 2, True, np.array([0., 2., 4., 6.])), # Normal case with endpoint overshooting (0, 5, 2, False, np.array([0., 2., 4.])), # No endpoint (-1, 2, 1.5, True, np.array([-1., 0.5, 2.])), # Needs fractional alignment to include stop (-1, 2, 1.5, False, np.array([-1., 0.5])), # Same range but no endpoint (-2, 1, 1.2, True, np.array([-2., -0.8, 0.4, 1.6])), # Step overshoots (5, 0, -2, True, np.array([5., 3., 1., -1.])), # Backward steps with overshoot (5, 0, -2, False, np.array([5., 3., 1.])), # No endpoint, backward ]) def test_nice_steps_left_aligned(start, stop, step, endpoint, expected): > np.testing.assert_allclose(nice_steps_left_aligned(start, stop, step, endpoint), expected) tests/test_utils_npy.py:53: _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ args = (<function assert_allclose.<locals>.compare at 0x7f4c57930550>, array([-2. , -0.8, 0.4]), array([-2. , -0.8, 0.4, 1.6])) kwds = {'equal_nan': True, 'err_msg': '', 'header': 'Not equal to tolerance rtol=1e-07, atol=0', 'verbose': True} @wraps(func) def inner(*args, **kwds): with self._recreate_cm(): > return func(*args, **kwds) E AssertionError: E Not equal to tolerance rtol=1e-07, atol=0 E E (shapes (3,), (4,) mismatch) E x: array([-2. , -0.8, 0.4]) E y: array([-2. , -0.8, 0.4, 1.6]) .pixi/envs/default/lib/python3.8/contextlib.py:75: AssertionError📌 Teardown phase
duration:
0.0002188161015510559outcome:
passed -
❌ Test 229
params: start=5, stop=0, step=-2, endpoint=true, expected="[ 5. 3. 1. -1.]"📌 Runtime Parameters
params: start: 5 stop: 0 step: -2 endpoint: True expected: [ 5. 3. 1. -1.] id: 5-0--2-True-expected5📌 Setup phase
duration:
0.0003945338539779186outcome:
passed📌 Call phase
duration:
0.0005090218037366867outcome:
failedcrash:
path: /workspace/tligui_y/slic/.pixi/envs/default/lib/python3.8/contextlib.py lineno: 75 message: AssertionError: Not equal to tolerance rtol=1e-07, atol=0 (shapes (3,), (4,) mismatch) x: array([0, 2, 4]) y: array([ 5., 3., 1., -1.])traceback:
- path: tests/test_utils_npy.py lineno: 53 message: None - path: .pixi/envs/default/lib/python3.8/contextlib.py lineno: 75 message: AssertionErrorlongrepr:
start = 5, stop = 0, step = -2, endpoint = True expected = array([ 5., 3., 1., -1.]) @pytest.mark.parametrize("start, stop, step, endpoint, expected", [ (0, 5, 2, True, np.array([0., 2., 4., 6.])), # Normal case with endpoint overshooting (0, 5, 2, False, np.array([0., 2., 4.])), # No endpoint (-1, 2, 1.5, True, np.array([-1., 0.5, 2.])), # Needs fractional alignment to include stop (-1, 2, 1.5, False, np.array([-1., 0.5])), # Same range but no endpoint (-2, 1, 1.2, True, np.array([-2., -0.8, 0.4, 1.6])), # Step overshoots (5, 0, -2, True, np.array([5., 3., 1., -1.])), # Backward steps with overshoot (5, 0, -2, False, np.array([5., 3., 1.])), # No endpoint, backward ]) def test_nice_steps_left_aligned(start, stop, step, endpoint, expected): > np.testing.assert_allclose(nice_steps_left_aligned(start, stop, step, endpoint), expected) tests/test_utils_npy.py:53: _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ args = (<function assert_allclose.<locals>.compare at 0x7f4c57930e50>, array([0, 2, 4]), array([ 5., 3., 1., -1.])) kwds = {'equal_nan': True, 'err_msg': '', 'header': 'Not equal to tolerance rtol=1e-07, atol=0', 'verbose': True} @wraps(func) def inner(*args, **kwds): with self._recreate_cm(): > return func(*args, **kwds) E AssertionError: E Not equal to tolerance rtol=1e-07, atol=0 E E (shapes (3,), (4,) mismatch) E x: array([0, 2, 4]) E y: array([ 5., 3., 1., -1.]) .pixi/envs/default/lib/python3.8/contextlib.py:75: AssertionError📌 Teardown phase
duration:
0.0002911030314862728outcome:
passed -
❌ Test 230
params: start=5, stop=0, step=-2, endpoint=false, expected="[5. 3. 1.]"📌 Runtime Parameters
params: start: 5 stop: 0 step: -2 endpoint: False expected: [5. 3. 1.] id: 5-0--2-False-expected6📌 Setup phase
duration:
0.0003698510117828846outcome:
passed📌 Call phase
duration:
0.0004901941865682602outcome:
failedcrash:
path: /workspace/tligui_y/slic/.pixi/envs/default/lib/python3.8/contextlib.py lineno: 75 message: AssertionError: Not equal to tolerance rtol=1e-07, atol=0 (shapes (2,), (3,) mismatch) x: array([0, 2]) y: array([5., 3., 1.])traceback:
- path: tests/test_utils_npy.py lineno: 53 message: None - path: .pixi/envs/default/lib/python3.8/contextlib.py lineno: 75 message: AssertionErrorlongrepr:
start = 5, stop = 0, step = -2, endpoint = False, expected = array([5., 3., 1.]) @pytest.mark.parametrize("start, stop, step, endpoint, expected", [ (0, 5, 2, True, np.array([0., 2., 4., 6.])), # Normal case with endpoint overshooting (0, 5, 2, False, np.array([0., 2., 4.])), # No endpoint (-1, 2, 1.5, True, np.array([-1., 0.5, 2.])), # Needs fractional alignment to include stop (-1, 2, 1.5, False, np.array([-1., 0.5])), # Same range but no endpoint (-2, 1, 1.2, True, np.array([-2., -0.8, 0.4, 1.6])), # Step overshoots (5, 0, -2, True, np.array([5., 3., 1., -1.])), # Backward steps with overshoot (5, 0, -2, False, np.array([5., 3., 1.])), # No endpoint, backward ]) def test_nice_steps_left_aligned(start, stop, step, endpoint, expected): > np.testing.assert_allclose(nice_steps_left_aligned(start, stop, step, endpoint), expected) tests/test_utils_npy.py:53: _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ args = (<function assert_allclose.<locals>.compare at 0x7f4c578bcc10>, array([0, 2]), array([5., 3., 1.])) kwds = {'equal_nan': True, 'err_msg': '', 'header': 'Not equal to tolerance rtol=1e-07, atol=0', 'verbose': True} @wraps(func) def inner(*args, **kwds): with self._recreate_cm(): > return func(*args, **kwds) E AssertionError: E Not equal to tolerance rtol=1e-07, atol=0 E E (shapes (2,), (3,) mismatch) E x: array([0, 2]) E y: array([5., 3., 1.]) .pixi/envs/default/lib/python3.8/contextlib.py:75: AssertionError📌 Teardown phase
duration:
0.000257076695561409outcome:
passed
↳ Function: test_nice_steps_right_aligned
-
❌ Test 231
params: start=0, stop=5, step=2, endpoint=true, expected="[6. 4. 2. 0.]"📌 Runtime Parameters
params: start: 0 stop: 5 step: 2 endpoint: True expected: [6. 4. 2. 0.] id: 0-5-2-True-expected0📌 Setup phase
duration:
0.0003842609003186226outcome:
passed📌 Call phase
duration:
0.0005122469738125801outcome:
failedcrash:
path: /workspace/tligui_y/slic/.pixi/envs/default/lib/python3.8/contextlib.py lineno: 75 message: AssertionError: Not equal to tolerance rtol=1e-07, atol=0 (shapes (3,), (4,) mismatch) x: array([1, 3, 5]) y: array([6., 4., 2., 0.])traceback:
- path: tests/test_utils_npy.py lineno: 67 message: None - path: .pixi/envs/default/lib/python3.8/contextlib.py lineno: 75 message: AssertionErrorlongrepr:
start = 0, stop = 5, step = 2, endpoint = True expected = array([6., 4., 2., 0.]) @pytest.mark.parametrize("start, stop, step, endpoint, expected", [ (0, 5, 2, True, np.array([6., 4., 2., 0.])), # Right-aligned, overshoots left (0, 5, 2, False, np.array([4., 2., 0.])), # Right-aligned, no endpoint (-1, 2, 1.5, True, np.array([2., 0.5, -1.])), # Step doesn t divide evenly, reverse it (-1, 2, 1.5, False, np.array([0.5, -1.])), # Without endpoint (5, 0, -2, True, np.array([5., 3., 1., -1.])), # Negative step, includes endpoint overshoot (5, 0, -2, False, np.array([3., 1., -1.])), # No endpoint, skips last one (-3, 3, 2, True, np.array([5., 3., 1., -1., -3.])), # Large symmetric range, reverse ]) def test_nice_steps_right_aligned(start, stop, step, endpoint, expected): > np.testing.assert_allclose(nice_steps_right_aligned(start, stop, step, endpoint), expected) tests/test_utils_npy.py:67: _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ args = (<function assert_allclose.<locals>.compare at 0x7f4c578bcb80>, array([1, 3, 5]), array([6., 4., 2., 0.])) kwds = {'equal_nan': True, 'err_msg': '', 'header': 'Not equal to tolerance rtol=1e-07, atol=0', 'verbose': True} @wraps(func) def inner(*args, **kwds): with self._recreate_cm(): > return func(*args, **kwds) E AssertionError: E Not equal to tolerance rtol=1e-07, atol=0 E E (shapes (3,), (4,) mismatch) E x: array([1, 3, 5]) E y: array([6., 4., 2., 0.]) .pixi/envs/default/lib/python3.8/contextlib.py:75: AssertionError📌 Teardown phase
duration:
0.00021689897403120995outcome:
passed -
❌ Test 232
params: start=0, stop=5, step=2, endpoint=false, expected="[4. 2. 0.]"📌 Runtime Parameters
params: start: 0 stop: 5 step: 2 endpoint: False expected: [4. 2. 0.] id: 0-5-2-False-expected1📌 Setup phase
duration:
0.00039398204535245895outcome:
passed📌 Call phase
duration:
0.0004805619828402996outcome:
failedcrash:
path: /workspace/tligui_y/slic/.pixi/envs/default/lib/python3.8/contextlib.py lineno: 75 message: AssertionError: Not equal to tolerance rtol=1e-07, atol=0 (shapes (2,), (3,) mismatch) x: array([3, 5]) y: array([4., 2., 0.])traceback:
- path: tests/test_utils_npy.py lineno: 67 message: None - path: .pixi/envs/default/lib/python3.8/contextlib.py lineno: 75 message: AssertionErrorlongrepr:
start = 0, stop = 5, step = 2, endpoint = False, expected = array([4., 2., 0.]) @pytest.mark.parametrize("start, stop, step, endpoint, expected", [ (0, 5, 2, True, np.array([6., 4., 2., 0.])), # Right-aligned, overshoots left (0, 5, 2, False, np.array([4., 2., 0.])), # Right-aligned, no endpoint (-1, 2, 1.5, True, np.array([2., 0.5, -1.])), # Step doesn t divide evenly, reverse it (-1, 2, 1.5, False, np.array([0.5, -1.])), # Without endpoint (5, 0, -2, True, np.array([5., 3., 1., -1.])), # Negative step, includes endpoint overshoot (5, 0, -2, False, np.array([3., 1., -1.])), # No endpoint, skips last one (-3, 3, 2, True, np.array([5., 3., 1., -1., -3.])), # Large symmetric range, reverse ]) def test_nice_steps_right_aligned(start, stop, step, endpoint, expected): > np.testing.assert_allclose(nice_steps_right_aligned(start, stop, step, endpoint), expected) tests/test_utils_npy.py:67: _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ args = (<function assert_allclose.<locals>.compare at 0x7f4c578bc310>, array([3, 5]), array([4., 2., 0.])) kwds = {'equal_nan': True, 'err_msg': '', 'header': 'Not equal to tolerance rtol=1e-07, atol=0', 'verbose': True} @wraps(func) def inner(*args, **kwds): with self._recreate_cm(): > return func(*args, **kwds) E AssertionError: E Not equal to tolerance rtol=1e-07, atol=0 E E (shapes (2,), (3,) mismatch) E x: array([3, 5]) E y: array([4., 2., 0.]) .pixi/envs/default/lib/python3.8/contextlib.py:75: AssertionError📌 Teardown phase
duration:
0.000239579938352108outcome:
passed -
❌ Test 233
params: start=-1, stop=2, step=1.5, endpoint=true, expected="[ 2. 0.5 -1. ]"📌 Runtime Parameters
params: start: -1 stop: 2 step: 1.5 endpoint: True expected: [ 2. 0.5 -1. ] id: -1-2-1.5-True-expected2📌 Setup phase
duration:
0.00036857184022665024outcome:
passed📌 Call phase
duration:
0.000818813219666481outcome:
failedcrash:
path: /workspace/tligui_y/slic/.pixi/envs/default/lib/python3.8/contextlib.py lineno: 75 message: AssertionError: Not equal to tolerance rtol=1e-07, atol=0 Mismatched elements: 2 / 3 (66.7%) Max absolute difference: 3. Max relative difference: 3. x: array([-1. , 0.5, 2. ]) y: array([ 2. , 0.5, -1. ])traceback:
- path: tests/test_utils_npy.py lineno: 67 message: None - path: .pixi/envs/default/lib/python3.8/contextlib.py lineno: 75 message: AssertionErrorlongrepr:
start = -1, stop = 2, step = 1.5, endpoint = True expected = array([ 2. , 0.5, -1. ]) @pytest.mark.parametrize("start, stop, step, endpoint, expected", [ (0, 5, 2, True, np.array([6., 4., 2., 0.])), # Right-aligned, overshoots left (0, 5, 2, False, np.array([4., 2., 0.])), # Right-aligned, no endpoint (-1, 2, 1.5, True, np.array([2., 0.5, -1.])), # Step doesn t divide evenly, reverse it (-1, 2, 1.5, False, np.array([0.5, -1.])), # Without endpoint (5, 0, -2, True, np.array([5., 3., 1., -1.])), # Negative step, includes endpoint overshoot (5, 0, -2, False, np.array([3., 1., -1.])), # No endpoint, skips last one (-3, 3, 2, True, np.array([5., 3., 1., -1., -3.])), # Large symmetric range, reverse ]) def test_nice_steps_right_aligned(start, stop, step, endpoint, expected): > np.testing.assert_allclose(nice_steps_right_aligned(start, stop, step, endpoint), expected) tests/test_utils_npy.py:67: _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ args = (<function assert_allclose.<locals>.compare at 0x7f4c5793b940>, array([-1. , 0.5, 2. ]), array([ 2. , 0.5, -1. ])) kwds = {'equal_nan': True, 'err_msg': '', 'header': 'Not equal to tolerance rtol=1e-07, atol=0', 'verbose': True} @wraps(func) def inner(*args, **kwds): with self._recreate_cm(): > return func(*args, **kwds) E AssertionError: E Not equal to tolerance rtol=1e-07, atol=0 E E Mismatched elements: 2 / 3 (66.7%) E Max absolute difference: 3. E Max relative difference: 3. E x: array([-1. , 0.5, 2. ]) E y: array([ 2. , 0.5, -1. ]) .pixi/envs/default/lib/python3.8/contextlib.py:75: AssertionError📌 Teardown phase
duration:
0.00021615810692310333outcome:
passed -
❌ Test 234
params: start=-1, stop=2, step=1.5, endpoint=false, expected="[ 0.5 -1. ]"📌 Runtime Parameters
params: start: -1 stop: 2 step: 1.5 endpoint: False expected: [ 0.5 -1. ] id: -1-2-1.5-False-expected3📌 Setup phase
duration:
0.00039253290742635727outcome:
passed📌 Call phase
duration:
0.0007766652852296829outcome:
failedcrash:
path: /workspace/tligui_y/slic/.pixi/envs/default/lib/python3.8/contextlib.py lineno: 75 message: AssertionError: Not equal to tolerance rtol=1e-07, atol=0 Mismatched elements: 1 / 2 (50%) Max absolute difference: 3. Max relative difference: 3. x: array([0.5, 2. ]) y: array([ 0.5, -1. ])traceback:
- path: tests/test_utils_npy.py lineno: 67 message: None - path: .pixi/envs/default/lib/python3.8/contextlib.py lineno: 75 message: AssertionErrorlongrepr:
start = -1, stop = 2, step = 1.5, endpoint = False expected = array([ 0.5, -1. ]) @pytest.mark.parametrize("start, stop, step, endpoint, expected", [ (0, 5, 2, True, np.array([6., 4., 2., 0.])), # Right-aligned, overshoots left (0, 5, 2, False, np.array([4., 2., 0.])), # Right-aligned, no endpoint (-1, 2, 1.5, True, np.array([2., 0.5, -1.])), # Step doesn t divide evenly, reverse it (-1, 2, 1.5, False, np.array([0.5, -1.])), # Without endpoint (5, 0, -2, True, np.array([5., 3., 1., -1.])), # Negative step, includes endpoint overshoot (5, 0, -2, False, np.array([3., 1., -1.])), # No endpoint, skips last one (-3, 3, 2, True, np.array([5., 3., 1., -1., -3.])), # Large symmetric range, reverse ]) def test_nice_steps_right_aligned(start, stop, step, endpoint, expected): > np.testing.assert_allclose(nice_steps_right_aligned(start, stop, step, endpoint), expected) tests/test_utils_npy.py:67: _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ args = (<function assert_allclose.<locals>.compare at 0x7f4c5793baf0>, array([0.5, 2. ]), array([ 0.5, -1. ])) kwds = {'equal_nan': True, 'err_msg': '', 'header': 'Not equal to tolerance rtol=1e-07, atol=0', 'verbose': True} @wraps(func) def inner(*args, **kwds): with self._recreate_cm(): > return func(*args, **kwds) E AssertionError: E Not equal to tolerance rtol=1e-07, atol=0 E E Mismatched elements: 1 / 2 (50%) E Max absolute difference: 3. E Max relative difference: 3. E x: array([0.5, 2. ]) E y: array([ 0.5, -1. ]) .pixi/envs/default/lib/python3.8/contextlib.py:75: AssertionError📌 Teardown phase
duration:
0.00023543834686279297outcome:
passed -
❌ Test 235
params: start=5, stop=0, step=-2, endpoint=true, expected="[ 5. 3. 1. -1.]"📌 Runtime Parameters
params: start: 5 stop: 0 step: -2 endpoint: True expected: [ 5. 3. 1. -1.] id: 5-0--2-True-expected4📌 Setup phase
duration:
0.00036967964842915535outcome:
passed📌 Call phase
duration:
0.0005012559704482555outcome:
failedcrash:
path: /workspace/tligui_y/slic/.pixi/envs/default/lib/python3.8/contextlib.py lineno: 75 message: AssertionError: Not equal to tolerance rtol=1e-07, atol=0 (shapes (3,), (4,) mismatch) x: array([1, 3, 5]) y: array([ 5., 3., 1., -1.])traceback:
- path: tests/test_utils_npy.py lineno: 67 message: None - path: .pixi/envs/default/lib/python3.8/contextlib.py lineno: 75 message: AssertionErrorlongrepr:
start = 5, stop = 0, step = -2, endpoint = True expected = array([ 5., 3., 1., -1.]) @pytest.mark.parametrize("start, stop, step, endpoint, expected", [ (0, 5, 2, True, np.array([6., 4., 2., 0.])), # Right-aligned, overshoots left (0, 5, 2, False, np.array([4., 2., 0.])), # Right-aligned, no endpoint (-1, 2, 1.5, True, np.array([2., 0.5, -1.])), # Step doesn t divide evenly, reverse it (-1, 2, 1.5, False, np.array([0.5, -1.])), # Without endpoint (5, 0, -2, True, np.array([5., 3., 1., -1.])), # Negative step, includes endpoint overshoot (5, 0, -2, False, np.array([3., 1., -1.])), # No endpoint, skips last one (-3, 3, 2, True, np.array([5., 3., 1., -1., -3.])), # Large symmetric range, reverse ]) def test_nice_steps_right_aligned(start, stop, step, endpoint, expected): > np.testing.assert_allclose(nice_steps_right_aligned(start, stop, step, endpoint), expected) tests/test_utils_npy.py:67: _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ args = (<function assert_allclose.<locals>.compare at 0x7f4c5793b940>, array([1, 3, 5]), array([ 5., 3., 1., -1.])) kwds = {'equal_nan': True, 'err_msg': '', 'header': 'Not equal to tolerance rtol=1e-07, atol=0', 'verbose': True} @wraps(func) def inner(*args, **kwds): with self._recreate_cm(): > return func(*args, **kwds) E AssertionError: E Not equal to tolerance rtol=1e-07, atol=0 E E (shapes (3,), (4,) mismatch) E x: array([1, 3, 5]) E y: array([ 5., 3., 1., -1.]) .pixi/envs/default/lib/python3.8/contextlib.py:75: AssertionError📌 Teardown phase
duration:
0.00022119516506791115outcome:
passed -
❌ Test 236
params: start=5, stop=0, step=-2, endpoint=false, expected="[ 3. 1. -1.]"📌 Runtime Parameters
params: start: 5 stop: 0 step: -2 endpoint: False expected: [ 3. 1. -1.] id: 5-0--2-False-expected5📌 Setup phase
duration:
0.00038978271186351776outcome:
passed📌 Call phase
duration:
0.0004720469005405903outcome:
failedcrash:
path: /workspace/tligui_y/slic/.pixi/envs/default/lib/python3.8/contextlib.py lineno: 75 message: AssertionError: Not equal to tolerance rtol=1e-07, atol=0 (shapes (2,), (3,) mismatch) x: array([3, 5]) y: array([ 3., 1., -1.])traceback:
- path: tests/test_utils_npy.py lineno: 67 message: None - path: .pixi/envs/default/lib/python3.8/contextlib.py lineno: 75 message: AssertionErrorlongrepr:
start = 5, stop = 0, step = -2, endpoint = False expected = array([ 3., 1., -1.]) @pytest.mark.parametrize("start, stop, step, endpoint, expected", [ (0, 5, 2, True, np.array([6., 4., 2., 0.])), # Right-aligned, overshoots left (0, 5, 2, False, np.array([4., 2., 0.])), # Right-aligned, no endpoint (-1, 2, 1.5, True, np.array([2., 0.5, -1.])), # Step doesn t divide evenly, reverse it (-1, 2, 1.5, False, np.array([0.5, -1.])), # Without endpoint (5, 0, -2, True, np.array([5., 3., 1., -1.])), # Negative step, includes endpoint overshoot (5, 0, -2, False, np.array([3., 1., -1.])), # No endpoint, skips last one (-3, 3, 2, True, np.array([5., 3., 1., -1., -3.])), # Large symmetric range, reverse ]) def test_nice_steps_right_aligned(start, stop, step, endpoint, expected): > np.testing.assert_allclose(nice_steps_right_aligned(start, stop, step, endpoint), expected) tests/test_utils_npy.py:67: _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ args = (<function assert_allclose.<locals>.compare at 0x7f4c57922af0>, array([3, 5]), array([ 3., 1., -1.])) kwds = {'equal_nan': True, 'err_msg': '', 'header': 'Not equal to tolerance rtol=1e-07, atol=0', 'verbose': True} @wraps(func) def inner(*args, **kwds): with self._recreate_cm(): > return func(*args, **kwds) E AssertionError: E Not equal to tolerance rtol=1e-07, atol=0 E E (shapes (2,), (3,) mismatch) E x: array([3, 5]) E y: array([ 3., 1., -1.]) .pixi/envs/default/lib/python3.8/contextlib.py:75: AssertionError📌 Teardown phase
duration:
0.00023263320326805115outcome:
passed -
❌ Test 237
params: start=-3, stop=3, step=2, endpoint=true, expected="[ 5. 3. 1. -1. -3.]"📌 Runtime Parameters
params: start: -3 stop: 3 step: 2 endpoint: True expected: [ 5. 3. 1. -1. -3.] id: -3-3-2-True-expected6📌 Setup phase
duration:
0.0003845132887363434outcome:
passed📌 Call phase
duration:
0.0005427990108728409outcome:
failedcrash:
path: /workspace/tligui_y/slic/.pixi/envs/default/lib/python3.8/contextlib.py lineno: 75 message: AssertionError: Not equal to tolerance rtol=1e-07, atol=0 (shapes (4,), (5,) mismatch) x: array([-3, -1, 1, 3]) y: array([ 5., 3., 1., -1., -3.])traceback:
- path: tests/test_utils_npy.py lineno: 67 message: None - path: .pixi/envs/default/lib/python3.8/contextlib.py lineno: 75 message: AssertionErrorlongrepr:
start = -3, stop = 3, step = 2, endpoint = True expected = array([ 5., 3., 1., -1., -3.]) @pytest.mark.parametrize("start, stop, step, endpoint, expected", [ (0, 5, 2, True, np.array([6., 4., 2., 0.])), # Right-aligned, overshoots left (0, 5, 2, False, np.array([4., 2., 0.])), # Right-aligned, no endpoint (-1, 2, 1.5, True, np.array([2., 0.5, -1.])), # Step doesn t divide evenly, reverse it (-1, 2, 1.5, False, np.array([0.5, -1.])), # Without endpoint (5, 0, -2, True, np.array([5., 3., 1., -1.])), # Negative step, includes endpoint overshoot (5, 0, -2, False, np.array([3., 1., -1.])), # No endpoint, skips last one (-3, 3, 2, True, np.array([5., 3., 1., -1., -3.])), # Large symmetric range, reverse ]) def test_nice_steps_right_aligned(start, stop, step, endpoint, expected): > np.testing.assert_allclose(nice_steps_right_aligned(start, stop, step, endpoint), expected) tests/test_utils_npy.py:67: _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ args = (<function assert_allclose.<locals>.compare at 0x7f4c57922940>, array([-3, -1, 1, 3]), array([ 5., 3., 1., -1., -3.])) kwds = {'equal_nan': True, 'err_msg': '', 'header': 'Not equal to tolerance rtol=1e-07, atol=0', 'verbose': True} @wraps(func) def inner(*args, **kwds): with self._recreate_cm(): > return func(*args, **kwds) E AssertionError: E Not equal to tolerance rtol=1e-07, atol=0 E E (shapes (4,), (5,) mismatch) E x: array([-3, -1, 1, 3]) E y: array([ 5., 3., 1., -1., -3.]) .pixi/envs/default/lib/python3.8/contextlib.py:75: AssertionError📌 Teardown phase
duration:
0.00023159710690379143outcome:
passed
-
-
📄 test_utils_pv.py
↳ Function: test_put_with_progress_and_repr
-
❌ Test 310
params: value=25.0, expected_bar="██▌ ", expected_color="\u001b[32m"📌 Runtime Parameters
params: value: 25.0 expected_bar: ██▌ expected_color: [32m id: 25.0-\u2588\u2588\u258c -\x1b[32m📌 Setup phase
duration:
1.5034523960202932outcome:
passedlog:
- name: asyncio msg: Using selector: EpollSelector args: None levelname: DEBUG levelno: 10 pathname: /workspace/tligui_y/slic/.pixi/envs/default/lib/python3.8/asyncio/selector_events.py filename: selector_events.py module: selector_events exc_info: None exc_text: None stack_info: None lineno: 59 funcName: __init__ created: 1754402062.6503968 msecs: 650.3968238830566 relativeCreated: 7883.418560028076 thread: 139965834856128 threadName: Thread-3 processName: MainProcess process: 1486 - name: caproto.ctx msg: EPICS_CA_SERVER_PORT set to 5064. This is the UDP port to be used for searches, and the first TCP server port to be tried. args: None levelname: DEBUG levelno: 10 pathname: /workspace/tligui_y/slic/.pixi/envs/default/lib/python3.8/site-packages/caproto/server/common.py filename: common.py module: common exc_info: None exc_text: None stack_info: None lineno: 780 funcName: __init__ created: 1754402062.6518524 msecs: 651.8523693084717 relativeCreated: 7884.874105453491 thread: 139965834856128 threadName: Thread-3 processName: MainProcess process: 1486 - name: caproto.ctx msg: Asyncio server starting up... args: None levelname: INFO levelno: 20 pathname: /workspace/tligui_y/slic/.pixi/envs/default/lib/python3.8/site-packages/caproto/asyncio/server.py filename: server.py module: server exc_info: None exc_text: None stack_info: None lineno: 152 funcName: run created: 1754402062.652202 msecs: 652.2018909454346 relativeCreated: 7885.223627090454 thread: 139965834856128 threadName: Thread-3 processName: MainProcess process: 1486 - name: caproto.ctx msg: Listening on 0.0.0.0:5064 args: None levelname: INFO levelno: 20 pathname: /workspace/tligui_y/slic/.pixi/envs/default/lib/python3.8/site-packages/caproto/asyncio/server.py filename: server.py module: server exc_info: None exc_text: None stack_info: None lineno: 159 funcName: run created: 1754402062.6523833 msecs: 652.3833274841309 relativeCreated: 7885.40506362915 thread: 139965834856128 threadName: Thread-3 processName: MainProcess process: 1486 - name: caproto.ctx msg: UDP socket bound on 0.0.0.0:5064 args: None levelname: DEBUG levelno: 10 pathname: /workspace/tligui_y/slic/.pixi/envs/default/lib/python3.8/site-packages/caproto/asyncio/server.py filename: server.py module: server exc_info: None exc_text: None stack_info: None lineno: 248 funcName: _create_broadcaster_transport created: 1754402062.6536093 msecs: 653.6092758178711 relativeCreated: 7886.631011962891 thread: 139965834856128 threadName: Thread-3 processName: MainProcess process: 1486 - name: caproto.ctx msg: Server startup complete. args: None levelname: INFO levelno: 20 pathname: /workspace/tligui_y/slic/.pixi/envs/default/lib/python3.8/site-packages/caproto/asyncio/server.py filename: server.py module: server exc_info: None exc_text: None stack_info: None lineno: 196 funcName: run created: 1754402062.653746 msecs: 653.7458896636963 relativeCreated: 7886.767625808716 thread: 139965834856128 threadName: Thread-3 processName: MainProcess process: 1486 - name: caproto.ctx msg: Will send beacons to ['255.255.255.255:5065'] args: None levelname: DEBUG levelno: 10 pathname: /workspace/tligui_y/slic/.pixi/envs/default/lib/python3.8/site-packages/caproto/server/common.py filename: common.py module: common exc_info: None exc_text: None stack_info: None lineno: 1118 funcName: broadcast_beacon_loop created: 1754402062.6538985 msecs: 653.8984775543213 relativeCreated: 7886.920213699341 thread: 139965834856128 threadName: Thread-3 processName: MainProcess process: 1486 - name: caproto.bcast msg: Beacon(version=13, server_port=5064, beacon_id=0, address='0.0.0.0') args: None levelname: DEBUG levelno: 10 pathname: /workspace/tligui_y/slic/.pixi/envs/default/lib/python3.8/site-packages/caproto/_broadcaster.py filename: _broadcaster.py module: _broadcaster exc_info: None exc_text: None stack_info: None lineno: 94 funcName: send created: 1754402062.6540616 msecs: 654.0615558624268 relativeCreated: 7887.083292007446 thread: 139965834856128 threadName: Thread-3 processName: MainProcess process: 1486 role: SERVER counter: - 1 - 1 - name: caproto.bcast msg: Beacon(version=13, server_port=5064, beacon_id=1, address='0.0.0.0') args: None levelname: DEBUG levelno: 10 pathname: /workspace/tligui_y/slic/.pixi/envs/default/lib/python3.8/site-packages/caproto/_broadcaster.py filename: _broadcaster.py module: _broadcaster exc_info: None exc_text: None stack_info: None lineno: 94 funcName: send created: 1754402062.694831 msecs: 694.8308944702148 relativeCreated: 7927.852630615234 thread: 139965834856128 threadName: Thread-3 processName: MainProcess process: 1486 role: SERVER counter: - 1 - 1 - name: caproto.bcast msg: Beacon(version=13, server_port=5064, beacon_id=2, address='0.0.0.0') args: None levelname: DEBUG levelno: 10 pathname: /workspace/tligui_y/slic/.pixi/envs/default/lib/python3.8/site-packages/caproto/_broadcaster.py filename: _broadcaster.py module: _broadcaster exc_info: None exc_text: None stack_info: None lineno: 94 funcName: send created: 1754402062.775527 msecs: 775.5270004272461 relativeCreated: 8008.548736572266 thread: 139965834856128 threadName: Thread-3 processName: MainProcess process: 1486 role: SERVER counter: - 1 - 1 - name: caproto.bcast msg: Beacon(version=13, server_port=5064, beacon_id=3, address='0.0.0.0') args: None levelname: DEBUG levelno: 10 pathname: /workspace/tligui_y/slic/.pixi/envs/default/lib/python3.8/site-packages/caproto/_broadcaster.py filename: _broadcaster.py module: _broadcaster exc_info: None exc_text: None stack_info: None lineno: 94 funcName: send created: 1754402062.9364276 msecs: 936.4275932312012 relativeCreated: 8169.449329376221 thread: 139965834856128 threadName: Thread-3 processName: MainProcess process: 1486 role: SERVER counter: - 1 - 1 - name: caproto.bcast msg: Beacon(version=13, server_port=5064, beacon_id=4, address='0.0.0.0') args: None levelname: DEBUG levelno: 10 pathname: /workspace/tligui_y/slic/.pixi/envs/default/lib/python3.8/site-packages/caproto/_broadcaster.py filename: _broadcaster.py module: _broadcaster exc_info: None exc_text: None stack_info: None lineno: 94 funcName: send created: 1754402063.2576532 msecs: 257.65323638916016 relativeCreated: 8490.67497253418 thread: 139965834856128 threadName: Thread-3 processName: MainProcess process: 1486 role: SERVER counter: - 1 - 1 - name: caproto.bcast msg: VersionRequest(priority=1, version=13) args: None levelname: DEBUG levelno: 10 pathname: /workspace/tligui_y/slic/.pixi/envs/default/lib/python3.8/site-packages/caproto/_broadcaster.py filename: _broadcaster.py module: _broadcaster exc_info: None exc_text: None stack_info: None lineno: 136 funcName: recv created: 1754402063.5649881 msecs: 564.9881362915039 relativeCreated: 8798.009872436523 thread: 139965834856128 threadName: Thread-3 processName: MainProcess process: 1486 their_address: - 172.18.0.3 - 35987 direction: <<<--- role: SERVER bytesize: 16 our_address: - 0.0.0.0 - 5064 - name: caproto.bcast msg: SearchRequest(name='TEST:MOTOR.DESC', cid=51, version=13, reply=5) args: None levelname: DEBUG levelno: 10 pathname: /workspace/tligui_y/slic/.pixi/envs/default/lib/python3.8/site-packages/caproto/_broadcaster.py filename: _broadcaster.py module: _broadcaster exc_info: None exc_text: None stack_info: None lineno: 136 funcName: recv created: 1754402063.5655296 msecs: 565.5295848846436 relativeCreated: 8798.551321029663 thread: 139965834856128 threadName: Thread-3 processName: MainProcess process: 1486 their_address: - 172.18.0.3 - 35987 direction: <<<--- role: SERVER bytesize: 32 our_address: - 0.0.0.0 - 5064 - name: caproto.bcast msg: SearchRequest(name='TEST:MOTOR.RTYP', cid=52, version=13, reply=5) args: None levelname: DEBUG levelno: 10 pathname: /workspace/tligui_y/slic/.pixi/envs/default/lib/python3.8/site-packages/caproto/_broadcaster.py filename: _broadcaster.py module: _broadcaster exc_info: None exc_text: None stack_info: None lineno: 136 funcName: recv created: 1754402063.5659077 msecs: 565.9077167510986 relativeCreated: 8798.929452896118 thread: 139965834856128 threadName: Thread-3 processName: MainProcess process: 1486 their_address: - 172.18.0.3 - 35987 direction: <<<--- role: SERVER bytesize: 32 our_address: - 0.0.0.0 - 5064 - name: caproto.bcast msg: SearchRequest(name='TEST:MOTOR.RBV', cid=53, version=13, reply=5) args: None levelname: DEBUG levelno: 10 pathname: /workspace/tligui_y/slic/.pixi/envs/default/lib/python3.8/site-packages/caproto/_broadcaster.py filename: _broadcaster.py module: _broadcaster exc_info: None exc_text: None stack_info: None lineno: 136 funcName: recv created: 1754402063.5661657 msecs: 566.1656856536865 relativeCreated: 8799.187421798706 thread: 139965834856128 threadName: Thread-3 processName: MainProcess process: 1486 their_address: - 172.18.0.3 - 35987 direction: <<<--- role: SERVER bytesize: 32 our_address: - 0.0.0.0 - 5064 - name: caproto.bcast msg: SearchRequest(name='TEST:MOTOR.PREC', cid=54, version=13, reply=5) args: None levelname: DEBUG levelno: 10 pathname: /workspace/tligui_y/slic/.pixi/envs/default/lib/python3.8/site-packages/caproto/_broadcaster.py filename: _broadcaster.py module: _broadcaster exc_info: None exc_text: None stack_info: None lineno: 136 funcName: recv created: 1754402063.566414 msecs: 566.4141178131104 relativeCreated: 8799.43585395813 thread: 139965834856128 threadName: Thread-3 processName: MainProcess process: 1486 their_address: - 172.18.0.3 - 35987 direction: <<<--- role: SERVER bytesize: 32 our_address: - 0.0.0.0 - 5064 - name: caproto.bcast msg: SearchRequest(name='TEST:MOTOR.TWV', cid=55, version=13, reply=5) args: None levelname: DEBUG levelno: 10 pathname: /workspace/tligui_y/slic/.pixi/envs/default/lib/python3.8/site-packages/caproto/_broadcaster.py filename: _broadcaster.py module: _broadcaster exc_info: None exc_text: None stack_info: None lineno: 136 funcName: recv created: 1754402063.5666585 msecs: 566.6584968566895 relativeCreated: 8799.680233001709 thread: 139965834856128 threadName: Thread-3 processName: MainProcess process: 1486 their_address: - 172.18.0.3 - 35987 direction: <<<--- role: SERVER bytesize: 32 our_address: - 0.0.0.0 - 5064 - name: caproto.bcast msg: SearchRequest(name='TEST:MOTOR.FOFF', cid=56, version=13, reply=5) args: None levelname: DEBUG levelno: 10 pathname: /workspace/tligui_y/slic/.pixi/envs/default/lib/python3.8/site-packages/caproto/_broadcaster.py filename: _broadcaster.py module: _broadcaster exc_info: None exc_text: None stack_info: None lineno: 136 funcName: recv created: 1754402063.5669188 msecs: 566.9188499450684 relativeCreated: 8799.940586090088 thread: 139965834856128 threadName: Thread-3 processName: MainProcess process: 1486 their_address: - 172.18.0.3 - 35987 direction: <<<--- role: SERVER bytesize: 32 our_address: - 0.0.0.0 - 5064 - name: caproto.bcast msg: SearchRequest(name='TEST:MOTOR.VELO', cid=57, version=13, reply=5) args: None levelname: DEBUG levelno: 10 pathname: /workspace/tligui_y/slic/.pixi/envs/default/lib/python3.8/site-packages/caproto/_broadcaster.py filename: _broadcaster.py module: _broadcaster exc_info: None exc_text: None stack_info: None lineno: 136 funcName: recv created: 1754402063.5671647 msecs: 567.1646595001221 relativeCreated: 8800.186395645142 thread: 139965834856128 threadName: Thread-3 processName: MainProcess process: 1486 their_address: - 172.18.0.3 - 35987 direction: <<<--- role: SERVER bytesize: 32 our_address: - 0.0.0.0 - 5064 - name: caproto.bcast msg: SearchRequest(name='TEST:MOTOR.STAT', cid=58, version=13, reply=5) args: None levelname: DEBUG levelno: 10 pathname: /workspace/tligui_y/slic/.pixi/envs/default/lib/python3.8/site-packages/caproto/_broadcaster.py filename: _broadcaster.py module: _broadcaster exc_info: None exc_text: None stack_info: None lineno: 136 funcName: recv created: 1754402063.5674083 msecs: 567.4083232879639 relativeCreated: 8800.430059432983 thread: 139965834856128 threadName: Thread-3 processName: MainProcess process: 1486 their_address: - 172.18.0.3 - 35987 direction: <<<--- role: SERVER bytesize: 32 our_address: - 0.0.0.0 - 5064 - name: caproto.bcast msg: SearchRequest(name='TEST:MOTOR.SET', cid=59, version=13, reply=5) args: None levelname: DEBUG levelno: 10 pathname: /workspace/tligui_y/slic/.pixi/envs/default/lib/python3.8/site-packages/caproto/_broadcaster.py filename: _broadcaster.py module: _broadcaster exc_info: None exc_text: None stack_info: None lineno: 136 funcName: recv created: 1754402063.5676517 msecs: 567.6517486572266 relativeCreated: 8800.673484802246 thread: 139965834856128 threadName: Thread-3 processName: MainProcess process: 1486 their_address: - 172.18.0.3 - 35987 direction: <<<--- role: SERVER bytesize: 32 our_address: - 0.0.0.0 - 5064 - name: caproto.bcast msg: SearchRequest(name='TEST:MOTOR.LLM', cid=60, version=13, reply=5) args: None levelname: DEBUG levelno: 10 pathname: /workspace/tligui_y/slic/.pixi/envs/default/lib/python3.8/site-packages/caproto/_broadcaster.py filename: _broadcaster.py module: _broadcaster exc_info: None exc_text: None stack_info: None lineno: 136 funcName: recv created: 1754402063.567919 msecs: 567.9190158843994 relativeCreated: 8800.940752029419 thread: 139965834856128 threadName: Thread-3 processName: MainProcess process: 1486 their_address: - 172.18.0.3 - 35987 direction: <<<--- role: SERVER bytesize: 32 our_address: - 0.0.0.0 - 5064 - name: caproto.bcast msg: SearchRequest(name='TEST:MOTOR.HLM', cid=61, version=13, reply=5) args: None levelname: DEBUG levelno: 10 pathname: /workspace/tligui_y/slic/.pixi/envs/default/lib/python3.8/site-packages/caproto/_broadcaster.py filename: _broadcaster.py module: _broadcaster exc_info: None exc_text: None stack_info: None lineno: 136 funcName: recv created: 1754402063.5681615 msecs: 568.1614875793457 relativeCreated: 8801.183223724365 thread: 139965834856128 threadName: Thread-3 processName: MainProcess process: 1486 their_address: - 172.18.0.3 - 35987 direction: <<<--- role: SERVER bytesize: 32 our_address: - 0.0.0.0 - 5064 - name: caproto.bcast msg: SearchRequest(name='TEST:MOTOR.SPMG', cid=62, version=13, reply=5) args: None levelname: DEBUG levelno: 10 pathname: /workspace/tligui_y/slic/.pixi/envs/default/lib/python3.8/site-packages/caproto/_broadcaster.py filename: _broadcaster.py module: _broadcaster exc_info: None exc_text: None stack_info: None lineno: 136 funcName: recv created: 1754402063.5684035 msecs: 568.4034824371338 relativeCreated: 8801.425218582153 thread: 139965834856128 threadName: Thread-3 processName: MainProcess process: 1486 their_address: - 172.18.0.3 - 35987 direction: <<<--- role: SERVER bytesize: 32 our_address: - 0.0.0.0 - 5064 - name: caproto.bcast msg: SearchRequest(name='TEST:MOTOR.LVIO', cid=63, version=13, reply=5) args: None levelname: DEBUG levelno: 10 pathname: /workspace/tligui_y/slic/.pixi/envs/default/lib/python3.8/site-packages/caproto/_broadcaster.py filename: _broadcaster.py module: _broadcaster exc_info: None exc_text: None stack_info: None lineno: 136 funcName: recv created: 1754402063.5686448 msecs: 568.6447620391846 relativeCreated: 8801.666498184204 thread: 139965834856128 threadName: Thread-3 processName: MainProcess process: 1486 their_address: - 172.18.0.3 - 35987 direction: <<<--- role: SERVER bytesize: 32 our_address: - 0.0.0.0 - 5064 - name: caproto.bcast msg: SearchRequest(name='TEST:MOTOR.HLS', cid=64, version=13, reply=5) args: None levelname: DEBUG levelno: 10 pathname: /workspace/tligui_y/slic/.pixi/envs/default/lib/python3.8/site-packages/caproto/_broadcaster.py filename: _broadcaster.py module: _broadcaster exc_info: None exc_text: None stack_info: None lineno: 136 funcName: recv created: 1754402063.5689049 msecs: 568.9048767089844 relativeCreated: 8801.926612854004 thread: 139965834856128 threadName: Thread-3 processName: MainProcess process: 1486 their_address: - 172.18.0.3 - 35987 direction: <<<--- role: SERVER bytesize: 32 our_address: - 0.0.0.0 - 5064 - name: caproto.bcast msg: SearchRequest(name='TEST:MOTOR.LLS', cid=65, version=13, reply=5) args: None levelname: DEBUG levelno: 10 pathname: /workspace/tligui_y/slic/.pixi/envs/default/lib/python3.8/site-packages/caproto/_broadcaster.py filename: _broadcaster.py module: _broadcaster exc_info: None exc_text: None stack_info: None lineno: 136 funcName: recv created: 1754402063.5691478 msecs: 569.1478252410889 relativeCreated: 8802.169561386108 thread: 139965834856128 threadName: Thread-3 processName: MainProcess process: 1486 their_address: - 172.18.0.3 - 35987 direction: <<<--- role: SERVER bytesize: 32 our_address: - 0.0.0.0 - 5064 - name: caproto.bcast msg: SearchRequest(name='ca://TEST:FLOAT', cid=66, version=13, reply=5) args: None levelname: DEBUG levelno: 10 pathname: /workspace/tligui_y/slic/.pixi/envs/default/lib/python3.8/site-packages/caproto/_broadcaster.py filename: _broadcaster.py module: _broadcaster exc_info: None exc_text: None stack_info: None lineno: 136 funcName: recv created: 1754402063.5693903 msecs: 569.3902969360352 relativeCreated: 8802.412033081055 thread: 139965834856128 threadName: Thread-3 processName: MainProcess process: 1486 their_address: - 172.18.0.3 - 35987 direction: <<<--- role: SERVER bytesize: 32 our_address: - 0.0.0.0 - 5064 - name: caproto.bcast msg: Beacon(version=13, server_port=5064, beacon_id=5, address='0.0.0.0') args: None levelname: DEBUG levelno: 10 pathname: /workspace/tligui_y/slic/.pixi/envs/default/lib/python3.8/site-packages/caproto/_broadcaster.py filename: _broadcaster.py module: _broadcaster exc_info: None exc_text: None stack_info: None lineno: 94 funcName: send created: 1754402063.8994725 msecs: 899.4724750518799 relativeCreated: 9132.4942111969 thread: 139965834856128 threadName: Thread-3 processName: MainProcess process: 1486 role: SERVER counter: - 1 - 1📌 Call phase
duration:
10.00199073459953outcome:
failedcrash:
path: /workspace/tligui_y/slic/tests/test_utils_pv.py lineno: 64 message: assert None == 0.0 + where None = get() + where get = PV "TEST:VAL" at None None.gettraceback:
- path: tests/test_utils_pv.py lineno: 64 message: AssertionErrorlog:
- name: caproto.bcast msg: VersionRequest(priority=1, version=13) args: None levelname: DEBUG levelno: 10 pathname: /workspace/tligui_y/slic/.pixi/envs/default/lib/python3.8/site-packages/caproto/_broadcaster.py filename: _broadcaster.py module: _broadcaster exc_info: None exc_text: None stack_info: None lineno: 136 funcName: recv created: 1754402064.136068 msecs: 136.06810569763184 relativeCreated: 9369.089841842651 thread: 139965834856128 threadName: Thread-3 processName: MainProcess process: 1486 their_address: - 172.18.0.3 - 35987 direction: <<<--- role: SERVER bytesize: 16 our_address: - 0.0.0.0 - 5064 - name: caproto.bcast msg: SearchRequest(name='TEST:VAL', cid=67, version=13, reply=5) args: None levelname: DEBUG levelno: 10 pathname: /workspace/tligui_y/slic/.pixi/envs/default/lib/python3.8/site-packages/caproto/_broadcaster.py filename: _broadcaster.py module: _broadcaster exc_info: None exc_text: None stack_info: None lineno: 136 funcName: recv created: 1754402064.1364582 msecs: 136.458158493042 relativeCreated: 9369.479894638062 thread: 139965834856128 threadName: Thread-3 processName: MainProcess process: 1486 their_address: - 172.18.0.3 - 35987 direction: <<<--- role: SERVER bytesize: 32 our_address: - 0.0.0.0 - 5064 - name: caproto.bcast msg: VersionRequest(priority=1, version=13) args: None levelname: DEBUG levelno: 10 pathname: /workspace/tligui_y/slic/.pixi/envs/default/lib/python3.8/site-packages/caproto/_broadcaster.py filename: _broadcaster.py module: _broadcaster exc_info: None exc_text: None stack_info: None lineno: 136 funcName: recv created: 1754402064.1701505 msecs: 170.1505184173584 relativeCreated: 9403.172254562378 thread: 139965834856128 threadName: Thread-3 processName: MainProcess process: 1486 their_address: - 172.18.0.3 - 35987 direction: <<<--- role: SERVER bytesize: 16 our_address: - 0.0.0.0 - 5064 - name: caproto.bcast msg: SearchRequest(name='TEST:VAL', cid=67, version=13, reply=5) args: None levelname: DEBUG levelno: 10 pathname: /workspace/tligui_y/slic/.pixi/envs/default/lib/python3.8/site-packages/caproto/_broadcaster.py filename: _broadcaster.py module: _broadcaster exc_info: None exc_text: None stack_info: None lineno: 136 funcName: recv created: 1754402064.1705215 msecs: 170.52149772644043 relativeCreated: 9403.54323387146 thread: 139965834856128 threadName: Thread-3 processName: MainProcess process: 1486 their_address: - 172.18.0.3 - 35987 direction: <<<--- role: SERVER bytesize: 32 our_address: - 0.0.0.0 - 5064 - name: caproto.bcast msg: VersionRequest(priority=1, version=13) args: None levelname: DEBUG levelno: 10 pathname: /workspace/tligui_y/slic/.pixi/envs/default/lib/python3.8/site-packages/caproto/_broadcaster.py filename: _broadcaster.py module: _broadcaster exc_info: None exc_text: None stack_info: None lineno: 136 funcName: recv created: 1754402064.3228629 msecs: 322.8628635406494 relativeCreated: 9555.884599685669 thread: 139965834856128 threadName: Thread-3 processName: MainProcess process: 1486 their_address: - 172.18.0.3 - 35987 direction: <<<--- role: SERVER bytesize: 16 our_address: - 0.0.0.0 - 5064 - name: caproto.bcast msg: SearchRequest(name='TEST:VAL', cid=67, version=13, reply=5) args: None levelname: DEBUG levelno: 10 pathname: /workspace/tligui_y/slic/.pixi/envs/default/lib/python3.8/site-packages/caproto/_broadcaster.py filename: _broadcaster.py module: _broadcaster exc_info: None exc_text: None stack_info: None lineno: 136 funcName: recv created: 1754402064.3232558 msecs: 323.2557773590088 relativeCreated: 9556.277513504028 thread: 139965834856128 threadName: Thread-3 processName: MainProcess process: 1486 their_address: - 172.18.0.3 - 35987 direction: <<<--- role: SERVER bytesize: 32 our_address: - 0.0.0.0 - 5064 - name: caproto.bcast msg: VersionRequest(priority=1, version=13) args: None levelname: DEBUG levelno: 10 pathname: /workspace/tligui_y/slic/.pixi/envs/default/lib/python3.8/site-packages/caproto/_broadcaster.py filename: _broadcaster.py module: _broadcaster exc_info: None exc_text: None stack_info: None lineno: 136 funcName: recv created: 1754402064.5247009 msecs: 524.7008800506592 relativeCreated: 9757.722616195679 thread: 139965834856128 threadName: Thread-3 processName: MainProcess process: 1486 their_address: - 172.18.0.3 - 35987 direction: <<<--- role: SERVER bytesize: 16 our_address: - 0.0.0.0 - 5064 - name: caproto.bcast msg: SearchRequest(name='TEST:VAL', cid=67, version=13, reply=5) args: None levelname: DEBUG levelno: 10 pathname: /workspace/tligui_y/slic/.pixi/envs/default/lib/python3.8/site-packages/caproto/_broadcaster.py filename: _broadcaster.py module: _broadcaster exc_info: None exc_text: None stack_info: None lineno: 136 funcName: recv created: 1754402064.525113 msecs: 525.1131057739258 relativeCreated: 9758.134841918945 thread: 139965834856128 threadName: Thread-3 processName: MainProcess process: 1486 their_address: - 172.18.0.3 - 35987 direction: <<<--- role: SERVER bytesize: 32 our_address: - 0.0.0.0 - 5064 - name: caproto.bcast msg: VersionRequest(priority=1, version=13) args: None levelname: DEBUG levelno: 10 pathname: /workspace/tligui_y/slic/.pixi/envs/default/lib/python3.8/site-packages/caproto/_broadcaster.py filename: _broadcaster.py module: _broadcaster exc_info: None exc_text: None stack_info: None lineno: 136 funcName: recv created: 1754402064.5939298 msecs: 593.9297676086426 relativeCreated: 9826.951503753662 thread: 139965834856128 threadName: Thread-3 processName: MainProcess process: 1486 their_address: - 172.18.0.3 - 35987 direction: <<<--- role: SERVER bytesize: 16 our_address: - 0.0.0.0 - 5064 - name: caproto.bcast msg: SearchRequest(name='TEST:MOTOR_t2.SET', cid=26, version=13, reply=5) args: None levelname: DEBUG levelno: 10 pathname: /workspace/tligui_y/slic/.pixi/envs/default/lib/python3.8/site-packages/caproto/_broadcaster.py filename: _broadcaster.py module: _broadcaster exc_info: None exc_text: None stack_info: None lineno: 136 funcName: recv created: 1754402064.5944097 msecs: 594.409704208374 relativeCreated: 9827.431440353394 thread: 139965834856128 threadName: Thread-3 processName: MainProcess process: 1486 their_address: - 172.18.0.3 - 35987 direction: <<<--- role: SERVER bytesize: 40 our_address: - 0.0.0.0 - 5064 - name: caproto.bcast msg: SearchRequest(name='TEST:MOTOR_t2.LLM', cid=27, version=13, reply=5) args: None levelname: DEBUG levelno: 10 pathname: /workspace/tligui_y/slic/.pixi/envs/default/lib/python3.8/site-packages/caproto/_broadcaster.py filename: _broadcaster.py module: _broadcaster exc_info: None exc_text: None stack_info: None lineno: 136 funcName: recv created: 1754402064.5947692 msecs: 594.7692394256592 relativeCreated: 9827.790975570679 thread: 139965834856128 threadName: Thread-3 processName: MainProcess process: 1486 their_address: - 172.18.0.3 - 35987 direction: <<<--- role: SERVER bytesize: 40 our_address: - 0.0.0.0 - 5064 - name: caproto.bcast msg: SearchRequest(name='TEST:MOTOR_t2.HLM', cid=28, version=13, reply=5) args: None levelname: DEBUG levelno: 10 pathname: /workspace/tligui_y/slic/.pixi/envs/default/lib/python3.8/site-packages/caproto/_broadcaster.py filename: _broadcaster.py module: _broadcaster exc_info: None exc_text: None stack_info: None lineno: 136 funcName: recv created: 1754402064.5951056 msecs: 595.1056480407715 relativeCreated: 9828.127384185791 thread: 139965834856128 threadName: Thread-3 processName: MainProcess process: 1486 their_address: - 172.18.0.3 - 35987 direction: <<<--- role: SERVER bytesize: 40 our_address: - 0.0.0.0 - 5064 - name: caproto.bcast msg: SearchRequest(name='TEST:MOTOR_t2.SPMG', cid=29, version=13, reply=5) args: None levelname: DEBUG levelno: 10 pathname: /workspace/tligui_y/slic/.pixi/envs/default/lib/python3.8/site-packages/caproto/_broadcaster.py filename: _broadcaster.py module: _broadcaster exc_info: None exc_text: None stack_info: None lineno: 136 funcName: recv created: 1754402064.595519 msecs: 595.5190658569336 relativeCreated: 9828.540802001953 thread: 139965834856128 threadName: Thread-3 processName: MainProcess process: 1486 their_address: - 172.18.0.3 - 35987 direction: <<<--- role: SERVER bytesize: 40 our_address: - 0.0.0.0 - 5064 - name: caproto.bcast msg: SearchRequest(name='TEST:MOTOR_t2.LVIO', cid=30, version=13, reply=5) args: None levelname: DEBUG levelno: 10 pathname: /workspace/tligui_y/slic/.pixi/envs/default/lib/python3.8/site-packages/caproto/_broadcaster.py filename: _broadcaster.py module: _broadcaster exc_info: None exc_text: None stack_info: None lineno: 136 funcName: recv created: 1754402064.5958574 msecs: 595.8573818206787 relativeCreated: 9828.879117965698 thread: 139965834856128 threadName: Thread-3 processName: MainProcess process: 1486 their_address: - 172.18.0.3 - 35987 direction: <<<--- role: SERVER bytesize: 40 our_address: - 0.0.0.0 - 5064 - name: caproto.bcast msg: SearchRequest(name='TEST:MOTOR_t2.HLS', cid=31, version=13, reply=5) args: None levelname: DEBUG levelno: 10 pathname: /workspace/tligui_y/slic/.pixi/envs/default/lib/python3.8/site-packages/caproto/_broadcaster.py filename: _broadcaster.py module: _broadcaster exc_info: None exc_text: None stack_info: None lineno: 136 funcName: recv created: 1754402064.5961323 msecs: 596.1322784423828 relativeCreated: 9829.154014587402 thread: 139965834856128 threadName: Thread-3 processName: MainProcess process: 1486 their_address: - 172.18.0.3 - 35987 direction: <<<--- role: SERVER bytesize: 40 our_address: - 0.0.0.0 - 5064 - name: caproto.bcast msg: SearchRequest(name='TEST:MOTOR_t2.LLS', cid=32, version=13, reply=5) args: None levelname: DEBUG levelno: 10 pathname: /workspace/tligui_y/slic/.pixi/envs/default/lib/python3.8/site-packages/caproto/_broadcaster.py filename: _broadcaster.py module: _broadcaster exc_info: None exc_text: None stack_info: None lineno: 136 funcName: recv created: 1754402064.5963914 msecs: 596.3914394378662 relativeCreated: 9829.413175582886 thread: 139965834856128 threadName: Thread-3 processName: MainProcess process: 1486 their_address: - 172.18.0.3 - 35987 direction: <<<--- role: SERVER bytesize: 40 our_address: - 0.0.0.0 - 5064 - name: caproto.bcast msg: SearchRequest(name='TEST:MOTOR_t2.disabled', cid=33, version=13, reply=5) args: None levelname: DEBUG levelno: 10 pathname: /workspace/tligui_y/slic/.pixi/envs/default/lib/python3.8/site-packages/caproto/_broadcaster.py filename: _broadcaster.py module: _broadcaster exc_info: None exc_text: None stack_info: None lineno: 136 funcName: recv created: 1754402064.596662 msecs: 596.6620445251465 relativeCreated: 9829.683780670166 thread: 139965834856128 threadName: Thread-3 processName: MainProcess process: 1486 their_address: - 172.18.0.3 - 35987 direction: <<<--- role: SERVER bytesize: 40 our_address: - 0.0.0.0 - 5064 - name: caproto.bcast msg: SearchRequest(name='TEST:MOTOR_1.VAL', cid=34, version=13, reply=5) args: None levelname: DEBUG levelno: 10 pathname: /workspace/tligui_y/slic/.pixi/envs/default/lib/python3.8/site-packages/caproto/_broadcaster.py filename: _broadcaster.py module: _broadcaster exc_info: None exc_text: None stack_info: None lineno: 136 funcName: recv created: 1754402064.5969474 msecs: 596.947431564331 relativeCreated: 9829.96916770935 thread: 139965834856128 threadName: Thread-3 processName: MainProcess process: 1486 their_address: - 172.18.0.3 - 35987 direction: <<<--- role: SERVER bytesize: 40 our_address: - 0.0.0.0 - 5064 - name: caproto.bcast msg: SearchRequest(name='TEST:MOTOR_1.DESC', cid=35, version=13, reply=5) args: None levelname: DEBUG levelno: 10 pathname: /workspace/tligui_y/slic/.pixi/envs/default/lib/python3.8/site-packages/caproto/_broadcaster.py filename: _broadcaster.py module: _broadcaster exc_info: None exc_text: None stack_info: None lineno: 136 funcName: recv created: 1754402064.5972152 msecs: 597.2151756286621 relativeCreated: 9830.236911773682 thread: 139965834856128 threadName: Thread-3 processName: MainProcess process: 1486 their_address: - 172.18.0.3 - 35987 direction: <<<--- role: SERVER bytesize: 40 our_address: - 0.0.0.0 - 5064 - name: caproto.bcast msg: SearchRequest(name='TEST:MOTOR_1.RTYP', cid=36, version=13, reply=5) args: None levelname: DEBUG levelno: 10 pathname: /workspace/tligui_y/slic/.pixi/envs/default/lib/python3.8/site-packages/caproto/_broadcaster.py filename: _broadcaster.py module: _broadcaster exc_info: None exc_text: None stack_info: None lineno: 136 funcName: recv created: 1754402064.5975127 msecs: 597.5127220153809 relativeCreated: 9830.5344581604 thread: 139965834856128 threadName: Thread-3 processName: MainProcess process: 1486 their_address: - 172.18.0.3 - 35987 direction: <<<--- role: SERVER bytesize: 40 our_address: - 0.0.0.0 - 5064 - name: caproto.bcast msg: SearchRequest(name='TEST:MOTOR_1.RBV', cid=37, version=13, reply=5) args: None levelname: DEBUG levelno: 10 pathname: /workspace/tligui_y/slic/.pixi/envs/default/lib/python3.8/site-packages/caproto/_broadcaster.py filename: _broadcaster.py module: _broadcaster exc_info: None exc_text: None stack_info: None lineno: 136 funcName: recv created: 1754402064.5978153 msecs: 597.8152751922607 relativeCreated: 9830.83701133728 thread: 139965834856128 threadName: Thread-3 processName: MainProcess process: 1486 their_address: - 172.18.0.3 - 35987 direction: <<<--- role: SERVER bytesize: 40 our_address: - 0.0.0.0 - 5064 - name: caproto.bcast msg: SearchRequest(name='TEST:MOTOR_1.PREC', cid=38, version=13, reply=5) args: None levelname: DEBUG levelno: 10 pathname: /workspace/tligui_y/slic/.pixi/envs/default/lib/python3.8/site-packages/caproto/_broadcaster.py filename: _broadcaster.py module: _broadcaster exc_info: None exc_text: None stack_info: None lineno: 136 funcName: recv created: 1754402064.5981007 msecs: 598.1006622314453 relativeCreated: 9831.122398376465 thread: 139965834856128 threadName: Thread-3 processName: MainProcess process: 1486 their_address: - 172.18.0.3 - 35987 direction: <<<--- role: SERVER bytesize: 40 our_address: - 0.0.0.0 - 5064 - name: caproto.bcast msg: SearchRequest(name='TEST:MOTOR_1.TWV', cid=39, version=13, reply=5) args: None levelname: DEBUG levelno: 10 pathname: /workspace/tligui_y/slic/.pixi/envs/default/lib/python3.8/site-packages/caproto/_broadcaster.py filename: _broadcaster.py module: _broadcaster exc_info: None exc_text: None stack_info: None lineno: 136 funcName: recv created: 1754402064.598392 msecs: 598.3920097351074 relativeCreated: 9831.413745880127 thread: 139965834856128 threadName: Thread-3 processName: MainProcess process: 1486 their_address: - 172.18.0.3 - 35987 direction: <<<--- role: SERVER bytesize: 40 our_address: - 0.0.0.0 - 5064 - name: caproto.bcast msg: SearchRequest(name='TEST:MOTOR_1.FOFF', cid=40, version=13, reply=5) args: None levelname: DEBUG levelno: 10 pathname: /workspace/tligui_y/slic/.pixi/envs/default/lib/python3.8/site-packages/caproto/_broadcaster.py filename: _broadcaster.py module: _broadcaster exc_info: None exc_text: None stack_info: None lineno: 136 funcName: recv created: 1754402064.5986738 msecs: 598.6738204956055 relativeCreated: 9831.695556640625 thread: 139965834856128 threadName: Thread-3 processName: MainProcess process: 1486 their_address: - 172.18.0.3 - 35987 direction: <<<--- role: SERVER bytesize: 40 our_address: - 0.0.0.0 - 5064 - name: caproto.bcast msg: SearchRequest(name='TEST:MOTOR_1.VELO', cid=41, version=13, reply=5) args: None levelname: DEBUG levelno: 10 pathname: /workspace/tligui_y/slic/.pixi/envs/default/lib/python3.8/site-packages/caproto/_broadcaster.py filename: _broadcaster.py module: _broadcaster exc_info: None exc_text: None stack_info: None lineno: 136 funcName: recv created: 1754402064.5989568 msecs: 598.956823348999 relativeCreated: 9831.978559494019 thread: 139965834856128 threadName: Thread-3 processName: MainProcess process: 1486 their_address: - 172.18.0.3 - 35987 direction: <<<--- role: SERVER bytesize: 40 our_address: - 0.0.0.0 - 5064 - name: caproto.bcast msg: SearchRequest(name='TEST:MOTOR_1.STAT', cid=42, version=13, reply=5) args: None levelname: DEBUG levelno: 10 pathname: /workspace/tligui_y/slic/.pixi/envs/default/lib/python3.8/site-packages/caproto/_broadcaster.py filename: _broadcaster.py module: _broadcaster exc_info: None exc_text: None stack_info: None lineno: 136 funcName: recv created: 1754402064.5992587 msecs: 599.2586612701416 relativeCreated: 9832.280397415161 thread: 139965834856128 threadName: Thread-3 processName: MainProcess process: 1486 their_address: - 172.18.0.3 - 35987 direction: <<<--- role: SERVER bytesize: 40 our_address: - 0.0.0.0 - 5064 - name: caproto.bcast msg: SearchRequest(name='TEST:MOTOR_1.SET', cid=43, version=13, reply=5) args: None levelname: DEBUG levelno: 10 pathname: /workspace/tligui_y/slic/.pixi/envs/default/lib/python3.8/site-packages/caproto/_broadcaster.py filename: _broadcaster.py module: _broadcaster exc_info: None exc_text: None stack_info: None lineno: 136 funcName: recv created: 1754402064.599536 msecs: 599.5359420776367 relativeCreated: 9832.557678222656 thread: 139965834856128 threadName: Thread-3 processName: MainProcess process: 1486 their_address: - 172.18.0.3 - 35987 direction: <<<--- role: SERVER bytesize: 40 our_address: - 0.0.0.0 - 5064 - name: caproto.bcast msg: SearchRequest(name='TEST:MOTOR_1.LLM', cid=44, version=13, reply=5) args: None levelname: DEBUG levelno: 10 pathname: /workspace/tligui_y/slic/.pixi/envs/default/lib/python3.8/site-packages/caproto/_broadcaster.py filename: _broadcaster.py module: _broadcaster exc_info: None exc_text: None stack_info: None lineno: 136 funcName: recv created: 1754402064.5998495 msecs: 599.8494625091553 relativeCreated: 9832.871198654175 thread: 139965834856128 threadName: Thread-3 processName: MainProcess process: 1486 their_address: - 172.18.0.3 - 35987 direction: <<<--- role: SERVER bytesize: 40 our_address: - 0.0.0.0 - 5064 - name: caproto.bcast msg: SearchRequest(name='TEST:MOTOR_1.HLM', cid=45, version=13, reply=5) args: None levelname: DEBUG levelno: 10 pathname: /workspace/tligui_y/slic/.pixi/envs/default/lib/python3.8/site-packages/caproto/_broadcaster.py filename: _broadcaster.py module: _broadcaster exc_info: None exc_text: None stack_info: None lineno: 136 funcName: recv created: 1754402064.6002 msecs: 600.1999378204346 relativeCreated: 9833.221673965454 thread: 139965834856128 threadName: Thread-3 processName: MainProcess process: 1486 their_address: - 172.18.0.3 - 35987 direction: <<<--- role: SERVER bytesize: 40 our_address: - 0.0.0.0 - 5064 - name: caproto.bcast msg: SearchRequest(name='TEST:MOTOR_1.SPMG', cid=46, version=13, reply=5) args: None levelname: DEBUG levelno: 10 pathname: /workspace/tligui_y/slic/.pixi/envs/default/lib/python3.8/site-packages/caproto/_broadcaster.py filename: _broadcaster.py module: _broadcaster exc_info: None exc_text: None stack_info: None lineno: 136 funcName: recv created: 1754402064.6004708 msecs: 600.470781326294 relativeCreated: 9833.492517471313 thread: 139965834856128 threadName: Thread-3 processName: MainProcess process: 1486 their_address: - 172.18.0.3 - 35987 direction: <<<--- role: SERVER bytesize: 40 our_address: - 0.0.0.0 - 5064 - name: caproto.bcast msg: SearchRequest(name='TEST:MOTOR_1.LVIO', cid=47, version=13, reply=5) args: None levelname: DEBUG levelno: 10 pathname: /workspace/tligui_y/slic/.pixi/envs/default/lib/python3.8/site-packages/caproto/_broadcaster.py filename: _broadcaster.py module: _broadcaster exc_info: None exc_text: None stack_info: None lineno: 136 funcName: recv created: 1754402064.6007407 msecs: 600.7406711578369 relativeCreated: 9833.762407302856 thread: 139965834856128 threadName: Thread-3 processName: MainProcess process: 1486 their_address: - 172.18.0.3 - 35987 direction: <<<--- role: SERVER bytesize: 40 our_address: - 0.0.0.0 - 5064 - name: caproto.bcast msg: SearchRequest(name='TEST:MOTOR_1.HLS', cid=48, version=13, reply=5) args: None levelname: DEBUG levelno: 10 pathname: /workspace/tligui_y/slic/.pixi/envs/default/lib/python3.8/site-packages/caproto/_broadcaster.py filename: _broadcaster.py module: _broadcaster exc_info: None exc_text: None stack_info: None lineno: 136 funcName: recv created: 1754402064.6010072 msecs: 601.0072231292725 relativeCreated: 9834.028959274292 thread: 139965834856128 threadName: Thread-3 processName: MainProcess process: 1486 their_address: - 172.18.0.3 - 35987 direction: <<<--- role: SERVER bytesize: 40 our_address: - 0.0.0.0 - 5064 - name: caproto.bcast msg: SearchRequest(name='TEST:MOTOR_1.LLS', cid=49, version=13, reply=5) args: None levelname: DEBUG levelno: 10 pathname: /workspace/tligui_y/slic/.pixi/envs/default/lib/python3.8/site-packages/caproto/_broadcaster.py filename: _broadcaster.py module: _broadcaster exc_info: None exc_text: None stack_info: None lineno: 136 funcName: recv created: 1754402064.6012588 msecs: 601.2587547302246 relativeCreated: 9834.280490875244 thread: 139965834856128 threadName: Thread-3 processName: MainProcess process: 1486 their_address: - 172.18.0.3 - 35987 direction: <<<--- role: SERVER bytesize: 40 our_address: - 0.0.0.0 - 5064 - name: caproto.bcast msg: SearchRequest(name='TEST:MOTOR.VAL', cid=50, version=13, reply=5) args: None levelname: DEBUG levelno: 10 pathname: /workspace/tligui_y/slic/.pixi/envs/default/lib/python3.8/site-packages/caproto/_broadcaster.py filename: _broadcaster.py module: _broadcaster exc_info: None exc_text: None stack_info: None lineno: 136 funcName: recv created: 1754402064.6015205 msecs: 601.5205383300781 relativeCreated: 9834.542274475098 thread: 139965834856128 threadName: Thread-3 processName: MainProcess process: 1486 their_address: - 172.18.0.3 - 35987 direction: <<<--- role: SERVER bytesize: 32 our_address: - 0.0.0.0 - 5064 - name: caproto.bcast msg: VersionRequest(priority=1, version=13) args: None levelname: DEBUG levelno: 10 pathname: /workspace/tligui_y/slic/.pixi/envs/default/lib/python3.8/site-packages/caproto/_broadcaster.py filename: _broadcaster.py module: _broadcaster exc_info: None exc_text: None stack_info: None lineno: 136 funcName: recv created: 1754402064.6026084 msecs: 602.6084423065186 relativeCreated: 9835.630178451538 thread: 139965834856128 threadName: Thread-3 processName: MainProcess process: 1486 their_address: - 172.18.0.3 - 35987 direction: <<<--- role: SERVER bytesize: 16 our_address: - 0.0.0.0 - 5064 - name: caproto.bcast msg: SearchRequest(name='TEST:MOTOR_t1.VAL', cid=1, version=13, reply=5) args: None levelname: DEBUG levelno: 10 pathname: /workspace/tligui_y/slic/.pixi/envs/default/lib/python3.8/site-packages/caproto/_broadcaster.py filename: _broadcaster.py module: _broadcaster exc_info: None exc_text: None stack_info: None lineno: 136 funcName: recv created: 1754402064.6029637 msecs: 602.9636859893799 relativeCreated: 9835.9854221344 thread: 139965834856128 threadName: Thread-3 processName: MainProcess process: 1486 their_address: - 172.18.0.3 - 35987 direction: <<<--- role: SERVER bytesize: 40 our_address: - 0.0.0.0 - 5064 - name: caproto.bcast msg: SearchRequest(name='TEST:MOTOR_t1.DESC', cid=2, version=13, reply=5) args: None levelname: DEBUG levelno: 10 pathname: /workspace/tligui_y/slic/.pixi/envs/default/lib/python3.8/site-packages/caproto/_broadcaster.py filename: _broadcaster.py module: _broadcaster exc_info: None exc_text: None stack_info: None lineno: 136 funcName: recv created: 1754402064.603273 msecs: 603.2729148864746 relativeCreated: 9836.294651031494 thread: 139965834856128 threadName: Thread-3 processName: MainProcess process: 1486 their_address: - 172.18.0.3 - 35987 direction: <<<--- role: SERVER bytesize: 40 our_address: - 0.0.0.0 - 5064 - name: caproto.bcast msg: SearchRequest(name='TEST:MOTOR_t1.RTYP', cid=3, version=13, reply=5) args: None levelname: DEBUG levelno: 10 pathname: /workspace/tligui_y/slic/.pixi/envs/default/lib/python3.8/site-packages/caproto/_broadcaster.py filename: _broadcaster.py module: _broadcaster exc_info: None exc_text: None stack_info: None lineno: 136 funcName: recv created: 1754402064.6035385 msecs: 603.5385131835938 relativeCreated: 9836.560249328613 thread: 139965834856128 threadName: Thread-3 processName: MainProcess process: 1486 their_address: - 172.18.0.3 - 35987 direction: <<<--- role: SERVER bytesize: 40 our_address: - 0.0.0.0 - 5064 - name: caproto.bcast msg: SearchRequest(name='TEST:MOTOR_t1.RBV', cid=4, version=13, reply=5) args: None levelname: DEBUG levelno: 10 pathname: /workspace/tligui_y/slic/.pixi/envs/default/lib/python3.8/site-packages/caproto/_broadcaster.py filename: _broadcaster.py module: _broadcaster exc_info: None exc_text: None stack_info: None lineno: 136 funcName: recv created: 1754402064.6038072 msecs: 603.8072109222412 relativeCreated: 9836.82894706726 thread: 139965834856128 threadName: Thread-3 processName: MainProcess process: 1486 their_address: - 172.18.0.3 - 35987 direction: <<<--- role: SERVER bytesize: 40 our_address: - 0.0.0.0 - 5064 - name: caproto.bcast msg: SearchRequest(name='TEST:MOTOR_t1.PREC', cid=5, version=13, reply=5) args: None levelname: DEBUG levelno: 10 pathname: /workspace/tligui_y/slic/.pixi/envs/default/lib/python3.8/site-packages/caproto/_broadcaster.py filename: _broadcaster.py module: _broadcaster exc_info: None exc_text: None stack_info: None lineno: 136 funcName: recv created: 1754402064.6040661 msecs: 604.0661334991455 relativeCreated: 9837.087869644165 thread: 139965834856128 threadName: Thread-3 processName: MainProcess process: 1486 their_address: - 172.18.0.3 - 35987 direction: <<<--- role: SERVER bytesize: 40 our_address: - 0.0.0.0 - 5064 - name: caproto.bcast msg: SearchRequest(name='TEST:MOTOR_t1.TWV', cid=6, version=13, reply=5) args: None levelname: DEBUG levelno: 10 pathname: /workspace/tligui_y/slic/.pixi/envs/default/lib/python3.8/site-packages/caproto/_broadcaster.py filename: _broadcaster.py module: _broadcaster exc_info: None exc_text: None stack_info: None lineno: 136 funcName: recv created: 1754402064.6043277 msecs: 604.3276786804199 relativeCreated: 9837.34941482544 thread: 139965834856128 threadName: Thread-3 processName: MainProcess process: 1486 their_address: - 172.18.0.3 - 35987 direction: <<<--- role: SERVER bytesize: 40 our_address: - 0.0.0.0 - 5064 - name: caproto.bcast msg: SearchRequest(name='TEST:MOTOR_t1.FOFF', cid=7, version=13, reply=5) args: None levelname: DEBUG levelno: 10 pathname: /workspace/tligui_y/slic/.pixi/envs/default/lib/python3.8/site-packages/caproto/_broadcaster.py filename: _broadcaster.py module: _broadcaster exc_info: None exc_text: None stack_info: None lineno: 136 funcName: recv created: 1754402064.6045873 msecs: 604.5873165130615 relativeCreated: 9837.609052658081 thread: 139965834856128 threadName: Thread-3 processName: MainProcess process: 1486 their_address: - 172.18.0.3 - 35987 direction: <<<--- role: SERVER bytesize: 40 our_address: - 0.0.0.0 - 5064 - name: caproto.bcast msg: SearchRequest(name='TEST:MOTOR_t1.VELO', cid=8, version=13, reply=5) args: None levelname: DEBUG levelno: 10 pathname: /workspace/tligui_y/slic/.pixi/envs/default/lib/python3.8/site-packages/caproto/_broadcaster.py filename: _broadcaster.py module: _broadcaster exc_info: None exc_text: None stack_info: None lineno: 136 funcName: recv created: 1754402064.6048489 msecs: 604.8488616943359 relativeCreated: 9837.870597839355 thread: 139965834856128 threadName: Thread-3 processName: MainProcess process: 1486 their_address: - 172.18.0.3 - 35987 direction: <<<--- role: SERVER bytesize: 40 our_address: - 0.0.0.0 - 5064 - name: caproto.bcast msg: SearchRequest(name='TEST:MOTOR_t1.STAT', cid=9, version=13, reply=5) args: None levelname: DEBUG levelno: 10 pathname: /workspace/tligui_y/slic/.pixi/envs/default/lib/python3.8/site-packages/caproto/_broadcaster.py filename: _broadcaster.py module: _broadcaster exc_info: None exc_text: None stack_info: None lineno: 136 funcName: recv created: 1754402064.6051033 msecs: 605.1032543182373 relativeCreated: 9838.124990463257 thread: 139965834856128 threadName: Thread-3 processName: MainProcess process: 1486 their_address: - 172.18.0.3 - 35987 direction: <<<--- role: SERVER bytesize: 40 our_address: - 0.0.0.0 - 5064 - name: caproto.bcast msg: SearchRequest(name='TEST:MOTOR_t1.SET', cid=10, version=13, reply=5) args: None levelname: DEBUG levelno: 10 pathname: /workspace/tligui_y/slic/.pixi/envs/default/lib/python3.8/site-packages/caproto/_broadcaster.py filename: _broadcaster.py module: _broadcaster exc_info: None exc_text: None stack_info: None lineno: 136 funcName: recv created: 1754402064.6053586 msecs: 605.3586006164551 relativeCreated: 9838.380336761475 thread: 139965834856128 threadName: Thread-3 processName: MainProcess process: 1486 their_address: - 172.18.0.3 - 35987 direction: <<<--- role: SERVER bytesize: 40 our_address: - 0.0.0.0 - 5064 - name: caproto.bcast msg: SearchRequest(name='TEST:MOTOR_t1.LLM', cid=11, version=13, reply=5) args: None levelname: DEBUG levelno: 10 pathname: /workspace/tligui_y/slic/.pixi/envs/default/lib/python3.8/site-packages/caproto/_broadcaster.py filename: _broadcaster.py module: _broadcaster exc_info: None exc_text: None stack_info: None lineno: 136 funcName: recv created: 1754402064.6056118 msecs: 605.6118011474609 relativeCreated: 9838.63353729248 thread: 139965834856128 threadName: Thread-3 processName: MainProcess process: 1486 their_address: - 172.18.0.3 - 35987 direction: <<<--- role: SERVER bytesize: 40 our_address: - 0.0.0.0 - 5064 - name: caproto.bcast msg: SearchRequest(name='TEST:MOTOR_t1.HLM', cid=12, version=13, reply=5) args: None levelname: DEBUG levelno: 10 pathname: /workspace/tligui_y/slic/.pixi/envs/default/lib/python3.8/site-packages/caproto/_broadcaster.py filename: _broadcaster.py module: _broadcaster exc_info: None exc_text: None stack_info: None lineno: 136 funcName: recv created: 1754402064.6058671 msecs: 605.8671474456787 relativeCreated: 9838.888883590698 thread: 139965834856128 threadName: Thread-3 processName: MainProcess process: 1486 their_address: - 172.18.0.3 - 35987 direction: <<<--- role: SERVER bytesize: 40 our_address: - 0.0.0.0 - 5064 - name: caproto.bcast msg: SearchRequest(name='TEST:MOTOR_t1.SPMG', cid=13, version=13, reply=5) args: None levelname: DEBUG levelno: 10 pathname: /workspace/tligui_y/slic/.pixi/envs/default/lib/python3.8/site-packages/caproto/_broadcaster.py filename: _broadcaster.py module: _broadcaster exc_info: None exc_text: None stack_info: None lineno: 136 funcName: recv created: 1754402064.6061294 msecs: 606.1294078826904 relativeCreated: 9839.15114402771 thread: 139965834856128 threadName: Thread-3 processName: MainProcess process: 1486 their_address: - 172.18.0.3 - 35987 direction: <<<--- role: SERVER bytesize: 40 our_address: - 0.0.0.0 - 5064 - name: caproto.bcast msg: SearchRequest(name='TEST:MOTOR_t1.LVIO', cid=14, version=13, reply=5) args: None levelname: DEBUG levelno: 10 pathname: /workspace/tligui_y/slic/.pixi/envs/default/lib/python3.8/site-packages/caproto/_broadcaster.py filename: _broadcaster.py module: _broadcaster exc_info: None exc_text: None stack_info: None lineno: 136 funcName: recv created: 1754402064.6063888 msecs: 606.3888072967529 relativeCreated: 9839.410543441772 thread: 139965834856128 threadName: Thread-3 processName: MainProcess process: 1486 their_address: - 172.18.0.3 - 35987 direction: <<<--- role: SERVER bytesize: 40 our_address: - 0.0.0.0 - 5064 - name: caproto.bcast msg: SearchRequest(name='TEST:MOTOR_t1.HLS', cid=15, version=13, reply=5) args: None levelname: DEBUG levelno: 10 pathname: /workspace/tligui_y/slic/.pixi/envs/default/lib/python3.8/site-packages/caproto/_broadcaster.py filename: _broadcaster.py module: _broadcaster exc_info: None exc_text: None stack_info: None lineno: 136 funcName: recv created: 1754402064.606649 msecs: 606.6489219665527 relativeCreated: 9839.670658111572 thread: 139965834856128 threadName: Thread-3 processName: MainProcess process: 1486 their_address: - 172.18.0.3 - 35987 direction: <<<--- role: SERVER bytesize: 40 our_address: - 0.0.0.0 - 5064 - name: caproto.bcast msg: SearchRequest(name='TEST:MOTOR_t1.LLS', cid=16, version=13, reply=5) args: None levelname: DEBUG levelno: 10 pathname: /workspace/tligui_y/slic/.pixi/envs/default/lib/python3.8/site-packages/caproto/_broadcaster.py filename: _broadcaster.py module: _broadcaster exc_info: None exc_text: None stack_info: None lineno: 136 funcName: recv created: 1754402064.6069133 msecs: 606.9133281707764 relativeCreated: 9839.935064315796 thread: 139965834856128 threadName: Thread-3 processName: MainProcess process: 1486 their_address: - 172.18.0.3 - 35987 direction: <<<--- role: SERVER bytesize: 40 our_address: - 0.0.0.0 - 5064 - name: caproto.bcast msg: SearchRequest(name='TEST:MOTOR_t2.VAL', cid=17, version=13, reply=5) args: None levelname: DEBUG levelno: 10 pathname: /workspace/tligui_y/slic/.pixi/envs/default/lib/python3.8/site-packages/caproto/_broadcaster.py filename: _broadcaster.py module: _broadcaster exc_info: None exc_text: None stack_info: None lineno: 136 funcName: recv created: 1754402064.60717 msecs: 607.1701049804688 relativeCreated: 9840.191841125488 thread: 139965834856128 threadName: Thread-3 processName: MainProcess process: 1486 their_address: - 172.18.0.3 - 35987 direction: <<<--- role: SERVER bytesize: 40 our_address: - 0.0.0.0 - 5064 - name: caproto.bcast msg: SearchRequest(name='TEST:MOTOR_t2.DESC', cid=18, version=13, reply=5) args: None levelname: DEBUG levelno: 10 pathname: /workspace/tligui_y/slic/.pixi/envs/default/lib/python3.8/site-packages/caproto/_broadcaster.py filename: _broadcaster.py module: _broadcaster exc_info: None exc_text: None stack_info: None lineno: 136 funcName: recv created: 1754402064.6074402 msecs: 607.4402332305908 relativeCreated: 9840.46196937561 thread: 139965834856128 threadName: Thread-3 processName: MainProcess process: 1486 their_address: - 172.18.0.3 - 35987 direction: <<<--- role: SERVER bytesize: 40 our_address: - 0.0.0.0 - 5064 - name: caproto.bcast msg: SearchRequest(name='TEST:MOTOR_t2.RTYP', cid=19, version=13, reply=5) args: None levelname: DEBUG levelno: 10 pathname: /workspace/tligui_y/slic/.pixi/envs/default/lib/python3.8/site-packages/caproto/_broadcaster.py filename: _broadcaster.py module: _broadcaster exc_info: None exc_text: None stack_info: None lineno: 136 funcName: recv created: 1754402064.6077087 msecs: 607.7086925506592 relativeCreated: 9840.730428695679 thread: 139965834856128 threadName: Thread-3 processName: MainProcess process: 1486 their_address: - 172.18.0.3 - 35987 direction: <<<--- role: SERVER bytesize: 40 our_address: - 0.0.0.0 - 5064 - name: caproto.bcast msg: SearchRequest(name='TEST:MOTOR_t2.RBV', cid=20, version=13, reply=5) args: None levelname: DEBUG levelno: 10 pathname: /workspace/tligui_y/slic/.pixi/envs/default/lib/python3.8/site-packages/caproto/_broadcaster.py filename: _broadcaster.py module: _broadcaster exc_info: None exc_text: None stack_info: None lineno: 136 funcName: recv created: 1754402064.607962 msecs: 607.961893081665 relativeCreated: 9840.983629226685 thread: 139965834856128 threadName: Thread-3 processName: MainProcess process: 1486 their_address: - 172.18.0.3 - 35987 direction: <<<--- role: SERVER bytesize: 40 our_address: - 0.0.0.0 - 5064 - name: caproto.bcast msg: SearchRequest(name='TEST:MOTOR_t2.PREC', cid=21, version=13, reply=5) args: None levelname: DEBUG levelno: 10 pathname: /workspace/tligui_y/slic/.pixi/envs/default/lib/python3.8/site-packages/caproto/_broadcaster.py filename: _broadcaster.py module: _broadcaster exc_info: None exc_text: None stack_info: None lineno: 136 funcName: recv created: 1754402064.6082122 msecs: 608.2122325897217 relativeCreated: 9841.233968734741 thread: 139965834856128 threadName: Thread-3 processName: MainProcess process: 1486 their_address: - 172.18.0.3 - 35987 direction: <<<--- role: SERVER bytesize: 40 our_address: - 0.0.0.0 - 5064 - name: caproto.bcast msg: SearchRequest(name='TEST:MOTOR_t2.TWV', cid=22, version=13, reply=5) args: None levelname: DEBUG levelno: 10 pathname: /workspace/tligui_y/slic/.pixi/envs/default/lib/python3.8/site-packages/caproto/_broadcaster.py filename: _broadcaster.py module: _broadcaster exc_info: None exc_text: None stack_info: None lineno: 136 funcName: recv created: 1754402064.6084619 msecs: 608.461856842041 relativeCreated: 9841.48359298706 thread: 139965834856128 threadName: Thread-3 processName: MainProcess process: 1486 their_address: - 172.18.0.3 - 35987 direction: <<<--- role: SERVER bytesize: 40 our_address: - 0.0.0.0 - 5064 - name: caproto.bcast msg: SearchRequest(name='TEST:MOTOR_t2.FOFF', cid=23, version=13, reply=5) args: None levelname: DEBUG levelno: 10 pathname: /workspace/tligui_y/slic/.pixi/envs/default/lib/python3.8/site-packages/caproto/_broadcaster.py filename: _broadcaster.py module: _broadcaster exc_info: None exc_text: None stack_info: None lineno: 136 funcName: recv created: 1754402064.6087224 msecs: 608.722448348999 relativeCreated: 9841.744184494019 thread: 139965834856128 threadName: Thread-3 processName: MainProcess process: 1486 their_address: - 172.18.0.3 - 35987 direction: <<<--- role: SERVER bytesize: 40 our_address: - 0.0.0.0 - 5064 - name: caproto.bcast msg: SearchRequest(name='TEST:MOTOR_t2.VELO', cid=24, version=13, reply=5) args: None levelname: DEBUG levelno: 10 pathname: /workspace/tligui_y/slic/.pixi/envs/default/lib/python3.8/site-packages/caproto/_broadcaster.py filename: _broadcaster.py module: _broadcaster exc_info: None exc_text: None stack_info: None lineno: 136 funcName: recv created: 1754402064.6089752 msecs: 608.9751720428467 relativeCreated: 9841.996908187866 thread: 139965834856128 threadName: Thread-3 processName: MainProcess process: 1486 their_address: - 172.18.0.3 - 35987 direction: <<<--- role: SERVER bytesize: 40 our_address: - 0.0.0.0 - 5064 - name: caproto.bcast msg: SearchRequest(name='TEST:MOTOR_t2.STAT', cid=25, version=13, reply=5) args: None levelname: DEBUG levelno: 10 pathname: /workspace/tligui_y/slic/.pixi/envs/default/lib/python3.8/site-packages/caproto/_broadcaster.py filename: _broadcaster.py module: _broadcaster exc_info: None exc_text: None stack_info: None lineno: 136 funcName: recv created: 1754402064.6092288 msecs: 609.2288494110107 relativeCreated: 9842.25058555603 thread: 139965834856128 threadName: Thread-3 processName: MainProcess process: 1486 their_address: - 172.18.0.3 - 35987 direction: <<<--- role: SERVER bytesize: 40 our_address: - 0.0.0.0 - 5064 - name: caproto.bcast msg: VersionRequest(priority=1, version=13) args: None levelname: DEBUG levelno: 10 pathname: /workspace/tligui_y/slic/.pixi/envs/default/lib/python3.8/site-packages/caproto/_broadcaster.py filename: _broadcaster.py module: _broadcaster exc_info: None exc_text: None stack_info: None lineno: 136 funcName: recv created: 1754402065.0712688 msecs: 71.26879692077637 relativeCreated: 10304.290533065796 thread: 139965834856128 threadName: Thread-3 processName: MainProcess process: 1486 their_address: - 172.18.0.3 - 35987 direction: <<<--- role: SERVER bytesize: 16 our_address: - 0.0.0.0 - 5064 - name: caproto.bcast msg: SearchRequest(name='TEST:VAL', cid=67, version=13, reply=5) args: None levelname: DEBUG levelno: 10 pathname: /workspace/tligui_y/slic/.pixi/envs/default/lib/python3.8/site-packages/caproto/_broadcaster.py filename: _broadcaster.py module: _broadcaster exc_info: None exc_text: None stack_info: None lineno: 136 funcName: recv created: 1754402065.0718048 msecs: 71.80476188659668 relativeCreated: 10304.826498031616 thread: 139965834856128 threadName: Thread-3 processName: MainProcess process: 1486 their_address: - 172.18.0.3 - 35987 direction: <<<--- role: SERVER bytesize: 32 our_address: - 0.0.0.0 - 5064 - name: caproto.bcast msg: Beacon(version=13, server_port=5064, beacon_id=6, address='0.0.0.0') args: None levelname: DEBUG levelno: 10 pathname: /workspace/tligui_y/slic/.pixi/envs/default/lib/python3.8/site-packages/caproto/_broadcaster.py filename: _broadcaster.py module: _broadcaster exc_info: None exc_text: None stack_info: None lineno: 94 funcName: send created: 1754402065.180724 msecs: 180.7239055633545 relativeCreated: 10413.745641708374 thread: 139965834856128 threadName: Thread-3 processName: MainProcess process: 1486 role: SERVER counter: - 1 - 1 - name: caproto.bcast msg: VersionRequest(priority=1, version=13) args: None levelname: DEBUG levelno: 10 pathname: /workspace/tligui_y/slic/.pixi/envs/default/lib/python3.8/site-packages/caproto/_broadcaster.py filename: _broadcaster.py module: _broadcaster exc_info: None exc_text: None stack_info: None lineno: 136 funcName: recv created: 1754402065.60287 msecs: 602.869987487793 relativeCreated: 10835.891723632812 thread: 139965834856128 threadName: Thread-3 processName: MainProcess process: 1486 their_address: - 172.18.0.3 - 35987 direction: <<<--- role: SERVER bytesize: 16 our_address: - 0.0.0.0 - 5064 - name: caproto.bcast msg: SearchRequest(name='TEST:VAL', cid=67, version=13, reply=5) args: None levelname: DEBUG levelno: 10 pathname: /workspace/tligui_y/slic/.pixi/envs/default/lib/python3.8/site-packages/caproto/_broadcaster.py filename: _broadcaster.py module: _broadcaster exc_info: None exc_text: None stack_info: None lineno: 136 funcName: recv created: 1754402065.6032903 msecs: 603.290319442749 relativeCreated: 10836.312055587769 thread: 139965834856128 threadName: Thread-3 processName: MainProcess process: 1486 their_address: - 172.18.0.3 - 35987 direction: <<<--- role: SERVER bytesize: 32 our_address: - 0.0.0.0 - 5064 - name: caproto.bcast msg: VersionRequest(priority=1, version=13) args: None levelname: DEBUG levelno: 10 pathname: /workspace/tligui_y/slic/.pixi/envs/default/lib/python3.8/site-packages/caproto/_broadcaster.py filename: _broadcaster.py module: _broadcaster exc_info: None exc_text: None stack_info: None lineno: 136 funcName: recv created: 1754402066.6369855 msecs: 636.9855403900146 relativeCreated: 11870.007276535034 thread: 139965834856128 threadName: Thread-3 processName: MainProcess process: 1486 their_address: - 172.18.0.3 - 35987 direction: <<<--- role: SERVER bytesize: 16 our_address: - 0.0.0.0 - 5064 - name: caproto.bcast msg: SearchRequest(name='TEST:MOTOR.DESC', cid=51, version=13, reply=5) args: None levelname: DEBUG levelno: 10 pathname: /workspace/tligui_y/slic/.pixi/envs/default/lib/python3.8/site-packages/caproto/_broadcaster.py filename: _broadcaster.py module: _broadcaster exc_info: None exc_text: None stack_info: None lineno: 136 funcName: recv created: 1754402066.637435 msecs: 637.4349594116211 relativeCreated: 11870.45669555664 thread: 139965834856128 threadName: Thread-3 processName: MainProcess process: 1486 their_address: - 172.18.0.3 - 35987 direction: <<<--- role: SERVER bytesize: 32 our_address: - 0.0.0.0 - 5064 - name: caproto.bcast msg: SearchRequest(name='TEST:MOTOR.RTYP', cid=52, version=13, reply=5) args: None levelname: DEBUG levelno: 10 pathname: /workspace/tligui_y/slic/.pixi/envs/default/lib/python3.8/site-packages/caproto/_broadcaster.py filename: _broadcaster.py module: _broadcaster exc_info: None exc_text: None stack_info: None lineno: 136 funcName: recv created: 1754402066.637742 msecs: 637.7420425415039 relativeCreated: 11870.763778686523 thread: 139965834856128 threadName: Thread-3 processName: MainProcess process: 1486 their_address: - 172.18.0.3 - 35987 direction: <<<--- role: SERVER bytesize: 32 our_address: - 0.0.0.0 - 5064 - name: caproto.bcast msg: SearchRequest(name='TEST:MOTOR.RBV', cid=53, version=13, reply=5) args: None levelname: DEBUG levelno: 10 pathname: /workspace/tligui_y/slic/.pixi/envs/default/lib/python3.8/site-packages/caproto/_broadcaster.py filename: _broadcaster.py module: _broadcaster exc_info: None exc_text: None stack_info: None lineno: 136 funcName: recv created: 1754402066.638001 msecs: 638.0009651184082 relativeCreated: 11871.022701263428 thread: 139965834856128 threadName: Thread-3 processName: MainProcess process: 1486 their_address: - 172.18.0.3 - 35987 direction: <<<--- role: SERVER bytesize: 32 our_address: - 0.0.0.0 - 5064 - name: caproto.bcast msg: SearchRequest(name='TEST:MOTOR.PREC', cid=54, version=13, reply=5) args: None levelname: DEBUG levelno: 10 pathname: /workspace/tligui_y/slic/.pixi/envs/default/lib/python3.8/site-packages/caproto/_broadcaster.py filename: _broadcaster.py module: _broadcaster exc_info: None exc_text: None stack_info: None lineno: 136 funcName: recv created: 1754402066.6382551 msecs: 638.2551193237305 relativeCreated: 11871.27685546875 thread: 139965834856128 threadName: Thread-3 processName: MainProcess process: 1486 their_address: - 172.18.0.3 - 35987 direction: <<<--- role: SERVER bytesize: 32 our_address: - 0.0.0.0 - 5064 - name: caproto.bcast msg: SearchRequest(name='TEST:MOTOR.TWV', cid=55, version=13, reply=5) args: None levelname: DEBUG levelno: 10 pathname: /workspace/tligui_y/slic/.pixi/envs/default/lib/python3.8/site-packages/caproto/_broadcaster.py filename: _broadcaster.py module: _broadcaster exc_info: None exc_text: None stack_info: None lineno: 136 funcName: recv created: 1754402066.6385093 msecs: 638.5092735290527 relativeCreated: 11871.531009674072 thread: 139965834856128 threadName: Thread-3 processName: MainProcess process: 1486 their_address: - 172.18.0.3 - 35987 direction: <<<--- role: SERVER bytesize: 32 our_address: - 0.0.0.0 - 5064 - name: caproto.bcast msg: SearchRequest(name='TEST:MOTOR.FOFF', cid=56, version=13, reply=5) args: None levelname: DEBUG levelno: 10 pathname: /workspace/tligui_y/slic/.pixi/envs/default/lib/python3.8/site-packages/caproto/_broadcaster.py filename: _broadcaster.py module: _broadcaster exc_info: None exc_text: None stack_info: None lineno: 136 funcName: recv created: 1754402066.638769 msecs: 638.7689113616943 relativeCreated: 11871.790647506714 thread: 139965834856128 threadName: Thread-3 processName: MainProcess process: 1486 their_address: - 172.18.0.3 - 35987 direction: <<<--- role: SERVER bytesize: 32 our_address: - 0.0.0.0 - 5064 - name: caproto.bcast msg: SearchRequest(name='TEST:MOTOR.VELO', cid=57, version=13, reply=5) args: None levelname: DEBUG levelno: 10 pathname: /workspace/tligui_y/slic/.pixi/envs/default/lib/python3.8/site-packages/caproto/_broadcaster.py filename: _broadcaster.py module: _broadcaster exc_info: None exc_text: None stack_info: None lineno: 136 funcName: recv created: 1754402066.6390216 msecs: 639.021635055542 relativeCreated: 11872.043371200562 thread: 139965834856128 threadName: Thread-3 processName: MainProcess process: 1486 their_address: - 172.18.0.3 - 35987 direction: <<<--- role: SERVER bytesize: 32 our_address: - 0.0.0.0 - 5064 - name: caproto.bcast msg: SearchRequest(name='TEST:MOTOR.STAT', cid=58, version=13, reply=5) args: None levelname: DEBUG levelno: 10 pathname: /workspace/tligui_y/slic/.pixi/envs/default/lib/python3.8/site-packages/caproto/_broadcaster.py filename: _broadcaster.py module: _broadcaster exc_info: None exc_text: None stack_info: None lineno: 136 funcName: recv created: 1754402066.6392798 msecs: 639.279842376709 relativeCreated: 11872.301578521729 thread: 139965834856128 threadName: Thread-3 processName: MainProcess process: 1486 their_address: - 172.18.0.3 - 35987 direction: <<<--- role: SERVER bytesize: 32 our_address: - 0.0.0.0 - 5064 - name: caproto.bcast msg: SearchRequest(name='TEST:MOTOR.SET', cid=59, version=13, reply=5) args: None levelname: DEBUG levelno: 10 pathname: /workspace/tligui_y/slic/.pixi/envs/default/lib/python3.8/site-packages/caproto/_broadcaster.py filename: _broadcaster.py module: _broadcaster exc_info: None exc_text: None stack_info: None lineno: 136 funcName: recv created: 1754402066.6395314 msecs: 639.5313739776611 relativeCreated: 11872.55311012268 thread: 139965834856128 threadName: Thread-3 processName: MainProcess process: 1486 their_address: - 172.18.0.3 - 35987 direction: <<<--- role: SERVER bytesize: 32 our_address: - 0.0.0.0 - 5064 - name: caproto.bcast msg: SearchRequest(name='TEST:MOTOR.LLM', cid=60, version=13, reply=5) args: None levelname: DEBUG levelno: 10 pathname: /workspace/tligui_y/slic/.pixi/envs/default/lib/python3.8/site-packages/caproto/_broadcaster.py filename: _broadcaster.py module: _broadcaster exc_info: None exc_text: None stack_info: None lineno: 136 funcName: recv created: 1754402066.6397898 msecs: 639.7898197174072 relativeCreated: 11872.811555862427 thread: 139965834856128 threadName: Thread-3 processName: MainProcess process: 1486 their_address: - 172.18.0.3 - 35987 direction: <<<--- role: SERVER bytesize: 32 our_address: - 0.0.0.0 - 5064 - name: caproto.bcast msg: SearchRequest(name='TEST:MOTOR.HLM', cid=61, version=13, reply=5) args: None levelname: DEBUG levelno: 10 pathname: /workspace/tligui_y/slic/.pixi/envs/default/lib/python3.8/site-packages/caproto/_broadcaster.py filename: _broadcaster.py module: _broadcaster exc_info: None exc_text: None stack_info: None lineno: 136 funcName: recv created: 1754402066.640041 msecs: 640.0411128997803 relativeCreated: 11873.0628490448 thread: 139965834856128 threadName: Thread-3 processName: MainProcess process: 1486 their_address: - 172.18.0.3 - 35987 direction: <<<--- role: SERVER bytesize: 32 our_address: - 0.0.0.0 - 5064 - name: caproto.bcast msg: SearchRequest(name='TEST:MOTOR.SPMG', cid=62, version=13, reply=5) args: None levelname: DEBUG levelno: 10 pathname: /workspace/tligui_y/slic/.pixi/envs/default/lib/python3.8/site-packages/caproto/_broadcaster.py filename: _broadcaster.py module: _broadcaster exc_info: None exc_text: None stack_info: None lineno: 136 funcName: recv created: 1754402066.6402922 msecs: 640.2921676635742 relativeCreated: 11873.313903808594 thread: 139965834856128 threadName: Thread-3 processName: MainProcess process: 1486 their_address: - 172.18.0.3 - 35987 direction: <<<--- role: SERVER bytesize: 32 our_address: - 0.0.0.0 - 5064 - name: caproto.bcast msg: SearchRequest(name='TEST:MOTOR.LVIO', cid=63, version=13, reply=5) args: None levelname: DEBUG levelno: 10 pathname: /workspace/tligui_y/slic/.pixi/envs/default/lib/python3.8/site-packages/caproto/_broadcaster.py filename: _broadcaster.py module: _broadcaster exc_info: None exc_text: None stack_info: None lineno: 136 funcName: recv created: 1754402066.6405404 msecs: 640.540361404419 relativeCreated: 11873.562097549438 thread: 139965834856128 threadName: Thread-3 processName: MainProcess process: 1486 their_address: - 172.18.0.3 - 35987 direction: <<<--- role: SERVER bytesize: 32 our_address: - 0.0.0.0 - 5064 - name: caproto.bcast msg: SearchRequest(name='TEST:MOTOR.HLS', cid=64, version=13, reply=5) args: None levelname: DEBUG levelno: 10 pathname: /workspace/tligui_y/slic/.pixi/envs/default/lib/python3.8/site-packages/caproto/_broadcaster.py filename: _broadcaster.py module: _broadcaster exc_info: None exc_text: None stack_info: None lineno: 136 funcName: recv created: 1754402066.6407993 msecs: 640.7992839813232 relativeCreated: 11873.821020126343 thread: 139965834856128 threadName: Thread-3 processName: MainProcess process: 1486 their_address: - 172.18.0.3 - 35987 direction: <<<--- role: SERVER bytesize: 32 our_address: - 0.0.0.0 - 5064 - name: caproto.bcast msg: SearchRequest(name='TEST:MOTOR.LLS', cid=65, version=13, reply=5) args: None levelname: DEBUG levelno: 10 pathname: /workspace/tligui_y/slic/.pixi/envs/default/lib/python3.8/site-packages/caproto/_broadcaster.py filename: _broadcaster.py module: _broadcaster exc_info: None exc_text: None stack_info: None lineno: 136 funcName: recv created: 1754402066.6410527 msecs: 641.0527229309082 relativeCreated: 11874.074459075928 thread: 139965834856128 threadName: Thread-3 processName: MainProcess process: 1486 their_address: - 172.18.0.3 - 35987 direction: <<<--- role: SERVER bytesize: 32 our_address: - 0.0.0.0 - 5064 - name: caproto.bcast msg: SearchRequest(name='ca://TEST:FLOAT', cid=66, version=13, reply=5) args: None levelname: DEBUG levelno: 10 pathname: /workspace/tligui_y/slic/.pixi/envs/default/lib/python3.8/site-packages/caproto/_broadcaster.py filename: _broadcaster.py module: _broadcaster exc_info: None exc_text: None stack_info: None lineno: 136 funcName: recv created: 1754402066.6413038 msecs: 641.3037776947021 relativeCreated: 11874.325513839722 thread: 139965834856128 threadName: Thread-3 processName: MainProcess process: 1486 their_address: - 172.18.0.3 - 35987 direction: <<<--- role: SERVER bytesize: 32 our_address: - 0.0.0.0 - 5064 - name: caproto.bcast msg: SearchRequest(name='TEST:VAL', cid=67, version=13, reply=5) args: None levelname: DEBUG levelno: 10 pathname: /workspace/tligui_y/slic/.pixi/envs/default/lib/python3.8/site-packages/caproto/_broadcaster.py filename: _broadcaster.py module: _broadcaster exc_info: None exc_text: None stack_info: None lineno: 136 funcName: recv created: 1754402066.6415524 msecs: 641.5524482727051 relativeCreated: 11874.574184417725 thread: 139965834856128 threadName: Thread-3 processName: MainProcess process: 1486 their_address: - 172.18.0.3 - 35987 direction: <<<--- role: SERVER bytesize: 32 our_address: - 0.0.0.0 - 5064 - name: caproto.bcast msg: Beacon(version=13, server_port=5064, beacon_id=7, address='0.0.0.0') args: None levelname: DEBUG levelno: 10 pathname: /workspace/tligui_y/slic/.pixi/envs/default/lib/python3.8/site-packages/caproto/_broadcaster.py filename: _broadcaster.py module: _broadcaster exc_info: None exc_text: None stack_info: None lineno: 94 funcName: send created: 1754402067.743388 msecs: 743.3879375457764 relativeCreated: 12976.409673690796 thread: 139965834856128 threadName: Thread-3 processName: MainProcess process: 1486 role: SERVER counter: - 1 - 1 - name: caproto.bcast msg: VersionRequest(priority=1, version=13) args: None levelname: DEBUG levelno: 10 pathname: /workspace/tligui_y/slic/.pixi/envs/default/lib/python3.8/site-packages/caproto/_broadcaster.py filename: _broadcaster.py module: _broadcaster exc_info: None exc_text: None stack_info: None lineno: 136 funcName: recv created: 1754402068.689697 msecs: 689.6970272064209 relativeCreated: 13922.71876335144 thread: 139965834856128 threadName: Thread-3 processName: MainProcess process: 1486 their_address: - 172.18.0.3 - 35987 direction: <<<--- role: SERVER bytesize: 16 our_address: - 0.0.0.0 - 5064 - name: caproto.bcast msg: SearchRequest(name='TEST:MOTOR_t2.SET', cid=26, version=13, reply=5) args: None levelname: DEBUG levelno: 10 pathname: /workspace/tligui_y/slic/.pixi/envs/default/lib/python3.8/site-packages/caproto/_broadcaster.py filename: _broadcaster.py module: _broadcaster exc_info: None exc_text: None stack_info: None lineno: 136 funcName: recv created: 1754402068.69017 msecs: 690.1700496673584 relativeCreated: 13923.191785812378 thread: 139965834856128 threadName: Thread-3 processName: MainProcess process: 1486 their_address: - 172.18.0.3 - 35987 direction: <<<--- role: SERVER bytesize: 40 our_address: - 0.0.0.0 - 5064 - name: caproto.bcast msg: SearchRequest(name='TEST:MOTOR_t2.LLM', cid=27, version=13, reply=5) args: None levelname: DEBUG levelno: 10 pathname: /workspace/tligui_y/slic/.pixi/envs/default/lib/python3.8/site-packages/caproto/_broadcaster.py filename: _broadcaster.py module: _broadcaster exc_info: None exc_text: None stack_info: None lineno: 136 funcName: recv created: 1754402068.6904788 msecs: 690.4788017272949 relativeCreated: 13923.500537872314 thread: 139965834856128 threadName: Thread-3 processName: MainProcess process: 1486 their_address: - 172.18.0.3 - 35987 direction: <<<--- role: SERVER bytesize: 40 our_address: - 0.0.0.0 - 5064 - name: caproto.bcast msg: SearchRequest(name='TEST:MOTOR_t2.HLM', cid=28, version=13, reply=5) args: None levelname: DEBUG levelno: 10 pathname: /workspace/tligui_y/slic/.pixi/envs/default/lib/python3.8/site-packages/caproto/_broadcaster.py filename: _broadcaster.py module: _broadcaster exc_info: None exc_text: None stack_info: None lineno: 136 funcName: recv created: 1754402068.6907465 msecs: 690.746545791626 relativeCreated: 13923.768281936646 thread: 139965834856128 threadName: Thread-3 processName: MainProcess process: 1486 their_address: - 172.18.0.3 - 35987 direction: <<<--- role: SERVER bytesize: 40 our_address: - 0.0.0.0 - 5064 - name: caproto.bcast msg: SearchRequest(name='TEST:MOTOR_t2.SPMG', cid=29, version=13, reply=5) args: None levelname: DEBUG levelno: 10 pathname: /workspace/tligui_y/slic/.pixi/envs/default/lib/python3.8/site-packages/caproto/_broadcaster.py filename: _broadcaster.py module: _broadcaster exc_info: None exc_text: None stack_info: None lineno: 136 funcName: recv created: 1754402068.6909964 msecs: 690.9964084625244 relativeCreated: 13924.018144607544 thread: 139965834856128 threadName: Thread-3 processName: MainProcess process: 1486 their_address: - 172.18.0.3 - 35987 direction: <<<--- role: SERVER bytesize: 40 our_address: - 0.0.0.0 - 5064 - name: caproto.bcast msg: SearchRequest(name='TEST:MOTOR_t2.LVIO', cid=30, version=13, reply=5) args: None levelname: DEBUG levelno: 10 pathname: /workspace/tligui_y/slic/.pixi/envs/default/lib/python3.8/site-packages/caproto/_broadcaster.py filename: _broadcaster.py module: _broadcaster exc_info: None exc_text: None stack_info: None lineno: 136 funcName: recv created: 1754402068.6912463 msecs: 691.2462711334229 relativeCreated: 13924.268007278442 thread: 139965834856128 threadName: Thread-3 processName: MainProcess process: 1486 their_address: - 172.18.0.3 - 35987 direction: <<<--- role: SERVER bytesize: 40 our_address: - 0.0.0.0 - 5064 - name: caproto.bcast msg: SearchRequest(name='TEST:MOTOR_t2.HLS', cid=31, version=13, reply=5) args: None levelname: DEBUG levelno: 10 pathname: /workspace/tligui_y/slic/.pixi/envs/default/lib/python3.8/site-packages/caproto/_broadcaster.py filename: _broadcaster.py module: _broadcaster exc_info: None exc_text: None stack_info: None lineno: 136 funcName: recv created: 1754402068.6914947 msecs: 691.4947032928467 relativeCreated: 13924.516439437866 thread: 139965834856128 threadName: Thread-3 processName: MainProcess process: 1486 their_address: - 172.18.0.3 - 35987 direction: <<<--- role: SERVER bytesize: 40 our_address: - 0.0.0.0 - 5064 - name: caproto.bcast msg: SearchRequest(name='TEST:MOTOR_t2.LLS', cid=32, version=13, reply=5) args: None levelname: DEBUG levelno: 10 pathname: /workspace/tligui_y/slic/.pixi/envs/default/lib/python3.8/site-packages/caproto/_broadcaster.py filename: _broadcaster.py module: _broadcaster exc_info: None exc_text: None stack_info: None lineno: 136 funcName: recv created: 1754402068.6917472 msecs: 691.7471885681152 relativeCreated: 13924.768924713135 thread: 139965834856128 threadName: Thread-3 processName: MainProcess process: 1486 their_address: - 172.18.0.3 - 35987 direction: <<<--- role: SERVER bytesize: 40 our_address: - 0.0.0.0 - 5064 - name: caproto.bcast msg: SearchRequest(name='TEST:MOTOR_t2.disabled', cid=33, version=13, reply=5) args: None levelname: DEBUG levelno: 10 pathname: /workspace/tligui_y/slic/.pixi/envs/default/lib/python3.8/site-packages/caproto/_broadcaster.py filename: _broadcaster.py module: _broadcaster exc_info: None exc_text: None stack_info: None lineno: 136 funcName: recv created: 1754402068.6919932 msecs: 691.993236541748 relativeCreated: 13925.014972686768 thread: 139965834856128 threadName: Thread-3 processName: MainProcess process: 1486 their_address: - 172.18.0.3 - 35987 direction: <<<--- role: SERVER bytesize: 40 our_address: - 0.0.0.0 - 5064 - name: caproto.bcast msg: SearchRequest(name='TEST:MOTOR_1.VAL', cid=34, version=13, reply=5) args: None levelname: DEBUG levelno: 10 pathname: /workspace/tligui_y/slic/.pixi/envs/default/lib/python3.8/site-packages/caproto/_broadcaster.py filename: _broadcaster.py module: _broadcaster exc_info: None exc_text: None stack_info: None lineno: 136 funcName: recv created: 1754402068.692252 msecs: 692.2519207000732 relativeCreated: 13925.273656845093 thread: 139965834856128 threadName: Thread-3 processName: MainProcess process: 1486 their_address: - 172.18.0.3 - 35987 direction: <<<--- role: SERVER bytesize: 40 our_address: - 0.0.0.0 - 5064 - name: caproto.bcast msg: SearchRequest(name='TEST:MOTOR_1.DESC', cid=35, version=13, reply=5) args: None levelname: DEBUG levelno: 10 pathname: /workspace/tligui_y/slic/.pixi/envs/default/lib/python3.8/site-packages/caproto/_broadcaster.py filename: _broadcaster.py module: _broadcaster exc_info: None exc_text: None stack_info: None lineno: 136 funcName: recv created: 1754402068.6925 msecs: 692.500114440918 relativeCreated: 13925.521850585938 thread: 139965834856128 threadName: Thread-3 processName: MainProcess process: 1486 their_address: - 172.18.0.3 - 35987 direction: <<<--- role: SERVER bytesize: 40 our_address: - 0.0.0.0 - 5064 - name: caproto.bcast msg: SearchRequest(name='TEST:MOTOR_1.RTYP', cid=36, version=13, reply=5) args: None levelname: DEBUG levelno: 10 pathname: /workspace/tligui_y/slic/.pixi/envs/default/lib/python3.8/site-packages/caproto/_broadcaster.py filename: _broadcaster.py module: _broadcaster exc_info: None exc_text: None stack_info: None lineno: 136 funcName: recv created: 1754402068.6927557 msecs: 692.7556991577148 relativeCreated: 13925.777435302734 thread: 139965834856128 threadName: Thread-3 processName: MainProcess process: 1486 their_address: - 172.18.0.3 - 35987 direction: <<<--- role: SERVER bytesize: 40 our_address: - 0.0.0.0 - 5064 - name: caproto.bcast msg: SearchRequest(name='TEST:MOTOR_1.RBV', cid=37, version=13, reply=5) args: None levelname: DEBUG levelno: 10 pathname: /workspace/tligui_y/slic/.pixi/envs/default/lib/python3.8/site-packages/caproto/_broadcaster.py filename: _broadcaster.py module: _broadcaster exc_info: None exc_text: None stack_info: None lineno: 136 funcName: recv created: 1754402068.6930015 msecs: 693.0015087127686 relativeCreated: 13926.023244857788 thread: 139965834856128 threadName: Thread-3 processName: MainProcess process: 1486 their_address: - 172.18.0.3 - 35987 direction: <<<--- role: SERVER bytesize: 40 our_address: - 0.0.0.0 - 5064 - name: caproto.bcast msg: SearchRequest(name='TEST:MOTOR_1.PREC', cid=38, version=13, reply=5) args: None levelname: DEBUG levelno: 10 pathname: /workspace/tligui_y/slic/.pixi/envs/default/lib/python3.8/site-packages/caproto/_broadcaster.py filename: _broadcaster.py module: _broadcaster exc_info: None exc_text: None stack_info: None lineno: 136 funcName: recv created: 1754402068.69325 msecs: 693.2499408721924 relativeCreated: 13926.271677017212 thread: 139965834856128 threadName: Thread-3 processName: MainProcess process: 1486 their_address: - 172.18.0.3 - 35987 direction: <<<--- role: SERVER bytesize: 40 our_address: - 0.0.0.0 - 5064 - name: caproto.bcast msg: SearchRequest(name='TEST:MOTOR_1.TWV', cid=39, version=13, reply=5) args: None levelname: DEBUG levelno: 10 pathname: /workspace/tligui_y/slic/.pixi/envs/default/lib/python3.8/site-packages/caproto/_broadcaster.py filename: _broadcaster.py module: _broadcaster exc_info: None exc_text: None stack_info: None lineno: 136 funcName: recv created: 1754402068.6934965 msecs: 693.4964656829834 relativeCreated: 13926.518201828003 thread: 139965834856128 threadName: Thread-3 processName: MainProcess process: 1486 their_address: - 172.18.0.3 - 35987 direction: <<<--- role: SERVER bytesize: 40 our_address: - 0.0.0.0 - 5064 - name: caproto.bcast msg: SearchRequest(name='TEST:MOTOR_1.FOFF', cid=40, version=13, reply=5) args: None levelname: DEBUG levelno: 10 pathname: /workspace/tligui_y/slic/.pixi/envs/default/lib/python3.8/site-packages/caproto/_broadcaster.py filename: _broadcaster.py module: _broadcaster exc_info: None exc_text: None stack_info: None lineno: 136 funcName: recv created: 1754402068.6937726 msecs: 693.772554397583 relativeCreated: 13926.794290542603 thread: 139965834856128 threadName: Thread-3 processName: MainProcess process: 1486 their_address: - 172.18.0.3 - 35987 direction: <<<--- role: SERVER bytesize: 40 our_address: - 0.0.0.0 - 5064 - name: caproto.bcast msg: SearchRequest(name='TEST:MOTOR_1.VELO', cid=41, version=13, reply=5) args: None levelname: DEBUG levelno: 10 pathname: /workspace/tligui_y/slic/.pixi/envs/default/lib/python3.8/site-packages/caproto/_broadcaster.py filename: _broadcaster.py module: _broadcaster exc_info: None exc_text: None stack_info: None lineno: 136 funcName: recv created: 1754402068.6940207 msecs: 694.0207481384277 relativeCreated: 13927.042484283447 thread: 139965834856128 threadName: Thread-3 processName: MainProcess process: 1486 their_address: - 172.18.0.3 - 35987 direction: <<<--- role: SERVER bytesize: 40 our_address: - 0.0.0.0 - 5064 - name: caproto.bcast msg: SearchRequest(name='TEST:MOTOR_1.STAT', cid=42, version=13, reply=5) args: None levelname: DEBUG levelno: 10 pathname: /workspace/tligui_y/slic/.pixi/envs/default/lib/python3.8/site-packages/caproto/_broadcaster.py filename: _broadcaster.py module: _broadcaster exc_info: None exc_text: None stack_info: None lineno: 136 funcName: recv created: 1754402068.6942668 msecs: 694.2667961120605 relativeCreated: 13927.28853225708 thread: 139965834856128 threadName: Thread-3 processName: MainProcess process: 1486 their_address: - 172.18.0.3 - 35987 direction: <<<--- role: SERVER bytesize: 40 our_address: - 0.0.0.0 - 5064 - name: caproto.bcast msg: SearchRequest(name='TEST:MOTOR_1.SET', cid=43, version=13, reply=5) args: None levelname: DEBUG levelno: 10 pathname: /workspace/tligui_y/slic/.pixi/envs/default/lib/python3.8/site-packages/caproto/_broadcaster.py filename: _broadcaster.py module: _broadcaster exc_info: None exc_text: None stack_info: None lineno: 136 funcName: recv created: 1754402068.6945121 msecs: 694.512128829956 relativeCreated: 13927.533864974976 thread: 139965834856128 threadName: Thread-3 processName: MainProcess process: 1486 their_address: - 172.18.0.3 - 35987 direction: <<<--- role: SERVER bytesize: 40 our_address: - 0.0.0.0 - 5064 - name: caproto.bcast msg: SearchRequest(name='TEST:MOTOR_1.LLM', cid=44, version=13, reply=5) args: None levelname: DEBUG levelno: 10 pathname: /workspace/tligui_y/slic/.pixi/envs/default/lib/python3.8/site-packages/caproto/_broadcaster.py filename: _broadcaster.py module: _broadcaster exc_info: None exc_text: None stack_info: None lineno: 136 funcName: recv created: 1754402068.6947632 msecs: 694.76318359375 relativeCreated: 13927.78491973877 thread: 139965834856128 threadName: Thread-3 processName: MainProcess process: 1486 their_address: - 172.18.0.3 - 35987 direction: <<<--- role: SERVER bytesize: 40 our_address: - 0.0.0.0 - 5064 - name: caproto.bcast msg: SearchRequest(name='TEST:MOTOR_1.HLM', cid=45, version=13, reply=5) args: None levelname: DEBUG levelno: 10 pathname: /workspace/tligui_y/slic/.pixi/envs/default/lib/python3.8/site-packages/caproto/_broadcaster.py filename: _broadcaster.py module: _broadcaster exc_info: None exc_text: None stack_info: None lineno: 136 funcName: recv created: 1754402068.6950092 msecs: 695.0092315673828 relativeCreated: 13928.030967712402 thread: 139965834856128 threadName: Thread-3 processName: MainProcess process: 1486 their_address: - 172.18.0.3 - 35987 direction: <<<--- role: SERVER bytesize: 40 our_address: - 0.0.0.0 - 5064 - name: caproto.bcast msg: SearchRequest(name='TEST:MOTOR_1.SPMG', cid=46, version=13, reply=5) args: None levelname: DEBUG levelno: 10 pathname: /workspace/tligui_y/slic/.pixi/envs/default/lib/python3.8/site-packages/caproto/_broadcaster.py filename: _broadcaster.py module: _broadcaster exc_info: None exc_text: None stack_info: None lineno: 136 funcName: recv created: 1754402068.695254 msecs: 695.2540874481201 relativeCreated: 13928.27582359314 thread: 139965834856128 threadName: Thread-3 processName: MainProcess process: 1486 their_address: - 172.18.0.3 - 35987 direction: <<<--- role: SERVER bytesize: 40 our_address: - 0.0.0.0 - 5064 - name: caproto.bcast msg: SearchRequest(name='TEST:MOTOR_1.LVIO', cid=47, version=13, reply=5) args: None levelname: DEBUG levelno: 10 pathname: /workspace/tligui_y/slic/.pixi/envs/default/lib/python3.8/site-packages/caproto/_broadcaster.py filename: _broadcaster.py module: _broadcaster exc_info: None exc_text: None stack_info: None lineno: 136 funcName: recv created: 1754402068.6955016 msecs: 695.5015659332275 relativeCreated: 13928.523302078247 thread: 139965834856128 threadName: Thread-3 processName: MainProcess process: 1486 their_address: - 172.18.0.3 - 35987 direction: <<<--- role: SERVER bytesize: 40 our_address: - 0.0.0.0 - 5064 - name: caproto.bcast msg: SearchRequest(name='TEST:MOTOR_1.HLS', cid=48, version=13, reply=5) args: None levelname: DEBUG levelno: 10 pathname: /workspace/tligui_y/slic/.pixi/envs/default/lib/python3.8/site-packages/caproto/_broadcaster.py filename: _broadcaster.py module: _broadcaster exc_info: None exc_text: None stack_info: None lineno: 136 funcName: recv created: 1754402068.6957562 msecs: 695.756196975708 relativeCreated: 13928.777933120728 thread: 139965834856128 threadName: Thread-3 processName: MainProcess process: 1486 their_address: - 172.18.0.3 - 35987 direction: <<<--- role: SERVER bytesize: 40 our_address: - 0.0.0.0 - 5064 - name: caproto.bcast msg: SearchRequest(name='TEST:MOTOR_1.LLS', cid=49, version=13, reply=5) args: None levelname: DEBUG levelno: 10 pathname: /workspace/tligui_y/slic/.pixi/envs/default/lib/python3.8/site-packages/caproto/_broadcaster.py filename: _broadcaster.py module: _broadcaster exc_info: None exc_text: None stack_info: None lineno: 136 funcName: recv created: 1754402068.6960037 msecs: 696.0036754608154 relativeCreated: 13929.025411605835 thread: 139965834856128 threadName: Thread-3 processName: MainProcess process: 1486 their_address: - 172.18.0.3 - 35987 direction: <<<--- role: SERVER bytesize: 40 our_address: - 0.0.0.0 - 5064 - name: caproto.bcast msg: SearchRequest(name='TEST:MOTOR.VAL', cid=50, version=13, reply=5) args: None levelname: DEBUG levelno: 10 pathname: /workspace/tligui_y/slic/.pixi/envs/default/lib/python3.8/site-packages/caproto/_broadcaster.py filename: _broadcaster.py module: _broadcaster exc_info: None exc_text: None stack_info: None lineno: 136 funcName: recv created: 1754402068.6962495 msecs: 696.2494850158691 relativeCreated: 13929.271221160889 thread: 139965834856128 threadName: Thread-3 processName: MainProcess process: 1486 their_address: - 172.18.0.3 - 35987 direction: <<<--- role: SERVER bytesize: 32 our_address: - 0.0.0.0 - 5064 - name: caproto.bcast msg: VersionRequest(priority=1, version=13) args: None levelname: DEBUG levelno: 10 pathname: /workspace/tligui_y/slic/.pixi/envs/default/lib/python3.8/site-packages/caproto/_broadcaster.py filename: _broadcaster.py module: _broadcaster exc_info: None exc_text: None stack_info: None lineno: 136 funcName: recv created: 1754402068.697029 msecs: 697.0291137695312 relativeCreated: 13930.05084991455 thread: 139965834856128 threadName: Thread-3 processName: MainProcess process: 1486 their_address: - 172.18.0.3 - 35987 direction: <<<--- role: SERVER bytesize: 16 our_address: - 0.0.0.0 - 5064 - name: caproto.bcast msg: SearchRequest(name='TEST:MOTOR_t1.VAL', cid=1, version=13, reply=5) args: None levelname: DEBUG levelno: 10 pathname: /workspace/tligui_y/slic/.pixi/envs/default/lib/python3.8/site-packages/caproto/_broadcaster.py filename: _broadcaster.py module: _broadcaster exc_info: None exc_text: None stack_info: None lineno: 136 funcName: recv created: 1754402068.6973174 msecs: 697.317361831665 relativeCreated: 13930.339097976685 thread: 139965834856128 threadName: Thread-3 processName: MainProcess process: 1486 their_address: - 172.18.0.3 - 35987 direction: <<<--- role: SERVER bytesize: 40 our_address: - 0.0.0.0 - 5064 - name: caproto.bcast msg: SearchRequest(name='TEST:MOTOR_t1.DESC', cid=2, version=13, reply=5) args: None levelname: DEBUG levelno: 10 pathname: /workspace/tligui_y/slic/.pixi/envs/default/lib/python3.8/site-packages/caproto/_broadcaster.py filename: _broadcaster.py module: _broadcaster exc_info: None exc_text: None stack_info: None lineno: 136 funcName: recv created: 1754402068.697586 msecs: 697.5860595703125 relativeCreated: 13930.607795715332 thread: 139965834856128 threadName: Thread-3 processName: MainProcess process: 1486 their_address: - 172.18.0.3 - 35987 direction: <<<--- role: SERVER bytesize: 40 our_address: - 0.0.0.0 - 5064 - name: caproto.bcast msg: SearchRequest(name='TEST:MOTOR_t1.RTYP', cid=3, version=13, reply=5) args: None levelname: DEBUG levelno: 10 pathname: /workspace/tligui_y/slic/.pixi/envs/default/lib/python3.8/site-packages/caproto/_broadcaster.py filename: _broadcaster.py module: _broadcaster exc_info: None exc_text: None stack_info: None lineno: 136 funcName: recv created: 1754402068.6978471 msecs: 697.8471279144287 relativeCreated: 13930.868864059448 thread: 139965834856128 threadName: Thread-3 processName: MainProcess process: 1486 their_address: - 172.18.0.3 - 35987 direction: <<<--- role: SERVER bytesize: 40 our_address: - 0.0.0.0 - 5064 - name: caproto.bcast msg: SearchRequest(name='TEST:MOTOR_t1.RBV', cid=4, version=13, reply=5) args: None levelname: DEBUG levelno: 10 pathname: /workspace/tligui_y/slic/.pixi/envs/default/lib/python3.8/site-packages/caproto/_broadcaster.py filename: _broadcaster.py module: _broadcaster exc_info: None exc_text: None stack_info: None lineno: 136 funcName: recv created: 1754402068.6980972 msecs: 698.0972290039062 relativeCreated: 13931.118965148926 thread: 139965834856128 threadName: Thread-3 processName: MainProcess process: 1486 their_address: - 172.18.0.3 - 35987 direction: <<<--- role: SERVER bytesize: 40 our_address: - 0.0.0.0 - 5064 - name: caproto.bcast msg: SearchRequest(name='TEST:MOTOR_t1.PREC', cid=5, version=13, reply=5) args: None levelname: DEBUG levelno: 10 pathname: /workspace/tligui_y/slic/.pixi/envs/default/lib/python3.8/site-packages/caproto/_broadcaster.py filename: _broadcaster.py module: _broadcaster exc_info: None exc_text: None stack_info: None lineno: 136 funcName: recv created: 1754402068.6983457 msecs: 698.3456611633301 relativeCreated: 13931.36739730835 thread: 139965834856128 threadName: Thread-3 processName: MainProcess process: 1486 their_address: - 172.18.0.3 - 35987 direction: <<<--- role: SERVER bytesize: 40 our_address: - 0.0.0.0 - 5064 - name: caproto.bcast msg: SearchRequest(name='TEST:MOTOR_t1.TWV', cid=6, version=13, reply=5) args: None levelname: DEBUG levelno: 10 pathname: /workspace/tligui_y/slic/.pixi/envs/default/lib/python3.8/site-packages/caproto/_broadcaster.py filename: _broadcaster.py module: _broadcaster exc_info: None exc_text: None stack_info: None lineno: 136 funcName: recv created: 1754402068.6985939 msecs: 698.5938549041748 relativeCreated: 13931.615591049194 thread: 139965834856128 threadName: Thread-3 processName: MainProcess process: 1486 their_address: - 172.18.0.3 - 35987 direction: <<<--- role: SERVER bytesize: 40 our_address: - 0.0.0.0 - 5064 - name: caproto.bcast msg: SearchRequest(name='TEST:MOTOR_t1.FOFF', cid=7, version=13, reply=5) args: None levelname: DEBUG levelno: 10 pathname: /workspace/tligui_y/slic/.pixi/envs/default/lib/python3.8/site-packages/caproto/_broadcaster.py filename: _broadcaster.py module: _broadcaster exc_info: None exc_text: None stack_info: None lineno: 136 funcName: recv created: 1754402068.6988475 msecs: 698.8475322723389 relativeCreated: 13931.869268417358 thread: 139965834856128 threadName: Thread-3 processName: MainProcess process: 1486 their_address: - 172.18.0.3 - 35987 direction: <<<--- role: SERVER bytesize: 40 our_address: - 0.0.0.0 - 5064 - name: caproto.bcast msg: SearchRequest(name='TEST:MOTOR_t1.VELO', cid=8, version=13, reply=5) args: None levelname: DEBUG levelno: 10 pathname: /workspace/tligui_y/slic/.pixi/envs/default/lib/python3.8/site-packages/caproto/_broadcaster.py filename: _broadcaster.py module: _broadcaster exc_info: None exc_text: None stack_info: None lineno: 136 funcName: recv created: 1754402068.6990943 msecs: 699.094295501709 relativeCreated: 13932.116031646729 thread: 139965834856128 threadName: Thread-3 processName: MainProcess process: 1486 their_address: - 172.18.0.3 - 35987 direction: <<<--- role: SERVER bytesize: 40 our_address: - 0.0.0.0 - 5064 - name: caproto.bcast msg: SearchRequest(name='TEST:MOTOR_t1.STAT', cid=9, version=13, reply=5) args: None levelname: DEBUG levelno: 10 pathname: /workspace/tligui_y/slic/.pixi/envs/default/lib/python3.8/site-packages/caproto/_broadcaster.py filename: _broadcaster.py module: _broadcaster exc_info: None exc_text: None stack_info: None lineno: 136 funcName: recv created: 1754402068.699339 msecs: 699.3389129638672 relativeCreated: 13932.360649108887 thread: 139965834856128 threadName: Thread-3 processName: MainProcess process: 1486 their_address: - 172.18.0.3 - 35987 direction: <<<--- role: SERVER bytesize: 40 our_address: - 0.0.0.0 - 5064 - name: caproto.bcast msg: SearchRequest(name='TEST:MOTOR_t1.SET', cid=10, version=13, reply=5) args: None levelname: DEBUG levelno: 10 pathname: /workspace/tligui_y/slic/.pixi/envs/default/lib/python3.8/site-packages/caproto/_broadcaster.py filename: _broadcaster.py module: _broadcaster exc_info: None exc_text: None stack_info: None lineno: 136 funcName: recv created: 1754402068.6995845 msecs: 699.5844841003418 relativeCreated: 13932.606220245361 thread: 139965834856128 threadName: Thread-3 processName: MainProcess process: 1486 their_address: - 172.18.0.3 - 35987 direction: <<<--- role: SERVER bytesize: 40 our_address: - 0.0.0.0 - 5064 - name: caproto.bcast msg: SearchRequest(name='TEST:MOTOR_t1.LLM', cid=11, version=13, reply=5) args: None levelname: DEBUG levelno: 10 pathname: /workspace/tligui_y/slic/.pixi/envs/default/lib/python3.8/site-packages/caproto/_broadcaster.py filename: _broadcaster.py module: _broadcaster exc_info: None exc_text: None stack_info: None lineno: 136 funcName: recv created: 1754402068.6998384 msecs: 699.838399887085 relativeCreated: 13932.860136032104 thread: 139965834856128 threadName: Thread-3 processName: MainProcess process: 1486 their_address: - 172.18.0.3 - 35987 direction: <<<--- role: SERVER bytesize: 40 our_address: - 0.0.0.0 - 5064 - name: caproto.bcast msg: SearchRequest(name='TEST:MOTOR_t1.HLM', cid=12, version=13, reply=5) args: None levelname: DEBUG levelno: 10 pathname: /workspace/tligui_y/slic/.pixi/envs/default/lib/python3.8/site-packages/caproto/_broadcaster.py filename: _broadcaster.py module: _broadcaster exc_info: None exc_text: None stack_info: None lineno: 136 funcName: recv created: 1754402068.7000854 msecs: 700.0854015350342 relativeCreated: 13933.107137680054 thread: 139965834856128 threadName: Thread-3 processName: MainProcess process: 1486 their_address: - 172.18.0.3 - 35987 direction: <<<--- role: SERVER bytesize: 40 our_address: - 0.0.0.0 - 5064 - name: caproto.bcast msg: SearchRequest(name='TEST:MOTOR_t1.SPMG', cid=13, version=13, reply=5) args: None levelname: DEBUG levelno: 10 pathname: /workspace/tligui_y/slic/.pixi/envs/default/lib/python3.8/site-packages/caproto/_broadcaster.py filename: _broadcaster.py module: _broadcaster exc_info: None exc_text: None stack_info: None lineno: 136 funcName: recv created: 1754402068.7003338 msecs: 700.333833694458 relativeCreated: 13933.355569839478 thread: 139965834856128 threadName: Thread-3 processName: MainProcess process: 1486 their_address: - 172.18.0.3 - 35987 direction: <<<--- role: SERVER bytesize: 40 our_address: - 0.0.0.0 - 5064 - name: caproto.bcast msg: SearchRequest(name='TEST:MOTOR_t1.LVIO', cid=14, version=13, reply=5) args: None levelname: DEBUG levelno: 10 pathname: /workspace/tligui_y/slic/.pixi/envs/default/lib/python3.8/site-packages/caproto/_broadcaster.py filename: _broadcaster.py module: _broadcaster exc_info: None exc_text: None stack_info: None lineno: 136 funcName: recv created: 1754402068.700585 msecs: 700.584888458252 relativeCreated: 13933.606624603271 thread: 139965834856128 threadName: Thread-3 processName: MainProcess process: 1486 their_address: - 172.18.0.3 - 35987 direction: <<<--- role: SERVER bytesize: 40 our_address: - 0.0.0.0 - 5064 - name: caproto.bcast msg: SearchRequest(name='TEST:MOTOR_t1.HLS', cid=15, version=13, reply=5) args: None levelname: DEBUG levelno: 10 pathname: /workspace/tligui_y/slic/.pixi/envs/default/lib/python3.8/site-packages/caproto/_broadcaster.py filename: _broadcaster.py module: _broadcaster exc_info: None exc_text: None stack_info: None lineno: 136 funcName: recv created: 1754402068.7008376 msecs: 700.8376121520996 relativeCreated: 13933.85934829712 thread: 139965834856128 threadName: Thread-3 processName: MainProcess process: 1486 their_address: - 172.18.0.3 - 35987 direction: <<<--- role: SERVER bytesize: 40 our_address: - 0.0.0.0 - 5064 - name: caproto.bcast msg: SearchRequest(name='TEST:MOTOR_t1.LLS', cid=16, version=13, reply=5) args: None levelname: DEBUG levelno: 10 pathname: /workspace/tligui_y/slic/.pixi/envs/default/lib/python3.8/site-packages/caproto/_broadcaster.py filename: _broadcaster.py module: _broadcaster exc_info: None exc_text: None stack_info: None lineno: 136 funcName: recv created: 1754402068.7010844 msecs: 701.0843753814697 relativeCreated: 13934.10611152649 thread: 139965834856128 threadName: Thread-3 processName: MainProcess process: 1486 their_address: - 172.18.0.3 - 35987 direction: <<<--- role: SERVER bytesize: 40 our_address: - 0.0.0.0 - 5064 - name: caproto.bcast msg: SearchRequest(name='TEST:MOTOR_t2.VAL', cid=17, version=13, reply=5) args: None levelname: DEBUG levelno: 10 pathname: /workspace/tligui_y/slic/.pixi/envs/default/lib/python3.8/site-packages/caproto/_broadcaster.py filename: _broadcaster.py module: _broadcaster exc_info: None exc_text: None stack_info: None lineno: 136 funcName: recv created: 1754402068.7013319 msecs: 701.3318538665771 relativeCreated: 13934.353590011597 thread: 139965834856128 threadName: Thread-3 processName: MainProcess process: 1486 their_address: - 172.18.0.3 - 35987 direction: <<<--- role: SERVER bytesize: 40 our_address: - 0.0.0.0 - 5064 - name: caproto.bcast msg: SearchRequest(name='TEST:MOTOR_t2.DESC', cid=18, version=13, reply=5) args: None levelname: DEBUG levelno: 10 pathname: /workspace/tligui_y/slic/.pixi/envs/default/lib/python3.8/site-packages/caproto/_broadcaster.py filename: _broadcaster.py module: _broadcaster exc_info: None exc_text: None stack_info: None lineno: 136 funcName: recv created: 1754402068.7015793 msecs: 701.5793323516846 relativeCreated: 13934.601068496704 thread: 139965834856128 threadName: Thread-3 processName: MainProcess process: 1486 their_address: - 172.18.0.3 - 35987 direction: <<<--- role: SERVER bytesize: 40 our_address: - 0.0.0.0 - 5064 - name: caproto.bcast msg: SearchRequest(name='TEST:MOTOR_t2.RTYP', cid=19, version=13, reply=5) args: None levelname: DEBUG levelno: 10 pathname: /workspace/tligui_y/slic/.pixi/envs/default/lib/python3.8/site-packages/caproto/_broadcaster.py filename: _broadcaster.py module: _broadcaster exc_info: None exc_text: None stack_info: None lineno: 136 funcName: recv created: 1754402068.7018356 msecs: 701.8356323242188 relativeCreated: 13934.857368469238 thread: 139965834856128 threadName: Thread-3 processName: MainProcess process: 1486 their_address: - 172.18.0.3 - 35987 direction: <<<--- role: SERVER bytesize: 40 our_address: - 0.0.0.0 - 5064 - name: caproto.bcast msg: SearchRequest(name='TEST:MOTOR_t2.RBV', cid=20, version=13, reply=5) args: None levelname: DEBUG levelno: 10 pathname: /workspace/tligui_y/slic/.pixi/envs/default/lib/python3.8/site-packages/caproto/_broadcaster.py filename: _broadcaster.py module: _broadcaster exc_info: None exc_text: None stack_info: None lineno: 136 funcName: recv created: 1754402068.7020805 msecs: 702.080488204956 relativeCreated: 13935.102224349976 thread: 139965834856128 threadName: Thread-3 processName: MainProcess process: 1486 their_address: - 172.18.0.3 - 35987 direction: <<<--- role: SERVER bytesize: 40 our_address: - 0.0.0.0 - 5064 - name: caproto.bcast msg: SearchRequest(name='TEST:MOTOR_t2.PREC', cid=21, version=13, reply=5) args: None levelname: DEBUG levelno: 10 pathname: /workspace/tligui_y/slic/.pixi/envs/default/lib/python3.8/site-packages/caproto/_broadcaster.py filename: _broadcaster.py module: _broadcaster exc_info: None exc_text: None stack_info: None lineno: 136 funcName: recv created: 1754402068.7023256 msecs: 702.3255825042725 relativeCreated: 13935.347318649292 thread: 139965834856128 threadName: Thread-3 processName: MainProcess process: 1486 their_address: - 172.18.0.3 - 35987 direction: <<<--- role: SERVER bytesize: 40 our_address: - 0.0.0.0 - 5064 - name: caproto.bcast msg: SearchRequest(name='TEST:MOTOR_t2.TWV', cid=22, version=13, reply=5) args: None levelname: DEBUG levelno: 10 pathname: /workspace/tligui_y/slic/.pixi/envs/default/lib/python3.8/site-packages/caproto/_broadcaster.py filename: _broadcaster.py module: _broadcaster exc_info: None exc_text: None stack_info: None lineno: 136 funcName: recv created: 1754402068.702573 msecs: 702.5730609893799 relativeCreated: 13935.5947971344 thread: 139965834856128 threadName: Thread-3 processName: MainProcess process: 1486 their_address: - 172.18.0.3 - 35987 direction: <<<--- role: SERVER bytesize: 40 our_address: - 0.0.0.0 - 5064 - name: caproto.bcast msg: SearchRequest(name='TEST:MOTOR_t2.FOFF', cid=23, version=13, reply=5) args: None levelname: DEBUG levelno: 10 pathname: /workspace/tligui_y/slic/.pixi/envs/default/lib/python3.8/site-packages/caproto/_broadcaster.py filename: _broadcaster.py module: _broadcaster exc_info: None exc_text: None stack_info: None lineno: 136 funcName: recv created: 1754402068.7028255 msecs: 702.8255462646484 relativeCreated: 13935.847282409668 thread: 139965834856128 threadName: Thread-3 processName: MainProcess process: 1486 their_address: - 172.18.0.3 - 35987 direction: <<<--- role: SERVER bytesize: 40 our_address: - 0.0.0.0 - 5064 - name: caproto.bcast msg: SearchRequest(name='TEST:MOTOR_t2.VELO', cid=24, version=13, reply=5) args: None levelname: DEBUG levelno: 10 pathname: /workspace/tligui_y/slic/.pixi/envs/default/lib/python3.8/site-packages/caproto/_broadcaster.py filename: _broadcaster.py module: _broadcaster exc_info: None exc_text: None stack_info: None lineno: 136 funcName: recv created: 1754402068.703072 msecs: 703.0720710754395 relativeCreated: 13936.093807220459 thread: 139965834856128 threadName: Thread-3 processName: MainProcess process: 1486 their_address: - 172.18.0.3 - 35987 direction: <<<--- role: SERVER bytesize: 40 our_address: - 0.0.0.0 - 5064 - name: caproto.bcast msg: SearchRequest(name='TEST:MOTOR_t2.STAT', cid=25, version=13, reply=5) args: None levelname: DEBUG levelno: 10 pathname: /workspace/tligui_y/slic/.pixi/envs/default/lib/python3.8/site-packages/caproto/_broadcaster.py filename: _broadcaster.py module: _broadcaster exc_info: None exc_text: None stack_info: None lineno: 136 funcName: recv created: 1754402068.7033172 msecs: 703.3171653747559 relativeCreated: 13936.338901519775 thread: 139965834856128 threadName: Thread-3 processName: MainProcess process: 1486 their_address: - 172.18.0.3 - 35987 direction: <<<--- role: SERVER bytesize: 40 our_address: - 0.0.0.0 - 5064 - name: caproto.bcast msg: VersionRequest(priority=1, version=13) args: None levelname: DEBUG levelno: 10 pathname: /workspace/tligui_y/slic/.pixi/envs/default/lib/python3.8/site-packages/caproto/_broadcaster.py filename: _broadcaster.py module: _broadcaster exc_info: None exc_text: None stack_info: None lineno: 136 funcName: recv created: 1754402072.7807193 msecs: 780.7192802429199 relativeCreated: 18013.74101638794 thread: 139965834856128 threadName: Thread-3 processName: MainProcess process: 1486 their_address: - 172.18.0.3 - 35987 direction: <<<--- role: SERVER bytesize: 16 our_address: - 0.0.0.0 - 5064 - name: caproto.bcast msg: SearchRequest(name='TEST:MOTOR.DESC', cid=51, version=13, reply=5) args: None levelname: DEBUG levelno: 10 pathname: /workspace/tligui_y/slic/.pixi/envs/default/lib/python3.8/site-packages/caproto/_broadcaster.py filename: _broadcaster.py module: _broadcaster exc_info: None exc_text: None stack_info: None lineno: 136 funcName: recv created: 1754402072.7811406 msecs: 781.1405658721924 relativeCreated: 18014.162302017212 thread: 139965834856128 threadName: Thread-3 processName: MainProcess process: 1486 their_address: - 172.18.0.3 - 35987 direction: <<<--- role: SERVER bytesize: 32 our_address: - 0.0.0.0 - 5064 - name: caproto.bcast msg: SearchRequest(name='TEST:MOTOR.RTYP', cid=52, version=13, reply=5) args: None levelname: DEBUG levelno: 10 pathname: /workspace/tligui_y/slic/.pixi/envs/default/lib/python3.8/site-packages/caproto/_broadcaster.py filename: _broadcaster.py module: _broadcaster exc_info: None exc_text: None stack_info: None lineno: 136 funcName: recv created: 1754402072.781424 msecs: 781.4240455627441 relativeCreated: 18014.445781707764 thread: 139965834856128 threadName: Thread-3 processName: MainProcess process: 1486 their_address: - 172.18.0.3 - 35987 direction: <<<--- role: SERVER bytesize: 32 our_address: - 0.0.0.0 - 5064 - name: caproto.bcast msg: SearchRequest(name='TEST:MOTOR.RBV', cid=53, version=13, reply=5) args: None levelname: DEBUG levelno: 10 pathname: /workspace/tligui_y/slic/.pixi/envs/default/lib/python3.8/site-packages/caproto/_broadcaster.py filename: _broadcaster.py module: _broadcaster exc_info: None exc_text: None stack_info: None lineno: 136 funcName: recv created: 1754402072.781701 msecs: 781.7010879516602 relativeCreated: 18014.72282409668 thread: 139965834856128 threadName: Thread-3 processName: MainProcess process: 1486 their_address: - 172.18.0.3 - 35987 direction: <<<--- role: SERVER bytesize: 32 our_address: - 0.0.0.0 - 5064 - name: caproto.bcast msg: SearchRequest(name='TEST:MOTOR.PREC', cid=54, version=13, reply=5) args: None levelname: DEBUG levelno: 10 pathname: /workspace/tligui_y/slic/.pixi/envs/default/lib/python3.8/site-packages/caproto/_broadcaster.py filename: _broadcaster.py module: _broadcaster exc_info: None exc_text: None stack_info: None lineno: 136 funcName: recv created: 1754402072.7819726 msecs: 781.9726467132568 relativeCreated: 18014.994382858276 thread: 139965834856128 threadName: Thread-3 processName: MainProcess process: 1486 their_address: - 172.18.0.3 - 35987 direction: <<<--- role: SERVER bytesize: 32 our_address: - 0.0.0.0 - 5064 - name: caproto.bcast msg: SearchRequest(name='TEST:MOTOR.TWV', cid=55, version=13, reply=5) args: None levelname: DEBUG levelno: 10 pathname: /workspace/tligui_y/slic/.pixi/envs/default/lib/python3.8/site-packages/caproto/_broadcaster.py filename: _broadcaster.py module: _broadcaster exc_info: None exc_text: None stack_info: None lineno: 136 funcName: recv created: 1754402072.7823427 msecs: 782.3426723480225 relativeCreated: 18015.364408493042 thread: 139965834856128 threadName: Thread-3 processName: MainProcess process: 1486 their_address: - 172.18.0.3 - 35987 direction: <<<--- role: SERVER bytesize: 32 our_address: - 0.0.0.0 - 5064 - name: caproto.bcast msg: SearchRequest(name='TEST:MOTOR.FOFF', cid=56, version=13, reply=5) args: None levelname: DEBUG levelno: 10 pathname: /workspace/tligui_y/slic/.pixi/envs/default/lib/python3.8/site-packages/caproto/_broadcaster.py filename: _broadcaster.py module: _broadcaster exc_info: None exc_text: None stack_info: None lineno: 136 funcName: recv created: 1754402072.7825954 msecs: 782.5953960418701 relativeCreated: 18015.61713218689 thread: 139965834856128 threadName: Thread-3 processName: MainProcess process: 1486 their_address: - 172.18.0.3 - 35987 direction: <<<--- role: SERVER bytesize: 32 our_address: - 0.0.0.0 - 5064 - name: caproto.bcast msg: SearchRequest(name='TEST:MOTOR.VELO', cid=57, version=13, reply=5) args: None levelname: DEBUG levelno: 10 pathname: /workspace/tligui_y/slic/.pixi/envs/default/lib/python3.8/site-packages/caproto/_broadcaster.py filename: _broadcaster.py module: _broadcaster exc_info: None exc_text: None stack_info: None lineno: 136 funcName: recv created: 1754402072.78289 msecs: 782.8900814056396 relativeCreated: 18015.91181755066 thread: 139965834856128 threadName: Thread-3 processName: MainProcess process: 1486 their_address: - 172.18.0.3 - 35987 direction: <<<--- role: SERVER bytesize: 32 our_address: - 0.0.0.0 - 5064 - name: caproto.bcast msg: SearchRequest(name='TEST:MOTOR.STAT', cid=58, version=13, reply=5) args: None levelname: DEBUG levelno: 10 pathname: /workspace/tligui_y/slic/.pixi/envs/default/lib/python3.8/site-packages/caproto/_broadcaster.py filename: _broadcaster.py module: _broadcaster exc_info: None exc_text: None stack_info: None lineno: 136 funcName: recv created: 1754402072.783145 msecs: 783.1449508666992 relativeCreated: 18016.16668701172 thread: 139965834856128 threadName: Thread-3 processName: MainProcess process: 1486 their_address: - 172.18.0.3 - 35987 direction: <<<--- role: SERVER bytesize: 32 our_address: - 0.0.0.0 - 5064 - name: caproto.bcast msg: SearchRequest(name='TEST:MOTOR.SET', cid=59, version=13, reply=5) args: None levelname: DEBUG levelno: 10 pathname: /workspace/tligui_y/slic/.pixi/envs/default/lib/python3.8/site-packages/caproto/_broadcaster.py filename: _broadcaster.py module: _broadcaster exc_info: None exc_text: None stack_info: None lineno: 136 funcName: recv created: 1754402072.7833934 msecs: 783.393383026123 relativeCreated: 18016.415119171143 thread: 139965834856128 threadName: Thread-3 processName: MainProcess process: 1486 their_address: - 172.18.0.3 - 35987 direction: <<<--- role: SERVER bytesize: 32 our_address: - 0.0.0.0 - 5064 - name: caproto.bcast msg: SearchRequest(name='TEST:MOTOR.LLM', cid=60, version=13, reply=5) args: None levelname: DEBUG levelno: 10 pathname: /workspace/tligui_y/slic/.pixi/envs/default/lib/python3.8/site-packages/caproto/_broadcaster.py filename: _broadcaster.py module: _broadcaster exc_info: None exc_text: None stack_info: None lineno: 136 funcName: recv created: 1754402072.7836397 msecs: 783.639669418335 relativeCreated: 18016.661405563354 thread: 139965834856128 threadName: Thread-3 processName: MainProcess process: 1486 their_address: - 172.18.0.3 - 35987 direction: <<<--- role: SERVER bytesize: 32 our_address: - 0.0.0.0 - 5064 - name: caproto.bcast msg: SearchRequest(name='TEST:MOTOR.HLM', cid=61, version=13, reply=5) args: None levelname: DEBUG levelno: 10 pathname: /workspace/tligui_y/slic/.pixi/envs/default/lib/python3.8/site-packages/caproto/_broadcaster.py filename: _broadcaster.py module: _broadcaster exc_info: None exc_text: None stack_info: None lineno: 136 funcName: recv created: 1754402072.783951 msecs: 783.9510440826416 relativeCreated: 18016.97278022766 thread: 139965834856128 threadName: Thread-3 processName: MainProcess process: 1486 their_address: - 172.18.0.3 - 35987 direction: <<<--- role: SERVER bytesize: 32 our_address: - 0.0.0.0 - 5064 - name: caproto.bcast msg: SearchRequest(name='TEST:MOTOR.SPMG', cid=62, version=13, reply=5) args: None levelname: DEBUG levelno: 10 pathname: /workspace/tligui_y/slic/.pixi/envs/default/lib/python3.8/site-packages/caproto/_broadcaster.py filename: _broadcaster.py module: _broadcaster exc_info: None exc_text: None stack_info: None lineno: 136 funcName: recv created: 1754402072.7842076 msecs: 784.2075824737549 relativeCreated: 18017.229318618774 thread: 139965834856128 threadName: Thread-3 processName: MainProcess process: 1486 their_address: - 172.18.0.3 - 35987 direction: <<<--- role: SERVER bytesize: 32 our_address: - 0.0.0.0 - 5064 - name: caproto.bcast msg: SearchRequest(name='TEST:MOTOR.LVIO', cid=63, version=13, reply=5) args: None levelname: DEBUG levelno: 10 pathname: /workspace/tligui_y/slic/.pixi/envs/default/lib/python3.8/site-packages/caproto/_broadcaster.py filename: _broadcaster.py module: _broadcaster exc_info: None exc_text: None stack_info: None lineno: 136 funcName: recv created: 1754402072.78446 msecs: 784.4600677490234 relativeCreated: 18017.481803894043 thread: 139965834856128 threadName: Thread-3 processName: MainProcess process: 1486 their_address: - 172.18.0.3 - 35987 direction: <<<--- role: SERVER bytesize: 32 our_address: - 0.0.0.0 - 5064 - name: caproto.bcast msg: SearchRequest(name='TEST:MOTOR.HLS', cid=64, version=13, reply=5) args: None levelname: DEBUG levelno: 10 pathname: /workspace/tligui_y/slic/.pixi/envs/default/lib/python3.8/site-packages/caproto/_broadcaster.py filename: _broadcaster.py module: _broadcaster exc_info: None exc_text: None stack_info: None lineno: 136 funcName: recv created: 1754402072.784739 msecs: 784.7390174865723 relativeCreated: 18017.76075363159 thread: 139965834856128 threadName: Thread-3 processName: MainProcess process: 1486 their_address: - 172.18.0.3 - 35987 direction: <<<--- role: SERVER bytesize: 32 our_address: - 0.0.0.0 - 5064 - name: caproto.bcast msg: SearchRequest(name='TEST:MOTOR.LLS', cid=65, version=13, reply=5) args: None levelname: DEBUG levelno: 10 pathname: /workspace/tligui_y/slic/.pixi/envs/default/lib/python3.8/site-packages/caproto/_broadcaster.py filename: _broadcaster.py module: _broadcaster exc_info: None exc_text: None stack_info: None lineno: 136 funcName: recv created: 1754402072.7850194 msecs: 785.0193977355957 relativeCreated: 18018.041133880615 thread: 139965834856128 threadName: Thread-3 processName: MainProcess process: 1486 their_address: - 172.18.0.3 - 35987 direction: <<<--- role: SERVER bytesize: 32 our_address: - 0.0.0.0 - 5064 - name: caproto.bcast msg: SearchRequest(name='ca://TEST:FLOAT', cid=66, version=13, reply=5) args: None levelname: DEBUG levelno: 10 pathname: /workspace/tligui_y/slic/.pixi/envs/default/lib/python3.8/site-packages/caproto/_broadcaster.py filename: _broadcaster.py module: _broadcaster exc_info: None exc_text: None stack_info: None lineno: 136 funcName: recv created: 1754402072.7852693 msecs: 785.2692604064941 relativeCreated: 18018.290996551514 thread: 139965834856128 threadName: Thread-3 processName: MainProcess process: 1486 their_address: - 172.18.0.3 - 35987 direction: <<<--- role: SERVER bytesize: 32 our_address: - 0.0.0.0 - 5064 - name: caproto.bcast msg: SearchRequest(name='TEST:VAL', cid=67, version=13, reply=5) args: None levelname: DEBUG levelno: 10 pathname: /workspace/tligui_y/slic/.pixi/envs/default/lib/python3.8/site-packages/caproto/_broadcaster.py filename: _broadcaster.py module: _broadcaster exc_info: None exc_text: None stack_info: None lineno: 136 funcName: recv created: 1754402072.7855186 msecs: 785.5186462402344 relativeCreated: 18018.540382385254 thread: 139965834856128 threadName: Thread-3 processName: MainProcess process: 1486 their_address: - 172.18.0.3 - 35987 direction: <<<--- role: SERVER bytesize: 32 our_address: - 0.0.0.0 - 5064 - name: caproto.bcast msg: Beacon(version=13, server_port=5064, beacon_id=8, address='0.0.0.0') args: None levelname: DEBUG levelno: 10 pathname: /workspace/tligui_y/slic/.pixi/envs/default/lib/python3.8/site-packages/caproto/_broadcaster.py filename: _broadcaster.py module: _broadcaster exc_info: None exc_text: None stack_info: None lineno: 94 funcName: send created: 1754402072.8642619 msecs: 864.2618656158447 relativeCreated: 18097.283601760864 thread: 139965834856128 threadName: Thread-3 processName: MainProcess process: 1486 role: SERVER counter: - 1 - 1longrepr:
capture_stdout = <_io.StringIO object at 0x7f4c57caf280>, value = 25.0 expected_bar = '██▌ ', expected_color = '\x1b[32m' @pytest.mark.parametrize("value, expected_bar, expected_color", [ (25.0, "██▌ ", colorama.Fore.GREEN), (50.0, "█████ ", colorama.Fore.GREEN), (75.0, "███████▌ ", colorama.Fore.GREEN), (100.0, "██████████", colorama.Fore.GREEN), (150.0, ">>>>>>>>>>", colorama.Fore.RED), (-50.0, "<<<<<<<<<<", colorama.Fore.RED) ]) def test_put_with_progress_and_repr(capture_stdout, value, expected_bar, expected_color): # Connect to the test PV using the custom slic PV class pv = PV("TEST:VAL") # Set initial value to 0.0 pv.put(0.0, wait=True) > assert pv.get() == 0.0 E assert None == 0.0 E + where None = get() E + where get = PV "TEST:VAL" at None None.get tests/test_utils_pv.py:64: AssertionError📌 Teardown phase
duration:
0.0004887143149971962outcome:
passed -
❌ Test 311
params: value=50.0, expected_bar="█████ ", expected_color="\u001b[32m"📌 Runtime Parameters
params: value: 50.0 expected_bar: █████ expected_color: [32m id: 50.0-\u2588\u2588\u2588\u2588\u2588 -\x1b[32m📌 Setup phase
duration:
0.000505753792822361outcome:
passed📌 Call phase
duration:
10.001142432913184outcome:
failedcrash:
path: /workspace/tligui_y/slic/tests/test_utils_pv.py lineno: 64 message: assert None == 0.0 + where None = get() + where get = PV "TEST:VAL" at None None.gettraceback:
- path: tests/test_utils_pv.py lineno: 64 message: AssertionErrorlog:
- name: caproto.bcast msg: VersionRequest(priority=1, version=13) args: None levelname: DEBUG levelno: 10 pathname: /workspace/tligui_y/slic/.pixi/envs/default/lib/python3.8/site-packages/caproto/_broadcaster.py filename: _broadcaster.py module: _broadcaster exc_info: None exc_text: None stack_info: None lineno: 136 funcName: recv created: 1754402076.881915 msecs: 881.9150924682617 relativeCreated: 22114.93682861328 thread: 139965834856128 threadName: Thread-3 processName: MainProcess process: 1486 their_address: - 172.18.0.3 - 35987 direction: <<<--- role: SERVER bytesize: 16 our_address: - 0.0.0.0 - 5064 - name: caproto.bcast msg: SearchRequest(name='TEST:MOTOR_t2.SET', cid=26, version=13, reply=5) args: None levelname: DEBUG levelno: 10 pathname: /workspace/tligui_y/slic/.pixi/envs/default/lib/python3.8/site-packages/caproto/_broadcaster.py filename: _broadcaster.py module: _broadcaster exc_info: None exc_text: None stack_info: None lineno: 136 funcName: recv created: 1754402076.8823392 msecs: 882.3392391204834 relativeCreated: 22115.360975265503 thread: 139965834856128 threadName: Thread-3 processName: MainProcess process: 1486 their_address: - 172.18.0.3 - 35987 direction: <<<--- role: SERVER bytesize: 40 our_address: - 0.0.0.0 - 5064 - name: caproto.bcast msg: SearchRequest(name='TEST:MOTOR_t2.LLM', cid=27, version=13, reply=5) args: None levelname: DEBUG levelno: 10 pathname: /workspace/tligui_y/slic/.pixi/envs/default/lib/python3.8/site-packages/caproto/_broadcaster.py filename: _broadcaster.py module: _broadcaster exc_info: None exc_text: None stack_info: None lineno: 136 funcName: recv created: 1754402076.8826234 msecs: 882.6234340667725 relativeCreated: 22115.645170211792 thread: 139965834856128 threadName: Thread-3 processName: MainProcess process: 1486 their_address: - 172.18.0.3 - 35987 direction: <<<--- role: SERVER bytesize: 40 our_address: - 0.0.0.0 - 5064 - name: caproto.bcast msg: SearchRequest(name='TEST:MOTOR_t2.HLM', cid=28, version=13, reply=5) args: None levelname: DEBUG levelno: 10 pathname: /workspace/tligui_y/slic/.pixi/envs/default/lib/python3.8/site-packages/caproto/_broadcaster.py filename: _broadcaster.py module: _broadcaster exc_info: None exc_text: None stack_info: None lineno: 136 funcName: recv created: 1754402076.8828878 msecs: 882.8878402709961 relativeCreated: 22115.909576416016 thread: 139965834856128 threadName: Thread-3 processName: MainProcess process: 1486 their_address: - 172.18.0.3 - 35987 direction: <<<--- role: SERVER bytesize: 40 our_address: - 0.0.0.0 - 5064 - name: caproto.bcast msg: SearchRequest(name='TEST:MOTOR_t2.SPMG', cid=29, version=13, reply=5) args: None levelname: DEBUG levelno: 10 pathname: /workspace/tligui_y/slic/.pixi/envs/default/lib/python3.8/site-packages/caproto/_broadcaster.py filename: _broadcaster.py module: _broadcaster exc_info: None exc_text: None stack_info: None lineno: 136 funcName: recv created: 1754402076.8831398 msecs: 883.1398487091064 relativeCreated: 22116.161584854126 thread: 139965834856128 threadName: Thread-3 processName: MainProcess process: 1486 their_address: - 172.18.0.3 - 35987 direction: <<<--- role: SERVER bytesize: 40 our_address: - 0.0.0.0 - 5064 - name: caproto.bcast msg: SearchRequest(name='TEST:MOTOR_t2.LVIO', cid=30, version=13, reply=5) args: None levelname: DEBUG levelno: 10 pathname: /workspace/tligui_y/slic/.pixi/envs/default/lib/python3.8/site-packages/caproto/_broadcaster.py filename: _broadcaster.py module: _broadcaster exc_info: None exc_text: None stack_info: None lineno: 136 funcName: recv created: 1754402076.8833926 msecs: 883.3925724029541 relativeCreated: 22116.414308547974 thread: 139965834856128 threadName: Thread-3 processName: MainProcess process: 1486 their_address: - 172.18.0.3 - 35987 direction: <<<--- role: SERVER bytesize: 40 our_address: - 0.0.0.0 - 5064 - name: caproto.bcast msg: SearchRequest(name='TEST:MOTOR_t2.HLS', cid=31, version=13, reply=5) args: None levelname: DEBUG levelno: 10 pathname: /workspace/tligui_y/slic/.pixi/envs/default/lib/python3.8/site-packages/caproto/_broadcaster.py filename: _broadcaster.py module: _broadcaster exc_info: None exc_text: None stack_info: None lineno: 136 funcName: recv created: 1754402076.8836415 msecs: 883.6414813995361 relativeCreated: 22116.663217544556 thread: 139965834856128 threadName: Thread-3 processName: MainProcess process: 1486 their_address: - 172.18.0.3 - 35987 direction: <<<--- role: SERVER bytesize: 40 our_address: - 0.0.0.0 - 5064 - name: caproto.bcast msg: SearchRequest(name='TEST:MOTOR_t2.LLS', cid=32, version=13, reply=5) args: None levelname: DEBUG levelno: 10 pathname: /workspace/tligui_y/slic/.pixi/envs/default/lib/python3.8/site-packages/caproto/_broadcaster.py filename: _broadcaster.py module: _broadcaster exc_info: None exc_text: None stack_info: None lineno: 136 funcName: recv created: 1754402076.8838975 msecs: 883.8975429534912 relativeCreated: 22116.91927909851 thread: 139965834856128 threadName: Thread-3 processName: MainProcess process: 1486 their_address: - 172.18.0.3 - 35987 direction: <<<--- role: SERVER bytesize: 40 our_address: - 0.0.0.0 - 5064 - name: caproto.bcast msg: SearchRequest(name='TEST:MOTOR_t2.disabled', cid=33, version=13, reply=5) args: None levelname: DEBUG levelno: 10 pathname: /workspace/tligui_y/slic/.pixi/envs/default/lib/python3.8/site-packages/caproto/_broadcaster.py filename: _broadcaster.py module: _broadcaster exc_info: None exc_text: None stack_info: None lineno: 136 funcName: recv created: 1754402076.884144 msecs: 884.1440677642822 relativeCreated: 22117.1658039093 thread: 139965834856128 threadName: Thread-3 processName: MainProcess process: 1486 their_address: - 172.18.0.3 - 35987 direction: <<<--- role: SERVER bytesize: 40 our_address: - 0.0.0.0 - 5064 - name: caproto.bcast msg: SearchRequest(name='TEST:MOTOR_1.VAL', cid=34, version=13, reply=5) args: None levelname: DEBUG levelno: 10 pathname: /workspace/tligui_y/slic/.pixi/envs/default/lib/python3.8/site-packages/caproto/_broadcaster.py filename: _broadcaster.py module: _broadcaster exc_info: None exc_text: None stack_info: None lineno: 136 funcName: recv created: 1754402076.8843968 msecs: 884.3967914581299 relativeCreated: 22117.41852760315 thread: 139965834856128 threadName: Thread-3 processName: MainProcess process: 1486 their_address: - 172.18.0.3 - 35987 direction: <<<--- role: SERVER bytesize: 40 our_address: - 0.0.0.0 - 5064 - name: caproto.bcast msg: SearchRequest(name='TEST:MOTOR_1.DESC', cid=35, version=13, reply=5) args: None levelname: DEBUG levelno: 10 pathname: /workspace/tligui_y/slic/.pixi/envs/default/lib/python3.8/site-packages/caproto/_broadcaster.py filename: _broadcaster.py module: _broadcaster exc_info: None exc_text: None stack_info: None lineno: 136 funcName: recv created: 1754402076.8846447 msecs: 884.6447467803955 relativeCreated: 22117.666482925415 thread: 139965834856128 threadName: Thread-3 processName: MainProcess process: 1486 their_address: - 172.18.0.3 - 35987 direction: <<<--- role: SERVER bytesize: 40 our_address: - 0.0.0.0 - 5064 - name: caproto.bcast msg: SearchRequest(name='TEST:MOTOR_1.RTYP', cid=36, version=13, reply=5) args: None levelname: DEBUG levelno: 10 pathname: /workspace/tligui_y/slic/.pixi/envs/default/lib/python3.8/site-packages/caproto/_broadcaster.py filename: _broadcaster.py module: _broadcaster exc_info: None exc_text: None stack_info: None lineno: 136 funcName: recv created: 1754402076.884896 msecs: 884.8960399627686 relativeCreated: 22117.917776107788 thread: 139965834856128 threadName: Thread-3 processName: MainProcess process: 1486 their_address: - 172.18.0.3 - 35987 direction: <<<--- role: SERVER bytesize: 40 our_address: - 0.0.0.0 - 5064 - name: caproto.bcast msg: SearchRequest(name='TEST:MOTOR_1.RBV', cid=37, version=13, reply=5) args: None levelname: DEBUG levelno: 10 pathname: /workspace/tligui_y/slic/.pixi/envs/default/lib/python3.8/site-packages/caproto/_broadcaster.py filename: _broadcaster.py module: _broadcaster exc_info: None exc_text: None stack_info: None lineno: 136 funcName: recv created: 1754402076.885143 msecs: 885.1430416107178 relativeCreated: 22118.164777755737 thread: 139965834856128 threadName: Thread-3 processName: MainProcess process: 1486 their_address: - 172.18.0.3 - 35987 direction: <<<--- role: SERVER bytesize: 40 our_address: - 0.0.0.0 - 5064 - name: caproto.bcast msg: SearchRequest(name='TEST:MOTOR_1.PREC', cid=38, version=13, reply=5) args: None levelname: DEBUG levelno: 10 pathname: /workspace/tligui_y/slic/.pixi/envs/default/lib/python3.8/site-packages/caproto/_broadcaster.py filename: _broadcaster.py module: _broadcaster exc_info: None exc_text: None stack_info: None lineno: 136 funcName: recv created: 1754402076.8853896 msecs: 885.3895664215088 relativeCreated: 22118.41130256653 thread: 139965834856128 threadName: Thread-3 processName: MainProcess process: 1486 their_address: - 172.18.0.3 - 35987 direction: <<<--- role: SERVER bytesize: 40 our_address: - 0.0.0.0 - 5064 - name: caproto.bcast msg: SearchRequest(name='TEST:MOTOR_1.TWV', cid=39, version=13, reply=5) args: None levelname: DEBUG levelno: 10 pathname: /workspace/tligui_y/slic/.pixi/envs/default/lib/python3.8/site-packages/caproto/_broadcaster.py filename: _broadcaster.py module: _broadcaster exc_info: None exc_text: None stack_info: None lineno: 136 funcName: recv created: 1754402076.8856363 msecs: 885.6363296508789 relativeCreated: 22118.6580657959 thread: 139965834856128 threadName: Thread-3 processName: MainProcess process: 1486 their_address: - 172.18.0.3 - 35987 direction: <<<--- role: SERVER bytesize: 40 our_address: - 0.0.0.0 - 5064 - name: caproto.bcast msg: SearchRequest(name='TEST:MOTOR_1.FOFF', cid=40, version=13, reply=5) args: None levelname: DEBUG levelno: 10 pathname: /workspace/tligui_y/slic/.pixi/envs/default/lib/python3.8/site-packages/caproto/_broadcaster.py filename: _broadcaster.py module: _broadcaster exc_info: None exc_text: None stack_info: None lineno: 136 funcName: recv created: 1754402076.8858945 msecs: 885.8945369720459 relativeCreated: 22118.916273117065 thread: 139965834856128 threadName: Thread-3 processName: MainProcess process: 1486 their_address: - 172.18.0.3 - 35987 direction: <<<--- role: SERVER bytesize: 40 our_address: - 0.0.0.0 - 5064 - name: caproto.bcast msg: SearchRequest(name='TEST:MOTOR_1.VELO', cid=41, version=13, reply=5) args: None levelname: DEBUG levelno: 10 pathname: /workspace/tligui_y/slic/.pixi/envs/default/lib/python3.8/site-packages/caproto/_broadcaster.py filename: _broadcaster.py module: _broadcaster exc_info: None exc_text: None stack_info: None lineno: 136 funcName: recv created: 1754402076.8861437 msecs: 886.143684387207 relativeCreated: 22119.165420532227 thread: 139965834856128 threadName: Thread-3 processName: MainProcess process: 1486 their_address: - 172.18.0.3 - 35987 direction: <<<--- role: SERVER bytesize: 40 our_address: - 0.0.0.0 - 5064 - name: caproto.bcast msg: SearchRequest(name='TEST:MOTOR_1.STAT', cid=42, version=13, reply=5) args: None levelname: DEBUG levelno: 10 pathname: /workspace/tligui_y/slic/.pixi/envs/default/lib/python3.8/site-packages/caproto/_broadcaster.py filename: _broadcaster.py module: _broadcaster exc_info: None exc_text: None stack_info: None lineno: 136 funcName: recv created: 1754402076.8863902 msecs: 886.390209197998 relativeCreated: 22119.411945343018 thread: 139965834856128 threadName: Thread-3 processName: MainProcess process: 1486 their_address: - 172.18.0.3 - 35987 direction: <<<--- role: SERVER bytesize: 40 our_address: - 0.0.0.0 - 5064 - name: caproto.bcast msg: SearchRequest(name='TEST:MOTOR_1.SET', cid=43, version=13, reply=5) args: None levelname: DEBUG levelno: 10 pathname: /workspace/tligui_y/slic/.pixi/envs/default/lib/python3.8/site-packages/caproto/_broadcaster.py filename: _broadcaster.py module: _broadcaster exc_info: None exc_text: None stack_info: None lineno: 136 funcName: recv created: 1754402076.886637 msecs: 886.6369724273682 relativeCreated: 22119.658708572388 thread: 139965834856128 threadName: Thread-3 processName: MainProcess process: 1486 their_address: - 172.18.0.3 - 35987 direction: <<<--- role: SERVER bytesize: 40 our_address: - 0.0.0.0 - 5064 - name: caproto.bcast msg: SearchRequest(name='TEST:MOTOR_1.LLM', cid=44, version=13, reply=5) args: None levelname: DEBUG levelno: 10 pathname: /workspace/tligui_y/slic/.pixi/envs/default/lib/python3.8/site-packages/caproto/_broadcaster.py filename: _broadcaster.py module: _broadcaster exc_info: None exc_text: None stack_info: None lineno: 136 funcName: recv created: 1754402076.8868906 msecs: 886.8906497955322 relativeCreated: 22119.91238594055 thread: 139965834856128 threadName: Thread-3 processName: MainProcess process: 1486 their_address: - 172.18.0.3 - 35987 direction: <<<--- role: SERVER bytesize: 40 our_address: - 0.0.0.0 - 5064 - name: caproto.bcast msg: SearchRequest(name='TEST:MOTOR_1.HLM', cid=45, version=13, reply=5) args: None levelname: DEBUG levelno: 10 pathname: /workspace/tligui_y/slic/.pixi/envs/default/lib/python3.8/site-packages/caproto/_broadcaster.py filename: _broadcaster.py module: _broadcaster exc_info: None exc_text: None stack_info: None lineno: 136 funcName: recv created: 1754402076.887139 msecs: 887.139081954956 relativeCreated: 22120.160818099976 thread: 139965834856128 threadName: Thread-3 processName: MainProcess process: 1486 their_address: - 172.18.0.3 - 35987 direction: <<<--- role: SERVER bytesize: 40 our_address: - 0.0.0.0 - 5064 - name: caproto.bcast msg: SearchRequest(name='TEST:MOTOR_1.SPMG', cid=46, version=13, reply=5) args: None levelname: DEBUG levelno: 10 pathname: /workspace/tligui_y/slic/.pixi/envs/default/lib/python3.8/site-packages/caproto/_broadcaster.py filename: _broadcaster.py module: _broadcaster exc_info: None exc_text: None stack_info: None lineno: 136 funcName: recv created: 1754402076.8873868 msecs: 887.3867988586426 relativeCreated: 22120.408535003662 thread: 139965834856128 threadName: Thread-3 processName: MainProcess process: 1486 their_address: - 172.18.0.3 - 35987 direction: <<<--- role: SERVER bytesize: 40 our_address: - 0.0.0.0 - 5064 - name: caproto.bcast msg: SearchRequest(name='TEST:MOTOR_1.LVIO', cid=47, version=13, reply=5) args: None levelname: DEBUG levelno: 10 pathname: /workspace/tligui_y/slic/.pixi/envs/default/lib/python3.8/site-packages/caproto/_broadcaster.py filename: _broadcaster.py module: _broadcaster exc_info: None exc_text: None stack_info: None lineno: 136 funcName: recv created: 1754402076.8876345 msecs: 887.6345157623291 relativeCreated: 22120.65625190735 thread: 139965834856128 threadName: Thread-3 processName: MainProcess process: 1486 their_address: - 172.18.0.3 - 35987 direction: <<<--- role: SERVER bytesize: 40 our_address: - 0.0.0.0 - 5064 - name: caproto.bcast msg: SearchRequest(name='TEST:MOTOR_1.HLS', cid=48, version=13, reply=5) args: None levelname: DEBUG levelno: 10 pathname: /workspace/tligui_y/slic/.pixi/envs/default/lib/python3.8/site-packages/caproto/_broadcaster.py filename: _broadcaster.py module: _broadcaster exc_info: None exc_text: None stack_info: None lineno: 136 funcName: recv created: 1754402076.8878887 msecs: 887.8886699676514 relativeCreated: 22120.91040611267 thread: 139965834856128 threadName: Thread-3 processName: MainProcess process: 1486 their_address: - 172.18.0.3 - 35987 direction: <<<--- role: SERVER bytesize: 40 our_address: - 0.0.0.0 - 5064 - name: caproto.bcast msg: SearchRequest(name='TEST:MOTOR_1.LLS', cid=49, version=13, reply=5) args: None levelname: DEBUG levelno: 10 pathname: /workspace/tligui_y/slic/.pixi/envs/default/lib/python3.8/site-packages/caproto/_broadcaster.py filename: _broadcaster.py module: _broadcaster exc_info: None exc_text: None stack_info: None lineno: 136 funcName: recv created: 1754402076.8881364 msecs: 888.1363868713379 relativeCreated: 22121.158123016357 thread: 139965834856128 threadName: Thread-3 processName: MainProcess process: 1486 their_address: - 172.18.0.3 - 35987 direction: <<<--- role: SERVER bytesize: 40 our_address: - 0.0.0.0 - 5064 - name: caproto.bcast msg: SearchRequest(name='TEST:MOTOR.VAL', cid=50, version=13, reply=5) args: None levelname: DEBUG levelno: 10 pathname: /workspace/tligui_y/slic/.pixi/envs/default/lib/python3.8/site-packages/caproto/_broadcaster.py filename: _broadcaster.py module: _broadcaster exc_info: None exc_text: None stack_info: None lineno: 136 funcName: recv created: 1754402076.8883832 msecs: 888.383150100708 relativeCreated: 22121.404886245728 thread: 139965834856128 threadName: Thread-3 processName: MainProcess process: 1486 their_address: - 172.18.0.3 - 35987 direction: <<<--- role: SERVER bytesize: 32 our_address: - 0.0.0.0 - 5064 - name: caproto.bcast msg: VersionRequest(priority=1, version=13) args: None levelname: DEBUG levelno: 10 pathname: /workspace/tligui_y/slic/.pixi/envs/default/lib/python3.8/site-packages/caproto/_broadcaster.py filename: _broadcaster.py module: _broadcaster exc_info: None exc_text: None stack_info: None lineno: 136 funcName: recv created: 1754402076.8892024 msecs: 889.202356338501 relativeCreated: 22122.22409248352 thread: 139965834856128 threadName: Thread-3 processName: MainProcess process: 1486 their_address: - 172.18.0.3 - 35987 direction: <<<--- role: SERVER bytesize: 16 our_address: - 0.0.0.0 - 5064 - name: caproto.bcast msg: SearchRequest(name='TEST:MOTOR_t1.VAL', cid=1, version=13, reply=5) args: None levelname: DEBUG levelno: 10 pathname: /workspace/tligui_y/slic/.pixi/envs/default/lib/python3.8/site-packages/caproto/_broadcaster.py filename: _broadcaster.py module: _broadcaster exc_info: None exc_text: None stack_info: None lineno: 136 funcName: recv created: 1754402076.8895109 msecs: 889.5108699798584 relativeCreated: 22122.532606124878 thread: 139965834856128 threadName: Thread-3 processName: MainProcess process: 1486 their_address: - 172.18.0.3 - 35987 direction: <<<--- role: SERVER bytesize: 40 our_address: - 0.0.0.0 - 5064 - name: caproto.bcast msg: SearchRequest(name='TEST:MOTOR_t1.DESC', cid=2, version=13, reply=5) args: None levelname: DEBUG levelno: 10 pathname: /workspace/tligui_y/slic/.pixi/envs/default/lib/python3.8/site-packages/caproto/_broadcaster.py filename: _broadcaster.py module: _broadcaster exc_info: None exc_text: None stack_info: None lineno: 136 funcName: recv created: 1754402076.8897884 msecs: 889.7883892059326 relativeCreated: 22122.810125350952 thread: 139965834856128 threadName: Thread-3 processName: MainProcess process: 1486 their_address: - 172.18.0.3 - 35987 direction: <<<--- role: SERVER bytesize: 40 our_address: - 0.0.0.0 - 5064 - name: caproto.bcast msg: SearchRequest(name='TEST:MOTOR_t1.RTYP', cid=3, version=13, reply=5) args: None levelname: DEBUG levelno: 10 pathname: /workspace/tligui_y/slic/.pixi/envs/default/lib/python3.8/site-packages/caproto/_broadcaster.py filename: _broadcaster.py module: _broadcaster exc_info: None exc_text: None stack_info: None lineno: 136 funcName: recv created: 1754402076.890042 msecs: 890.0420665740967 relativeCreated: 22123.063802719116 thread: 139965834856128 threadName: Thread-3 processName: MainProcess process: 1486 their_address: - 172.18.0.3 - 35987 direction: <<<--- role: SERVER bytesize: 40 our_address: - 0.0.0.0 - 5064 - name: caproto.bcast msg: SearchRequest(name='TEST:MOTOR_t1.RBV', cid=4, version=13, reply=5) args: None levelname: DEBUG levelno: 10 pathname: /workspace/tligui_y/slic/.pixi/envs/default/lib/python3.8/site-packages/caproto/_broadcaster.py filename: _broadcaster.py module: _broadcaster exc_info: None exc_text: None stack_info: None lineno: 136 funcName: recv created: 1754402076.8902922 msecs: 890.2921676635742 relativeCreated: 22123.313903808594 thread: 139965834856128 threadName: Thread-3 processName: MainProcess process: 1486 their_address: - 172.18.0.3 - 35987 direction: <<<--- role: SERVER bytesize: 40 our_address: - 0.0.0.0 - 5064 - name: caproto.bcast msg: SearchRequest(name='TEST:MOTOR_t1.PREC', cid=5, version=13, reply=5) args: None levelname: DEBUG levelno: 10 pathname: /workspace/tligui_y/slic/.pixi/envs/default/lib/python3.8/site-packages/caproto/_broadcaster.py filename: _broadcaster.py module: _broadcaster exc_info: None exc_text: None stack_info: None lineno: 136 funcName: recv created: 1754402076.890542 msecs: 890.5420303344727 relativeCreated: 22123.563766479492 thread: 139965834856128 threadName: Thread-3 processName: MainProcess process: 1486 their_address: - 172.18.0.3 - 35987 direction: <<<--- role: SERVER bytesize: 40 our_address: - 0.0.0.0 - 5064 - name: caproto.bcast msg: SearchRequest(name='TEST:MOTOR_t1.TWV', cid=6, version=13, reply=5) args: None levelname: DEBUG levelno: 10 pathname: /workspace/tligui_y/slic/.pixi/envs/default/lib/python3.8/site-packages/caproto/_broadcaster.py filename: _broadcaster.py module: _broadcaster exc_info: None exc_text: None stack_info: None lineno: 136 funcName: recv created: 1754402076.8907971 msecs: 890.7971382141113 relativeCreated: 22123.81887435913 thread: 139965834856128 threadName: Thread-3 processName: MainProcess process: 1486 their_address: - 172.18.0.3 - 35987 direction: <<<--- role: SERVER bytesize: 40 our_address: - 0.0.0.0 - 5064 - name: caproto.bcast msg: SearchRequest(name='TEST:MOTOR_t1.FOFF', cid=7, version=13, reply=5) args: None levelname: DEBUG levelno: 10 pathname: /workspace/tligui_y/slic/.pixi/envs/default/lib/python3.8/site-packages/caproto/_broadcaster.py filename: _broadcaster.py module: _broadcaster exc_info: None exc_text: None stack_info: None lineno: 136 funcName: recv created: 1754402076.8910456 msecs: 891.0455703735352 relativeCreated: 22124.067306518555 thread: 139965834856128 threadName: Thread-3 processName: MainProcess process: 1486 their_address: - 172.18.0.3 - 35987 direction: <<<--- role: SERVER bytesize: 40 our_address: - 0.0.0.0 - 5064 - name: caproto.bcast msg: SearchRequest(name='TEST:MOTOR_t1.VELO', cid=8, version=13, reply=5) args: None levelname: DEBUG levelno: 10 pathname: /workspace/tligui_y/slic/.pixi/envs/default/lib/python3.8/site-packages/caproto/_broadcaster.py filename: _broadcaster.py module: _broadcaster exc_info: None exc_text: None stack_info: None lineno: 136 funcName: recv created: 1754402076.8912923 msecs: 891.2923336029053 relativeCreated: 22124.314069747925 thread: 139965834856128 threadName: Thread-3 processName: MainProcess process: 1486 their_address: - 172.18.0.3 - 35987 direction: <<<--- role: SERVER bytesize: 40 our_address: - 0.0.0.0 - 5064 - name: caproto.bcast msg: SearchRequest(name='TEST:MOTOR_t1.STAT', cid=9, version=13, reply=5) args: None levelname: DEBUG levelno: 10 pathname: /workspace/tligui_y/slic/.pixi/envs/default/lib/python3.8/site-packages/caproto/_broadcaster.py filename: _broadcaster.py module: _broadcaster exc_info: None exc_text: None stack_info: None lineno: 136 funcName: recv created: 1754402076.891539 msecs: 891.5390968322754 relativeCreated: 22124.560832977295 thread: 139965834856128 threadName: Thread-3 processName: MainProcess process: 1486 their_address: - 172.18.0.3 - 35987 direction: <<<--- role: SERVER bytesize: 40 our_address: - 0.0.0.0 - 5064 - name: caproto.bcast msg: SearchRequest(name='TEST:MOTOR_t1.SET', cid=10, version=13, reply=5) args: None levelname: DEBUG levelno: 10 pathname: /workspace/tligui_y/slic/.pixi/envs/default/lib/python3.8/site-packages/caproto/_broadcaster.py filename: _broadcaster.py module: _broadcaster exc_info: None exc_text: None stack_info: None lineno: 136 funcName: recv created: 1754402076.891793 msecs: 891.7930126190186 relativeCreated: 22124.814748764038 thread: 139965834856128 threadName: Thread-3 processName: MainProcess process: 1486 their_address: - 172.18.0.3 - 35987 direction: <<<--- role: SERVER bytesize: 40 our_address: - 0.0.0.0 - 5064 - name: caproto.bcast msg: SearchRequest(name='TEST:MOTOR_t1.LLM', cid=11, version=13, reply=5) args: None levelname: DEBUG levelno: 10 pathname: /workspace/tligui_y/slic/.pixi/envs/default/lib/python3.8/site-packages/caproto/_broadcaster.py filename: _broadcaster.py module: _broadcaster exc_info: None exc_text: None stack_info: None lineno: 136 funcName: recv created: 1754402076.8920405 msecs: 892.040491104126 relativeCreated: 22125.062227249146 thread: 139965834856128 threadName: Thread-3 processName: MainProcess process: 1486 their_address: - 172.18.0.3 - 35987 direction: <<<--- role: SERVER bytesize: 40 our_address: - 0.0.0.0 - 5064 - name: caproto.bcast msg: SearchRequest(name='TEST:MOTOR_t1.HLM', cid=12, version=13, reply=5) args: None levelname: DEBUG levelno: 10 pathname: /workspace/tligui_y/slic/.pixi/envs/default/lib/python3.8/site-packages/caproto/_broadcaster.py filename: _broadcaster.py module: _broadcaster exc_info: None exc_text: None stack_info: None lineno: 136 funcName: recv created: 1754402076.8922873 msecs: 892.2872543334961 relativeCreated: 22125.308990478516 thread: 139965834856128 threadName: Thread-3 processName: MainProcess process: 1486 their_address: - 172.18.0.3 - 35987 direction: <<<--- role: SERVER bytesize: 40 our_address: - 0.0.0.0 - 5064 - name: caproto.bcast msg: SearchRequest(name='TEST:MOTOR_t1.SPMG', cid=13, version=13, reply=5) args: None levelname: DEBUG levelno: 10 pathname: /workspace/tligui_y/slic/.pixi/envs/default/lib/python3.8/site-packages/caproto/_broadcaster.py filename: _broadcaster.py module: _broadcaster exc_info: None exc_text: None stack_info: None lineno: 136 funcName: recv created: 1754402076.8925333 msecs: 892.5333023071289 relativeCreated: 22125.55503845215 thread: 139965834856128 threadName: Thread-3 processName: MainProcess process: 1486 their_address: - 172.18.0.3 - 35987 direction: <<<--- role: SERVER bytesize: 40 our_address: - 0.0.0.0 - 5064 - name: caproto.bcast msg: SearchRequest(name='TEST:MOTOR_t1.LVIO', cid=14, version=13, reply=5) args: None levelname: DEBUG levelno: 10 pathname: /workspace/tligui_y/slic/.pixi/envs/default/lib/python3.8/site-packages/caproto/_broadcaster.py filename: _broadcaster.py module: _broadcaster exc_info: None exc_text: None stack_info: None lineno: 136 funcName: recv created: 1754402076.8927875 msecs: 892.7874565124512 relativeCreated: 22125.80919265747 thread: 139965834856128 threadName: Thread-3 processName: MainProcess process: 1486 their_address: - 172.18.0.3 - 35987 direction: <<<--- role: SERVER bytesize: 40 our_address: - 0.0.0.0 - 5064 - name: caproto.bcast msg: SearchRequest(name='TEST:MOTOR_t1.HLS', cid=15, version=13, reply=5) args: None levelname: DEBUG levelno: 10 pathname: /workspace/tligui_y/slic/.pixi/envs/default/lib/python3.8/site-packages/caproto/_broadcaster.py filename: _broadcaster.py module: _broadcaster exc_info: None exc_text: None stack_info: None lineno: 136 funcName: recv created: 1754402076.893033 msecs: 893.0330276489258 relativeCreated: 22126.054763793945 thread: 139965834856128 threadName: Thread-3 processName: MainProcess process: 1486 their_address: - 172.18.0.3 - 35987 direction: <<<--- role: SERVER bytesize: 40 our_address: - 0.0.0.0 - 5064 - name: caproto.bcast msg: SearchRequest(name='TEST:MOTOR_t1.LLS', cid=16, version=13, reply=5) args: None levelname: DEBUG levelno: 10 pathname: /workspace/tligui_y/slic/.pixi/envs/default/lib/python3.8/site-packages/caproto/_broadcaster.py filename: _broadcaster.py module: _broadcaster exc_info: None exc_text: None stack_info: None lineno: 136 funcName: recv created: 1754402076.8932784 msecs: 893.2783603668213 relativeCreated: 22126.30009651184 thread: 139965834856128 threadName: Thread-3 processName: MainProcess process: 1486 their_address: - 172.18.0.3 - 35987 direction: <<<--- role: SERVER bytesize: 40 our_address: - 0.0.0.0 - 5064 - name: caproto.bcast msg: SearchRequest(name='TEST:MOTOR_t2.VAL', cid=17, version=13, reply=5) args: None levelname: DEBUG levelno: 10 pathname: /workspace/tligui_y/slic/.pixi/envs/default/lib/python3.8/site-packages/caproto/_broadcaster.py filename: _broadcaster.py module: _broadcaster exc_info: None exc_text: None stack_info: None lineno: 136 funcName: recv created: 1754402076.8935244 msecs: 893.5244083404541 relativeCreated: 22126.546144485474 thread: 139965834856128 threadName: Thread-3 processName: MainProcess process: 1486 their_address: - 172.18.0.3 - 35987 direction: <<<--- role: SERVER bytesize: 40 our_address: - 0.0.0.0 - 5064 - name: caproto.bcast msg: SearchRequest(name='TEST:MOTOR_t2.DESC', cid=18, version=13, reply=5) args: None levelname: DEBUG levelno: 10 pathname: /workspace/tligui_y/slic/.pixi/envs/default/lib/python3.8/site-packages/caproto/_broadcaster.py filename: _broadcaster.py module: _broadcaster exc_info: None exc_text: None stack_info: None lineno: 136 funcName: recv created: 1754402076.8937771 msecs: 893.7771320343018 relativeCreated: 22126.79886817932 thread: 139965834856128 threadName: Thread-3 processName: MainProcess process: 1486 their_address: - 172.18.0.3 - 35987 direction: <<<--- role: SERVER bytesize: 40 our_address: - 0.0.0.0 - 5064 - name: caproto.bcast msg: SearchRequest(name='TEST:MOTOR_t2.RTYP', cid=19, version=13, reply=5) args: None levelname: DEBUG levelno: 10 pathname: /workspace/tligui_y/slic/.pixi/envs/default/lib/python3.8/site-packages/caproto/_broadcaster.py filename: _broadcaster.py module: _broadcaster exc_info: None exc_text: None stack_info: None lineno: 136 funcName: recv created: 1754402076.8940232 msecs: 894.0231800079346 relativeCreated: 22127.044916152954 thread: 139965834856128 threadName: Thread-3 processName: MainProcess process: 1486 their_address: - 172.18.0.3 - 35987 direction: <<<--- role: SERVER bytesize: 40 our_address: - 0.0.0.0 - 5064 - name: caproto.bcast msg: SearchRequest(name='TEST:MOTOR_t2.RBV', cid=20, version=13, reply=5) args: None levelname: DEBUG levelno: 10 pathname: /workspace/tligui_y/slic/.pixi/envs/default/lib/python3.8/site-packages/caproto/_broadcaster.py filename: _broadcaster.py module: _broadcaster exc_info: None exc_text: None stack_info: None lineno: 136 funcName: recv created: 1754402076.8942704 msecs: 894.2704200744629 relativeCreated: 22127.292156219482 thread: 139965834856128 threadName: Thread-3 processName: MainProcess process: 1486 their_address: - 172.18.0.3 - 35987 direction: <<<--- role: SERVER bytesize: 40 our_address: - 0.0.0.0 - 5064 - name: caproto.bcast msg: SearchRequest(name='TEST:MOTOR_t2.PREC', cid=21, version=13, reply=5) args: None levelname: DEBUG levelno: 10 pathname: /workspace/tligui_y/slic/.pixi/envs/default/lib/python3.8/site-packages/caproto/_broadcaster.py filename: _broadcaster.py module: _broadcaster exc_info: None exc_text: None stack_info: None lineno: 136 funcName: recv created: 1754402076.8945198 msecs: 894.5198059082031 relativeCreated: 22127.541542053223 thread: 139965834856128 threadName: Thread-3 processName: MainProcess process: 1486 their_address: - 172.18.0.3 - 35987 direction: <<<--- role: SERVER bytesize: 40 our_address: - 0.0.0.0 - 5064 - name: caproto.bcast msg: SearchRequest(name='TEST:MOTOR_t2.TWV', cid=22, version=13, reply=5) args: None levelname: DEBUG levelno: 10 pathname: /workspace/tligui_y/slic/.pixi/envs/default/lib/python3.8/site-packages/caproto/_broadcaster.py filename: _broadcaster.py module: _broadcaster exc_info: None exc_text: None stack_info: None lineno: 136 funcName: recv created: 1754402076.8947768 msecs: 894.7768211364746 relativeCreated: 22127.798557281494 thread: 139965834856128 threadName: Thread-3 processName: MainProcess process: 1486 their_address: - 172.18.0.3 - 35987 direction: <<<--- role: SERVER bytesize: 40 our_address: - 0.0.0.0 - 5064 - name: caproto.bcast msg: SearchRequest(name='TEST:MOTOR_t2.FOFF', cid=23, version=13, reply=5) args: None levelname: DEBUG levelno: 10 pathname: /workspace/tligui_y/slic/.pixi/envs/default/lib/python3.8/site-packages/caproto/_broadcaster.py filename: _broadcaster.py module: _broadcaster exc_info: None exc_text: None stack_info: None lineno: 136 funcName: recv created: 1754402076.8950222 msecs: 895.0221538543701 relativeCreated: 22128.04388999939 thread: 139965834856128 threadName: Thread-3 processName: MainProcess process: 1486 their_address: - 172.18.0.3 - 35987 direction: <<<--- role: SERVER bytesize: 40 our_address: - 0.0.0.0 - 5064 - name: caproto.bcast msg: SearchRequest(name='TEST:MOTOR_t2.VELO', cid=24, version=13, reply=5) args: None levelname: DEBUG levelno: 10 pathname: /workspace/tligui_y/slic/.pixi/envs/default/lib/python3.8/site-packages/caproto/_broadcaster.py filename: _broadcaster.py module: _broadcaster exc_info: None exc_text: None stack_info: None lineno: 136 funcName: recv created: 1754402076.8952699 msecs: 895.2698707580566 relativeCreated: 22128.291606903076 thread: 139965834856128 threadName: Thread-3 processName: MainProcess process: 1486 their_address: - 172.18.0.3 - 35987 direction: <<<--- role: SERVER bytesize: 40 our_address: - 0.0.0.0 - 5064 - name: caproto.bcast msg: SearchRequest(name='TEST:MOTOR_t2.STAT', cid=25, version=13, reply=5) args: None levelname: DEBUG levelno: 10 pathname: /workspace/tligui_y/slic/.pixi/envs/default/lib/python3.8/site-packages/caproto/_broadcaster.py filename: _broadcaster.py module: _broadcaster exc_info: None exc_text: None stack_info: None lineno: 136 funcName: recv created: 1754402076.8955162 msecs: 895.5161571502686 relativeCreated: 22128.537893295288 thread: 139965834856128 threadName: Thread-3 processName: MainProcess process: 1486 their_address: - 172.18.0.3 - 35987 direction: <<<--- role: SERVER bytesize: 40 our_address: - 0.0.0.0 - 5064 - name: caproto.bcast msg: Beacon(version=13, server_port=5064, beacon_id=9, address='0.0.0.0') args: None levelname: DEBUG levelno: 10 pathname: /workspace/tligui_y/slic/.pixi/envs/default/lib/python3.8/site-packages/caproto/_broadcaster.py filename: _broadcaster.py module: _broadcaster exc_info: None exc_text: None stack_info: None lineno: 94 funcName: send created: 1754402083.1124647 msecs: 112.46466636657715 relativeCreated: 28345.486402511597 thread: 139965834856128 threadName: Thread-3 processName: MainProcess process: 1486 role: SERVER counter: - 1 - 1longrepr:
capture_stdout = <_io.StringIO object at 0x7f4c579224c0>, value = 50.0 expected_bar = '█████ ', expected_color = '\x1b[32m' @pytest.mark.parametrize("value, expected_bar, expected_color", [ (25.0, "██▌ ", colorama.Fore.GREEN), (50.0, "█████ ", colorama.Fore.GREEN), (75.0, "███████▌ ", colorama.Fore.GREEN), (100.0, "██████████", colorama.Fore.GREEN), (150.0, ">>>>>>>>>>", colorama.Fore.RED), (-50.0, "<<<<<<<<<<", colorama.Fore.RED) ]) def test_put_with_progress_and_repr(capture_stdout, value, expected_bar, expected_color): # Connect to the test PV using the custom slic PV class pv = PV("TEST:VAL") # Set initial value to 0.0 pv.put(0.0, wait=True) > assert pv.get() == 0.0 E assert None == 0.0 E + where None = get() E + where get = PV "TEST:VAL" at None None.get tests/test_utils_pv.py:64: AssertionError📌 Teardown phase
duration:
0.0003735530190169811outcome:
passed -
❌ Test 312
params: value=75.0, expected_bar="███████▌ ", expected_color="\u001b[32m"📌 Runtime Parameters
params: value: 75.0 expected_bar: ███████▌ expected_color: [32m id: 75.0-\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u258c -\x1b[32m📌 Setup phase
duration:
0.0005280920304358006outcome:
passed📌 Call phase
duration:
10.00106476712972outcome:
failedcrash:
path: /workspace/tligui_y/slic/tests/test_utils_pv.py lineno: 64 message: assert None == 0.0 + where None = get() + where get = PV "TEST:VAL" at None None.gettraceback:
- path: tests/test_utils_pv.py lineno: 64 message: AssertionErrorlog:
- name: caproto.bcast msg: VersionRequest(priority=1, version=13) args: None levelname: DEBUG levelno: 10 pathname: /workspace/tligui_y/slic/.pixi/envs/default/lib/python3.8/site-packages/caproto/_broadcaster.py filename: _broadcaster.py module: _broadcaster exc_info: None exc_text: None stack_info: None lineno: 136 funcName: recv created: 1754402085.0688305 msecs: 68.83049011230469 relativeCreated: 30301.852226257324 thread: 139965834856128 threadName: Thread-3 processName: MainProcess process: 1486 their_address: - 172.18.0.3 - 35987 direction: <<<--- role: SERVER bytesize: 16 our_address: - 0.0.0.0 - 5064 - name: caproto.bcast msg: SearchRequest(name='TEST:MOTOR.DESC', cid=51, version=13, reply=5) args: None levelname: DEBUG levelno: 10 pathname: /workspace/tligui_y/slic/.pixi/envs/default/lib/python3.8/site-packages/caproto/_broadcaster.py filename: _broadcaster.py module: _broadcaster exc_info: None exc_text: None stack_info: None lineno: 136 funcName: recv created: 1754402085.0692508 msecs: 69.25082206726074 relativeCreated: 30302.27255821228 thread: 139965834856128 threadName: Thread-3 processName: MainProcess process: 1486 their_address: - 172.18.0.3 - 35987 direction: <<<--- role: SERVER bytesize: 32 our_address: - 0.0.0.0 - 5064 - name: caproto.bcast msg: SearchRequest(name='TEST:MOTOR.RTYP', cid=52, version=13, reply=5) args: None levelname: DEBUG levelno: 10 pathname: /workspace/tligui_y/slic/.pixi/envs/default/lib/python3.8/site-packages/caproto/_broadcaster.py filename: _broadcaster.py module: _broadcaster exc_info: None exc_text: None stack_info: None lineno: 136 funcName: recv created: 1754402085.0695431 msecs: 69.54312324523926 relativeCreated: 30302.56485939026 thread: 139965834856128 threadName: Thread-3 processName: MainProcess process: 1486 their_address: - 172.18.0.3 - 35987 direction: <<<--- role: SERVER bytesize: 32 our_address: - 0.0.0.0 - 5064 - name: caproto.bcast msg: SearchRequest(name='TEST:MOTOR.RBV', cid=53, version=13, reply=5) args: None levelname: DEBUG levelno: 10 pathname: /workspace/tligui_y/slic/.pixi/envs/default/lib/python3.8/site-packages/caproto/_broadcaster.py filename: _broadcaster.py module: _broadcaster exc_info: None exc_text: None stack_info: None lineno: 136 funcName: recv created: 1754402085.0698125 msecs: 69.81253623962402 relativeCreated: 30302.834272384644 thread: 139965834856128 threadName: Thread-3 processName: MainProcess process: 1486 their_address: - 172.18.0.3 - 35987 direction: <<<--- role: SERVER bytesize: 32 our_address: - 0.0.0.0 - 5064 - name: caproto.bcast msg: SearchRequest(name='TEST:MOTOR.PREC', cid=54, version=13, reply=5) args: None levelname: DEBUG levelno: 10 pathname: /workspace/tligui_y/slic/.pixi/envs/default/lib/python3.8/site-packages/caproto/_broadcaster.py filename: _broadcaster.py module: _broadcaster exc_info: None exc_text: None stack_info: None lineno: 136 funcName: recv created: 1754402085.0700672 msecs: 70.06716728210449 relativeCreated: 30303.088903427124 thread: 139965834856128 threadName: Thread-3 processName: MainProcess process: 1486 their_address: - 172.18.0.3 - 35987 direction: <<<--- role: SERVER bytesize: 32 our_address: - 0.0.0.0 - 5064 - name: caproto.bcast msg: SearchRequest(name='TEST:MOTOR.TWV', cid=55, version=13, reply=5) args: None levelname: DEBUG levelno: 10 pathname: /workspace/tligui_y/slic/.pixi/envs/default/lib/python3.8/site-packages/caproto/_broadcaster.py filename: _broadcaster.py module: _broadcaster exc_info: None exc_text: None stack_info: None lineno: 136 funcName: recv created: 1754402085.07032 msecs: 70.31989097595215 relativeCreated: 30303.34162712097 thread: 139965834856128 threadName: Thread-3 processName: MainProcess process: 1486 their_address: - 172.18.0.3 - 35987 direction: <<<--- role: SERVER bytesize: 32 our_address: - 0.0.0.0 - 5064 - name: caproto.bcast msg: SearchRequest(name='TEST:MOTOR.FOFF', cid=56, version=13, reply=5) args: None levelname: DEBUG levelno: 10 pathname: /workspace/tligui_y/slic/.pixi/envs/default/lib/python3.8/site-packages/caproto/_broadcaster.py filename: _broadcaster.py module: _broadcaster exc_info: None exc_text: None stack_info: None lineno: 136 funcName: recv created: 1754402085.0705686 msecs: 70.56856155395508 relativeCreated: 30303.590297698975 thread: 139965834856128 threadName: Thread-3 processName: MainProcess process: 1486 their_address: - 172.18.0.3 - 35987 direction: <<<--- role: SERVER bytesize: 32 our_address: - 0.0.0.0 - 5064 - name: caproto.bcast msg: SearchRequest(name='TEST:MOTOR.VELO', cid=57, version=13, reply=5) args: None levelname: DEBUG levelno: 10 pathname: /workspace/tligui_y/slic/.pixi/envs/default/lib/python3.8/site-packages/caproto/_broadcaster.py filename: _broadcaster.py module: _broadcaster exc_info: None exc_text: None stack_info: None lineno: 136 funcName: recv created: 1754402085.070827 msecs: 70.82700729370117 relativeCreated: 30303.84874343872 thread: 139965834856128 threadName: Thread-3 processName: MainProcess process: 1486 their_address: - 172.18.0.3 - 35987 direction: <<<--- role: SERVER bytesize: 32 our_address: - 0.0.0.0 - 5064 - name: caproto.bcast msg: SearchRequest(name='TEST:MOTOR.STAT', cid=58, version=13, reply=5) args: None levelname: DEBUG levelno: 10 pathname: /workspace/tligui_y/slic/.pixi/envs/default/lib/python3.8/site-packages/caproto/_broadcaster.py filename: _broadcaster.py module: _broadcaster exc_info: None exc_text: None stack_info: None lineno: 136 funcName: recv created: 1754402085.0710783 msecs: 71.07830047607422 relativeCreated: 30304.100036621094 thread: 139965834856128 threadName: Thread-3 processName: MainProcess process: 1486 their_address: - 172.18.0.3 - 35987 direction: <<<--- role: SERVER bytesize: 32 our_address: - 0.0.0.0 - 5064 - name: caproto.bcast msg: SearchRequest(name='TEST:MOTOR.SET', cid=59, version=13, reply=5) args: None levelname: DEBUG levelno: 10 pathname: /workspace/tligui_y/slic/.pixi/envs/default/lib/python3.8/site-packages/caproto/_broadcaster.py filename: _broadcaster.py module: _broadcaster exc_info: None exc_text: None stack_info: None lineno: 136 funcName: recv created: 1754402085.0713289 msecs: 71.32887840270996 relativeCreated: 30304.35061454773 thread: 139965834856128 threadName: Thread-3 processName: MainProcess process: 1486 their_address: - 172.18.0.3 - 35987 direction: <<<--- role: SERVER bytesize: 32 our_address: - 0.0.0.0 - 5064 - name: caproto.bcast msg: SearchRequest(name='TEST:MOTOR.LLM', cid=60, version=13, reply=5) args: None levelname: DEBUG levelno: 10 pathname: /workspace/tligui_y/slic/.pixi/envs/default/lib/python3.8/site-packages/caproto/_broadcaster.py filename: _broadcaster.py module: _broadcaster exc_info: None exc_text: None stack_info: None lineno: 136 funcName: recv created: 1754402085.0715775 msecs: 71.57754898071289 relativeCreated: 30304.599285125732 thread: 139965834856128 threadName: Thread-3 processName: MainProcess process: 1486 their_address: - 172.18.0.3 - 35987 direction: <<<--- role: SERVER bytesize: 32 our_address: - 0.0.0.0 - 5064 - name: caproto.bcast msg: SearchRequest(name='TEST:MOTOR.HLM', cid=61, version=13, reply=5) args: None levelname: DEBUG levelno: 10 pathname: /workspace/tligui_y/slic/.pixi/envs/default/lib/python3.8/site-packages/caproto/_broadcaster.py filename: _broadcaster.py module: _broadcaster exc_info: None exc_text: None stack_info: None lineno: 136 funcName: recv created: 1754402085.0718362 msecs: 71.83623313903809 relativeCreated: 30304.857969284058 thread: 139965834856128 threadName: Thread-3 processName: MainProcess process: 1486 their_address: - 172.18.0.3 - 35987 direction: <<<--- role: SERVER bytesize: 32 our_address: - 0.0.0.0 - 5064 - name: caproto.bcast msg: SearchRequest(name='TEST:MOTOR.SPMG', cid=62, version=13, reply=5) args: None levelname: DEBUG levelno: 10 pathname: /workspace/tligui_y/slic/.pixi/envs/default/lib/python3.8/site-packages/caproto/_broadcaster.py filename: _broadcaster.py module: _broadcaster exc_info: None exc_text: None stack_info: None lineno: 136 funcName: recv created: 1754402085.0720859 msecs: 72.08585739135742 relativeCreated: 30305.107593536377 thread: 139965834856128 threadName: Thread-3 processName: MainProcess process: 1486 their_address: - 172.18.0.3 - 35987 direction: <<<--- role: SERVER bytesize: 32 our_address: - 0.0.0.0 - 5064 - name: caproto.bcast msg: SearchRequest(name='TEST:MOTOR.LVIO', cid=63, version=13, reply=5) args: None levelname: DEBUG levelno: 10 pathname: /workspace/tligui_y/slic/.pixi/envs/default/lib/python3.8/site-packages/caproto/_broadcaster.py filename: _broadcaster.py module: _broadcaster exc_info: None exc_text: None stack_info: None lineno: 136 funcName: recv created: 1754402085.072333 msecs: 72.33309745788574 relativeCreated: 30305.354833602905 thread: 139965834856128 threadName: Thread-3 processName: MainProcess process: 1486 their_address: - 172.18.0.3 - 35987 direction: <<<--- role: SERVER bytesize: 32 our_address: - 0.0.0.0 - 5064 - name: caproto.bcast msg: SearchRequest(name='TEST:MOTOR.HLS', cid=64, version=13, reply=5) args: None levelname: DEBUG levelno: 10 pathname: /workspace/tligui_y/slic/.pixi/envs/default/lib/python3.8/site-packages/caproto/_broadcaster.py filename: _broadcaster.py module: _broadcaster exc_info: None exc_text: None stack_info: None lineno: 136 funcName: recv created: 1754402085.0725782 msecs: 72.57819175720215 relativeCreated: 30305.59992790222 thread: 139965834856128 threadName: Thread-3 processName: MainProcess process: 1486 their_address: - 172.18.0.3 - 35987 direction: <<<--- role: SERVER bytesize: 32 our_address: - 0.0.0.0 - 5064 - name: caproto.bcast msg: SearchRequest(name='TEST:MOTOR.LLS', cid=65, version=13, reply=5) args: None levelname: DEBUG levelno: 10 pathname: /workspace/tligui_y/slic/.pixi/envs/default/lib/python3.8/site-packages/caproto/_broadcaster.py filename: _broadcaster.py module: _broadcaster exc_info: None exc_text: None stack_info: None lineno: 136 funcName: recv created: 1754402085.0728304 msecs: 72.8304386138916 relativeCreated: 30305.85217475891 thread: 139965834856128 threadName: Thread-3 processName: MainProcess process: 1486 their_address: - 172.18.0.3 - 35987 direction: <<<--- role: SERVER bytesize: 32 our_address: - 0.0.0.0 - 5064 - name: caproto.bcast msg: SearchRequest(name='ca://TEST:FLOAT', cid=66, version=13, reply=5) args: None levelname: DEBUG levelno: 10 pathname: /workspace/tligui_y/slic/.pixi/envs/default/lib/python3.8/site-packages/caproto/_broadcaster.py filename: _broadcaster.py module: _broadcaster exc_info: None exc_text: None stack_info: None lineno: 136 funcName: recv created: 1754402085.0730789 msecs: 73.07887077331543 relativeCreated: 30306.100606918335 thread: 139965834856128 threadName: Thread-3 processName: MainProcess process: 1486 their_address: - 172.18.0.3 - 35987 direction: <<<--- role: SERVER bytesize: 32 our_address: - 0.0.0.0 - 5064 - name: caproto.bcast msg: SearchRequest(name='TEST:VAL', cid=67, version=13, reply=5) args: None levelname: DEBUG levelno: 10 pathname: /workspace/tligui_y/slic/.pixi/envs/default/lib/python3.8/site-packages/caproto/_broadcaster.py filename: _broadcaster.py module: _broadcaster exc_info: None exc_text: None stack_info: None lineno: 136 funcName: recv created: 1754402085.0733347 msecs: 73.3346939086914 relativeCreated: 30306.35643005371 thread: 139965834856128 threadName: Thread-3 processName: MainProcess process: 1486 their_address: - 172.18.0.3 - 35987 direction: <<<--- role: SERVER bytesize: 32 our_address: - 0.0.0.0 - 5064 - name: caproto.bcast msg: VersionRequest(priority=1, version=13) args: None levelname: DEBUG levelno: 10 pathname: /workspace/tligui_y/slic/.pixi/envs/default/lib/python3.8/site-packages/caproto/_broadcaster.py filename: _broadcaster.py module: _broadcaster exc_info: None exc_text: None stack_info: None lineno: 136 funcName: recv created: 1754402093.2656803 msecs: 265.68031311035156 relativeCreated: 38498.70204925537 thread: 139965834856128 threadName: Thread-3 processName: MainProcess process: 1486 their_address: - 172.18.0.3 - 35987 direction: <<<--- role: SERVER bytesize: 16 our_address: - 0.0.0.0 - 5064 - name: caproto.bcast msg: SearchRequest(name='TEST:MOTOR_t2.SET', cid=26, version=13, reply=5) args: None levelname: DEBUG levelno: 10 pathname: /workspace/tligui_y/slic/.pixi/envs/default/lib/python3.8/site-packages/caproto/_broadcaster.py filename: _broadcaster.py module: _broadcaster exc_info: None exc_text: None stack_info: None lineno: 136 funcName: recv created: 1754402093.2661097 msecs: 266.1097049713135 relativeCreated: 38499.13144111633 thread: 139965834856128 threadName: Thread-3 processName: MainProcess process: 1486 their_address: - 172.18.0.3 - 35987 direction: <<<--- role: SERVER bytesize: 40 our_address: - 0.0.0.0 - 5064 - name: caproto.bcast msg: SearchRequest(name='TEST:MOTOR_t2.LLM', cid=27, version=13, reply=5) args: None levelname: DEBUG levelno: 10 pathname: /workspace/tligui_y/slic/.pixi/envs/default/lib/python3.8/site-packages/caproto/_broadcaster.py filename: _broadcaster.py module: _broadcaster exc_info: None exc_text: None stack_info: None lineno: 136 funcName: recv created: 1754402093.2663898 msecs: 266.3898468017578 relativeCreated: 38499.41158294678 thread: 139965834856128 threadName: Thread-3 processName: MainProcess process: 1486 their_address: - 172.18.0.3 - 35987 direction: <<<--- role: SERVER bytesize: 40 our_address: - 0.0.0.0 - 5064 - name: caproto.bcast msg: SearchRequest(name='TEST:MOTOR_t2.HLM', cid=28, version=13, reply=5) args: None levelname: DEBUG levelno: 10 pathname: /workspace/tligui_y/slic/.pixi/envs/default/lib/python3.8/site-packages/caproto/_broadcaster.py filename: _broadcaster.py module: _broadcaster exc_info: None exc_text: None stack_info: None lineno: 136 funcName: recv created: 1754402093.2666485 msecs: 266.648530960083 relativeCreated: 38499.6702671051 thread: 139965834856128 threadName: Thread-3 processName: MainProcess process: 1486 their_address: - 172.18.0.3 - 35987 direction: <<<--- role: SERVER bytesize: 40 our_address: - 0.0.0.0 - 5064 - name: caproto.bcast msg: SearchRequest(name='TEST:MOTOR_t2.SPMG', cid=29, version=13, reply=5) args: None levelname: DEBUG levelno: 10 pathname: /workspace/tligui_y/slic/.pixi/envs/default/lib/python3.8/site-packages/caproto/_broadcaster.py filename: _broadcaster.py module: _broadcaster exc_info: None exc_text: None stack_info: None lineno: 136 funcName: recv created: 1754402093.2669108 msecs: 266.9107913970947 relativeCreated: 38499.932527542114 thread: 139965834856128 threadName: Thread-3 processName: MainProcess process: 1486 their_address: - 172.18.0.3 - 35987 direction: <<<--- role: SERVER bytesize: 40 our_address: - 0.0.0.0 - 5064 - name: caproto.bcast msg: SearchRequest(name='TEST:MOTOR_t2.LVIO', cid=30, version=13, reply=5) args: None levelname: DEBUG levelno: 10 pathname: /workspace/tligui_y/slic/.pixi/envs/default/lib/python3.8/site-packages/caproto/_broadcaster.py filename: _broadcaster.py module: _broadcaster exc_info: None exc_text: None stack_info: None lineno: 136 funcName: recv created: 1754402093.267162 msecs: 267.1620845794678 relativeCreated: 38500.18382072449 thread: 139965834856128 threadName: Thread-3 processName: MainProcess process: 1486 their_address: - 172.18.0.3 - 35987 direction: <<<--- role: SERVER bytesize: 40 our_address: - 0.0.0.0 - 5064 - name: caproto.bcast msg: SearchRequest(name='TEST:MOTOR_t2.HLS', cid=31, version=13, reply=5) args: None levelname: DEBUG levelno: 10 pathname: /workspace/tligui_y/slic/.pixi/envs/default/lib/python3.8/site-packages/caproto/_broadcaster.py filename: _broadcaster.py module: _broadcaster exc_info: None exc_text: None stack_info: None lineno: 136 funcName: recv created: 1754402093.2674124 msecs: 267.4124240875244 relativeCreated: 38500.434160232544 thread: 139965834856128 threadName: Thread-3 processName: MainProcess process: 1486 their_address: - 172.18.0.3 - 35987 direction: <<<--- role: SERVER bytesize: 40 our_address: - 0.0.0.0 - 5064 - name: caproto.bcast msg: SearchRequest(name='TEST:MOTOR_t2.LLS', cid=32, version=13, reply=5) args: None levelname: DEBUG levelno: 10 pathname: /workspace/tligui_y/slic/.pixi/envs/default/lib/python3.8/site-packages/caproto/_broadcaster.py filename: _broadcaster.py module: _broadcaster exc_info: None exc_text: None stack_info: None lineno: 136 funcName: recv created: 1754402093.2676654 msecs: 267.6653861999512 relativeCreated: 38500.68712234497 thread: 139965834856128 threadName: Thread-3 processName: MainProcess process: 1486 their_address: - 172.18.0.3 - 35987 direction: <<<--- role: SERVER bytesize: 40 our_address: - 0.0.0.0 - 5064 - name: caproto.bcast msg: SearchRequest(name='TEST:MOTOR_t2.disabled', cid=33, version=13, reply=5) args: None levelname: DEBUG levelno: 10 pathname: /workspace/tligui_y/slic/.pixi/envs/default/lib/python3.8/site-packages/caproto/_broadcaster.py filename: _broadcaster.py module: _broadcaster exc_info: None exc_text: None stack_info: None lineno: 136 funcName: recv created: 1754402093.2679245 msecs: 267.92454719543457 relativeCreated: 38500.946283340454 thread: 139965834856128 threadName: Thread-3 processName: MainProcess process: 1486 their_address: - 172.18.0.3 - 35987 direction: <<<--- role: SERVER bytesize: 40 our_address: - 0.0.0.0 - 5064 - name: caproto.bcast msg: SearchRequest(name='TEST:MOTOR_1.VAL', cid=34, version=13, reply=5) args: None levelname: DEBUG levelno: 10 pathname: /workspace/tligui_y/slic/.pixi/envs/default/lib/python3.8/site-packages/caproto/_broadcaster.py filename: _broadcaster.py module: _broadcaster exc_info: None exc_text: None stack_info: None lineno: 136 funcName: recv created: 1754402093.2681732 msecs: 268.1732177734375 relativeCreated: 38501.19495391846 thread: 139965834856128 threadName: Thread-3 processName: MainProcess process: 1486 their_address: - 172.18.0.3 - 35987 direction: <<<--- role: SERVER bytesize: 40 our_address: - 0.0.0.0 - 5064 - name: caproto.bcast msg: SearchRequest(name='TEST:MOTOR_1.DESC', cid=35, version=13, reply=5) args: None levelname: DEBUG levelno: 10 pathname: /workspace/tligui_y/slic/.pixi/envs/default/lib/python3.8/site-packages/caproto/_broadcaster.py filename: _broadcaster.py module: _broadcaster exc_info: None exc_text: None stack_info: None lineno: 136 funcName: recv created: 1754402093.2684228 msecs: 268.42284202575684 relativeCreated: 38501.44457817078 thread: 139965834856128 threadName: Thread-3 processName: MainProcess process: 1486 their_address: - 172.18.0.3 - 35987 direction: <<<--- role: SERVER bytesize: 40 our_address: - 0.0.0.0 - 5064 - name: caproto.bcast msg: SearchRequest(name='TEST:MOTOR_1.RTYP', cid=36, version=13, reply=5) args: None levelname: DEBUG levelno: 10 pathname: /workspace/tligui_y/slic/.pixi/envs/default/lib/python3.8/site-packages/caproto/_broadcaster.py filename: _broadcaster.py module: _broadcaster exc_info: None exc_text: None stack_info: None lineno: 136 funcName: recv created: 1754402093.2686753 msecs: 268.6753273010254 relativeCreated: 38501.697063446045 thread: 139965834856128 threadName: Thread-3 processName: MainProcess process: 1486 their_address: - 172.18.0.3 - 35987 direction: <<<--- role: SERVER bytesize: 40 our_address: - 0.0.0.0 - 5064 - name: caproto.bcast msg: SearchRequest(name='TEST:MOTOR_1.RBV', cid=37, version=13, reply=5) args: None levelname: DEBUG levelno: 10 pathname: /workspace/tligui_y/slic/.pixi/envs/default/lib/python3.8/site-packages/caproto/_broadcaster.py filename: _broadcaster.py module: _broadcaster exc_info: None exc_text: None stack_info: None lineno: 136 funcName: recv created: 1754402093.2689333 msecs: 268.9332962036133 relativeCreated: 38501.95503234863 thread: 139965834856128 threadName: Thread-3 processName: MainProcess process: 1486 their_address: - 172.18.0.3 - 35987 direction: <<<--- role: SERVER bytesize: 40 our_address: - 0.0.0.0 - 5064 - name: caproto.bcast msg: SearchRequest(name='TEST:MOTOR_1.PREC', cid=38, version=13, reply=5) args: None levelname: DEBUG levelno: 10 pathname: /workspace/tligui_y/slic/.pixi/envs/default/lib/python3.8/site-packages/caproto/_broadcaster.py filename: _broadcaster.py module: _broadcaster exc_info: None exc_text: None stack_info: None lineno: 136 funcName: recv created: 1754402093.269182 msecs: 269.1819667816162 relativeCreated: 38502.203702926636 thread: 139965834856128 threadName: Thread-3 processName: MainProcess process: 1486 their_address: - 172.18.0.3 - 35987 direction: <<<--- role: SERVER bytesize: 40 our_address: - 0.0.0.0 - 5064 - name: caproto.bcast msg: SearchRequest(name='TEST:MOTOR_1.TWV', cid=39, version=13, reply=5) args: None levelname: DEBUG levelno: 10 pathname: /workspace/tligui_y/slic/.pixi/envs/default/lib/python3.8/site-packages/caproto/_broadcaster.py filename: _broadcaster.py module: _broadcaster exc_info: None exc_text: None stack_info: None lineno: 136 funcName: recv created: 1754402093.2694285 msecs: 269.4284915924072 relativeCreated: 38502.45022773743 thread: 139965834856128 threadName: Thread-3 processName: MainProcess process: 1486 their_address: - 172.18.0.3 - 35987 direction: <<<--- role: SERVER bytesize: 40 our_address: - 0.0.0.0 - 5064 - name: caproto.bcast msg: SearchRequest(name='TEST:MOTOR_1.FOFF', cid=40, version=13, reply=5) args: None levelname: DEBUG levelno: 10 pathname: /workspace/tligui_y/slic/.pixi/envs/default/lib/python3.8/site-packages/caproto/_broadcaster.py filename: _broadcaster.py module: _broadcaster exc_info: None exc_text: None stack_info: None lineno: 136 funcName: recv created: 1754402093.269676 msecs: 269.67597007751465 relativeCreated: 38502.697706222534 thread: 139965834856128 threadName: Thread-3 processName: MainProcess process: 1486 their_address: - 172.18.0.3 - 35987 direction: <<<--- role: SERVER bytesize: 40 our_address: - 0.0.0.0 - 5064 - name: caproto.bcast msg: SearchRequest(name='TEST:MOTOR_1.VELO', cid=41, version=13, reply=5) args: None levelname: DEBUG levelno: 10 pathname: /workspace/tligui_y/slic/.pixi/envs/default/lib/python3.8/site-packages/caproto/_broadcaster.py filename: _broadcaster.py module: _broadcaster exc_info: None exc_text: None stack_info: None lineno: 136 funcName: recv created: 1754402093.2699306 msecs: 269.9306011199951 relativeCreated: 38502.952337265015 thread: 139965834856128 threadName: Thread-3 processName: MainProcess process: 1486 their_address: - 172.18.0.3 - 35987 direction: <<<--- role: SERVER bytesize: 40 our_address: - 0.0.0.0 - 5064 - name: caproto.bcast msg: SearchRequest(name='TEST:MOTOR_1.STAT', cid=42, version=13, reply=5) args: None levelname: DEBUG levelno: 10 pathname: /workspace/tligui_y/slic/.pixi/envs/default/lib/python3.8/site-packages/caproto/_broadcaster.py filename: _broadcaster.py module: _broadcaster exc_info: None exc_text: None stack_info: None lineno: 136 funcName: recv created: 1754402093.2701778 msecs: 270.17784118652344 relativeCreated: 38503.19957733154 thread: 139965834856128 threadName: Thread-3 processName: MainProcess process: 1486 their_address: - 172.18.0.3 - 35987 direction: <<<--- role: SERVER bytesize: 40 our_address: - 0.0.0.0 - 5064 - name: caproto.bcast msg: SearchRequest(name='TEST:MOTOR_1.SET', cid=43, version=13, reply=5) args: None levelname: DEBUG levelno: 10 pathname: /workspace/tligui_y/slic/.pixi/envs/default/lib/python3.8/site-packages/caproto/_broadcaster.py filename: _broadcaster.py module: _broadcaster exc_info: None exc_text: None stack_info: None lineno: 136 funcName: recv created: 1754402093.2704265 msecs: 270.42651176452637 relativeCreated: 38503.448247909546 thread: 139965834856128 threadName: Thread-3 processName: MainProcess process: 1486 their_address: - 172.18.0.3 - 35987 direction: <<<--- role: SERVER bytesize: 40 our_address: - 0.0.0.0 - 5064 - name: caproto.bcast msg: SearchRequest(name='TEST:MOTOR_1.LLM', cid=44, version=13, reply=5) args: None levelname: DEBUG levelno: 10 pathname: /workspace/tligui_y/slic/.pixi/envs/default/lib/python3.8/site-packages/caproto/_broadcaster.py filename: _broadcaster.py module: _broadcaster exc_info: None exc_text: None stack_info: None lineno: 136 funcName: recv created: 1754402093.2706728 msecs: 270.6727981567383 relativeCreated: 38503.69453430176 thread: 139965834856128 threadName: Thread-3 processName: MainProcess process: 1486 their_address: - 172.18.0.3 - 35987 direction: <<<--- role: SERVER bytesize: 40 our_address: - 0.0.0.0 - 5064 - name: caproto.bcast msg: SearchRequest(name='TEST:MOTOR_1.HLM', cid=45, version=13, reply=5) args: None levelname: DEBUG levelno: 10 pathname: /workspace/tligui_y/slic/.pixi/envs/default/lib/python3.8/site-packages/caproto/_broadcaster.py filename: _broadcaster.py module: _broadcaster exc_info: None exc_text: None stack_info: None lineno: 136 funcName: recv created: 1754402093.270927 msecs: 270.92695236206055 relativeCreated: 38503.94868850708 thread: 139965834856128 threadName: Thread-3 processName: MainProcess process: 1486 their_address: - 172.18.0.3 - 35987 direction: <<<--- role: SERVER bytesize: 40 our_address: - 0.0.0.0 - 5064 - name: caproto.bcast msg: SearchRequest(name='TEST:MOTOR_1.SPMG', cid=46, version=13, reply=5) args: None levelname: DEBUG levelno: 10 pathname: /workspace/tligui_y/slic/.pixi/envs/default/lib/python3.8/site-packages/caproto/_broadcaster.py filename: _broadcaster.py module: _broadcaster exc_info: None exc_text: None stack_info: None lineno: 136 funcName: recv created: 1754402093.2711742 msecs: 271.17419242858887 relativeCreated: 38504.19592857361 thread: 139965834856128 threadName: Thread-3 processName: MainProcess process: 1486 their_address: - 172.18.0.3 - 35987 direction: <<<--- role: SERVER bytesize: 40 our_address: - 0.0.0.0 - 5064 - name: caproto.bcast msg: SearchRequest(name='TEST:MOTOR_1.LVIO', cid=47, version=13, reply=5) args: None levelname: DEBUG levelno: 10 pathname: /workspace/tligui_y/slic/.pixi/envs/default/lib/python3.8/site-packages/caproto/_broadcaster.py filename: _broadcaster.py module: _broadcaster exc_info: None exc_text: None stack_info: None lineno: 136 funcName: recv created: 1754402093.2714202 msecs: 271.4202404022217 relativeCreated: 38504.44197654724 thread: 139965834856128 threadName: Thread-3 processName: MainProcess process: 1486 their_address: - 172.18.0.3 - 35987 direction: <<<--- role: SERVER bytesize: 40 our_address: - 0.0.0.0 - 5064 - name: caproto.bcast msg: SearchRequest(name='TEST:MOTOR_1.HLS', cid=48, version=13, reply=5) args: None levelname: DEBUG levelno: 10 pathname: /workspace/tligui_y/slic/.pixi/envs/default/lib/python3.8/site-packages/caproto/_broadcaster.py filename: _broadcaster.py module: _broadcaster exc_info: None exc_text: None stack_info: None lineno: 136 funcName: recv created: 1754402093.2716663 msecs: 271.6662883758545 relativeCreated: 38504.688024520874 thread: 139965834856128 threadName: Thread-3 processName: MainProcess process: 1486 their_address: - 172.18.0.3 - 35987 direction: <<<--- role: SERVER bytesize: 40 our_address: - 0.0.0.0 - 5064 - name: caproto.bcast msg: SearchRequest(name='TEST:MOTOR_1.LLS', cid=49, version=13, reply=5) args: None levelname: DEBUG levelno: 10 pathname: /workspace/tligui_y/slic/.pixi/envs/default/lib/python3.8/site-packages/caproto/_broadcaster.py filename: _broadcaster.py module: _broadcaster exc_info: None exc_text: None stack_info: None lineno: 136 funcName: recv created: 1754402093.2719193 msecs: 271.91925048828125 relativeCreated: 38504.9409866333 thread: 139965834856128 threadName: Thread-3 processName: MainProcess process: 1486 their_address: - 172.18.0.3 - 35987 direction: <<<--- role: SERVER bytesize: 40 our_address: - 0.0.0.0 - 5064 - name: caproto.bcast msg: SearchRequest(name='TEST:MOTOR.VAL', cid=50, version=13, reply=5) args: None levelname: DEBUG levelno: 10 pathname: /workspace/tligui_y/slic/.pixi/envs/default/lib/python3.8/site-packages/caproto/_broadcaster.py filename: _broadcaster.py module: _broadcaster exc_info: None exc_text: None stack_info: None lineno: 136 funcName: recv created: 1754402093.2721667 msecs: 272.1667289733887 relativeCreated: 38505.18846511841 thread: 139965834856128 threadName: Thread-3 processName: MainProcess process: 1486 their_address: - 172.18.0.3 - 35987 direction: <<<--- role: SERVER bytesize: 32 our_address: - 0.0.0.0 - 5064 - name: caproto.bcast msg: VersionRequest(priority=1, version=13) args: None levelname: DEBUG levelno: 10 pathname: /workspace/tligui_y/slic/.pixi/envs/default/lib/python3.8/site-packages/caproto/_broadcaster.py filename: _broadcaster.py module: _broadcaster exc_info: None exc_text: None stack_info: None lineno: 136 funcName: recv created: 1754402093.2729716 msecs: 272.97163009643555 relativeCreated: 38505.993366241455 thread: 139965834856128 threadName: Thread-3 processName: MainProcess process: 1486 their_address: - 172.18.0.3 - 35987 direction: <<<--- role: SERVER bytesize: 16 our_address: - 0.0.0.0 - 5064 - name: caproto.bcast msg: SearchRequest(name='TEST:MOTOR_t1.VAL', cid=1, version=13, reply=5) args: None levelname: DEBUG levelno: 10 pathname: /workspace/tligui_y/slic/.pixi/envs/default/lib/python3.8/site-packages/caproto/_broadcaster.py filename: _broadcaster.py module: _broadcaster exc_info: None exc_text: None stack_info: None lineno: 136 funcName: recv created: 1754402093.2732565 msecs: 273.2565402984619 relativeCreated: 38506.27827644348 thread: 139965834856128 threadName: Thread-3 processName: MainProcess process: 1486 their_address: - 172.18.0.3 - 35987 direction: <<<--- role: SERVER bytesize: 40 our_address: - 0.0.0.0 - 5064 - name: caproto.bcast msg: SearchRequest(name='TEST:MOTOR_t1.DESC', cid=2, version=13, reply=5) args: None levelname: DEBUG levelno: 10 pathname: /workspace/tligui_y/slic/.pixi/envs/default/lib/python3.8/site-packages/caproto/_broadcaster.py filename: _broadcaster.py module: _broadcaster exc_info: None exc_text: None stack_info: None lineno: 136 funcName: recv created: 1754402093.2735138 msecs: 273.5137939453125 relativeCreated: 38506.53553009033 thread: 139965834856128 threadName: Thread-3 processName: MainProcess process: 1486 their_address: - 172.18.0.3 - 35987 direction: <<<--- role: SERVER bytesize: 40 our_address: - 0.0.0.0 - 5064 - name: caproto.bcast msg: SearchRequest(name='TEST:MOTOR_t1.RTYP', cid=3, version=13, reply=5) args: None levelname: DEBUG levelno: 10 pathname: /workspace/tligui_y/slic/.pixi/envs/default/lib/python3.8/site-packages/caproto/_broadcaster.py filename: _broadcaster.py module: _broadcaster exc_info: None exc_text: None stack_info: None lineno: 136 funcName: recv created: 1754402093.2737806 msecs: 273.78058433532715 relativeCreated: 38506.80232048035 thread: 139965834856128 threadName: Thread-3 processName: MainProcess process: 1486 their_address: - 172.18.0.3 - 35987 direction: <<<--- role: SERVER bytesize: 40 our_address: - 0.0.0.0 - 5064 - name: caproto.bcast msg: SearchRequest(name='TEST:MOTOR_t1.RBV', cid=4, version=13, reply=5) args: None levelname: DEBUG levelno: 10 pathname: /workspace/tligui_y/slic/.pixi/envs/default/lib/python3.8/site-packages/caproto/_broadcaster.py filename: _broadcaster.py module: _broadcaster exc_info: None exc_text: None stack_info: None lineno: 136 funcName: recv created: 1754402093.274028 msecs: 274.02806282043457 relativeCreated: 38507.049798965454 thread: 139965834856128 threadName: Thread-3 processName: MainProcess process: 1486 their_address: - 172.18.0.3 - 35987 direction: <<<--- role: SERVER bytesize: 40 our_address: - 0.0.0.0 - 5064 - name: caproto.bcast msg: SearchRequest(name='TEST:MOTOR_t1.PREC', cid=5, version=13, reply=5) args: None levelname: DEBUG levelno: 10 pathname: /workspace/tligui_y/slic/.pixi/envs/default/lib/python3.8/site-packages/caproto/_broadcaster.py filename: _broadcaster.py module: _broadcaster exc_info: None exc_text: None stack_info: None lineno: 136 funcName: recv created: 1754402093.2742715 msecs: 274.27148818969727 relativeCreated: 38507.29322433472 thread: 139965834856128 threadName: Thread-3 processName: MainProcess process: 1486 their_address: - 172.18.0.3 - 35987 direction: <<<--- role: SERVER bytesize: 40 our_address: - 0.0.0.0 - 5064 - name: caproto.bcast msg: SearchRequest(name='TEST:MOTOR_t1.TWV', cid=6, version=13, reply=5) args: None levelname: DEBUG levelno: 10 pathname: /workspace/tligui_y/slic/.pixi/envs/default/lib/python3.8/site-packages/caproto/_broadcaster.py filename: _broadcaster.py module: _broadcaster exc_info: None exc_text: None stack_info: None lineno: 136 funcName: recv created: 1754402093.2745175 msecs: 274.5175361633301 relativeCreated: 38507.53927230835 thread: 139965834856128 threadName: Thread-3 processName: MainProcess process: 1486 their_address: - 172.18.0.3 - 35987 direction: <<<--- role: SERVER bytesize: 40 our_address: - 0.0.0.0 - 5064 - name: caproto.bcast msg: SearchRequest(name='TEST:MOTOR_t1.FOFF', cid=7, version=13, reply=5) args: None levelname: DEBUG levelno: 10 pathname: /workspace/tligui_y/slic/.pixi/envs/default/lib/python3.8/site-packages/caproto/_broadcaster.py filename: _broadcaster.py module: _broadcaster exc_info: None exc_text: None stack_info: None lineno: 136 funcName: recv created: 1754402093.274774 msecs: 274.77407455444336 relativeCreated: 38507.79581069946 thread: 139965834856128 threadName: Thread-3 processName: MainProcess process: 1486 their_address: - 172.18.0.3 - 35987 direction: <<<--- role: SERVER bytesize: 40 our_address: - 0.0.0.0 - 5064 - name: caproto.bcast msg: SearchRequest(name='TEST:MOTOR_t1.VELO', cid=8, version=13, reply=5) args: None levelname: DEBUG levelno: 10 pathname: /workspace/tligui_y/slic/.pixi/envs/default/lib/python3.8/site-packages/caproto/_broadcaster.py filename: _broadcaster.py module: _broadcaster exc_info: None exc_text: None stack_info: None lineno: 136 funcName: recv created: 1754402093.2750208 msecs: 275.0208377838135 relativeCreated: 38508.04257392883 thread: 139965834856128 threadName: Thread-3 processName: MainProcess process: 1486 their_address: - 172.18.0.3 - 35987 direction: <<<--- role: SERVER bytesize: 40 our_address: - 0.0.0.0 - 5064 - name: caproto.bcast msg: SearchRequest(name='TEST:MOTOR_t1.STAT', cid=9, version=13, reply=5) args: None levelname: DEBUG levelno: 10 pathname: /workspace/tligui_y/slic/.pixi/envs/default/lib/python3.8/site-packages/caproto/_broadcaster.py filename: _broadcaster.py module: _broadcaster exc_info: None exc_text: None stack_info: None lineno: 136 funcName: recv created: 1754402093.2752671 msecs: 275.2671241760254 relativeCreated: 38508.288860321045 thread: 139965834856128 threadName: Thread-3 processName: MainProcess process: 1486 their_address: - 172.18.0.3 - 35987 direction: <<<--- role: SERVER bytesize: 40 our_address: - 0.0.0.0 - 5064 - name: caproto.bcast msg: SearchRequest(name='TEST:MOTOR_t1.SET', cid=10, version=13, reply=5) args: None levelname: DEBUG levelno: 10 pathname: /workspace/tligui_y/slic/.pixi/envs/default/lib/python3.8/site-packages/caproto/_broadcaster.py filename: _broadcaster.py module: _broadcaster exc_info: None exc_text: None stack_info: None lineno: 136 funcName: recv created: 1754402093.2755146 msecs: 275.5146026611328 relativeCreated: 38508.53633880615 thread: 139965834856128 threadName: Thread-3 processName: MainProcess process: 1486 their_address: - 172.18.0.3 - 35987 direction: <<<--- role: SERVER bytesize: 40 our_address: - 0.0.0.0 - 5064 - name: caproto.bcast msg: SearchRequest(name='TEST:MOTOR_t1.LLM', cid=11, version=13, reply=5) args: None levelname: DEBUG levelno: 10 pathname: /workspace/tligui_y/slic/.pixi/envs/default/lib/python3.8/site-packages/caproto/_broadcaster.py filename: _broadcaster.py module: _broadcaster exc_info: None exc_text: None stack_info: None lineno: 136 funcName: recv created: 1754402093.275772 msecs: 275.7720947265625 relativeCreated: 38508.79383087158 thread: 139965834856128 threadName: Thread-3 processName: MainProcess process: 1486 their_address: - 172.18.0.3 - 35987 direction: <<<--- role: SERVER bytesize: 40 our_address: - 0.0.0.0 - 5064 - name: caproto.bcast msg: SearchRequest(name='TEST:MOTOR_t1.HLM', cid=12, version=13, reply=5) args: None levelname: DEBUG levelno: 10 pathname: /workspace/tligui_y/slic/.pixi/envs/default/lib/python3.8/site-packages/caproto/_broadcaster.py filename: _broadcaster.py module: _broadcaster exc_info: None exc_text: None stack_info: None lineno: 136 funcName: recv created: 1754402093.2760236 msecs: 276.02362632751465 relativeCreated: 38509.045362472534 thread: 139965834856128 threadName: Thread-3 processName: MainProcess process: 1486 their_address: - 172.18.0.3 - 35987 direction: <<<--- role: SERVER bytesize: 40 our_address: - 0.0.0.0 - 5064 - name: caproto.bcast msg: SearchRequest(name='TEST:MOTOR_t1.SPMG', cid=13, version=13, reply=5) args: None levelname: DEBUG levelno: 10 pathname: /workspace/tligui_y/slic/.pixi/envs/default/lib/python3.8/site-packages/caproto/_broadcaster.py filename: _broadcaster.py module: _broadcaster exc_info: None exc_text: None stack_info: None lineno: 136 funcName: recv created: 1754402093.276269 msecs: 276.26895904541016 relativeCreated: 38509.29069519043 thread: 139965834856128 threadName: Thread-3 processName: MainProcess process: 1486 their_address: - 172.18.0.3 - 35987 direction: <<<--- role: SERVER bytesize: 40 our_address: - 0.0.0.0 - 5064 - name: caproto.bcast msg: SearchRequest(name='TEST:MOTOR_t1.LVIO', cid=14, version=13, reply=5) args: None levelname: DEBUG levelno: 10 pathname: /workspace/tligui_y/slic/.pixi/envs/default/lib/python3.8/site-packages/caproto/_broadcaster.py filename: _broadcaster.py module: _broadcaster exc_info: None exc_text: None stack_info: None lineno: 136 funcName: recv created: 1754402093.2765148 msecs: 276.51476860046387 relativeCreated: 38509.53650474548 thread: 139965834856128 threadName: Thread-3 processName: MainProcess process: 1486 their_address: - 172.18.0.3 - 35987 direction: <<<--- role: SERVER bytesize: 40 our_address: - 0.0.0.0 - 5064 - name: caproto.bcast msg: SearchRequest(name='TEST:MOTOR_t1.HLS', cid=15, version=13, reply=5) args: None levelname: DEBUG levelno: 10 pathname: /workspace/tligui_y/slic/.pixi/envs/default/lib/python3.8/site-packages/caproto/_broadcaster.py filename: _broadcaster.py module: _broadcaster exc_info: None exc_text: None stack_info: None lineno: 136 funcName: recv created: 1754402093.27677 msecs: 276.77011489868164 relativeCreated: 38509.7918510437 thread: 139965834856128 threadName: Thread-3 processName: MainProcess process: 1486 their_address: - 172.18.0.3 - 35987 direction: <<<--- role: SERVER bytesize: 40 our_address: - 0.0.0.0 - 5064 - name: caproto.bcast msg: SearchRequest(name='TEST:MOTOR_t1.LLS', cid=16, version=13, reply=5) args: None levelname: DEBUG levelno: 10 pathname: /workspace/tligui_y/slic/.pixi/envs/default/lib/python3.8/site-packages/caproto/_broadcaster.py filename: _broadcaster.py module: _broadcaster exc_info: None exc_text: None stack_info: None lineno: 136 funcName: recv created: 1754402093.2770152 msecs: 277.01520919799805 relativeCreated: 38510.03694534302 thread: 139965834856128 threadName: Thread-3 processName: MainProcess process: 1486 their_address: - 172.18.0.3 - 35987 direction: <<<--- role: SERVER bytesize: 40 our_address: - 0.0.0.0 - 5064 - name: caproto.bcast msg: SearchRequest(name='TEST:MOTOR_t2.VAL', cid=17, version=13, reply=5) args: None levelname: DEBUG levelno: 10 pathname: /workspace/tligui_y/slic/.pixi/envs/default/lib/python3.8/site-packages/caproto/_broadcaster.py filename: _broadcaster.py module: _broadcaster exc_info: None exc_text: None stack_info: None lineno: 136 funcName: recv created: 1754402093.27726 msecs: 277.26006507873535 relativeCreated: 38510.281801223755 thread: 139965834856128 threadName: Thread-3 processName: MainProcess process: 1486 their_address: - 172.18.0.3 - 35987 direction: <<<--- role: SERVER bytesize: 40 our_address: - 0.0.0.0 - 5064 - name: caproto.bcast msg: SearchRequest(name='TEST:MOTOR_t2.DESC', cid=18, version=13, reply=5) args: None levelname: DEBUG levelno: 10 pathname: /workspace/tligui_y/slic/.pixi/envs/default/lib/python3.8/site-packages/caproto/_broadcaster.py filename: _broadcaster.py module: _broadcaster exc_info: None exc_text: None stack_info: None lineno: 136 funcName: recv created: 1754402093.277507 msecs: 277.50706672668457 relativeCreated: 38510.528802871704 thread: 139965834856128 threadName: Thread-3 processName: MainProcess process: 1486 their_address: - 172.18.0.3 - 35987 direction: <<<--- role: SERVER bytesize: 40 our_address: - 0.0.0.0 - 5064 - name: caproto.bcast msg: SearchRequest(name='TEST:MOTOR_t2.RTYP', cid=19, version=13, reply=5) args: None levelname: DEBUG levelno: 10 pathname: /workspace/tligui_y/slic/.pixi/envs/default/lib/python3.8/site-packages/caproto/_broadcaster.py filename: _broadcaster.py module: _broadcaster exc_info: None exc_text: None stack_info: None lineno: 136 funcName: recv created: 1754402093.2777624 msecs: 277.76241302490234 relativeCreated: 38510.78414916992 thread: 139965834856128 threadName: Thread-3 processName: MainProcess process: 1486 their_address: - 172.18.0.3 - 35987 direction: <<<--- role: SERVER bytesize: 40 our_address: - 0.0.0.0 - 5064 - name: caproto.bcast msg: SearchRequest(name='TEST:MOTOR_t2.RBV', cid=20, version=13, reply=5) args: None levelname: DEBUG levelno: 10 pathname: /workspace/tligui_y/slic/.pixi/envs/default/lib/python3.8/site-packages/caproto/_broadcaster.py filename: _broadcaster.py module: _broadcaster exc_info: None exc_text: None stack_info: None lineno: 136 funcName: recv created: 1754402093.2780125 msecs: 278.0125141143799 relativeCreated: 38511.0342502594 thread: 139965834856128 threadName: Thread-3 processName: MainProcess process: 1486 their_address: - 172.18.0.3 - 35987 direction: <<<--- role: SERVER bytesize: 40 our_address: - 0.0.0.0 - 5064 - name: caproto.bcast msg: SearchRequest(name='TEST:MOTOR_t2.PREC', cid=21, version=13, reply=5) args: None levelname: DEBUG levelno: 10 pathname: /workspace/tligui_y/slic/.pixi/envs/default/lib/python3.8/site-packages/caproto/_broadcaster.py filename: _broadcaster.py module: _broadcaster exc_info: None exc_text: None stack_info: None lineno: 136 funcName: recv created: 1754402093.2782588 msecs: 278.2588005065918 relativeCreated: 38511.28053665161 thread: 139965834856128 threadName: Thread-3 processName: MainProcess process: 1486 their_address: - 172.18.0.3 - 35987 direction: <<<--- role: SERVER bytesize: 40 our_address: - 0.0.0.0 - 5064 - name: caproto.bcast msg: SearchRequest(name='TEST:MOTOR_t2.TWV', cid=22, version=13, reply=5) args: None levelname: DEBUG levelno: 10 pathname: /workspace/tligui_y/slic/.pixi/envs/default/lib/python3.8/site-packages/caproto/_broadcaster.py filename: _broadcaster.py module: _broadcaster exc_info: None exc_text: None stack_info: None lineno: 136 funcName: recv created: 1754402093.2785056 msecs: 278.5055637359619 relativeCreated: 38511.52729988098 thread: 139965834856128 threadName: Thread-3 processName: MainProcess process: 1486 their_address: - 172.18.0.3 - 35987 direction: <<<--- role: SERVER bytesize: 40 our_address: - 0.0.0.0 - 5064 - name: caproto.bcast msg: SearchRequest(name='TEST:MOTOR_t2.FOFF', cid=23, version=13, reply=5) args: None levelname: DEBUG levelno: 10 pathname: /workspace/tligui_y/slic/.pixi/envs/default/lib/python3.8/site-packages/caproto/_broadcaster.py filename: _broadcaster.py module: _broadcaster exc_info: None exc_text: None stack_info: None lineno: 136 funcName: recv created: 1754402093.2787576 msecs: 278.75757217407227 relativeCreated: 38511.77930831909 thread: 139965834856128 threadName: Thread-3 processName: MainProcess process: 1486 their_address: - 172.18.0.3 - 35987 direction: <<<--- role: SERVER bytesize: 40 our_address: - 0.0.0.0 - 5064 - name: caproto.bcast msg: SearchRequest(name='TEST:MOTOR_t2.VELO', cid=24, version=13, reply=5) args: None levelname: DEBUG levelno: 10 pathname: /workspace/tligui_y/slic/.pixi/envs/default/lib/python3.8/site-packages/caproto/_broadcaster.py filename: _broadcaster.py module: _broadcaster exc_info: None exc_text: None stack_info: None lineno: 136 funcName: recv created: 1754402093.2790067 msecs: 279.0067195892334 relativeCreated: 38512.02845573425 thread: 139965834856128 threadName: Thread-3 processName: MainProcess process: 1486 their_address: - 172.18.0.3 - 35987 direction: <<<--- role: SERVER bytesize: 40 our_address: - 0.0.0.0 - 5064 - name: caproto.bcast msg: SearchRequest(name='TEST:MOTOR_t2.STAT', cid=25, version=13, reply=5) args: None levelname: DEBUG levelno: 10 pathname: /workspace/tligui_y/slic/.pixi/envs/default/lib/python3.8/site-packages/caproto/_broadcaster.py filename: _broadcaster.py module: _broadcaster exc_info: None exc_text: None stack_info: None lineno: 136 funcName: recv created: 1754402093.2792532 msecs: 279.2532444000244 relativeCreated: 38512.274980545044 thread: 139965834856128 threadName: Thread-3 processName: MainProcess process: 1486 their_address: - 172.18.0.3 - 35987 direction: <<<--- role: SERVER bytesize: 40 our_address: - 0.0.0.0 - 5064longrepr:
capture_stdout = <_io.StringIO object at 0x7f4c57caf040>, value = 75.0 expected_bar = '███████▌ ', expected_color = '\x1b[32m' @pytest.mark.parametrize("value, expected_bar, expected_color", [ (25.0, "██▌ ", colorama.Fore.GREEN), (50.0, "█████ ", colorama.Fore.GREEN), (75.0, "███████▌ ", colorama.Fore.GREEN), (100.0, "██████████", colorama.Fore.GREEN), (150.0, ">>>>>>>>>>", colorama.Fore.RED), (-50.0, "<<<<<<<<<<", colorama.Fore.RED) ]) def test_put_with_progress_and_repr(capture_stdout, value, expected_bar, expected_color): # Connect to the test PV using the custom slic PV class pv = PV("TEST:VAL") # Set initial value to 0.0 pv.put(0.0, wait=True) > assert pv.get() == 0.0 E assert None == 0.0 E + where None = get() E + where get = PV "TEST:VAL" at None None.get tests/test_utils_pv.py:64: AssertionError📌 Teardown phase
duration:
0.0003947438672184944outcome:
passed -
❌ Test 313
params: value=100.0, expected_bar="██████████", expected_color="\u001b[32m"📌 Runtime Parameters
params: value: 100.0 expected_bar: ██████████ expected_color: [32m id: 100.0-\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588-\x1b[32m📌 Setup phase
duration:
0.0005207150243222713outcome:
passed📌 Call phase
duration:
10.001127995084971outcome:
failedcrash:
path: /workspace/tligui_y/slic/tests/test_utils_pv.py lineno: 64 message: assert None == 0.0 + where None = get() + where get = PV "TEST:VAL" at None None.gettraceback:
- path: tests/test_utils_pv.py lineno: 64 message: AssertionErrorlog:
- name: caproto.bcast msg: Beacon(version=13, server_port=5064, beacon_id=10, address='0.0.0.0') args: None levelname: DEBUG levelno: 10 pathname: /workspace/tligui_y/slic/.pixi/envs/default/lib/python3.8/site-packages/caproto/_broadcaster.py filename: _broadcaster.py module: _broadcaster exc_info: None exc_text: None stack_info: None lineno: 94 funcName: send created: 1754402098.118911 msecs: 118.9110279083252 relativeCreated: 43351.932764053345 thread: 139965834856128 threadName: Thread-3 processName: MainProcess process: 1486 role: SERVER counter: - 1 - 1longrepr:
capture_stdout = <_io.StringIO object at 0x7f4c57caf550>, value = 100.0 expected_bar = '██████████', expected_color = '\x1b[32m' @pytest.mark.parametrize("value, expected_bar, expected_color", [ (25.0, "██▌ ", colorama.Fore.GREEN), (50.0, "█████ ", colorama.Fore.GREEN), (75.0, "███████▌ ", colorama.Fore.GREEN), (100.0, "██████████", colorama.Fore.GREEN), (150.0, ">>>>>>>>>>", colorama.Fore.RED), (-50.0, "<<<<<<<<<<", colorama.Fore.RED) ]) def test_put_with_progress_and_repr(capture_stdout, value, expected_bar, expected_color): # Connect to the test PV using the custom slic PV class pv = PV("TEST:VAL") # Set initial value to 0.0 pv.put(0.0, wait=True) > assert pv.get() == 0.0 E assert None == 0.0 E + where None = get() E + where get = PV "TEST:VAL" at None None.get tests/test_utils_pv.py:64: AssertionError📌 Teardown phase
duration:
0.0003679976798593998outcome:
passed -
❌ Test 314
params: value=150.0, expected_bar=">>>>>>>>>>", expected_color="\u001b[31m"📌 Runtime Parameters
params: value: 150.0 expected_bar: >>>>>>>>>> expected_color: [31m id: 150.0->>>>>>>>>>-\x1b[31m📌 Setup phase
duration:
0.0005049630999565125outcome:
passed📌 Call phase
duration:
10.001181207131594outcome:
failedcrash:
path: /workspace/tligui_y/slic/tests/test_utils_pv.py lineno: 64 message: assert None == 0.0 + where None = get() + where get = PV "TEST:VAL" at None None.gettraceback:
- path: tests/test_utils_pv.py lineno: 64 message: AssertionErrorlog:
- name: caproto.bcast msg: VersionRequest(priority=1, version=13) args: None levelname: DEBUG levelno: 10 pathname: /workspace/tligui_y/slic/.pixi/envs/default/lib/python3.8/site-packages/caproto/_broadcaster.py filename: _broadcaster.py module: _broadcaster exc_info: None exc_text: None stack_info: None lineno: 136 funcName: recv created: 1754402109.6447525 msecs: 644.7525024414062 relativeCreated: 54877.774238586426 thread: 139965834856128 threadName: Thread-3 processName: MainProcess process: 1486 their_address: - 172.18.0.3 - 35987 direction: <<<--- role: SERVER bytesize: 16 our_address: - 0.0.0.0 - 5064 - name: caproto.bcast msg: SearchRequest(name='TEST:MOTOR.DESC', cid=51, version=13, reply=5) args: None levelname: DEBUG levelno: 10 pathname: /workspace/tligui_y/slic/.pixi/envs/default/lib/python3.8/site-packages/caproto/_broadcaster.py filename: _broadcaster.py module: _broadcaster exc_info: None exc_text: None stack_info: None lineno: 136 funcName: recv created: 1754402109.6451936 msecs: 645.1935768127441 relativeCreated: 54878.215312957764 thread: 139965834856128 threadName: Thread-3 processName: MainProcess process: 1486 their_address: - 172.18.0.3 - 35987 direction: <<<--- role: SERVER bytesize: 32 our_address: - 0.0.0.0 - 5064 - name: caproto.bcast msg: SearchRequest(name='TEST:MOTOR.RTYP', cid=52, version=13, reply=5) args: None levelname: DEBUG levelno: 10 pathname: /workspace/tligui_y/slic/.pixi/envs/default/lib/python3.8/site-packages/caproto/_broadcaster.py filename: _broadcaster.py module: _broadcaster exc_info: None exc_text: None stack_info: None lineno: 136 funcName: recv created: 1754402109.645484 msecs: 645.4839706420898 relativeCreated: 54878.50570678711 thread: 139965834856128 threadName: Thread-3 processName: MainProcess process: 1486 their_address: - 172.18.0.3 - 35987 direction: <<<--- role: SERVER bytesize: 32 our_address: - 0.0.0.0 - 5064 - name: caproto.bcast msg: SearchRequest(name='TEST:MOTOR.RBV', cid=53, version=13, reply=5) args: None levelname: DEBUG levelno: 10 pathname: /workspace/tligui_y/slic/.pixi/envs/default/lib/python3.8/site-packages/caproto/_broadcaster.py filename: _broadcaster.py module: _broadcaster exc_info: None exc_text: None stack_info: None lineno: 136 funcName: recv created: 1754402109.6457496 msecs: 645.749568939209 relativeCreated: 54878.77130508423 thread: 139965834856128 threadName: Thread-3 processName: MainProcess process: 1486 their_address: - 172.18.0.3 - 35987 direction: <<<--- role: SERVER bytesize: 32 our_address: - 0.0.0.0 - 5064 - name: caproto.bcast msg: SearchRequest(name='TEST:MOTOR.PREC', cid=54, version=13, reply=5) args: None levelname: DEBUG levelno: 10 pathname: /workspace/tligui_y/slic/.pixi/envs/default/lib/python3.8/site-packages/caproto/_broadcaster.py filename: _broadcaster.py module: _broadcaster exc_info: None exc_text: None stack_info: None lineno: 136 funcName: recv created: 1754402109.6460023 msecs: 646.0022926330566 relativeCreated: 54879.024028778076 thread: 139965834856128 threadName: Thread-3 processName: MainProcess process: 1486 their_address: - 172.18.0.3 - 35987 direction: <<<--- role: SERVER bytesize: 32 our_address: - 0.0.0.0 - 5064 - name: caproto.bcast msg: SearchRequest(name='TEST:MOTOR.TWV', cid=55, version=13, reply=5) args: None levelname: DEBUG levelno: 10 pathname: /workspace/tligui_y/slic/.pixi/envs/default/lib/python3.8/site-packages/caproto/_broadcaster.py filename: _broadcaster.py module: _broadcaster exc_info: None exc_text: None stack_info: None lineno: 136 funcName: recv created: 1754402109.64625 msecs: 646.2500095367432 relativeCreated: 54879.27174568176 thread: 139965834856128 threadName: Thread-3 processName: MainProcess process: 1486 their_address: - 172.18.0.3 - 35987 direction: <<<--- role: SERVER bytesize: 32 our_address: - 0.0.0.0 - 5064 - name: caproto.bcast msg: SearchRequest(name='TEST:MOTOR.FOFF', cid=56, version=13, reply=5) args: None levelname: DEBUG levelno: 10 pathname: /workspace/tligui_y/slic/.pixi/envs/default/lib/python3.8/site-packages/caproto/_broadcaster.py filename: _broadcaster.py module: _broadcaster exc_info: None exc_text: None stack_info: None lineno: 136 funcName: recv created: 1754402109.6464972 msecs: 646.4972496032715 relativeCreated: 54879.51898574829 thread: 139965834856128 threadName: Thread-3 processName: MainProcess process: 1486 their_address: - 172.18.0.3 - 35987 direction: <<<--- role: SERVER bytesize: 32 our_address: - 0.0.0.0 - 5064 - name: caproto.bcast msg: SearchRequest(name='TEST:MOTOR.VELO', cid=57, version=13, reply=5) args: None levelname: DEBUG levelno: 10 pathname: /workspace/tligui_y/slic/.pixi/envs/default/lib/python3.8/site-packages/caproto/_broadcaster.py filename: _broadcaster.py module: _broadcaster exc_info: None exc_text: None stack_info: None lineno: 136 funcName: recv created: 1754402109.6467516 msecs: 646.7516422271729 relativeCreated: 54879.77337837219 thread: 139965834856128 threadName: Thread-3 processName: MainProcess process: 1486 their_address: - 172.18.0.3 - 35987 direction: <<<--- role: SERVER bytesize: 32 our_address: - 0.0.0.0 - 5064 - name: caproto.bcast msg: SearchRequest(name='TEST:MOTOR.STAT', cid=58, version=13, reply=5) args: None levelname: DEBUG levelno: 10 pathname: /workspace/tligui_y/slic/.pixi/envs/default/lib/python3.8/site-packages/caproto/_broadcaster.py filename: _broadcaster.py module: _broadcaster exc_info: None exc_text: None stack_info: None lineno: 136 funcName: recv created: 1754402109.6470013 msecs: 647.0012664794922 relativeCreated: 54880.02300262451 thread: 139965834856128 threadName: Thread-3 processName: MainProcess process: 1486 their_address: - 172.18.0.3 - 35987 direction: <<<--- role: SERVER bytesize: 32 our_address: - 0.0.0.0 - 5064 - name: caproto.bcast msg: SearchRequest(name='TEST:MOTOR.SET', cid=59, version=13, reply=5) args: None levelname: DEBUG levelno: 10 pathname: /workspace/tligui_y/slic/.pixi/envs/default/lib/python3.8/site-packages/caproto/_broadcaster.py filename: _broadcaster.py module: _broadcaster exc_info: None exc_text: None stack_info: None lineno: 136 funcName: recv created: 1754402109.6472492 msecs: 647.2492218017578 relativeCreated: 54880.27095794678 thread: 139965834856128 threadName: Thread-3 processName: MainProcess process: 1486 their_address: - 172.18.0.3 - 35987 direction: <<<--- role: SERVER bytesize: 32 our_address: - 0.0.0.0 - 5064 - name: caproto.bcast msg: SearchRequest(name='TEST:MOTOR.LLM', cid=60, version=13, reply=5) args: None levelname: DEBUG levelno: 10 pathname: /workspace/tligui_y/slic/.pixi/envs/default/lib/python3.8/site-packages/caproto/_broadcaster.py filename: _broadcaster.py module: _broadcaster exc_info: None exc_text: None stack_info: None lineno: 136 funcName: recv created: 1754402109.6475086 msecs: 647.5086212158203 relativeCreated: 54880.53035736084 thread: 139965834856128 threadName: Thread-3 processName: MainProcess process: 1486 their_address: - 172.18.0.3 - 35987 direction: <<<--- role: SERVER bytesize: 32 our_address: - 0.0.0.0 - 5064 - name: caproto.bcast msg: SearchRequest(name='TEST:MOTOR.HLM', cid=61, version=13, reply=5) args: None levelname: DEBUG levelno: 10 pathname: /workspace/tligui_y/slic/.pixi/envs/default/lib/python3.8/site-packages/caproto/_broadcaster.py filename: _broadcaster.py module: _broadcaster exc_info: None exc_text: None stack_info: None lineno: 136 funcName: recv created: 1754402109.6477637 msecs: 647.763729095459 relativeCreated: 54880.78546524048 thread: 139965834856128 threadName: Thread-3 processName: MainProcess process: 1486 their_address: - 172.18.0.3 - 35987 direction: <<<--- role: SERVER bytesize: 32 our_address: - 0.0.0.0 - 5064 - name: caproto.bcast msg: SearchRequest(name='TEST:MOTOR.SPMG', cid=62, version=13, reply=5) args: None levelname: DEBUG levelno: 10 pathname: /workspace/tligui_y/slic/.pixi/envs/default/lib/python3.8/site-packages/caproto/_broadcaster.py filename: _broadcaster.py module: _broadcaster exc_info: None exc_text: None stack_info: None lineno: 136 funcName: recv created: 1754402109.6480114 msecs: 648.0114459991455 relativeCreated: 54881.033182144165 thread: 139965834856128 threadName: Thread-3 processName: MainProcess process: 1486 their_address: - 172.18.0.3 - 35987 direction: <<<--- role: SERVER bytesize: 32 our_address: - 0.0.0.0 - 5064 - name: caproto.bcast msg: SearchRequest(name='TEST:MOTOR.LVIO', cid=63, version=13, reply=5) args: None levelname: DEBUG levelno: 10 pathname: /workspace/tligui_y/slic/.pixi/envs/default/lib/python3.8/site-packages/caproto/_broadcaster.py filename: _broadcaster.py module: _broadcaster exc_info: None exc_text: None stack_info: None lineno: 136 funcName: recv created: 1754402109.648263 msecs: 648.2629776000977 relativeCreated: 54881.28471374512 thread: 139965834856128 threadName: Thread-3 processName: MainProcess process: 1486 their_address: - 172.18.0.3 - 35987 direction: <<<--- role: SERVER bytesize: 32 our_address: - 0.0.0.0 - 5064 - name: caproto.bcast msg: SearchRequest(name='TEST:MOTOR.HLS', cid=64, version=13, reply=5) args: None levelname: DEBUG levelno: 10 pathname: /workspace/tligui_y/slic/.pixi/envs/default/lib/python3.8/site-packages/caproto/_broadcaster.py filename: _broadcaster.py module: _broadcaster exc_info: None exc_text: None stack_info: None lineno: 136 funcName: recv created: 1754402109.6485138 msecs: 648.5137939453125 relativeCreated: 54881.53553009033 thread: 139965834856128 threadName: Thread-3 processName: MainProcess process: 1486 their_address: - 172.18.0.3 - 35987 direction: <<<--- role: SERVER bytesize: 32 our_address: - 0.0.0.0 - 5064 - name: caproto.bcast msg: SearchRequest(name='TEST:MOTOR.LLS', cid=65, version=13, reply=5) args: None levelname: DEBUG levelno: 10 pathname: /workspace/tligui_y/slic/.pixi/envs/default/lib/python3.8/site-packages/caproto/_broadcaster.py filename: _broadcaster.py module: _broadcaster exc_info: None exc_text: None stack_info: None lineno: 136 funcName: recv created: 1754402109.6487677 msecs: 648.7677097320557 relativeCreated: 54881.789445877075 thread: 139965834856128 threadName: Thread-3 processName: MainProcess process: 1486 their_address: - 172.18.0.3 - 35987 direction: <<<--- role: SERVER bytesize: 32 our_address: - 0.0.0.0 - 5064 - name: caproto.bcast msg: SearchRequest(name='ca://TEST:FLOAT', cid=66, version=13, reply=5) args: None levelname: DEBUG levelno: 10 pathname: /workspace/tligui_y/slic/.pixi/envs/default/lib/python3.8/site-packages/caproto/_broadcaster.py filename: _broadcaster.py module: _broadcaster exc_info: None exc_text: None stack_info: None lineno: 136 funcName: recv created: 1754402109.6490157 msecs: 649.0156650543213 relativeCreated: 54882.03740119934 thread: 139965834856128 threadName: Thread-3 processName: MainProcess process: 1486 their_address: - 172.18.0.3 - 35987 direction: <<<--- role: SERVER bytesize: 32 our_address: - 0.0.0.0 - 5064 - name: caproto.bcast msg: SearchRequest(name='TEST:VAL', cid=67, version=13, reply=5) args: None levelname: DEBUG levelno: 10 pathname: /workspace/tligui_y/slic/.pixi/envs/default/lib/python3.8/site-packages/caproto/_broadcaster.py filename: _broadcaster.py module: _broadcaster exc_info: None exc_text: None stack_info: None lineno: 136 funcName: recv created: 1754402109.649263 msecs: 649.2629051208496 relativeCreated: 54882.28464126587 thread: 139965834856128 threadName: Thread-3 processName: MainProcess process: 1486 their_address: - 172.18.0.3 - 35987 direction: <<<--- role: SERVER bytesize: 32 our_address: - 0.0.0.0 - 5064 - name: caproto.bcast msg: Beacon(version=13, server_port=5064, beacon_id=11, address='0.0.0.0') args: None levelname: DEBUG levelno: 10 pathname: /workspace/tligui_y/slic/.pixi/envs/default/lib/python3.8/site-packages/caproto/_broadcaster.py filename: _broadcaster.py module: _broadcaster exc_info: None exc_text: None stack_info: None lineno: 94 funcName: send created: 1754402113.121971 msecs: 121.97089195251465 relativeCreated: 58354.992628097534 thread: 139965834856128 threadName: Thread-3 processName: MainProcess process: 1486 role: SERVER counter: - 1 - 1longrepr:
capture_stdout = <_io.StringIO object at 0x7f4c57994700>, value = 150.0 expected_bar = '>>>>>>>>>>', expected_color = '\x1b[31m' @pytest.mark.parametrize("value, expected_bar, expected_color", [ (25.0, "██▌ ", colorama.Fore.GREEN), (50.0, "█████ ", colorama.Fore.GREEN), (75.0, "███████▌ ", colorama.Fore.GREEN), (100.0, "██████████", colorama.Fore.GREEN), (150.0, ">>>>>>>>>>", colorama.Fore.RED), (-50.0, "<<<<<<<<<<", colorama.Fore.RED) ]) def test_put_with_progress_and_repr(capture_stdout, value, expected_bar, expected_color): # Connect to the test PV using the custom slic PV class pv = PV("TEST:VAL") # Set initial value to 0.0 pv.put(0.0, wait=True) > assert pv.get() == 0.0 E assert None == 0.0 E + where None = get() E + where get = PV "TEST:VAL" at None None.get tests/test_utils_pv.py:64: AssertionError📌 Teardown phase
duration:
0.00036531174555420876outcome:
passed -
❌ Test 315
params: value=-50.0, expected_bar="<<<<<<<<<<", expected_color="\u001b[31m"📌 Runtime Parameters
params: value: -50.0 expected_bar: <<<<<<<<<< expected_color: [31m id: -50.0-<<<<<<<<<<-\x1b[31m📌 Setup phase
duration:
0.0005094469524919987outcome:
passed📌 Call phase
duration:
10.001111926045269outcome:
failedcrash:
path: /workspace/tligui_y/slic/tests/test_utils_pv.py lineno: 64 message: assert None == 0.0 + where None = get() + where get = PV "TEST:VAL" at None None.gettraceback:
- path: tests/test_utils_pv.py lineno: 64 message: AssertionErrorlongrepr:
capture_stdout = <_io.StringIO object at 0x7f4c57994310>, value = -50.0 expected_bar = '<<<<<<<<<<', expected_color = '\x1b[31m' @pytest.mark.parametrize("value, expected_bar, expected_color", [ (25.0, "██▌ ", colorama.Fore.GREEN), (50.0, "█████ ", colorama.Fore.GREEN), (75.0, "███████▌ ", colorama.Fore.GREEN), (100.0, "██████████", colorama.Fore.GREEN), (150.0, ">>>>>>>>>>", colorama.Fore.RED), (-50.0, "<<<<<<<<<<", colorama.Fore.RED) ]) def test_put_with_progress_and_repr(capture_stdout, value, expected_bar, expected_color): # Connect to the test PV using the custom slic PV class pv = PV("TEST:VAL") # Set initial value to 0.0 pv.put(0.0, wait=True) > assert pv.get() == 0.0 E assert None == 0.0 E + where None = get() E + where get = PV "TEST:VAL" at None None.get tests/test_utils_pv.py:64: AssertionError📌 Teardown phase
duration:
0.00031843921169638634outcome:
passed
↳ Function: test_use_callback_context_manager
-
❌ Test 316
📌 Setup phase
duration:
0.00018424028530716896outcome:
passed📌 Call phase
duration:
2.0004770499654114outcome:
failedcrash:
path: /workspace/tligui_y/slic/tests/test_utils_pv.py lineno: 96 message: AttributeError: 'PV' object has no attribute '_callbacks'traceback:
- path: tests/test_utils_pv.py lineno: 96 message: AttributeErrorlog:
- name: caproto.bcast msg: VersionRequest(priority=1, version=13) args: None levelname: DEBUG levelno: 10 pathname: /workspace/tligui_y/slic/.pixi/envs/default/lib/python3.8/site-packages/caproto/_broadcaster.py filename: _broadcaster.py module: _broadcaster exc_info: None exc_text: None stack_info: None lineno: 136 funcName: recv created: 1754402126.033814 msecs: 33.8139533996582 relativeCreated: 71266.83568954468 thread: 139965834856128 threadName: Thread-3 processName: MainProcess process: 1486 their_address: - 172.18.0.3 - 35987 direction: <<<--- role: SERVER bytesize: 16 our_address: - 0.0.0.0 - 5064 - name: caproto.bcast msg: SearchRequest(name='TEST:MOTOR_t2.SET', cid=26, version=13, reply=5) args: None levelname: DEBUG levelno: 10 pathname: /workspace/tligui_y/slic/.pixi/envs/default/lib/python3.8/site-packages/caproto/_broadcaster.py filename: _broadcaster.py module: _broadcaster exc_info: None exc_text: None stack_info: None lineno: 136 funcName: recv created: 1754402126.0342631 msecs: 34.26313400268555 relativeCreated: 71267.2848701477 thread: 139965834856128 threadName: Thread-3 processName: MainProcess process: 1486 their_address: - 172.18.0.3 - 35987 direction: <<<--- role: SERVER bytesize: 40 our_address: - 0.0.0.0 - 5064 - name: caproto.bcast msg: SearchRequest(name='TEST:MOTOR_t2.LLM', cid=27, version=13, reply=5) args: None levelname: DEBUG levelno: 10 pathname: /workspace/tligui_y/slic/.pixi/envs/default/lib/python3.8/site-packages/caproto/_broadcaster.py filename: _broadcaster.py module: _broadcaster exc_info: None exc_text: None stack_info: None lineno: 136 funcName: recv created: 1754402126.0345595 msecs: 34.55948829650879 relativeCreated: 71267.58122444153 thread: 139965834856128 threadName: Thread-3 processName: MainProcess process: 1486 their_address: - 172.18.0.3 - 35987 direction: <<<--- role: SERVER bytesize: 40 our_address: - 0.0.0.0 - 5064 - name: caproto.bcast msg: SearchRequest(name='TEST:MOTOR_t2.HLM', cid=28, version=13, reply=5) args: None levelname: DEBUG levelno: 10 pathname: /workspace/tligui_y/slic/.pixi/envs/default/lib/python3.8/site-packages/caproto/_broadcaster.py filename: _broadcaster.py module: _broadcaster exc_info: None exc_text: None stack_info: None lineno: 136 funcName: recv created: 1754402126.034831 msecs: 34.83104705810547 relativeCreated: 71267.85278320312 thread: 139965834856128 threadName: Thread-3 processName: MainProcess process: 1486 their_address: - 172.18.0.3 - 35987 direction: <<<--- role: SERVER bytesize: 40 our_address: - 0.0.0.0 - 5064 - name: caproto.bcast msg: SearchRequest(name='TEST:MOTOR_t2.SPMG', cid=29, version=13, reply=5) args: None levelname: DEBUG levelno: 10 pathname: /workspace/tligui_y/slic/.pixi/envs/default/lib/python3.8/site-packages/caproto/_broadcaster.py filename: _broadcaster.py module: _broadcaster exc_info: None exc_text: None stack_info: None lineno: 136 funcName: recv created: 1754402126.0350842 msecs: 35.08424758911133 relativeCreated: 71268.10598373413 thread: 139965834856128 threadName: Thread-3 processName: MainProcess process: 1486 their_address: - 172.18.0.3 - 35987 direction: <<<--- role: SERVER bytesize: 40 our_address: - 0.0.0.0 - 5064 - name: caproto.bcast msg: SearchRequest(name='TEST:MOTOR_t2.LVIO', cid=30, version=13, reply=5) args: None levelname: DEBUG levelno: 10 pathname: /workspace/tligui_y/slic/.pixi/envs/default/lib/python3.8/site-packages/caproto/_broadcaster.py filename: _broadcaster.py module: _broadcaster exc_info: None exc_text: None stack_info: None lineno: 136 funcName: recv created: 1754402126.035335 msecs: 35.33506393432617 relativeCreated: 71268.35680007935 thread: 139965834856128 threadName: Thread-3 processName: MainProcess process: 1486 their_address: - 172.18.0.3 - 35987 direction: <<<--- role: SERVER bytesize: 40 our_address: - 0.0.0.0 - 5064 - name: caproto.bcast msg: SearchRequest(name='TEST:MOTOR_t2.HLS', cid=31, version=13, reply=5) args: None levelname: DEBUG levelno: 10 pathname: /workspace/tligui_y/slic/.pixi/envs/default/lib/python3.8/site-packages/caproto/_broadcaster.py filename: _broadcaster.py module: _broadcaster exc_info: None exc_text: None stack_info: None lineno: 136 funcName: recv created: 1754402126.0355835 msecs: 35.58349609375 relativeCreated: 71268.60523223877 thread: 139965834856128 threadName: Thread-3 processName: MainProcess process: 1486 their_address: - 172.18.0.3 - 35987 direction: <<<--- role: SERVER bytesize: 40 our_address: - 0.0.0.0 - 5064 - name: caproto.bcast msg: SearchRequest(name='TEST:MOTOR_t2.LLS', cid=32, version=13, reply=5) args: None levelname: DEBUG levelno: 10 pathname: /workspace/tligui_y/slic/.pixi/envs/default/lib/python3.8/site-packages/caproto/_broadcaster.py filename: _broadcaster.py module: _broadcaster exc_info: None exc_text: None stack_info: None lineno: 136 funcName: recv created: 1754402126.0358484 msecs: 35.848379135131836 relativeCreated: 71268.87011528015 thread: 139965834856128 threadName: Thread-3 processName: MainProcess process: 1486 their_address: - 172.18.0.3 - 35987 direction: <<<--- role: SERVER bytesize: 40 our_address: - 0.0.0.0 - 5064 - name: caproto.bcast msg: SearchRequest(name='TEST:MOTOR_t2.disabled', cid=33, version=13, reply=5) args: None levelname: DEBUG levelno: 10 pathname: /workspace/tligui_y/slic/.pixi/envs/default/lib/python3.8/site-packages/caproto/_broadcaster.py filename: _broadcaster.py module: _broadcaster exc_info: None exc_text: None stack_info: None lineno: 136 funcName: recv created: 1754402126.0360987 msecs: 36.09871864318848 relativeCreated: 71269.12045478821 thread: 139965834856128 threadName: Thread-3 processName: MainProcess process: 1486 their_address: - 172.18.0.3 - 35987 direction: <<<--- role: SERVER bytesize: 40 our_address: - 0.0.0.0 - 5064 - name: caproto.bcast msg: SearchRequest(name='TEST:MOTOR_1.VAL', cid=34, version=13, reply=5) args: None levelname: DEBUG levelno: 10 pathname: /workspace/tligui_y/slic/.pixi/envs/default/lib/python3.8/site-packages/caproto/_broadcaster.py filename: _broadcaster.py module: _broadcaster exc_info: None exc_text: None stack_info: None lineno: 136 funcName: recv created: 1754402126.0363495 msecs: 36.34953498840332 relativeCreated: 71269.37127113342 thread: 139965834856128 threadName: Thread-3 processName: MainProcess process: 1486 their_address: - 172.18.0.3 - 35987 direction: <<<--- role: SERVER bytesize: 40 our_address: - 0.0.0.0 - 5064 - name: caproto.bcast msg: SearchRequest(name='TEST:MOTOR_1.DESC', cid=35, version=13, reply=5) args: None levelname: DEBUG levelno: 10 pathname: /workspace/tligui_y/slic/.pixi/envs/default/lib/python3.8/site-packages/caproto/_broadcaster.py filename: _broadcaster.py module: _broadcaster exc_info: None exc_text: None stack_info: None lineno: 136 funcName: recv created: 1754402126.0366004 msecs: 36.600351333618164 relativeCreated: 71269.62208747864 thread: 139965834856128 threadName: Thread-3 processName: MainProcess process: 1486 their_address: - 172.18.0.3 - 35987 direction: <<<--- role: SERVER bytesize: 40 our_address: - 0.0.0.0 - 5064 - name: caproto.bcast msg: SearchRequest(name='TEST:MOTOR_1.RTYP', cid=36, version=13, reply=5) args: None levelname: DEBUG levelno: 10 pathname: /workspace/tligui_y/slic/.pixi/envs/default/lib/python3.8/site-packages/caproto/_broadcaster.py filename: _broadcaster.py module: _broadcaster exc_info: None exc_text: None stack_info: None lineno: 136 funcName: recv created: 1754402126.036857 msecs: 36.856889724731445 relativeCreated: 71269.87862586975 thread: 139965834856128 threadName: Thread-3 processName: MainProcess process: 1486 their_address: - 172.18.0.3 - 35987 direction: <<<--- role: SERVER bytesize: 40 our_address: - 0.0.0.0 - 5064 - name: caproto.bcast msg: SearchRequest(name='TEST:MOTOR_1.RBV', cid=37, version=13, reply=5) args: None levelname: DEBUG levelno: 10 pathname: /workspace/tligui_y/slic/.pixi/envs/default/lib/python3.8/site-packages/caproto/_broadcaster.py filename: _broadcaster.py module: _broadcaster exc_info: None exc_text: None stack_info: None lineno: 136 funcName: recv created: 1754402126.0371022 msecs: 37.10222244262695 relativeCreated: 71270.12395858765 thread: 139965834856128 threadName: Thread-3 processName: MainProcess process: 1486 their_address: - 172.18.0.3 - 35987 direction: <<<--- role: SERVER bytesize: 40 our_address: - 0.0.0.0 - 5064 - name: caproto.bcast msg: SearchRequest(name='TEST:MOTOR_1.PREC', cid=38, version=13, reply=5) args: None levelname: DEBUG levelno: 10 pathname: /workspace/tligui_y/slic/.pixi/envs/default/lib/python3.8/site-packages/caproto/_broadcaster.py filename: _broadcaster.py module: _broadcaster exc_info: None exc_text: None stack_info: None lineno: 136 funcName: recv created: 1754402126.0373495 msecs: 37.34946250915527 relativeCreated: 71270.37119865417 thread: 139965834856128 threadName: Thread-3 processName: MainProcess process: 1486 their_address: - 172.18.0.3 - 35987 direction: <<<--- role: SERVER bytesize: 40 our_address: - 0.0.0.0 - 5064 - name: caproto.bcast msg: SearchRequest(name='TEST:MOTOR_1.TWV', cid=39, version=13, reply=5) args: None levelname: DEBUG levelno: 10 pathname: /workspace/tligui_y/slic/.pixi/envs/default/lib/python3.8/site-packages/caproto/_broadcaster.py filename: _broadcaster.py module: _broadcaster exc_info: None exc_text: None stack_info: None lineno: 136 funcName: recv created: 1754402126.0375943 msecs: 37.59431838989258 relativeCreated: 71270.61605453491 thread: 139965834856128 threadName: Thread-3 processName: MainProcess process: 1486 their_address: - 172.18.0.3 - 35987 direction: <<<--- role: SERVER bytesize: 40 our_address: - 0.0.0.0 - 5064 - name: caproto.bcast msg: SearchRequest(name='TEST:MOTOR_1.FOFF', cid=40, version=13, reply=5) args: None levelname: DEBUG levelno: 10 pathname: /workspace/tligui_y/slic/.pixi/envs/default/lib/python3.8/site-packages/caproto/_broadcaster.py filename: _broadcaster.py module: _broadcaster exc_info: None exc_text: None stack_info: None lineno: 136 funcName: recv created: 1754402126.0378466 msecs: 37.84656524658203 relativeCreated: 71270.8683013916 thread: 139965834856128 threadName: Thread-3 processName: MainProcess process: 1486 their_address: - 172.18.0.3 - 35987 direction: <<<--- role: SERVER bytesize: 40 our_address: - 0.0.0.0 - 5064 - name: caproto.bcast msg: SearchRequest(name='TEST:MOTOR_1.VELO', cid=41, version=13, reply=5) args: None levelname: DEBUG levelno: 10 pathname: /workspace/tligui_y/slic/.pixi/envs/default/lib/python3.8/site-packages/caproto/_broadcaster.py filename: _broadcaster.py module: _broadcaster exc_info: None exc_text: None stack_info: None lineno: 136 funcName: recv created: 1754402126.0380938 msecs: 38.09380531311035 relativeCreated: 71271.11554145813 thread: 139965834856128 threadName: Thread-3 processName: MainProcess process: 1486 their_address: - 172.18.0.3 - 35987 direction: <<<--- role: SERVER bytesize: 40 our_address: - 0.0.0.0 - 5064 - name: caproto.bcast msg: SearchRequest(name='TEST:MOTOR_1.STAT', cid=42, version=13, reply=5) args: None levelname: DEBUG levelno: 10 pathname: /workspace/tligui_y/slic/.pixi/envs/default/lib/python3.8/site-packages/caproto/_broadcaster.py filename: _broadcaster.py module: _broadcaster exc_info: None exc_text: None stack_info: None lineno: 136 funcName: recv created: 1754402126.0383399 msecs: 38.339853286743164 relativeCreated: 71271.36158943176 thread: 139965834856128 threadName: Thread-3 processName: MainProcess process: 1486 their_address: - 172.18.0.3 - 35987 direction: <<<--- role: SERVER bytesize: 40 our_address: - 0.0.0.0 - 5064 - name: caproto.bcast msg: SearchRequest(name='TEST:MOTOR_1.SET', cid=43, version=13, reply=5) args: None levelname: DEBUG levelno: 10 pathname: /workspace/tligui_y/slic/.pixi/envs/default/lib/python3.8/site-packages/caproto/_broadcaster.py filename: _broadcaster.py module: _broadcaster exc_info: None exc_text: None stack_info: None lineno: 136 funcName: recv created: 1754402126.0385878 msecs: 38.58780860900879 relativeCreated: 71271.60954475403 thread: 139965834856128 threadName: Thread-3 processName: MainProcess process: 1486 their_address: - 172.18.0.3 - 35987 direction: <<<--- role: SERVER bytesize: 40 our_address: - 0.0.0.0 - 5064 - name: caproto.bcast msg: SearchRequest(name='TEST:MOTOR_1.LLM', cid=44, version=13, reply=5) args: None levelname: DEBUG levelno: 10 pathname: /workspace/tligui_y/slic/.pixi/envs/default/lib/python3.8/site-packages/caproto/_broadcaster.py filename: _broadcaster.py module: _broadcaster exc_info: None exc_text: None stack_info: None lineno: 136 funcName: recv created: 1754402126.038854 msecs: 38.85388374328613 relativeCreated: 71271.8756198883 thread: 139965834856128 threadName: Thread-3 processName: MainProcess process: 1486 their_address: - 172.18.0.3 - 35987 direction: <<<--- role: SERVER bytesize: 40 our_address: - 0.0.0.0 - 5064 - name: caproto.bcast msg: SearchRequest(name='TEST:MOTOR_1.HLM', cid=45, version=13, reply=5) args: None levelname: DEBUG levelno: 10 pathname: /workspace/tligui_y/slic/.pixi/envs/default/lib/python3.8/site-packages/caproto/_broadcaster.py filename: _broadcaster.py module: _broadcaster exc_info: None exc_text: None stack_info: None lineno: 136 funcName: recv created: 1754402126.0391076 msecs: 39.107561111450195 relativeCreated: 71272.12929725647 thread: 139965834856128 threadName: Thread-3 processName: MainProcess process: 1486 their_address: - 172.18.0.3 - 35987 direction: <<<--- role: SERVER bytesize: 40 our_address: - 0.0.0.0 - 5064 - name: caproto.bcast msg: SearchRequest(name='TEST:MOTOR_1.SPMG', cid=46, version=13, reply=5) args: None levelname: DEBUG levelno: 10 pathname: /workspace/tligui_y/slic/.pixi/envs/default/lib/python3.8/site-packages/caproto/_broadcaster.py filename: _broadcaster.py module: _broadcaster exc_info: None exc_text: None stack_info: None lineno: 136 funcName: recv created: 1754402126.0393581 msecs: 39.35813903808594 relativeCreated: 71272.3798751831 thread: 139965834856128 threadName: Thread-3 processName: MainProcess process: 1486 their_address: - 172.18.0.3 - 35987 direction: <<<--- role: SERVER bytesize: 40 our_address: - 0.0.0.0 - 5064 - name: caproto.bcast msg: SearchRequest(name='TEST:MOTOR_1.LVIO', cid=47, version=13, reply=5) args: None levelname: DEBUG levelno: 10 pathname: /workspace/tligui_y/slic/.pixi/envs/default/lib/python3.8/site-packages/caproto/_broadcaster.py filename: _broadcaster.py module: _broadcaster exc_info: None exc_text: None stack_info: None lineno: 136 funcName: recv created: 1754402126.0396066 msecs: 39.606571197509766 relativeCreated: 71272.62830734253 thread: 139965834856128 threadName: Thread-3 processName: MainProcess process: 1486 their_address: - 172.18.0.3 - 35987 direction: <<<--- role: SERVER bytesize: 40 our_address: - 0.0.0.0 - 5064 - name: caproto.bcast msg: SearchRequest(name='TEST:MOTOR_1.HLS', cid=48, version=13, reply=5) args: None levelname: DEBUG levelno: 10 pathname: /workspace/tligui_y/slic/.pixi/envs/default/lib/python3.8/site-packages/caproto/_broadcaster.py filename: _broadcaster.py module: _broadcaster exc_info: None exc_text: None stack_info: None lineno: 136 funcName: recv created: 1754402126.0398633 msecs: 39.86334800720215 relativeCreated: 71272.88508415222 thread: 139965834856128 threadName: Thread-3 processName: MainProcess process: 1486 their_address: - 172.18.0.3 - 35987 direction: <<<--- role: SERVER bytesize: 40 our_address: - 0.0.0.0 - 5064 - name: caproto.bcast msg: SearchRequest(name='TEST:MOTOR_1.LLS', cid=49, version=13, reply=5) args: None levelname: DEBUG levelno: 10 pathname: /workspace/tligui_y/slic/.pixi/envs/default/lib/python3.8/site-packages/caproto/_broadcaster.py filename: _broadcaster.py module: _broadcaster exc_info: None exc_text: None stack_info: None lineno: 136 funcName: recv created: 1754402126.0401094 msecs: 40.10939598083496 relativeCreated: 71273.13113212585 thread: 139965834856128 threadName: Thread-3 processName: MainProcess process: 1486 their_address: - 172.18.0.3 - 35987 direction: <<<--- role: SERVER bytesize: 40 our_address: - 0.0.0.0 - 5064 - name: caproto.bcast msg: SearchRequest(name='TEST:MOTOR.VAL', cid=50, version=13, reply=5) args: None levelname: DEBUG levelno: 10 pathname: /workspace/tligui_y/slic/.pixi/envs/default/lib/python3.8/site-packages/caproto/_broadcaster.py filename: _broadcaster.py module: _broadcaster exc_info: None exc_text: None stack_info: None lineno: 136 funcName: recv created: 1754402126.0403569 msecs: 40.35687446594238 relativeCreated: 71273.37861061096 thread: 139965834856128 threadName: Thread-3 processName: MainProcess process: 1486 their_address: - 172.18.0.3 - 35987 direction: <<<--- role: SERVER bytesize: 32 our_address: - 0.0.0.0 - 5064 - name: caproto.bcast msg: VersionRequest(priority=1, version=13) args: None levelname: DEBUG levelno: 10 pathname: /workspace/tligui_y/slic/.pixi/envs/default/lib/python3.8/site-packages/caproto/_broadcaster.py filename: _broadcaster.py module: _broadcaster exc_info: None exc_text: None stack_info: None lineno: 136 funcName: recv created: 1754402126.0411525 msecs: 41.1524772644043 relativeCreated: 71274.17421340942 thread: 139965834856128 threadName: Thread-3 processName: MainProcess process: 1486 their_address: - 172.18.0.3 - 35987 direction: <<<--- role: SERVER bytesize: 16 our_address: - 0.0.0.0 - 5064 - name: caproto.bcast msg: SearchRequest(name='TEST:MOTOR_t1.VAL', cid=1, version=13, reply=5) args: None levelname: DEBUG levelno: 10 pathname: /workspace/tligui_y/slic/.pixi/envs/default/lib/python3.8/site-packages/caproto/_broadcaster.py filename: _broadcaster.py module: _broadcaster exc_info: None exc_text: None stack_info: None lineno: 136 funcName: recv created: 1754402126.0414433 msecs: 41.4433479309082 relativeCreated: 71274.46508407593 thread: 139965834856128 threadName: Thread-3 processName: MainProcess process: 1486 their_address: - 172.18.0.3 - 35987 direction: <<<--- role: SERVER bytesize: 40 our_address: - 0.0.0.0 - 5064 - name: caproto.bcast msg: SearchRequest(name='TEST:MOTOR_t1.DESC', cid=2, version=13, reply=5) args: None levelname: DEBUG levelno: 10 pathname: /workspace/tligui_y/slic/.pixi/envs/default/lib/python3.8/site-packages/caproto/_broadcaster.py filename: _broadcaster.py module: _broadcaster exc_info: None exc_text: None stack_info: None lineno: 136 funcName: recv created: 1754402126.041718 msecs: 41.7180061340332 relativeCreated: 71274.73974227905 thread: 139965834856128 threadName: Thread-3 processName: MainProcess process: 1486 their_address: - 172.18.0.3 - 35987 direction: <<<--- role: SERVER bytesize: 40 our_address: - 0.0.0.0 - 5064 - name: caproto.bcast msg: SearchRequest(name='TEST:MOTOR_t1.RTYP', cid=3, version=13, reply=5) args: None levelname: DEBUG levelno: 10 pathname: /workspace/tligui_y/slic/.pixi/envs/default/lib/python3.8/site-packages/caproto/_broadcaster.py filename: _broadcaster.py module: _broadcaster exc_info: None exc_text: None stack_info: None lineno: 136 funcName: recv created: 1754402126.041971 msecs: 41.97096824645996 relativeCreated: 71274.99270439148 thread: 139965834856128 threadName: Thread-3 processName: MainProcess process: 1486 their_address: - 172.18.0.3 - 35987 direction: <<<--- role: SERVER bytesize: 40 our_address: - 0.0.0.0 - 5064 - name: caproto.bcast msg: SearchRequest(name='TEST:MOTOR_t1.RBV', cid=4, version=13, reply=5) args: None levelname: DEBUG levelno: 10 pathname: /workspace/tligui_y/slic/.pixi/envs/default/lib/python3.8/site-packages/caproto/_broadcaster.py filename: _broadcaster.py module: _broadcaster exc_info: None exc_text: None stack_info: None lineno: 136 funcName: recv created: 1754402126.0422184 msecs: 42.21844673156738 relativeCreated: 71275.24018287659 thread: 139965834856128 threadName: Thread-3 processName: MainProcess process: 1486 their_address: - 172.18.0.3 - 35987 direction: <<<--- role: SERVER bytesize: 40 our_address: - 0.0.0.0 - 5064 - name: caproto.bcast msg: SearchRequest(name='TEST:MOTOR_t1.PREC', cid=5, version=13, reply=5) args: None levelname: DEBUG levelno: 10 pathname: /workspace/tligui_y/slic/.pixi/envs/default/lib/python3.8/site-packages/caproto/_broadcaster.py filename: _broadcaster.py module: _broadcaster exc_info: None exc_text: None stack_info: None lineno: 136 funcName: recv created: 1754402126.042467 msecs: 42.46711730957031 relativeCreated: 71275.48885345459 thread: 139965834856128 threadName: Thread-3 processName: MainProcess process: 1486 their_address: - 172.18.0.3 - 35987 direction: <<<--- role: SERVER bytesize: 40 our_address: - 0.0.0.0 - 5064 - name: caproto.bcast msg: SearchRequest(name='TEST:MOTOR_t1.TWV', cid=6, version=13, reply=5) args: None levelname: DEBUG levelno: 10 pathname: /workspace/tligui_y/slic/.pixi/envs/default/lib/python3.8/site-packages/caproto/_broadcaster.py filename: _broadcaster.py module: _broadcaster exc_info: None exc_text: None stack_info: None lineno: 136 funcName: recv created: 1754402126.0427208 msecs: 42.720794677734375 relativeCreated: 71275.74253082275 thread: 139965834856128 threadName: Thread-3 processName: MainProcess process: 1486 their_address: - 172.18.0.3 - 35987 direction: <<<--- role: SERVER bytesize: 40 our_address: - 0.0.0.0 - 5064 - name: caproto.bcast msg: SearchRequest(name='TEST:MOTOR_t1.FOFF', cid=7, version=13, reply=5) args: None levelname: DEBUG levelno: 10 pathname: /workspace/tligui_y/slic/.pixi/envs/default/lib/python3.8/site-packages/caproto/_broadcaster.py filename: _broadcaster.py module: _broadcaster exc_info: None exc_text: None stack_info: None lineno: 136 funcName: recv created: 1754402126.042968 msecs: 42.968034744262695 relativeCreated: 71275.98977088928 thread: 139965834856128 threadName: Thread-3 processName: MainProcess process: 1486 their_address: - 172.18.0.3 - 35987 direction: <<<--- role: SERVER bytesize: 40 our_address: - 0.0.0.0 - 5064 - name: caproto.bcast msg: SearchRequest(name='TEST:MOTOR_t1.VELO', cid=8, version=13, reply=5) args: None levelname: DEBUG levelno: 10 pathname: /workspace/tligui_y/slic/.pixi/envs/default/lib/python3.8/site-packages/caproto/_broadcaster.py filename: _broadcaster.py module: _broadcaster exc_info: None exc_text: None stack_info: None lineno: 136 funcName: recv created: 1754402126.0432131 msecs: 43.2131290435791 relativeCreated: 71276.2348651886 thread: 139965834856128 threadName: Thread-3 processName: MainProcess process: 1486 their_address: - 172.18.0.3 - 35987 direction: <<<--- role: SERVER bytesize: 40 our_address: - 0.0.0.0 - 5064 - name: caproto.bcast msg: SearchRequest(name='TEST:MOTOR_t1.STAT', cid=9, version=13, reply=5) args: None levelname: DEBUG levelno: 10 pathname: /workspace/tligui_y/slic/.pixi/envs/default/lib/python3.8/site-packages/caproto/_broadcaster.py filename: _broadcaster.py module: _broadcaster exc_info: None exc_text: None stack_info: None lineno: 136 funcName: recv created: 1754402126.0434592 msecs: 43.459177017211914 relativeCreated: 71276.48091316223 thread: 139965834856128 threadName: Thread-3 processName: MainProcess process: 1486 their_address: - 172.18.0.3 - 35987 direction: <<<--- role: SERVER bytesize: 40 our_address: - 0.0.0.0 - 5064 - name: caproto.bcast msg: SearchRequest(name='TEST:MOTOR_t1.SET', cid=10, version=13, reply=5) args: None levelname: DEBUG levelno: 10 pathname: /workspace/tligui_y/slic/.pixi/envs/default/lib/python3.8/site-packages/caproto/_broadcaster.py filename: _broadcaster.py module: _broadcaster exc_info: None exc_text: None stack_info: None lineno: 136 funcName: recv created: 1754402126.043711 msecs: 43.710947036743164 relativeCreated: 71276.73268318176 thread: 139965834856128 threadName: Thread-3 processName: MainProcess process: 1486 their_address: - 172.18.0.3 - 35987 direction: <<<--- role: SERVER bytesize: 40 our_address: - 0.0.0.0 - 5064 - name: caproto.bcast msg: SearchRequest(name='TEST:MOTOR_t1.LLM', cid=11, version=13, reply=5) args: None levelname: DEBUG levelno: 10 pathname: /workspace/tligui_y/slic/.pixi/envs/default/lib/python3.8/site-packages/caproto/_broadcaster.py filename: _broadcaster.py module: _broadcaster exc_info: None exc_text: None stack_info: None lineno: 136 funcName: recv created: 1754402126.0439572 msecs: 43.95723342895508 relativeCreated: 71276.97896957397 thread: 139965834856128 threadName: Thread-3 processName: MainProcess process: 1486 their_address: - 172.18.0.3 - 35987 direction: <<<--- role: SERVER bytesize: 40 our_address: - 0.0.0.0 - 5064 - name: caproto.bcast msg: SearchRequest(name='TEST:MOTOR_t1.HLM', cid=12, version=13, reply=5) args: None levelname: DEBUG levelno: 10 pathname: /workspace/tligui_y/slic/.pixi/envs/default/lib/python3.8/site-packages/caproto/_broadcaster.py filename: _broadcaster.py module: _broadcaster exc_info: None exc_text: None stack_info: None lineno: 136 funcName: recv created: 1754402126.0442057 msecs: 44.205665588378906 relativeCreated: 71277.2274017334 thread: 139965834856128 threadName: Thread-3 processName: MainProcess process: 1486 their_address: - 172.18.0.3 - 35987 direction: <<<--- role: SERVER bytesize: 40 our_address: - 0.0.0.0 - 5064 - name: caproto.bcast msg: SearchRequest(name='TEST:MOTOR_t1.SPMG', cid=13, version=13, reply=5) args: None levelname: DEBUG levelno: 10 pathname: /workspace/tligui_y/slic/.pixi/envs/default/lib/python3.8/site-packages/caproto/_broadcaster.py filename: _broadcaster.py module: _broadcaster exc_info: None exc_text: None stack_info: None lineno: 136 funcName: recv created: 1754402126.0444512 msecs: 44.451236724853516 relativeCreated: 71277.47297286987 thread: 139965834856128 threadName: Thread-3 processName: MainProcess process: 1486 their_address: - 172.18.0.3 - 35987 direction: <<<--- role: SERVER bytesize: 40 our_address: - 0.0.0.0 - 5064 - name: caproto.bcast msg: SearchRequest(name='TEST:MOTOR_t1.LVIO', cid=14, version=13, reply=5) args: None levelname: DEBUG levelno: 10 pathname: /workspace/tligui_y/slic/.pixi/envs/default/lib/python3.8/site-packages/caproto/_broadcaster.py filename: _broadcaster.py module: _broadcaster exc_info: None exc_text: None stack_info: None lineno: 136 funcName: recv created: 1754402126.0447042 msecs: 44.70419883728027 relativeCreated: 71277.7259349823 thread: 139965834856128 threadName: Thread-3 processName: MainProcess process: 1486 their_address: - 172.18.0.3 - 35987 direction: <<<--- role: SERVER bytesize: 40 our_address: - 0.0.0.0 - 5064 - name: caproto.bcast msg: SearchRequest(name='TEST:MOTOR_t1.HLS', cid=15, version=13, reply=5) args: None levelname: DEBUG levelno: 10 pathname: /workspace/tligui_y/slic/.pixi/envs/default/lib/python3.8/site-packages/caproto/_broadcaster.py filename: _broadcaster.py module: _broadcaster exc_info: None exc_text: None stack_info: None lineno: 136 funcName: recv created: 1754402126.0449512 msecs: 44.95120048522949 relativeCreated: 71277.97293663025 thread: 139965834856128 threadName: Thread-3 processName: MainProcess process: 1486 their_address: - 172.18.0.3 - 35987 direction: <<<--- role: SERVER bytesize: 40 our_address: - 0.0.0.0 - 5064 - name: caproto.bcast msg: SearchRequest(name='TEST:MOTOR_t1.LLS', cid=16, version=13, reply=5) args: None levelname: DEBUG levelno: 10 pathname: /workspace/tligui_y/slic/.pixi/envs/default/lib/python3.8/site-packages/caproto/_broadcaster.py filename: _broadcaster.py module: _broadcaster exc_info: None exc_text: None stack_info: None lineno: 136 funcName: recv created: 1754402126.0451963 msecs: 45.1962947845459 relativeCreated: 71278.21803092957 thread: 139965834856128 threadName: Thread-3 processName: MainProcess process: 1486 their_address: - 172.18.0.3 - 35987 direction: <<<--- role: SERVER bytesize: 40 our_address: - 0.0.0.0 - 5064 - name: caproto.bcast msg: SearchRequest(name='TEST:MOTOR_t2.VAL', cid=17, version=13, reply=5) args: None levelname: DEBUG levelno: 10 pathname: /workspace/tligui_y/slic/.pixi/envs/default/lib/python3.8/site-packages/caproto/_broadcaster.py filename: _broadcaster.py module: _broadcaster exc_info: None exc_text: None stack_info: None lineno: 136 funcName: recv created: 1754402126.045443 msecs: 45.443058013916016 relativeCreated: 71278.46479415894 thread: 139965834856128 threadName: Thread-3 processName: MainProcess process: 1486 their_address: - 172.18.0.3 - 35987 direction: <<<--- role: SERVER bytesize: 40 our_address: - 0.0.0.0 - 5064 - name: caproto.bcast msg: SearchRequest(name='TEST:MOTOR_t2.DESC', cid=18, version=13, reply=5) args: None levelname: DEBUG levelno: 10 pathname: /workspace/tligui_y/slic/.pixi/envs/default/lib/python3.8/site-packages/caproto/_broadcaster.py filename: _broadcaster.py module: _broadcaster exc_info: None exc_text: None stack_info: None lineno: 136 funcName: recv created: 1754402126.0456944 msecs: 45.69435119628906 relativeCreated: 71278.71608734131 thread: 139965834856128 threadName: Thread-3 processName: MainProcess process: 1486 their_address: - 172.18.0.3 - 35987 direction: <<<--- role: SERVER bytesize: 40 our_address: - 0.0.0.0 - 5064 - name: caproto.bcast msg: SearchRequest(name='TEST:MOTOR_t2.RTYP', cid=19, version=13, reply=5) args: None levelname: DEBUG levelno: 10 pathname: /workspace/tligui_y/slic/.pixi/envs/default/lib/python3.8/site-packages/caproto/_broadcaster.py filename: _broadcaster.py module: _broadcaster exc_info: None exc_text: None stack_info: None lineno: 136 funcName: recv created: 1754402126.0459435 msecs: 45.943498611450195 relativeCreated: 71278.96523475647 thread: 139965834856128 threadName: Thread-3 processName: MainProcess process: 1486 their_address: - 172.18.0.3 - 35987 direction: <<<--- role: SERVER bytesize: 40 our_address: - 0.0.0.0 - 5064 - name: caproto.bcast msg: SearchRequest(name='TEST:MOTOR_t2.RBV', cid=20, version=13, reply=5) args: None levelname: DEBUG levelno: 10 pathname: /workspace/tligui_y/slic/.pixi/envs/default/lib/python3.8/site-packages/caproto/_broadcaster.py filename: _broadcaster.py module: _broadcaster exc_info: None exc_text: None stack_info: None lineno: 136 funcName: recv created: 1754402126.046194 msecs: 46.19407653808594 relativeCreated: 71279.2158126831 thread: 139965834856128 threadName: Thread-3 processName: MainProcess process: 1486 their_address: - 172.18.0.3 - 35987 direction: <<<--- role: SERVER bytesize: 40 our_address: - 0.0.0.0 - 5064 - name: caproto.bcast msg: SearchRequest(name='TEST:MOTOR_t2.PREC', cid=21, version=13, reply=5) args: None levelname: DEBUG levelno: 10 pathname: /workspace/tligui_y/slic/.pixi/envs/default/lib/python3.8/site-packages/caproto/_broadcaster.py filename: _broadcaster.py module: _broadcaster exc_info: None exc_text: None stack_info: None lineno: 136 funcName: recv created: 1754402126.0464425 msecs: 46.442508697509766 relativeCreated: 71279.46424484253 thread: 139965834856128 threadName: Thread-3 processName: MainProcess process: 1486 their_address: - 172.18.0.3 - 35987 direction: <<<--- role: SERVER bytesize: 40 our_address: - 0.0.0.0 - 5064 - name: caproto.bcast msg: SearchRequest(name='TEST:MOTOR_t2.TWV', cid=22, version=13, reply=5) args: None levelname: DEBUG levelno: 10 pathname: /workspace/tligui_y/slic/.pixi/envs/default/lib/python3.8/site-packages/caproto/_broadcaster.py filename: _broadcaster.py module: _broadcaster exc_info: None exc_text: None stack_info: None lineno: 136 funcName: recv created: 1754402126.0466945 msecs: 46.69451713562012 relativeCreated: 71279.71625328064 thread: 139965834856128 threadName: Thread-3 processName: MainProcess process: 1486 their_address: - 172.18.0.3 - 35987 direction: <<<--- role: SERVER bytesize: 40 our_address: - 0.0.0.0 - 5064 - name: caproto.bcast msg: SearchRequest(name='TEST:MOTOR_t2.FOFF', cid=23, version=13, reply=5) args: None levelname: DEBUG levelno: 10 pathname: /workspace/tligui_y/slic/.pixi/envs/default/lib/python3.8/site-packages/caproto/_broadcaster.py filename: _broadcaster.py module: _broadcaster exc_info: None exc_text: None stack_info: None lineno: 136 funcName: recv created: 1754402126.0469449 msecs: 46.94485664367676 relativeCreated: 71279.9665927887 thread: 139965834856128 threadName: Thread-3 processName: MainProcess process: 1486 their_address: - 172.18.0.3 - 35987 direction: <<<--- role: SERVER bytesize: 40 our_address: - 0.0.0.0 - 5064 - name: caproto.bcast msg: SearchRequest(name='TEST:MOTOR_t2.VELO', cid=24, version=13, reply=5) args: None levelname: DEBUG levelno: 10 pathname: /workspace/tligui_y/slic/.pixi/envs/default/lib/python3.8/site-packages/caproto/_broadcaster.py filename: _broadcaster.py module: _broadcaster exc_info: None exc_text: None stack_info: None lineno: 136 funcName: recv created: 1754402126.0471914 msecs: 47.19138145446777 relativeCreated: 71280.21311759949 thread: 139965834856128 threadName: Thread-3 processName: MainProcess process: 1486 their_address: - 172.18.0.3 - 35987 direction: <<<--- role: SERVER bytesize: 40 our_address: - 0.0.0.0 - 5064 - name: caproto.bcast msg: SearchRequest(name='TEST:MOTOR_t2.STAT', cid=25, version=13, reply=5) args: None levelname: DEBUG levelno: 10 pathname: /workspace/tligui_y/slic/.pixi/envs/default/lib/python3.8/site-packages/caproto/_broadcaster.py filename: _broadcaster.py module: _broadcaster exc_info: None exc_text: None stack_info: None lineno: 136 funcName: recv created: 1754402126.0474393 msecs: 47.4393367767334 relativeCreated: 71280.46107292175 thread: 139965834856128 threadName: Thread-3 processName: MainProcess process: 1486 their_address: - 172.18.0.3 - 35987 direction: <<<--- role: SERVER bytesize: 40 our_address: - 0.0.0.0 - 5064longrepr:
def test_use_callback_context_manager(): callback_values = [] pv = PV("TEST:VAL") pv.put(0.0, wait=True) def cb(value=None, **kwargs): callback_values.append(value) # Ensure initially no callback is set > initial_callbacks = len(pv._callbacks) E AttributeError: 'PV' object has no attribute '_callbacks' tests/test_utils_pv.py:96: AttributeError📌 Teardown phase
duration:
0.00033077364787459373outcome:
passed
-
-
📄 test_utils_richcfg.py
↳ Function: test_rich_inspector_outputs_more_than_builtin
-
❌ Test 358
📌 Setup phase
duration:
0.00021357601508498192outcome:
passed📌 Call phase
duration:
0.0949408421292901outcome:
failedcrash:
path: /workspace/tligui_y/slic/tests/test_utils_richcfg.py lineno: 120 message: assert ('role' and "admin'" in 'Type: User\nString form: <test_utils_richcfg.User object at 0x7f4c5934a1f0>\nFile: /workspace/tligui_y/...age = age\n\n def greet(self):\n """Returns a welcome message."""\n return f"Welcome, {self.name}!"\n')traceback:
- path: tests/test_utils_richcfg.py lineno: 120 message: AssertionErrorlongrepr:
monkeypatch = <_pytest.monkeypatch.MonkeyPatch object at 0x7f4c57e172b0> def test_rich_inspector_outputs_more_than_builtin(monkeypatch): # Simulate a fake IPython shell class FakeInspector: def __init__(self): self.pinfo = None class FakeIPython: def __init__(self): self.inspector = FakeInspector() fake_ipy = FakeIPython() monkeypatch.setattr("slic.utils.richcfg.get_ipython", lambda: fake_ipy) # Apply your Rich-based inspector patch replace_ipython_inspect() assert isinstance(fake_ipy.inspector.pinfo, types.FunctionType) # Capture Rich inspector output rich_buf = io.StringIO() monkeypatch.setattr("sys.stdout", rich_buf) user = User("Alice", 30) fake_ipy.inspector.pinfo(user, oname="user", detail_level=1) rich_text = rich_buf.getvalue() # Capture original IPython inspector output builtin_buf = io.StringIO() user = User("Alice", 30) original_stdout = sys.stdout sys.stdout = builtin_buf inspector = Inspector() info_dict = inspector.info(user) info = dict_to_oinfo(info_dict) inspector.pinfo(user, oname="user", info=info, detail_level=1) sys.stdout = original_stdout builtin_text = builtin_buf.getvalue() builtin_text = strip_ansi(builtin_text) print(rich_text, file=sys.__stdout__) print('\n\n\n', file=sys.__stdout__) print(builtin_text, file=sys.__stdout__) # Rich output: shows actual instance content # Rich shows live instance attribute values like: # age = 30 # name = 'Alice' # role = 'admin' assert "age = 30" in rich_text assert "name = 'Alice'" in rich_text # Built-in inspector does NOT show instance values assert "30" not in builtin_text assert "Alice" not in builtin_text # # Built-in inspector only shows the brut init function assert "def __init__(self, name: str, age: int):" in builtin_text assert "self.name = name" in builtin_text assert "self.age = age" in builtin_text # Both outputs include the same method and documentation and gives us the texts written outside functions # Method name is visible in both assert "def greet():" in rich_text assert "def greet(self):" in builtin_text # Method docstring is visible in both assert "Returns a welcome message." in rich_text assert "Returns a welcome message." in builtin_text # Informations outside functions are visible in both assert "role" and "admin'" in rich_text > assert "role" and "admin'" in builtin_text E assert ('role' and "admin'" in 'Type: User\nString form: <test_utils_richcfg.User object at 0x7f4c5934a1f0>\nFile: /workspace/tligui_y/...age = age\n\n def greet(self):\n """Returns a welcome message."""\n return f"Welcome, {self.name}!"\n') tests/test_utils_richcfg.py:120: AssertionError📌 Teardown phase
duration:
0.00026017893105745316outcome:
passed
-
-
📄 test_utils_tqdm_mod.py
↳ Function: test_float_alignment_in_bar
-
❌ Test 390
📌 Setup phase
duration:
0.00011704396456480026outcome:
passed📌 Call phase
duration:
0.0017492491751909256outcome:
failedcrash:
path: /workspace/tligui_y/slic/tests/test_utils_tqdm_mod.py lineno: 130 message: assert 3 == 1 + where 3 = len({50, 64, 65}) + where {50, 64, 65} = set([50, 64, 64, 65, 65])traceback:
- path: tests/test_utils_tqdm_mod.py lineno: 130 message: AssertionErrorlongrepr:
def test_float_alignment_in_bar(): # Capture the tqdm output into a string buffer f = io.StringIO() with redirect_stdout(f): bar = tqdm_mod(total=100.12, desc="AlignBar", file=f, miniters=1, mininterval=0) bar.set(1.3333) bar.set(12.5) bar.set(99.89) bar.set(100.12) bar.close() # Extract lines containing the label lines = extract_lines(f.getvalue(), "AlignBar") # Expected formatted values using format_sizeof expected_values = [ "1.3/100.1", "12.5/100.1", "99.9/100.1", "100.1/100.1", ] # Extract the actual padded float/total strings from the full lines values = [] for line in lines: match = re.search(r"(\d{1,3}\.\d)/100\.1", line) if match: values.append(match.group(0)) # Ensure raw 100.12 never appears : format_sizeof must have truncated it assert all("100.12" not in line for line in lines), "Unrounded value '100.12' found in output!" # Check all expected values appear rounded as expected by format_sizeof for expected in expected_values: assert expected in values, f"Missing expected value: {expected}" # Check that all values are visually aligned, output with same length, to ensure that format_sizeof add the good number avec spaces print("\n") bar_segments = [] for line in lines: match = re.search(r".*?\]", line) if match: bar_segments.append(match.group(0)) print(match.group(0)) lengths = [len(seg) for seg in bar_segments] > assert len(set(lengths)) == 1 E assert 3 == 1 E + where 3 = len({50, 64, 65}) E + where {50, 64, 65} = set([50, 64, 64, 65, 65]) tests/test_utils_tqdm_mod.py:130: AssertionError📌 Teardown phase
duration:
0.0001428588293492794outcome:
passed
-
📚 Collected files
✅ (1 tests)
-
✅
- Outcome:
passed - result:
- nodeid: . type: Dir - Outcome:
✅ ci-reports (13 tests)
-
✅ ci-reports
- Outcome:
passed - result:
- nodeid: ci-reports/allure type: Dir - nodeid: ci-reports/junit type: Dir - nodeid: ci-reports/markdown type: Dir-
✅ ci-reports/allure
- Outcome:
passed - result:
- nodeid: ci-reports/allure/data type: Dir - nodeid: ci-reports/allure/export type: Dir - nodeid: ci-reports/allure/history type: Dir - nodeid: ci-reports/allure/plugin type: Dir - nodeid: ci-reports/allure/widgets type: Dir - Outcome:
-
✅ ci-reports/allure/data
- Outcome:
passed - result:
- nodeid: ci-reports/allure/data/test-cases type: Dir - Outcome:
-
✅ ci-reports/allure/data/test-cases
- Outcome:
passed - result:
[] - Outcome:
-
✅ ci-reports/allure/export
- Outcome:
passed - result:
[] - Outcome:
-
✅ ci-reports/allure/history
- Outcome:
passed - result:
[] - Outcome:
-
✅ ci-reports/allure/plugin
- Outcome:
passed - result:
- nodeid: ci-reports/allure/plugin/behaviors type: Dir - nodeid: ci-reports/allure/plugin/packages type: Dir - nodeid: ci-reports/allure/plugin/screen-diff type: Dir - Outcome:
-
✅ ci-reports/allure/plugin/behaviors
- Outcome:
passed - result:
[] - Outcome:
-
✅ ci-reports/allure/plugin/packages
- Outcome:
passed - result:
[] - Outcome:
-
✅ ci-reports/allure/plugin/screen-diff
- Outcome:
passed - result:
[] - Outcome:
-
✅ ci-reports/allure/widgets
- Outcome:
passed - result:
[] - Outcome:
-
✅ ci-reports/junit
- Outcome:
passed - result:
[] - Outcome:
-
✅ ci-reports/markdown
- Outcome:
passed - result:
[] - Outcome:
- Outcome:
✅ outputs (1 tests)
-
✅ outputs
- Outcome:
passed - result:
[] - Outcome:
✅ slic (30 tests)
-
✅ slic
- Outcome:
passed - result:
- nodeid: slic/core type: Package - nodeid: slic/devices type: Package - nodeid: slic/gui type: Package - nodeid: slic/utils type: Package-
✅ slic/core
- Outcome:
passed - result:
- nodeid: slic/core/acquisition type: Package - nodeid: slic/core/adjustable type: Package - nodeid: slic/core/condition type: Package - nodeid: slic/core/device type: Package - nodeid: slic/core/scanner type: Package - nodeid: slic/core/sensor type: Package - nodeid: slic/core/task type: Package - Outcome:
-
✅ slic/core/acquisition
- Outcome:
passed - result:
- nodeid: slic/core/acquisition/broker type: Package - Outcome:
-
✅ slic/core/acquisition/broker
- Outcome:
passed - result:
[] - Outcome:
-
✅ slic/core/adjustable
- Outcome:
passed - result:
[] - Outcome:
-
✅ slic/core/condition
- Outcome:
passed - result:
[] - Outcome:
-
✅ slic/core/device
- Outcome:
passed - result:
[] - Outcome:
-
✅ slic/core/scanner
- Outcome:
passed - result:
[] - Outcome:
-
✅ slic/core/sensor
- Outcome:
passed - result:
[] - Outcome:
-
✅ slic/core/task
- Outcome:
passed - result:
[] - Outcome:
-
✅ slic/devices
- Outcome:
passed - result:
- nodeid: slic/devices/cameras type: Package - nodeid: slic/devices/endstations type: Package - nodeid: slic/devices/general type: Package - nodeid: slic/devices/loptics type: Package - nodeid: slic/devices/timing type: Package - nodeid: slic/devices/xdiagnostics type: Package - nodeid: slic/devices/xoptics type: Package - Outcome:
-
✅ slic/devices/cameras
- Outcome:
passed - result:
[] - Outcome:
-
✅ slic/devices/endstations
- Outcome:
passed - result:
[] - Outcome:
-
✅ slic/devices/general
- Outcome:
passed - result:
- nodeid: slic/devices/general/detectors type: Package - nodeid: slic/devices/general/unused type: Dir - Outcome:
-
✅ slic/devices/general/detectors
- Outcome:
passed - result:
[] - Outcome:
-
✅ slic/devices/general/unused
- Outcome:
passed - result:
[] - Outcome:
-
✅ slic/devices/loptics
- Outcome:
passed - result:
[] - Outcome:
-
✅ slic/devices/timing
- Outcome:
passed - result:
- nodeid: slic/devices/timing/events type: Package - Outcome:
-
✅ slic/devices/timing/events
- Outcome:
passed - result:
[] - Outcome:
-
✅ slic/devices/xdiagnostics
- Outcome:
passed - result:
[] - Outcome:
-
✅ slic/devices/xoptics
- Outcome:
passed - result:
- nodeid: slic/devices/xoptics/slits type: Package - nodeid: slic/devices/xoptics/unused type: Dir - Outcome:
-
✅ slic/devices/xoptics/slits
- Outcome:
passed - result:
[] - Outcome:
-
✅ slic/devices/xoptics/unused
- Outcome:
passed - result:
[] - Outcome:
-
✅ slic/gui
- Outcome:
passed - result:
- nodeid: slic/gui/daqpanels type: Package - nodeid: slic/gui/widgets type: Package - Outcome:
-
✅ slic/gui/daqpanels
- Outcome:
passed - result:
[] - Outcome:
-
✅ slic/gui/widgets
- Outcome:
passed - result:
[] - Outcome:
-
✅ slic/utils
- Outcome:
passed - result:
- nodeid: slic/utils/ioc type: Package - nodeid: slic/utils/unused type: Dir - Outcome:
-
✅ slic/utils/ioc
- Outcome:
passed - result:
[] - Outcome:
-
✅ slic/utils/unused
- Outcome:
passed - result:
- nodeid: slic/utils/unused/xsim type: Package - Outcome:
-
✅ slic/utils/unused/xsim
- Outcome:
passed - result:
[] - Outcome:
- Outcome:
✅ temp-ci (1 tests)
-
✅ temp-ci
- Outcome:
passed - result:
[] - Outcome:
✅ tests (38 tests)
-
✅ tests
- Outcome:
passed - result:
- nodeid: tests/test_utils_argfwd.py type: Module - nodeid: tests/test_utils_ask_yes_no.py type: Module - nodeid: tests/test_utils_channels.py type: Module - nodeid: tests/test_utils_config.py type: Module - nodeid: tests/test_utils_cpint.py type: Module - nodeid: tests/test_utils_debug.py type: Module - nodeid: tests/test_utils_dictext.py type: Module - nodeid: tests/test_utils_dotdir.py type: Module - nodeid: tests/test_utils_eval.py type: Module - nodeid: tests/test_utils_exceptions.py type: Module - nodeid: tests/test_utils_get_adj.py type: Module - nodeid: tests/test_utils_hastyepics.py type: Module - nodeid: tests/test_utils_ipy.py type: Module - nodeid: tests/test_utils_jsonext.py type: Module - nodeid: tests/test_utils_lazypv.py type: Module - nodeid: tests/test_utils_logcfg.py type: Module - nodeid: tests/test_utils_logign.py type: Module - nodeid: tests/test_utils_metaclasses.py type: Module - nodeid: tests/test_utils_namespace.py type: Module - nodeid: tests/test_utils_npy.py type: Module - nodeid: tests/test_utils_path.py type: Module - nodeid: tests/test_utils_picklio.py type: Module - nodeid: tests/test_utils_printing.py type: Module - nodeid: tests/test_utils_pv.py type: Module - nodeid: tests/test_utils_rangebar.py type: Module - nodeid: tests/test_utils_readable.py type: Module - nodeid: tests/test_utils_richcfg.py type: Module - nodeid: tests/test_utils_run_later.py type: Module - nodeid: tests/test_utils_sendmail.py type: Module - nodeid: tests/test_utils_snapshot.py type: Module - nodeid: tests/test_utils_termtitle.py type: Module - nodeid: tests/test_utils_tqdm_mod.py type: Module - nodeid: tests/test_utils_trinary.py type: Module - nodeid: tests/test_utils_typecast.py type: Module - nodeid: tests/test_utils_utils.py type: Module - nodeid: tests/test_utils_xrange.py type: Module-
✅ tests/test_utils_argfwd.py
- Outcome:
passed - result:
- nodeid: tests/test_utils_argfwd.py::test_split_at[lst0-2-expected0] type: Function lineno: 8 - nodeid: tests/test_utils_argfwd.py::test_split_at[lst1-1-expected1] type: Function lineno: 8 - nodeid: tests/test_utils_argfwd.py::test_split_at[lst2-0-expected2] type: Function lineno: 8 - nodeid: tests/test_utils_argfwd.py::test_merge_lists_unique[a0-b0-expected0] type: Function lineno: 17 - nodeid: tests/test_utils_argfwd.py::test_merge_lists_unique[a1-b1-expected1] type: Function lineno: 17 - nodeid: tests/test_utils_argfwd.py::test_merge_lists_unique[a2-b2-expected2] type: Function lineno: 17 - nodeid: tests/test_utils_argfwd.py::test_merge_dicts_unique[a0-b0-expected0] type: Function lineno: 26 - nodeid: tests/test_utils_argfwd.py::test_merge_dicts_unique[a1-b1-expected1] type: Function lineno: 26 - nodeid: tests/test_utils_argfwd.py::test_merge_dicts_unique[a2-b2-expected2] type: Function lineno: 26 - nodeid: tests/test_utils_argfwd.py::test_make_params_pos_basic[pos0-expected_names0] type: Function lineno: 35 - nodeid: tests/test_utils_argfwd.py::test_make_params_pos_basic[pos1-expected_names1] type: Function lineno: 35 - nodeid: tests/test_utils_argfwd.py::test_make_params_pos_basic[pos2-expected_names2] type: Function lineno: 35 - nodeid: tests/test_utils_argfwd.py::test_make_params_kw_basic[kw0-expected_keys0-expected_defaults0] type: Function lineno: 48 - nodeid: tests/test_utils_argfwd.py::test_make_params_kw_basic[kw1-expected_keys1-expected_defaults1] type: Function lineno: 48 - nodeid: tests/test_utils_argfwd.py::test_make_params_kw_basic[kw2-expected_keys2-expected_defaults2] type: Function lineno: 48 - nodeid: tests/test_utils_argfwd.py::test_make_signature_parametrized[pos0-kw0-(x, y, z=3)] type: Function lineno: 60 - nodeid: tests/test_utils_argfwd.py::test_make_signature_parametrized[pos1-kw1-(a, b=1, c=2)] type: Function lineno: 60 - nodeid: tests/test_utils_argfwd.py::test_make_signature_parametrized[pos2-kw2-(flag=False)] type: Function lineno: 60 - nodeid: tests/test_utils_argfwd.py::test_get_args_parametrized[<lambda>-expected_pos0-expected_kw0] type: Function lineno: 71 - nodeid: tests/test_utils_argfwd.py::test_get_args_parametrized[<lambda>-expected_pos1-expected_kw1] type: Function lineno: 71 - nodeid: tests/test_utils_argfwd.py::test_get_args_parametrized[<lambda>-expected_pos2-expected_kw2] type: Function lineno: 71 - nodeid: tests/test_utils_argfwd.py::test_signature_visible[wrap_all-(a, b, d=30, c=10)] type: Function lineno: 104 - nodeid: tests/test_utils_argfwd.py::test_signature_visible[wrap_skip-(a, b, c=10, d=20)] type: Function lineno: 104 - nodeid: tests/test_utils_argfwd.py::test_signature_visible[wrap_ignore_all-(x, y, c=10, d=20)] type: Function lineno: 104 - nodeid: tests/test_utils_argfwd.py::test_wrapper_behavior[wrap_all-args0-kwargs0-36] type: Function lineno: 112 - nodeid: tests/test_utils_argfwd.py::test_wrapper_behavior[wrap_all-args1-kwargs1-11] type: Function lineno: 112 - nodeid: tests/test_utils_argfwd.py::test_wrapper_behavior[wrap_skip-args2-kwargs2-10] type: Function lineno: 112 - nodeid: tests/test_utils_argfwd.py::test_wrapper_behavior[wrap_ignore_all-args3-kwargs3-10] type: Function lineno: 112 - Outcome:
-
✅ tests/test_utils_ask_yes_no.py
- Outcome:
passed - result:
- nodeid: tests/test_utils_ask_yes_no.py::test_ask_yes_no[None-y-True-Question? [y/n] ] type: Function lineno: 8 - nodeid: tests/test_utils_ask_yes_no.py::test_ask_yes_no[None-yes-True-Question? [y/n] ] type: Function lineno: 8 - nodeid: tests/test_utils_ask_yes_no.py::test_ask_yes_no[None-n-False-Question? [y/n] ] type: Function lineno: 8 - nodeid: tests/test_utils_ask_yes_no.py::test_ask_yes_no[None-no-False-Question? [y/n] ] type: Function lineno: 8 - nodeid: tests/test_utils_ask_yes_no.py::test_ask_yes_no[None-user_input4-True-Question? [y/n] ] type: Function lineno: 8 - nodeid: tests/test_utils_ask_yes_no.py::test_ask_yes_no[None-user_input5-False-Question? [y/n] ] type: Function lineno: 8 - nodeid: tests/test_utils_ask_yes_no.py::test_ask_yes_no[None-user_input6-True-Question? [y/n] ] type: Function lineno: 8 - nodeid: tests/test_utils_ask_yes_no.py::test_ask_yes_no[y-y-True-Question? [Y/n] ] type: Function lineno: 8 - nodeid: tests/test_utils_ask_yes_no.py::test_ask_yes_no[y-n-False-Question? [Y/n] ] type: Function lineno: 8 - nodeid: tests/test_utils_ask_yes_no.py::test_ask_yes_no[y--True-Question? [Y/n] ] type: Function lineno: 8 - nodeid: tests/test_utils_ask_yes_no.py::test_ask_yes_no[n-y-True-Question? [y/N] ] type: Function lineno: 8 - nodeid: tests/test_utils_ask_yes_no.py::test_ask_yes_no[n-n-False-Question? [y/N] ] type: Function lineno: 8 - nodeid: tests/test_utils_ask_yes_no.py::test_ask_yes_no[n--False-Question? [y/N] ] type: Function lineno: 8 - nodeid: tests/test_utils_ask_yes_no.py::test_ask_yes_no_ctrl_c[None-KeyboardInterrupt-False-n] type: Function lineno: 46 - nodeid: tests/test_utils_ask_yes_no.py::test_ask_yes_no_ctrl_c[None-KeyboardInterrupt-True-y] type: Function lineno: 46 - nodeid: tests/test_utils_ask_yes_no.py::test_ask_yes_no_ctrl_c[y-KeyboardInterrupt-False-n] type: Function lineno: 46 - nodeid: tests/test_utils_ask_yes_no.py::test_ask_yes_no_ctrl_c[y-KeyboardInterrupt-True-y] type: Function lineno: 46 - nodeid: tests/test_utils_ask_yes_no.py::test_ask_yes_no_ctrl_c[n-KeyboardInterrupt-False-n] type: Function lineno: 46 - nodeid: tests/test_utils_ask_yes_no.py::test_ask_yes_no_ctrl_c[None-user_input5-False-n] type: Function lineno: 46 - nodeid: tests/test_utils_ask_yes_no.py::test_ask_yes_no_ctrl_c[None-user_input6-True-y] type: Function lineno: 46 - nodeid: tests/test_utils_ask_yes_no.py::test_ask_yes_no_ctrl_c[None-user_input7-False-None] type: Function lineno: 46 - nodeid: tests/test_utils_ask_yes_no.py::test_ask_yes_no_ctrl_c[n-user_input8-False-None] type: Function lineno: 46 - nodeid: tests/test_utils_ask_yes_no.py::test_ask_yes_no_ctrl_c[n-user_input9-False-Invalid] type: Function lineno: 46 - nodeid: tests/test_utils_ask_yes_no.py::test_ask_yes_no_ctrl_d[None-EOFError-False-n] type: Function lineno: 79 - nodeid: tests/test_utils_ask_yes_no.py::test_ask_yes_no_ctrl_d[None-EOFError-True-y] type: Function lineno: 79 - nodeid: tests/test_utils_ask_yes_no.py::test_ask_yes_no_ctrl_d[y-EOFError-True-y] type: Function lineno: 79 - nodeid: tests/test_utils_ask_yes_no.py::test_ask_yes_no_ctrl_d[n-EOFError-True-y] type: Function lineno: 79 - nodeid: tests/test_utils_ask_yes_no.py::test_ask_yes_no_ctrl_d[n-EOFError-False-n] type: Function lineno: 79 - nodeid: tests/test_utils_ask_yes_no.py::test_ask_yes_no_ctrl_d[None-user_input5-True-y] type: Function lineno: 79 - nodeid: tests/test_utils_ask_yes_no.py::test_ask_yes_no_ctrl_d[None-user_input6-False-n] type: Function lineno: 79 - nodeid: tests/test_utils_ask_yes_no.py::test_ask_yes_no_ctrl_d[y-EOFError-True-None] type: Function lineno: 79 - nodeid: tests/test_utils_ask_yes_no.py::test_ask_yes_no_ctrl_d[n-EOFError-False-None] type: Function lineno: 79 - nodeid: tests/test_utils_ask_yes_no.py::test_ask_yes_no_ctrl_d[None-user_input9-True-None] type: Function lineno: 79 - nodeid: tests/test_utils_ask_yes_no.py::test_ask_yes_no_ctrl_d[n-user_input10-False-None] type: Function lineno: 79 - nodeid: tests/test_utils_ask_yes_no.py::test_ask_yes_no_ctrl_d[None-user_input11-True-None] type: Function lineno: 79 - nodeid: tests/test_utils_ask_yes_no.py::test_ask_yes_no_ctrl_d[None-user_input12-False-n] type: Function lineno: 79 - nodeid: tests/test_utils_ask_yes_no.py::test_ask_yes_no_ctrl_d[None-user_input13-True-y] type: Function lineno: 79 - nodeid: tests/test_utils_ask_yes_no.py::test_ask_yes_no_mixed_sequences[None-invalid-None-user_input0-False] type: Function lineno: 117 - nodeid: tests/test_utils_ask_yes_no.py::test_ask_yes_no_mixed_sequences[None-None-notananswer-user_input1-True] type: Function lineno: 117 - nodeid: tests/test_utils_ask_yes_no.py::test_ask_yes_no_mixed_sequences[None-n-nop-user_input2-False] type: Function lineno: 117 - Outcome:
-
✅ tests/test_utils_channels.py
- Outcome:
passed - result:
- nodeid: tests/test_utils_channels.py::test_load_channels_and_channels_class_with_professional_names type: Function lineno: 42 - Outcome:
-
✅ tests/test_utils_config.py
- Outcome:
passed - result:
- nodeid: tests/test_utils_config.py::test_config_with_nested_and_list_data type: Function lineno: 15 - nodeid: tests/test_utils_config.py::test_config_with_strange_and_edge_keys type: Function lineno: 73 - Outcome:
-
✅ tests/test_utils_cpint.py
- Outcome:
passed - result:
- nodeid: tests/test_utils_cpint.py::test_load_color_variants_all_keys_and_types[red] type: Function lineno: 9 - nodeid: tests/test_utils_cpint.py::test_load_color_variants_all_keys_and_types[blue] type: Function lineno: 9 - nodeid: tests/test_utils_cpint.py::test_load_color_variants_all_keys_and_types[yellow] type: Function lineno: 9 - nodeid: tests/test_utils_cpint.py::test_load_color_variants_all_keys_and_types[green] type: Function lineno: 9 - nodeid: tests/test_utils_cpint.py::test_load_color_variants_all_keys_and_types[cyan] type: Function lineno: 9 - nodeid: tests/test_utils_cpint.py::test_load_color_variants_all_keys_and_types[magenta] type: Function lineno: 9 - nodeid: tests/test_utils_cpint.py::test_load_color_variants_all_keys_and_types[white] type: Function lineno: 9 - nodeid: tests/test_utils_cpint.py::test_load_color_variants_all_keys_and_types[black] type: Function lineno: 9 - nodeid: tests/test_utils_cpint.py::test_cprint_all_cases_fancy[objects0-color_spec0- | -['Fancy', 'list'] | {'a': 7} | None-None] type: Function lineno: 24 - nodeid: tests/test_utils_cpint.py::test_cprint_all_cases_fancy[objects1-color_spec1- - -{'k': [1, 2]} - 99 - ['X', ['Y']]-None] type: Function lineno: 24 - nodeid: tests/test_utils_cpint.py::test_cprint_all_cases_fancy[objects2-color_spec2- / -[] / {} / End-None] type: Function lineno: 24 - nodeid: tests/test_utils_cpint.py::test_cprint_all_cases_fancy[objects3-color_spec3-;-['', [3, 4]];done;0-None] type: Function lineno: 24 - nodeid: tests/test_utils_cpint.py::test_cprint_all_cases_fancy[objects4-color_spec4-::-['alpha', None]::['beta', {}]::stop-None] type: Function lineno: 24 - nodeid: tests/test_utils_cpint.py::test_cprint_all_cases_fancy[objects5-color_spec5- ... -['deep', ['deeper', ['deepest']]] ... X-None] type: Function lineno: 24 - nodeid: tests/test_utils_cpint.py::test_cprint_all_cases_fancy[objects6-color_spec6- // -{'dict': {'nested': [4, 5]}} // [True, False] // 6.28-None] type: Function lineno: 24 - nodeid: tests/test_utils_cpint.py::test_cprint_all_cases_fancy[objects7-color_spec7-==-['A', ['B']]==string==C-None] type: Function lineno: 24 - nodeid: tests/test_utils_cpint.py::test_cprint_all_cases_fancy[objects8-color_spec8- ++ -['Test', None, []] ++ {'v': 0}-None] type: Function lineno: 24 - nodeid: tests/test_utils_cpint.py::test_cprint_all_cases_fancy[objects9-None-;-['no', 'color'];plain-None] type: Function lineno: 24 - nodeid: tests/test_utils_cpint.py::test_cprint_all_cases_fancy[objects10-None- | -['simple'] | | 12-None] type: Function lineno: 24 - nodeid: tests/test_utils_cpint.py::test_cprint_all_cases_fancy[objects11-None- : -[['very', 'deep']] : {'ok': True}-None] type: Function lineno: 24 - nodeid: tests/test_utils_cpint.py::test_cprint_all_cases_fancy[objects12-color_spec12-|-['fail', 'color']|123-ValueError] type: Function lineno: 24 - nodeid: tests/test_utils_cpint.py::test_cprint_all_cases_fancy[objects13-color_spec13- * -['error'] * {}-ValueError] type: Function lineno: 24 - nodeid: tests/test_utils_cpint.py::test_cprint_all_cases_fancy[objects14-color_spec14-//-['nope']//['bad']-ValueError] type: Function lineno: 24 - nodeid: tests/test_utils_cpint.py::test_cprint_all_cases_fancy[objects15-color_spec15----wrong--base-ValueError] type: Function lineno: 24 - Outcome:
-
✅ tests/test_utils_debug.py
- Outcome:
passed - result:
- nodeid: tests/test_utils_debug.py::test_traceable[A-entry0-creating: A(10, 20)] type: Function lineno: 21 - nodeid: tests/test_utils_debug.py::test_traceable[A-entry1-creating: A(10, 20, e=100)] type: Function lineno: 21 - nodeid: tests/test_utils_debug.py::test_traceable[A-entry2-creating: A('foo', [1, 2, 3], flag=True, data={'x': 9})] type: Function lineno: 21 - nodeid: tests/test_utils_debug.py::test_traceable[A-entry3-creating: A(CustomObj(big), [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0], name='test', meta='yyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyy...)] type: Function lineno: 21 - nodeid: tests/test_utils_debug.py::test_traceable[A-entry4-creating: A('AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA..., [0, 0, 0, 0, 0])] type: Function lineno: 21 - nodeid: tests/test_utils_debug.py::test_short_repr[abc-10-'abc'] type: Function lineno: 52 - nodeid: tests/test_utils_debug.py::test_short_repr[aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa-10-'aaaaaaaaaa...] type: Function lineno: 52 - nodeid: tests/test_utils_debug.py::test_short_repr[12345-10-12345] type: Function lineno: 52 - nodeid: tests/test_utils_debug.py::test_short_repr[value3-15-[0, 0, 0, 0, 0,...] type: Function lineno: 52 - nodeid: tests/test_utils_debug.py::test_short_repr[None-10-None] type: Function lineno: 52 - nodeid: tests/test_utils_debug.py::test_short_repr[value5-20-Obj(xxxxxxxxxxxxxxxxx...] type: Function lineno: 52 - Outcome:
-
✅ tests/test_utils_dictext.py
- Outcome:
passed - result:
- nodeid: tests/test_utils_dictext.py::test_attrdict_getattr[data0-x-1] type: Function lineno: 12 - nodeid: tests/test_utils_dictext.py::test_attrdict_getattr[data1-world-ok] type: Function lineno: 12 - nodeid: tests/test_utils_dictext.py::test_attrdict_getattr[data2-outer-expected2] type: Function lineno: 12 - nodeid: tests/test_utils_dictext.py::test_attrdict_setattr[initial0-nouveau-123] type: Function lineno: 26 - nodeid: tests/test_utils_dictext.py::test_attrdict_setattr[initial1-b-valeur] type: Function lineno: 26 - nodeid: tests/test_utils_dictext.py::test_attrdict_delattr[initial0-a-expected_keys0] type: Function lineno: 40 - nodeid: tests/test_utils_dictext.py::test_attrdict_delattr[initial1-k-expected_keys1] type: Function lineno: 40 - nodeid: tests/test_utils_dictext.py::test_attrdict_dir[data0-expected_keys0] type: Function lineno: 55 - nodeid: tests/test_utils_dictext.py::test_attrdict_dir[data1-expected_keys1] type: Function lineno: 55 - nodeid: tests/test_utils_dictext.py::test_attrdict_getattr_and_missing[data0-x-1-None] type: Function lineno: 69 - nodeid: tests/test_utils_dictext.py::test_attrdict_getattr_and_missing[data1-missing-None-'MyDict' object has no attribute 'missing'] type: Function lineno: 69 - nodeid: tests/test_utils_dictext.py::test_dictupdatemixin_init_and_update[init_kwargs0-None-kwargs0-expected0] type: Function lineno: 90 - nodeid: tests/test_utils_dictext.py::test_dictupdatemixin_init_and_update[init_kwargs1-other1-kwargs1-expected1] type: Function lineno: 90 - nodeid: tests/test_utils_dictext.py::test_dictupdatemixin_init_and_update[init_kwargs2-other2-kwargs2-expected2] type: Function lineno: 90 - nodeid: tests/test_utils_dictext.py::test_dictupdatemixin_init_and_update[init_kwargs3-None-kwargs3-expected3] type: Function lineno: 90 - nodeid: tests/test_utils_dictext.py::test_dictupdatemixin_init_and_update[init_kwargs4-other4-kwargs4-expected4] type: Function lineno: 90 - nodeid: tests/test_utils_dictext.py::test_dictupdatemixin_init_and_update[init_kwargs5-other5-kwargs5-expected5] type: Function lineno: 90 - Outcome:
-
✅ tests/test_utils_dotdir.py
- Outcome:
passed - result:
- nodeid: tests/test_utils_dotdir.py::test_dotdir_creation_and_base_exists type: Function lineno: 14 - nodeid: tests/test_utils_dotdir.py::test_dotdir_repr_returns_path_str type: Function lineno: 28 - nodeid: tests/test_utils_dotdir.py::test_dotdir_call type: Function lineno: 35 - Outcome:
-
✅ tests/test_utils_eval.py
- Outcome:
passed - result:
- nodeid: tests/test_utils_eval.py::test_arithmetic_eval_valid[1 + 2-3] type: Function lineno: 7 - nodeid: tests/test_utils_eval.py::test_arithmetic_eval_valid[4 - 2-2] type: Function lineno: 7 - nodeid: tests/test_utils_eval.py::test_arithmetic_eval_valid[3 * 5-15] type: Function lineno: 7 - nodeid: tests/test_utils_eval.py::test_arithmetic_eval_valid[10 / 2-5.0] type: Function lineno: 7 - nodeid: tests/test_utils_eval.py::test_arithmetic_eval_valid[10 % 3-1] type: Function lineno: 7 - nodeid: tests/test_utils_eval.py::test_arithmetic_eval_valid[-5--5] type: Function lineno: 7 - nodeid: tests/test_utils_eval.py::test_arithmetic_eval_valid[+7-7] type: Function lineno: 7 - nodeid: tests/test_utils_eval.py::test_arithmetic_eval_valid[1 + 2 * 3-7] type: Function lineno: 7 - nodeid: tests/test_utils_eval.py::test_arithmetic_eval_valid[(1 + 2) * 3-9] type: Function lineno: 7 - nodeid: tests/test_utils_eval.py::test_arithmetic_eval_valid[-(-3)-3] type: Function lineno: 7 - nodeid: tests/test_utils_eval.py::test_arithmetic_eval_valid[-2 + 4 * 2-6] type: Function lineno: 7 - nodeid: tests/test_utils_eval.py::test_arithmetic_eval_valid[(4 + 5) * (6 - 1)-45] type: Function lineno: 7 - nodeid: tests/test_utils_eval.py::test_arithmetic_eval_valid[(((3)))-3] type: Function lineno: 7 - nodeid: tests/test_utils_eval.py::test_arithmetic_eval_valid[-(-(-2))--2] type: Function lineno: 7 - nodeid: tests/test_utils_eval.py::test_arithmetic_eval_valid[3 + +4-7] type: Function lineno: 7 - nodeid: tests/test_utils_eval.py::test_arithmetic_eval_valid[3 + -4--1] type: Function lineno: 7 - nodeid: tests/test_utils_eval.py::test_arithmetic_eval_valid[True + 1-2] type: Function lineno: 7 - nodeid: tests/test_utils_eval.py::test_arithmetic_eval_valid['string'-string] type: Function lineno: 7 - nodeid: tests/test_utils_eval.py::test_arithmetic_eval_valid[1e1000 * 1e1000-inf] type: Function lineno: 7 - nodeid: tests/test_utils_eval.py::test_arithmetic_eval_valid['a' + 'b'-ab] type: Function lineno: 7 - nodeid: tests/test_utils_eval.py::test_arithmetic_eval_raises_with_message[2 ** 3-Unsupported BinOp Pow] type: Function lineno: 33 - nodeid: tests/test_utils_eval.py::test_arithmetic_eval_raises_with_message[3 << 1-Unsupported BinOp LShift] type: Function lineno: 33 - nodeid: tests/test_utils_eval.py::test_arithmetic_eval_raises_with_message[1 < 2-Unsupported node type Compare] type: Function lineno: 33 - nodeid: tests/test_utils_eval.py::test_arithmetic_eval_raises_with_message[abs(3)-Unsupported node type Call] type: Function lineno: 33 - nodeid: tests/test_utils_eval.py::test_arithmetic_eval_raises_with_message[a + 2-Unsupported node type Name] type: Function lineno: 33 - nodeid: tests/test_utils_eval.py::test_arithmetic_eval_raises_with_message[string-Unsupported node type Name] type: Function lineno: 33 - nodeid: tests/test_utils_eval.py::test_arithmetic_eval_raises_with_message[[1, 2] + [3]-Unsupported node type List] type: Function lineno: 33 - nodeid: tests/test_utils_eval.py::test_arithmetic_eval_raises_with_message[{1: 2}-Unsupported node type Dict] type: Function lineno: 33 - nodeid: tests/test_utils_eval.py::test_arithmetic_eval_runtime_errors[1 / 0-ZeroDivisionError] type: Function lineno: 52 - nodeid: tests/test_utils_eval.py::test_arithmetic_eval_runtime_errors[10 % 0-ZeroDivisionError] type: Function lineno: 52 - nodeid: tests/test_utils_eval.py::test_forgiving_eval[1 + 2-3] type: Function lineno: 61 - nodeid: tests/test_utils_eval.py::test_forgiving_eval[bad + 2-bad + 2] type: Function lineno: 61 - nodeid: tests/test_utils_eval.py::test_forgiving_eval[1 / 0-1 / 0] type: Function lineno: 61 - nodeid: tests/test_utils_eval.py::test_forgiving_eval[2 ** 10-2 ** 10] type: Function lineno: 61 - nodeid: tests/test_utils_eval.py::test_defaulting_eval[3 * 4-0-12] type: Function lineno: 71 - nodeid: tests/test_utils_eval.py::test_defaulting_eval[invalid + 1-99-99] type: Function lineno: 71 - nodeid: tests/test_utils_eval.py::test_defaulting_eval[1 / 0--1--1] type: Function lineno: 71 - nodeid: tests/test_utils_eval.py::test_defaulting_eval[2 ** 10-42-42] type: Function lineno: 71 - Outcome:
-
✅ tests/test_utils_exceptions.py
- Outcome:
passed - result:
- nodeid: tests/test_utils_exceptions.py::test_chained_exception_various[cause_key_error-High-level task failed\ncaused by KeyError: 'missing'] type: Function lineno: 28 - nodeid: tests/test_utils_exceptions.py::test_chained_exception_various[cause_index_error-High-level task failed\ncaused by IndexError: list index out of range] type: Function lineno: 28 - nodeid: tests/test_utils_exceptions.py::test_chained_exception_various[cause_zero_division-High-level task failed\ncaused by ZeroDivisionError: division by zero] type: Function lineno: 28 - nodeid: tests/test_utils_exceptions.py::test_chained_exception_various[cause_value_error-High-level task failed\ncaused by ValueError: invalid literal for int() with base 10: 'not_a_number'] type: Function lineno: 28 - nodeid: tests/test_utils_exceptions.py::test_chained_exception_various[cause_type_error-High-level task failed\ncaused by TypeError: can only concatenate str (not "int") to str] type: Function lineno: 28 - nodeid: tests/test_utils_exceptions.py::test_printed_exception[cause_key_error-KeyError: 'missing'] type: Function lineno: 60 - nodeid: tests/test_utils_exceptions.py::test_printed_exception[cause_index_error-IndexError: list index out of range] type: Function lineno: 60 - nodeid: tests/test_utils_exceptions.py::test_printed_exception[cause_zero_division-ZeroDivisionError: division by zero] type: Function lineno: 60 - nodeid: tests/test_utils_exceptions.py::test_printed_exception[cause_value_error-ValueError: invalid literal for int() with base 10: 'not_a_number'] type: Function lineno: 60 - nodeid: tests/test_utils_exceptions.py::test_printed_exception[cause_type_error-TypeError: can only concatenate str (not "int") to str] type: Function lineno: 60 - Outcome:
-
✅ tests/test_utils_get_adj.py
- Outcome:
passed - result:
- nodeid: tests/test_utils_get_adj.py::test_get_adj_success type: Function lineno: 23 - nodeid: tests/test_utils_get_adj.py::test_get_adj_not_found type: Function lineno: 27 - nodeid: tests/test_utils_get_adj.py::test_ensure_adjs_mixed type: Function lineno: 31 - nodeid: tests/test_utils_get_adj.py::test_get_adjs_filter type: Function lineno: 37 - Outcome:
-
✅ tests/test_utils_hastyepics.py
- Outcome:
passed - result:
- nodeid: tests/test_utils_hastyepics.py::test_motor_instantiation_fast_vs_epics type: Function lineno: 11 - nodeid: tests/test_utils_hastyepics.py::test_motor_without_suffix_and_dot type: Function lineno: 38 - nodeid: tests/test_utils_hastyepics.py::test_motor_invalid_name_raises type: Function lineno: 50 - nodeid: tests/test_utils_hastyepics.py::test_motor_init_list_has_no_disabled type: Function lineno: 55 - nodeid: tests/test_utils_hastyepics.py::test_motor_initializes_device_attrs type: Function lineno: 59 - nodeid: tests/test_utils_hastyepics.py::test_motor_pv_connection_skipped_by_default type: Function lineno: 82 - nodeid: tests/test_utils_hastyepics.py::test_motor_adds_all_extras_pvs type: Function lineno: 90 - nodeid: tests/test_utils_hastyepics.py::test_motor_PV_method_exists_and_works type: Function lineno: 109 - Outcome:
-
✅ tests/test_utils_ipy.py
- Outcome:
passed - result:
- nodeid: tests/test_utils_ipy.py::test_devices_repr_fallback_and_ignore type: Function lineno: 19 - Outcome:
-
✅ tests/test_utils_jsonext.py
- Outcome:
passed - result:
- nodeid: tests/test_utils_jsonext.py::test_json_validate_save_load[input_obj0-expected0] type: Function lineno: 7 - nodeid: tests/test_utils_jsonext.py::test_json_validate_save_load[input_obj1-42] type: Function lineno: 7 - nodeid: tests/test_utils_jsonext.py::test_json_validate_save_load[(1-1j)-expected2] type: Function lineno: 7 - nodeid: tests/test_utils_jsonext.py::test_json_validate_save_load[input_obj3-/tmp/file.txt] type: Function lineno: 7 - nodeid: tests/test_utils_jsonext.py::test_json_validate_save_load[input_obj4-expected4] type: Function lineno: 7 - nodeid: tests/test_utils_jsonext.py::test_json_validate_save_load[input_obj5-expected5] type: Function lineno: 7 - nodeid: tests/test_utils_jsonext.py::test_json_validate_save_load[input_obj6-expected6] type: Function lineno: 7 - nodeid: tests/test_utils_jsonext.py::test_json_validate_save_load[input_obj7-expected7] type: Function lineno: 7 - Outcome:
-
✅ tests/test_utils_lazypv.py
- Outcome:
passed - result:
- nodeid: tests/test_utils_lazypv.py::test_getattr type: Function lineno: 7 - Outcome:
-
✅ tests/test_utils_logcfg.py
- Outcome:
passed - result:
- nodeid: tests/test_utils_logcfg.py::test_custom_log_outputs[LONG-<lambda>-This is a LONG message] type: Function lineno: 21 - nodeid: tests/test_utils_logcfg.py::test_custom_log_outputs[ENLARGE-<lambda>-Please ENLARGE this!] type: Function lineno: 21 - nodeid: tests/test_utils_logcfg.py::test_import_logging_once_per_module type: Function lineno: 51 - Outcome:
-
✅ tests/test_utils_logign.py
- Outcome:
passed - result:
- nodeid: tests/test_utils_logign.py::test_ignore_log_msg_behavior[WARNING-This should be ignored-This should appear] type: Function lineno: 9 - nodeid: tests/test_utils_logign.py::test_ignore_log_msg_behavior[ENLARGE-ENLARGE this-Keep this ENLARGE] type: Function lineno: 9 - nodeid: tests/test_utils_logign.py::test_ignore_only_by_level type: Function lineno: 42 - nodeid: tests/test_utils_logign.py::test_ignore_only_by_msg type: Function lineno: 64 - nodeid: tests/test_utils_logign.py::test_filter_removed_after_context type: Function lineno: 86 - Outcome:
-
✅ tests/test_utils_metaclasses.py
- Outcome:
passed - result:
- nodeid: tests/test_utils_metaclasses.py::test_combine_classes_combines_methods type: Function lineno: 14 - nodeid: tests/test_utils_metaclasses.py::test_registryabc_combines_registrymeta_and_abcmeta type: Function lineno: 25 - Outcome:
-
✅ tests/test_utils_namespace.py
- Outcome:
passed - result:
- nodeid: tests/test_utils_namespace.py::test_namespace_pretty_repr_mixed_and_nested type: Function lineno: 4 - Outcome:
-
✅ tests/test_utils_npy.py
- Outcome:
passed - result:
- nodeid: tests/test_utils_npy.py::test_nice_arange[0-5-1-expected0] type: Function lineno: 7 - nodeid: tests/test_utils_npy.py::test_nice_arange[5-0--1-expected1] type: Function lineno: 7 - nodeid: tests/test_utils_npy.py::test_nice_arange[1-2-0.3-expected2] type: Function lineno: 7 - nodeid: tests/test_utils_npy.py::test_nice_arange[-2-2-1.5-expected3] type: Function lineno: 7 - nodeid: tests/test_utils_npy.py::test_nice_arange[2.5-0.5--0.4-expected4] type: Function lineno: 7 - nodeid: tests/test_utils_npy.py::test_nice_linspace[0-10-4-expected0] type: Function lineno: 18 - nodeid: tests/test_utils_npy.py::test_nice_linspace[5-15-2-expected1] type: Function lineno: 18 - nodeid: tests/test_utils_npy.py::test_nice_linspace[-5-5-4-expected2] type: Function lineno: 18 - nodeid: tests/test_utils_npy.py::test_nice_linspace[0-1-3-expected3] type: Function lineno: 18 - nodeid: tests/test_utils_npy.py::test_nice_linspace[2-2-3-expected4] type: Function lineno: 18 - nodeid: tests/test_utils_npy.py::test_nice_linspace[3-0-3-expected5] type: Function lineno: 18 - nodeid: tests/test_utils_npy.py::test_nice_linspace[0-1-0-expected6] type: Function lineno: 18 - nodeid: tests/test_utils_npy.py::test_nice_steps_centered[-2-2-2-True-expected0] type: Function lineno: 32 - nodeid: tests/test_utils_npy.py::test_nice_steps_centered[0-5-2-True-expected1] type: Function lineno: 32 - nodeid: tests/test_utils_npy.py::test_nice_steps_centered[0-5-2-False-expected2] type: Function lineno: 32 - nodeid: tests/test_utils_npy.py::test_nice_steps_centered[-1-2-1.5-True-expected3] type: Function lineno: 32 - nodeid: tests/test_utils_npy.py::test_nice_steps_left_aligned[0-5-2-True-expected0] type: Function lineno: 42 - nodeid: tests/test_utils_npy.py::test_nice_steps_left_aligned[0-5-2-False-expected1] type: Function lineno: 42 - nodeid: tests/test_utils_npy.py::test_nice_steps_left_aligned[-1-2-1.5-True-expected2] type: Function lineno: 42 - nodeid: tests/test_utils_npy.py::test_nice_steps_left_aligned[-1-2-1.5-False-expected3] type: Function lineno: 42 - nodeid: tests/test_utils_npy.py::test_nice_steps_left_aligned[-2-1-1.2-True-expected4] type: Function lineno: 42 - nodeid: tests/test_utils_npy.py::test_nice_steps_left_aligned[5-0--2-True-expected5] type: Function lineno: 42 - nodeid: tests/test_utils_npy.py::test_nice_steps_left_aligned[5-0--2-False-expected6] type: Function lineno: 42 - nodeid: tests/test_utils_npy.py::test_nice_steps_right_aligned[0-5-2-True-expected0] type: Function lineno: 56 - nodeid: tests/test_utils_npy.py::test_nice_steps_right_aligned[0-5-2-False-expected1] type: Function lineno: 56 - nodeid: tests/test_utils_npy.py::test_nice_steps_right_aligned[-1-2-1.5-True-expected2] type: Function lineno: 56 - nodeid: tests/test_utils_npy.py::test_nice_steps_right_aligned[-1-2-1.5-False-expected3] type: Function lineno: 56 - nodeid: tests/test_utils_npy.py::test_nice_steps_right_aligned[5-0--2-True-expected4] type: Function lineno: 56 - nodeid: tests/test_utils_npy.py::test_nice_steps_right_aligned[5-0--2-False-expected5] type: Function lineno: 56 - nodeid: tests/test_utils_npy.py::test_nice_steps_right_aligned[-3-3-2-True-expected6] type: Function lineno: 56 - nodeid: tests/test_utils_npy.py::test_within_scalar[5-0-10-True] type: Function lineno: 70 - nodeid: tests/test_utils_npy.py::test_within_scalar[5-6-10-False] type: Function lineno: 70 - nodeid: tests/test_utils_npy.py::test_within_scalar[5-None-10-True] type: Function lineno: 70 - nodeid: tests/test_utils_npy.py::test_within_scalar[5-0-None-True] type: Function lineno: 70 - nodeid: tests/test_utils_npy.py::test_within_scalar[5-None-None-True] type: Function lineno: 70 - nodeid: tests/test_utils_npy.py::test_within_fraction[data0-2-5-0.6] type: Function lineno: 81 - nodeid: tests/test_utils_npy.py::test_within_fraction[data1-5-25-0.6666666666666666] type: Function lineno: 81 - nodeid: tests/test_utils_npy.py::test_within_fraction[data2-None-2-0.3333333333333333] type: Function lineno: 81 - nodeid: tests/test_utils_npy.py::test_within_fraction[data3-0-1-0] type: Function lineno: 81 - nodeid: tests/test_utils_npy.py::test_fraction_to_percentage[0.456-1-45.6] type: Function lineno: 92 - nodeid: tests/test_utils_npy.py::test_fraction_to_percentage[0.12345-2-12.35] type: Function lineno: 92 - nodeid: tests/test_utils_npy.py::test_fraction_to_percentage[0.9999-0-100.0] type: Function lineno: 92 - nodeid: tests/test_utils_npy.py::test_get_dtype[val0-ndarray] type: Function lineno: 101 - nodeid: tests/test_utils_npy.py::test_get_dtype[val1-list] type: Function lineno: 101 - nodeid: tests/test_utils_npy.py::test_get_dtype[3.14-float] type: Function lineno: 101 - nodeid: tests/test_utils_npy.py::test_get_shape[val0-expected0] type: Function lineno: 114 - nodeid: tests/test_utils_npy.py::test_get_shape[val1-expected1] type: Function lineno: 114 - nodeid: tests/test_utils_npy.py::test_get_shape[42-expected2] type: Function lineno: 114 - nodeid: tests/test_utils_npy.py::test_is_array[val0-True] type: Function lineno: 123 - nodeid: tests/test_utils_npy.py::test_is_array[val1-False] type: Function lineno: 123 - nodeid: tests/test_utils_npy.py::test_is_array[42-False] type: Function lineno: 123 - Outcome:
-
✅ tests/test_utils_path.py
- Outcome:
passed - result:
- nodeid: tests/test_utils_path.py::test_can_create_all_files_user_says_yes type: Function lineno: 10 - nodeid: tests/test_utils_path.py::test_can_create_all_files_user_says_no type: Function lineno: 36 - nodeid: tests/test_utils_path.py::test_make_missing_dir_creates_folder type: Function lineno: 54 - nodeid: tests/test_utils_path.py::test_glob_files_returns_matching_files_only type: Function lineno: 66 - nodeid: tests/test_utils_path.py::test_filter_files_excludes_directories type: Function lineno: 83 - Outcome:
-
✅ tests/test_utils_picklio.py
- Outcome:
passed - result:
- nodeid: tests/test_utils_picklio.py::test_pickle_and_unpickle[test_obj0] type: Function lineno: 6 - nodeid: tests/test_utils_picklio.py::test_pickle_and_unpickle[test_obj1] type: Function lineno: 6 - nodeid: tests/test_utils_picklio.py::test_pickle_and_unpickle[simple string] type: Function lineno: 6 - nodeid: tests/test_utils_picklio.py::test_pickle_and_unpickle[42] type: Function lineno: 6 - nodeid: tests/test_utils_picklio.py::test_pickle_and_unpickle[3.14159] type: Function lineno: 6 - nodeid: tests/test_utils_picklio.py::test_pickle_and_unpickle[test_obj5] type: Function lineno: 6 - nodeid: tests/test_utils_picklio.py::test_pickle_and_unpickle[test_obj6] type: Function lineno: 6 - Outcome:
-
✅ tests/test_utils_printing.py
- Outcome:
passed - result:
- nodeid: tests/test_utils_printing.py::test_maxlen_valid[seq0-3] type: Function lineno: 8 - nodeid: tests/test_utils_printing.py::test_maxlen_valid[seq1-0] type: Function lineno: 8 - nodeid: tests/test_utils_printing.py::test_maxlen_valid[seq2-3] type: Function lineno: 8 - nodeid: tests/test_utils_printing.py::test_maxlen_valid[seq3-2] type: Function lineno: 8 - nodeid: tests/test_utils_printing.py::test_strlen[42-2] type: Function lineno: 17 - nodeid: tests/test_utils_printing.py::test_strlen[hello-5] type: Function lineno: 17 - nodeid: tests/test_utils_printing.py::test_strlen[False-5] type: Function lineno: 17 - nodeid: tests/test_utils_printing.py::test_strlen[None-4] type: Function lineno: 17 - nodeid: tests/test_utils_printing.py::test_strlen[value4-9] type: Function lineno: 17 - nodeid: tests/test_utils_printing.py::test_strlen[value5-8] type: Function lineno: 17 - nodeid: tests/test_utils_printing.py::test_strlen[value6-6] type: Function lineno: 17 - nodeid: tests/test_utils_printing.py::test_strlen[-0] type: Function lineno: 17 - nodeid: tests/test_utils_printing.py::test_strlen[this is a phrase-16] type: Function lineno: 17 - nodeid: tests/test_utils_printing.py::test_maxstrlen[seq0-6] type: Function lineno: 31 - nodeid: tests/test_utils_printing.py::test_maxstrlen[seq1-3] type: Function lineno: 31 - nodeid: tests/test_utils_printing.py::test_maxstrlen[seq2-9] type: Function lineno: 31 - nodeid: tests/test_utils_printing.py::test_maxstrlen[seq3-16] type: Function lineno: 31 - nodeid: tests/test_utils_printing.py::test_maxstrlen[seq4-5] type: Function lineno: 31 - nodeid: tests/test_utils_printing.py::test_transpose_matrix[data0-expected0] type: Function lineno: 41 - nodeid: tests/test_utils_printing.py::test_transpose_matrix[data1-expected1] type: Function lineno: 41 - nodeid: tests/test_utils_printing.py::test_transpose_matrix[data2-expected2] type: Function lineno: 41 - nodeid: tests/test_utils_printing.py::test_prepend[initial0-1-expected0] type: Function lineno: 50 - nodeid: tests/test_utils_printing.py::test_prepend[initial1-a-expected1] type: Function lineno: 50 - nodeid: tests/test_utils_printing.py::test_prepend[initial2-prepend2-expected2] type: Function lineno: 50 - nodeid: tests/test_utils_printing.py::test_prepend[initial3-prepend3-expected3] type: Function lineno: 50 - nodeid: tests/test_utils_printing.py::test_fmt_table_line[entries0-widths0- a bbb] type: Function lineno: 61 - nodeid: tests/test_utils_printing.py::test_fmt_table_line[entries1-widths1- 1 2] type: Function lineno: 61 - nodeid: tests/test_utils_printing.py::test_fmt_table_line[entries2-widths2- long val] type: Function lineno: 61 - nodeid: tests/test_utils_printing.py::test_fmt_table_line[entries3-widths3- True False] type: Function lineno: 61 - nodeid: tests/test_utils_printing.py::test_fmt_table_line[entries4-widths4- 123 4567] type: Function lineno: 61 - nodeid: tests/test_utils_printing.py::test_fmt_table_line[entries5-widths5- text with space end] type: Function lineno: 61 - nodeid: tests/test_utils_printing.py::test_fmt_table_line[entries6-widths6- {'a': 1} {'b': 2}] type: Function lineno: 61 - nodeid: tests/test_utils_printing.py::test_fmt_table_line[entries7-widths7- [1, 2] [3, 4]] type: Function lineno: 61 - nodeid: tests/test_utils_printing.py::test_fmt_label_sep[widths0------ ----] type: Function lineno: 74 - nodeid: tests/test_utils_printing.py::test_fmt_label_sep[widths1-=-== ===] type: Function lineno: 74 - nodeid: tests/test_utils_printing.py::test_fmt_label_sep[widths2-*-***** **] type: Function lineno: 74 - nodeid: tests/test_utils_printing.py::test_printable_dict_with_header[d0-HeaderTest-expected_lines0] type: Function lineno: 82 - nodeid: tests/test_utils_printing.py::test_printable_dict_of_dicts type: Function lineno: 101 - nodeid: tests/test_utils_printing.py::test_printable_table[data0-labels0-A: ID\nB: \u2713 Success?\nC: SuperPrecisionValue\nD: Result Metadata\n\n# A B C D\n- ------------- ----- ---------- ----------------------------\n0 X1 True 0.1234 {'meta': 'ok'}\n1 AnotherSample False 98765.4321 {'meta': [1, 2, 3]}\n2 Z None 0.0 {'meta': {'nested_key': 42}}] type: Function lineno: 128 - Outcome:
-
✅ tests/test_utils_pv.py
- Outcome:
passed - result:
- nodeid: tests/test_utils_pv.py::TestIOC type: Class - nodeid: tests/test_utils_pv.py::test_put_with_progress_and_repr[25.0-\u2588\u2588\u258c -\x1b[32m] type: Function lineno: 49 - nodeid: tests/test_utils_pv.py::test_put_with_progress_and_repr[50.0-\u2588\u2588\u2588\u2588\u2588 -\x1b[32m] type: Function lineno: 49 - nodeid: tests/test_utils_pv.py::test_put_with_progress_and_repr[75.0-\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u258c -\x1b[32m] type: Function lineno: 49 - nodeid: tests/test_utils_pv.py::test_put_with_progress_and_repr[100.0-\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588-\x1b[32m] type: Function lineno: 49 - nodeid: tests/test_utils_pv.py::test_put_with_progress_and_repr[150.0->>>>>>>>>>-\x1b[31m] type: Function lineno: 49 - nodeid: tests/test_utils_pv.py::test_put_with_progress_and_repr[-50.0-<<<<<<<<<<-\x1b[31m] type: Function lineno: 49 - nodeid: tests/test_utils_pv.py::test_use_callback_context_manager type: Function lineno: 85 - Outcome:
-
✅ tests/test_utils_pv.py::TestIOC
- Outcome:
passed - result:
[] - Outcome:
-
✅ tests/test_utils_rangebar.py
- Outcome:
passed - result:
- nodeid: tests/test_utils_rangebar.py::test_full_progress_bar type: Function lineno: 14 - nodeid: tests/test_utils_rangebar.py::test_half_progress_bar type: Function lineno: 27 - nodeid: tests/test_utils_rangebar.py::test_zero_progress_bar type: Function lineno: 42 - nodeid: tests/test_utils_rangebar.py::test_overflow_bar type: Function lineno: 56 - nodeid: tests/test_utils_rangebar.py::test_underflow_bar type: Function lineno: 69 - nodeid: tests/test_utils_rangebar.py::test_repr type: Function lineno: 82 - nodeid: tests/test_utils_rangebar.py::test_each_value_separately[0- ] type: Function lineno: 89 - nodeid: tests/test_utils_rangebar.py::test_each_value_separately[10-\u2588 ] type: Function lineno: 89 - nodeid: tests/test_utils_rangebar.py::test_each_value_separately[25-\u2588\u2588\u258c ] type: Function lineno: 89 - nodeid: tests/test_utils_rangebar.py::test_each_value_separately[27-\u2588\u2588\u258a ] type: Function lineno: 89 - nodeid: tests/test_utils_rangebar.py::test_each_value_separately[49-\u2588\u2588\u2588\u2588\u2589 ] type: Function lineno: 89 - nodeid: tests/test_utils_rangebar.py::test_each_value_separately[50-\u2588\u2588\u2588\u2588\u2588 ] type: Function lineno: 89 - nodeid: tests/test_utils_rangebar.py::test_each_value_separately[51-\u2588\u2588\u2588\u2588\u2588\u258f ] type: Function lineno: 89 - nodeid: tests/test_utils_rangebar.py::test_each_value_separately[73-\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u258e ] type: Function lineno: 89 - nodeid: tests/test_utils_rangebar.py::test_each_value_separately[75-\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u258c ] type: Function lineno: 89 - nodeid: tests/test_utils_rangebar.py::test_each_value_separately[90-\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588 ] type: Function lineno: 89 - nodeid: tests/test_utils_rangebar.py::test_each_value_separately[100-\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588] type: Function lineno: 89 - Outcome:
-
✅ tests/test_utils_readable.py
- Outcome:
passed - result:
- nodeid: tests/test_utils_readable.py::test_readable_seconds[59.4-59 seconds] type: Function lineno: 3 - nodeid: tests/test_utils_readable.py::test_readable_seconds[59.9-60 seconds] type: Function lineno: 3 - nodeid: tests/test_utils_readable.py::test_readable_seconds[119.9-120 seconds] type: Function lineno: 3 - nodeid: tests/test_utils_readable.py::test_readable_seconds[120.1-2 minutes] type: Function lineno: 3 - nodeid: tests/test_utils_readable.py::test_readable_seconds[3599.9-60 minutes] type: Function lineno: 3 - nodeid: tests/test_utils_readable.py::test_readable_seconds[3600.1-60 minutes] type: Function lineno: 3 - nodeid: tests/test_utils_readable.py::test_readable_seconds[7199.9-120 minutes] type: Function lineno: 3 - nodeid: tests/test_utils_readable.py::test_readable_seconds[7200.1-2 hours] type: Function lineno: 3 - nodeid: tests/test_utils_readable.py::test_readable_seconds[90.4-90 seconds] type: Function lineno: 3 - nodeid: tests/test_utils_readable.py::test_readable_seconds[90.6-91 seconds] type: Function lineno: 3 - nodeid: tests/test_utils_readable.py::test_readable_seconds[121.9-2 minutes] type: Function lineno: 3 - nodeid: tests/test_utils_readable.py::test_readable_seconds[1296000.0-2 weeks] type: Function lineno: 3 - nodeid: tests/test_utils_readable.py::test_readable_seconds[2592000.0-4 weeks] type: Function lineno: 3 - nodeid: tests/test_utils_readable.py::test_readable_seconds[2800000.0-5 weeks] type: Function lineno: 3 - nodeid: tests/test_utils_readable.py::test_readable_seconds[3888000.0-6 weeks] type: Function lineno: 3 - nodeid: tests/test_utils_readable.py::test_readable_seconds[5097600.0-8 weeks] type: Function lineno: 3 - nodeid: tests/test_utils_readable.py::test_readable_seconds[5184000.0-9 weeks] type: Function lineno: 3 - nodeid: tests/test_utils_readable.py::test_readable_seconds[5270400.0-2 months] type: Function lineno: 3 - nodeid: tests/test_utils_readable.py::test_readable_seconds[23328000.0-9 months] type: Function lineno: 3 - nodeid: tests/test_utils_readable.py::test_readable_seconds[31104000.0-12 months] type: Function lineno: 3 - nodeid: tests/test_utils_readable.py::test_readable_seconds[33696000.0-13 months] type: Function lineno: 3 - nodeid: tests/test_utils_readable.py::test_readable_seconds[59616000.0-23 months] type: Function lineno: 3 - nodeid: tests/test_utils_readable.py::test_readable_seconds[62208000.0-24 months] type: Function lineno: 3 - nodeid: tests/test_utils_readable.py::test_readable_seconds[64208000.0-2 years] type: Function lineno: 3 - Outcome:
-
✅ tests/test_utils_richcfg.py
- Outcome:
passed - result:
- nodeid: tests/test_utils_richcfg.py::test_rich_inspector_outputs_more_than_builtin type: Function lineno: 45 - Outcome:
-
✅ tests/test_utils_run_later.py
- Outcome:
passed - result:
- nodeid: tests/test_utils_run_later.py::test_init_and_repr type: Function lineno: 17 - nodeid: tests/test_utils_run_later.py::test_call type: Function lineno: 22 - nodeid: tests/test_utils_run_later.py::test_matmul_with_string type: Function lineno: 27 - nodeid: tests/test_utils_run_later.py::test_matmul_with_list type: Function lineno: 32 - nodeid: tests/test_utils_run_later.py::test_matmul_with_single_int type: Function lineno: 37 - nodeid: tests/test_utils_run_later.py::test_run_at_future_triggered_and_logs type: Function lineno: 49 - nodeid: tests/test_utils_run_later.py::test_run_at_already_past type: Function lineno: 61 - nodeid: tests/test_utils_run_later.py::test_run_in_future_triggered_and_logs type: Function lineno: 72 - nodeid: tests/test_utils_run_later.py::test_run_in_past type: Function lineno: 83 - nodeid: tests/test_utils_run_later.py::test_run_later_with_seconds type: Function lineno: 95 - nodeid: tests/test_utils_run_later.py::test_run_later_with_past_datetime type: Function lineno: 105 - nodeid: tests/test_utils_run_later.py::test_run_at_tqdm_multiple_updates type: Function lineno: 115 - nodeid: tests/test_utils_run_later.py::test_today_basic type: Function lineno: 137 - nodeid: tests/test_utils_run_later.py::test_tomorrow_basic type: Function lineno: 143 - nodeid: tests/test_utils_run_later.py::test_yesterday_basic type: Function lineno: 149 - nodeid: tests/test_utils_run_later.py::test_today_matmul_string type: Function lineno: 155 - nodeid: tests/test_utils_run_later.py::test_tomorrow_matmul_list type: Function lineno: 161 - nodeid: tests/test_utils_run_later.py::test_yesterday_matmul_single type: Function lineno: 167 - Outcome:
-
✅ tests/test_utils_sendmail.py
- Outcome:
passed - result:
- nodeid: tests/test_utils_sendmail.py::test_sendmail_real_local_verbose type: Function lineno: 70 - Outcome:
-
✅ tests/test_utils_snapshot.py
- Outcome:
passed - result:
- nodeid: tests/test_utils_snapshot.py::test_snapshot[exclude_internals] type: Function lineno: 83 - nodeid: tests/test_utils_snapshot.py::test_snapshot[include_internals] type: Function lineno: 83 - nodeid: tests/test_utils_snapshot.py::test_snapshot[empty_case] type: Function lineno: 83 - nodeid: tests/test_utils_snapshot.py::test_snapshot[sort_str] type: Function lineno: 83 - nodeid: tests/test_utils_snapshot.py::test_snapshot[sort_id] type: Function lineno: 83 - nodeid: tests/test_utils_snapshot.py::test_snapshot[sort_case_insensitive] type: Function lineno: 83 - nodeid: tests/test_utils_snapshot.py::test_snapshot[sort_length] type: Function lineno: 83 - nodeid: tests/test_utils_snapshot.py::test_snapshot[sort_reverse] type: Function lineno: 83 - Outcome:
-
✅ tests/test_utils_termtitle.py
- Outcome:
passed - result:
- nodeid: tests/test_utils_termtitle.py::test_terminal_title_with_tmux type: Function lineno: 9 - Outcome:
-
✅ tests/test_utils_tqdm_mod.py
- Outcome:
passed - result:
- nodeid: tests/test_utils_tqdm_mod.py::test_complete_progress_bar type: Function lineno: 25 - nodeid: tests/test_utils_tqdm_mod.py::test_set_progress_multiple_points type: Function lineno: 42 - nodeid: tests/test_utils_tqdm_mod.py::test_format_sizeof_alignment type: Function lineno: 65 - nodeid: tests/test_utils_tqdm_mod.py::test_float_alignment_in_bar type: Function lineno: 83 - nodeid: tests/test_utils_tqdm_mod.py::test_custom_unit type: Function lineno: 132 - nodeid: tests/test_utils_tqdm_mod.py::test_clamp_above_total type: Function lineno: 146 - nodeid: tests/test_utils_tqdm_mod.py::test_clamp_below_zero type: Function lineno: 163 - Outcome:
-
✅ tests/test_utils_trinary.py
- Outcome:
passed - result:
- nodeid: tests/test_utils_trinary.py::test_check_trinary_valid_values type: Function lineno: 6 - nodeid: tests/test_utils_trinary.py::test_check_trinary_invalid_value type: Function lineno: 14 - nodeid: tests/test_utils_trinary.py::test_check_trinary_with_custom_allowed_values type: Function lineno: 22 - Outcome:
-
✅ tests/test_utils_typecast.py
- Outcome:
passed - result:
- nodeid: tests/test_utils_typecast.py::test_downcast_success type: Function lineno: 24 - nodeid: tests/test_utils_typecast.py::test_upcast_success type: Function lineno: 30 - nodeid: tests/test_utils_typecast.py::test_downcast_invalid type: Function lineno: 41 - nodeid: tests/test_utils_typecast.py::test_upcast_invalid type: Function lineno: 48 - nodeid: tests/test_utils_typecast.py::test_object_identity_preserved type: Function lineno: 53 - nodeid: tests/test_utils_typecast.py::test_ensure_subclass_valid type: Function lineno: 64 - nodeid: tests/test_utils_typecast.py::test_ensure_subclass_invalid type: Function lineno: 67 - nodeid: tests/test_utils_typecast.py::test_cast_changes_class type: Function lineno: 79 - nodeid: tests/test_utils_typecast.py::test_cast_preserves_identity type: Function lineno: 86 - Outcome:
-
✅ tests/test_utils_utils.py
- Outcome:
passed - result:
- nodeid: tests/test_utils_utils.py::test_singleton_instance type: Function lineno: 17 - nodeid: tests/test_utils_utils.py::test_singleton_identity type: Function lineno: 25 - nodeid: tests/test_utils_utils.py::test_typename[None-NoneType] type: Function lineno: 44 - nodeid: tests/test_utils_utils.py::test_typename[True-bool] type: Function lineno: 44 - nodeid: tests/test_utils_utils.py::test_typename[42-int] type: Function lineno: 44 - nodeid: tests/test_utils_utils.py::test_typename[3.14-float] type: Function lineno: 44 - nodeid: tests/test_utils_utils.py::test_typename[text-str] type: Function lineno: 44 - nodeid: tests/test_utils_utils.py::test_typename[obj5-set] type: Function lineno: 44 - nodeid: tests/test_utils_utils.py::test_typename[obj6-list] type: Function lineno: 44 - nodeid: tests/test_utils_utils.py::test_typename[obj7-list] type: Function lineno: 44 - nodeid: tests/test_utils_utils.py::test_typename[obj8-dict] type: Function lineno: 44 - nodeid: tests/test_utils_utils.py::test_typename[<lambda>-function] type: Function lineno: 44 - nodeid: tests/test_utils_utils.py::test_typename[sample_function-function] type: Function lineno: 44 - nodeid: tests/test_utils_utils.py::test_typename[nested-function] type: Function lineno: 44 - nodeid: tests/test_utils_utils.py::test_typename[len-builtin_function_or_method] type: Function lineno: 44 - nodeid: tests/test_utils_utils.py::test_typename[sum-builtin_function_or_method] type: Function lineno: 44 - nodeid: tests/test_utils_utils.py::test_typename[math-module] type: Function lineno: 44 - nodeid: tests/test_utils_utils.py::test_typename[sys-module] type: Function lineno: 44 - nodeid: tests/test_utils_utils.py::test_typename[function-type] type: Function lineno: 44 - nodeid: tests/test_utils_utils.py::test_typename[<genexpr>-generator] type: Function lineno: 44 - nodeid: tests/test_utils_utils.py::test_typename[obj18-list_iterator] type: Function lineno: 44 - nodeid: tests/test_utils_utils.py::test_next_int[nums0-4] type: Function lineno: 77 - nodeid: tests/test_utils_utils.py::test_next_int[nums1-21] type: Function lineno: 77 - nodeid: tests/test_utils_utils.py::test_next_int[nums2-0] type: Function lineno: 77 - nodeid: tests/test_utils_utils.py::test_zero_pad[7-3-007] type: Function lineno: 87 - nodeid: tests/test_utils_utils.py::test_zero_pad[123-5-00123] type: Function lineno: 87 - nodeid: tests/test_utils_utils.py::test_zero_pad[0-2-00] type: Function lineno: 87 - nodeid: tests/test_utils_utils.py::test_iround[3.6-4] type: Function lineno: 97 - nodeid: tests/test_utils_utils.py::test_iround[2.1-2] type: Function lineno: 97 - nodeid: tests/test_utils_utils.py::test_iround[-1.5--2] type: Function lineno: 97 - nodeid: tests/test_utils_utils.py::test_iround[-1.4--1] type: Function lineno: 97 - nodeid: tests/test_utils_utils.py::test_sorted_naturally[items0-expected0] type: Function lineno: 108 - nodeid: tests/test_utils_utils.py::test_sorted_naturally[items1-expected1] type: Function lineno: 108 - nodeid: tests/test_utils_utils.py::test_sorted_naturally_reverse[items0-expected0] type: Function lineno: 115 - Outcome:
-
✅ tests/test_utils_xrange.py
- Outcome:
passed - result:
- nodeid: tests/test_utils_xrange.py::test_xrange_finite[args0-kwargs0-expected0] type: Function lineno: 11 - nodeid: tests/test_utils_xrange.py::test_xrange_finite[args1-kwargs1-expected1] type: Function lineno: 11 - nodeid: tests/test_utils_xrange.py::test_xrange_finite[args2-kwargs2-expected2] type: Function lineno: 11 - nodeid: tests/test_utils_xrange.py::test_xrange_finite[args3-kwargs3-expected3] type: Function lineno: 11 - nodeid: tests/test_utils_xrange.py::test_xrange_infinite[args0-kwargs0-count(0)] type: Function lineno: 20 - nodeid: tests/test_utils_xrange.py::test_xrange_infinite[args1-kwargs1-count(0, 2)] type: Function lineno: 20 - nodeid: tests/test_utils_xrange.py::test_xrange_too_many_args[args0] type: Function lineno: 31 - Outcome:
- Outcome:
✅ . (1 tests)
-
✅ .
- Outcome:
passed - result:
- nodeid: ci-reports type: Dir - nodeid: outputs type: Dir - nodeid: slic type: Package - nodeid: temp-ci type: Dir - nodeid: tests type: Dir - Outcome:
⚠️ Warnings
Warnings nº1
message: invalid escape sequence \-
category: DeprecationWarning
when: collect
filename: /workspace/tligui_y/slic/.pixi/envs/default/lib/python3.8/site-packages/bsread/h5.py
lineno: 207
Warnings nº2
message: pkg_resources is deprecated as an API. See https://setuptools.pypa.io/en/latest/pkg_resources.html
category: DeprecationWarning
when: collect
filename: /workspace/tligui_y/slic/.pixi/envs/default/lib/python3.8/site-packages/pyepics-3.4.3-py3.9.egg/epics/ca.py
lineno: 28
Warnings nº3
message: Deprecated call to `pkg_resources.declare_namespace('mpl_toolkits')`.
Implementing implicit namespace packages (as specified in PEP 420) is preferred to `pkg_resources.declare_namespace`. See https://setuptools.pypa.io/en/latest/references/keywords.html#keyword-namespace-packages
category: DeprecationWarning
when: collect
filename: /workspace/tligui_y/slic/.pixi/envs/default/lib/python3.8/site-packages/pkg_resources/__init__.py
lineno: 3154
Warnings nº4
message: The module numpy.dual is deprecated. Instead of using dual, use the functions directly from numpy or scipy.
category: DeprecationWarning
when: collect
filename: /workspace/tligui_y/slic/.pixi/envs/default/lib/python3.8/site-packages/scipy/fft/__init__.py
lineno: 97
Warnings nº5
message: cannot collect test class 'TestIOC' because it has a __init__ constructor (from: tests/test_utils_pv.py)
category: PytestCollectionWarning
when: collect
filename: /workspace/tligui_y/slic/tests/test_utils_pv.py
lineno: 15