Uninett / zino

Zino 2.0 - Network state monitor for research networks
Apache License 2.0
3 stars 4 forks source link

AssertionError inside linkstatetask #263

Open runborg opened 1 week ago

runborg commented 1 week ago

A traceback observed while parsing logs. i do not know why this has happened or the circumstances around it.

ENTRY: Traceback (most recent call last):
  File "/home/runarb/zino2/zino-env/lib/python3.10/site-packages/apscheduler/executors/base_py3.py", line 30, in run_coroutine_job
    retval = await job.func(*job.args, **job.kwargs)
  File "/home/runarb/zino2/zino-env/lib/python3.10/site-packages/zino/tasks/linkstatetask.py", line 75, in poll_single_interface
    assert all(ident.index == OID(f".{ifindex}") for ident, value in result)
AssertionError

COUNT: 1
CC: ['2024-06-19 10:50:35,847 - ERROR - apscheduler.executors.default (MainThread) - Job "<redacted>-verify-569-state (trigger: date[2024-06-19 10:50:34 CEST], next run at: 2024-06-19 10:50:34 CEST)" raised an exception']