The nightly snippet run failed on 101db025dd5a5d8c58150663ea9fab8113e219bc.
Run log: https://github.com/allora-network/docs/actions/runs/30651410511
Snippet run report
- snippets discovered: 13
- executed: 11
- failed: 7
snippets/containerize_worker.py
exited with code 1
2026-07-31 17:31:00,479 INFO Wallet initialized from LocalWallet
2026-07-31 17:31:01,975 INFO Initialized Allora client for allora-testnet-1
2026-07-31 17:31:02,058 INFO Worker wallet allo12vaa2z44uyse3sagxvrya8mavahguamqfqxefe balance: 0.000000001000000000 ALLO
Traceback (most recent call last):
File "/tmp/allora-snippets-zCRaTK/runs/containerize_worker_py/containerize_worker.py", line 23, in <module>
asyncio.run(main())
File "/opt/hostedtoolcache/Python/3.11.15/x64/lib/python3.11/asyncio/runners.py", line 190, in run
return runner.run(main)
^^^^^^^^^^^^^^^^
File "/opt/hostedtoolcache/Python/3.11.15/x64/lib/python3.11/asyncio/runners.py", line 118, in run
return self._loop.run_until_complete(task)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/hostedtoolcache/Python/3.11.15/x64/lib/python3.11/asyncio/base_events.py", line 654, in run_until_complete
return future.result()
^^^^^^^^^^^^^^^
File "/tmp/allora-snippets-zCRaTK/runs/containerize_worker_py/containerize_worker.py", line 17, in main
async for result in worker.run():
File "/tmp/allora-snippets-zCRaTK/venv/lib/python3.11/site-packages/allora_sdk/worker/worker.py", line 380, in run
resp = self.client.emissions.query.is_worker_registered_in_topic_id(
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/tmp/allora-snippets-zCRaTK/venv/lib/python3.11/site-packages/allora_sdk/protos/emissions/v9/__init__.py", line 8444, in is_worker_registered_in_topic_id
return self._channel.unary_unary(
^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/tmp/allora-snippets-zCRaTK/venv/lib/python3.11/site-packages/grpc/_channel.py", line 1168, in __call__
return _end_unary_response_blocking(state, call, False, None)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/tmp/allora-snippets-zCRaTK/venv/lib/python3.11/site-packages/grpc/_channel.py", line 999, in _end_unary_response_blocking
raise _InactiveRpcError(state) # pytype: disable=not-instantiable
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
grpc._channel._InactiveRpcError: <_InactiveRpcError of RPC that terminated with:
status = StatusCode.UNIMPLEMENTED
details = "unknown service emissions.v9.QueryService"
debug_error_string = "UNIMPLEMENTED:unknown service emissions.v9.QueryService"
>
snippets/forecaster.py
exited with code 1
Traceback (most recent call last):
File "/tmp/allora-snippets-zCRaTK/runs/forecaster_py/forecaster.py", line 97, in <module>
asyncio.run(main())
File "/opt/hostedtoolcache/Python/3.11.15/x64/lib/python3.11/asyncio/runners.py", line 190, in run
return runner.run(main)
^^^^^^^^^^^^^^^^
File "/opt/hostedtoolcache/Python/3.11.15/x64/lib/python3.11/asyncio/runners.py", line 118, in run
return self._loop.run_until_complete(task)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/hostedtoolcache/Python/3.11.15/x64/lib/python3.11/asyncio/base_events.py", line 654, in run_until_complete
return future.result()
^^^^^^^^^^^^^^^
File "/tmp/allora-snippets-zCRaTK/runs/forecaster_py/forecaster.py", line 38, in main
registered = client.emissions.query.is_worker_registered_in_topic_id(
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/tmp/allora-snippets-zCRaTK/venv/lib/python3.11/site-packages/allora_sdk/protos/emissions/v9/__init__.py", line 8444, in is_worker_registered_in_topic_id
return self._channel.unary_unary(
^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/tmp/allora-snippets-zCRaTK/venv/lib/python3.11/site-packages/grpc/_channel.py", line 1168, in __call__
return _end_unary_response_blocking(state, call, False, None)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/tmp/allora-snippets-zCRaTK/venv/lib/python3.11/site-packages/grpc/_channel.py", line 999, in _end_unary_response_blocking
raise _InactiveRpcError(state) # pytype: disable=not-instantiable
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
grpc._channel._InactiveRpcError: <_InactiveRpcError of RPC that terminated with:
status = StatusCode.UNIMPLEMENTED
details = "unknown service emissions.v9.QueryService"
debug_error_string = "UNIMPLEMENTED:unknown service emissions.v9.QueryService"
>
snippets/migrate_worker.py
exited with code 1
2026-07-31 17:31:08,726 INFO Wallet initialized from LocalWallet
2026-07-31 17:31:10,106 INFO Initialized Allora client for allora-testnet-1
2026-07-31 17:31:10,338 INFO Worker wallet allo12vaa2z44uyse3sagxvrya8mavahguamqfqxefe balance: 0.000000001000000000 ALLO
Traceback (most recent call last):
File "/tmp/allora-snippets-zCRaTK/runs/migrate_worker_py/migrate_worker.py", line 28, in <module>
asyncio.run(main())
File "/opt/hostedtoolcache/Python/3.11.15/x64/lib/python3.11/asyncio/runners.py", line 190, in run
return runner.run(main)
^^^^^^^^^^^^^^^^
File "/opt/hostedtoolcache/Python/3.11.15/x64/lib/python3.11/asyncio/runners.py", line 118, in run
return self._loop.run_until_complete(task)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/hostedtoolcache/Python/3.11.15/x64/lib/python3.11/asyncio/base_events.py", line 654, in run_until_complete
return future.result()
^^^^^^^^^^^^^^^
File "/tmp/allora-snippets-zCRaTK/runs/migrate_worker_py/migrate_worker.py", line 22, in main
async for result in worker.run():
File "/tmp/allora-snippets-zCRaTK/venv/lib/python3.11/site-packages/allora_sdk/worker/worker.py", line 380, in run
resp = self.client.emissions.query.is_worker_registered_in_topic_id(
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/tmp/allora-snippets-zCRaTK/venv/lib/python3.11/site-packages/allora_sdk/protos/emissions/v9/__init__.py", line 8444, in is_worker_registered_in_topic_id
return self._channel.unary_unary(
^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/tmp/allora-snippets-zCRaTK/venv/lib/python3.11/site-packages/grpc/_channel.py", line 1168, in __call__
return _end_unary_response_blocking(state, call, False, None)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/tmp/allora-snippets-zCRaTK/venv/lib/python3.11/site-packages/grpc/_channel.py", line 999, in _end_unary_response_blocking
raise _InactiveRpcError(state) # pytype: disable=not-instantiable
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
grpc._channel._InactiveRpcError: <_InactiveRpcError of RPC that terminated with:
status = StatusCode.UNIMPLEMENTED
details = "unknown service emissions.v9.QueryService"
debug_error_string = "UNIMPLEMENTED:unknown service emissions.v9.QueryService"
>
snippets/quickstart_consume.go
timed out after 120s without printing /Network inference: /
snippets/quickstart_worker.py
exited with code 1
2026-07-31 17:33:41,403 INFO Wallet initialized from LocalWallet
2026-07-31 17:33:43,007 INFO Initialized Allora client for allora-testnet-1
2026-07-31 17:33:43,086 INFO Worker wallet allo12vaa2z44uyse3sagxvrya8mavahguamqfqxefe balance: 0.000000001000000000 ALLO
Traceback (most recent call last):
File "/tmp/allora-snippets-zCRaTK/runs/quickstart_worker_py/quickstart_worker.py", line 26, in <module>
asyncio.run(main())
File "/opt/hostedtoolcache/Python/3.11.15/x64/lib/python3.11/asyncio/runners.py", line 190, in run
return runner.run(main)
^^^^^^^^^^^^^^^^
File "/opt/hostedtoolcache/Python/3.11.15/x64/lib/python3.11/asyncio/runners.py", line 118, in run
return self._loop.run_until_complete(task)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/hostedtoolcache/Python/3.11.15/x64/lib/python3.11/asyncio/base_events.py", line 654, in run_until_complete
return future.result()
^^^^^^^^^^^^^^^
File "/tmp/allora-snippets-zCRaTK/runs/quickstart_worker_py/quickstart_worker.py", line 19, in main
async for result in worker.run():
File "/tmp/allora-snippets-zCRaTK/venv/lib/python3.11/site-packages/allora_sdk/worker/worker.py", line 380, in run
resp = self.client.emissions.query.is_worker_registered_in_topic_id(
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/tmp/allora-snippets-zCRaTK/venv/lib/python3.11/site-packages/allora_sdk/protos/emissions/v9/__init__.py", line 8444, in is_worker_registered_in_topic_id
return self._channel.unary_unary(
^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/tmp/allora-snippets-zCRaTK/venv/lib/python3.11/site-packages/grpc/_channel.py", line 1168, in __call__
return _end_unary_response_blocking(state, call, False, None)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/tmp/allora-snippets-zCRaTK/venv/lib/python3.11/site-packages/grpc/_channel.py", line 999, in _end_unary_response_blocking
raise _InactiveRpcError(state) # pytype: disable=not-instantiable
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
grpc._channel._InactiveRpcError: <_InactiveRpcError of RPC that terminated with:
status = StatusCode.UNIMPLEMENTED
details = "unknown service emissions.v9.QueryService"
debug_error_string = "UNIMPLEMENTED:unknown service emissions.v9.QueryService"
>
snippets/sdk_py_worker.py
exited with code 1
2026-07-31 17:34:05,745 INFO Wallet initialized from LocalWallet
2026-07-31 17:34:07,137 INFO Initialized Allora client for allora-testnet-1
2026-07-31 17:34:07,222 INFO Worker wallet allo12vaa2z44uyse3sagxvrya8mavahguamqfqxefe balance: 0.000000001000000000 ALLO
Traceback (most recent call last):
File "/tmp/allora-snippets-zCRaTK/runs/sdk_py_worker_py/sdk_py_worker.py", line 23, in <module>
asyncio.run(main())
File "/opt/hostedtoolcache/Python/3.11.15/x64/lib/python3.11/asyncio/runners.py", line 190, in run
return runner.run(main)
^^^^^^^^^^^^^^^^
File "/opt/hostedtoolcache/Python/3.11.15/x64/lib/python3.11/asyncio/runners.py", line 118, in run
return self._loop.run_until_complete(task)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/hostedtoolcache/Python/3.11.15/x64/lib/python3.11/asyncio/base_events.py", line 654, in run_until_complete
return future.result()
^^^^^^^^^^^^^^^
File "/tmp/allora-snippets-zCRaTK/runs/sdk_py_worker_py/sdk_py_worker.py", line 17, in main
async for result in worker.run():
File "/tmp/allora-snippets-zCRaTK/venv/lib/python3.11/site-packages/allora_sdk/worker/worker.py", line 380, in run
resp = self.client.emissions.query.is_worker_registered_in_topic_id(
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/tmp/allora-snippets-zCRaTK/venv/lib/python3.11/site-packages/allora_sdk/protos/emissions/v9/__init__.py", line 8444, in is_worker_registered_in_topic_id
return self._channel.unary_unary(
^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/tmp/allora-snippets-zCRaTK/venv/lib/python3.11/site-packages/grpc/_channel.py", line 1168, in __call__
return _end_unary_response_blocking(state, call, False, None)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/tmp/allora-snippets-zCRaTK/venv/lib/python3.11/site-packages/grpc/_channel.py", line 999, in _end_unary_response_blocking
raise _InactiveRpcError(state) # pytype: disable=not-instantiable
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
grpc._channel._InactiveRpcError: <_InactiveRpcError of RPC that terminated with:
status = StatusCode.UNIMPLEMENTED
details = "unknown service emissions.v9.QueryService"
debug_error_string = "UNIMPLEMENTED:unknown service emissions.v9.QueryService"
>
snippets/worker_minimal.py
exited with code 1
2026-07-31 17:34:10,654 INFO Wallet initialized from LocalWallet
2026-07-31 17:34:12,045 INFO Initialized Allora client for allora-testnet-1
2026-07-31 17:34:12,112 INFO Worker wallet allo12vaa2z44uyse3sagxvrya8mavahguamqfqxefe balance: 0.000000001000000000 ALLO
Traceback (most recent call last):
File "/tmp/allora-snippets-zCRaTK/runs/worker_minimal_py/worker_minimal.py", line 22, in <module>
asyncio.run(main())
File "/opt/hostedtoolcache/Python/3.11.15/x64/lib/python3.11/asyncio/runners.py", line 190, in run
return runner.run(main)
^^^^^^^^^^^^^^^^
File "/opt/hostedtoolcache/Python/3.11.15/x64/lib/python3.11/asyncio/runners.py", line 118, in run
return self._loop.run_until_complete(task)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/hostedtoolcache/Python/3.11.15/x64/lib/python3.11/asyncio/base_events.py", line 654, in run_until_complete
return future.result()
^^^^^^^^^^^^^^^
File "/tmp/allora-snippets-zCRaTK/runs/worker_minimal_py/worker_minimal.py", line 16, in main
async for result in worker.run():
File "/tmp/allora-snippets-zCRaTK/venv/lib/python3.11/site-packages/allora_sdk/worker/worker.py", line 380, in run
resp = self.client.emissions.query.is_worker_registered_in_topic_id(
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/tmp/allora-snippets-zCRaTK/venv/lib/python3.11/site-packages/allora_sdk/protos/emissions/v9/__init__.py", line 8444, in is_worker_registered_in_topic_id
return self._channel.unary_unary(
^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/tmp/allora-snippets-zCRaTK/venv/lib/python3.11/site-packages/grpc/_channel.py", line 1168, in __call__
return _end_unary_response_blocking(state, call, False, None)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/tmp/allora-snippets-zCRaTK/venv/lib/python3.11/site-packages/grpc/_channel.py", line 999, in _end_unary_response_blocking
raise _InactiveRpcError(state) # pytype: disable=not-instantiable
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
grpc._channel._InactiveRpcError: <_InactiveRpcError of RPC that terminated with:
status = StatusCode.UNIMPLEMENTED
details = "unknown service emissions.v9.QueryService"
debug_error_string = "UNIMPLEMENTED:unknown service emissions.v9.QueryService"
>
The nightly snippet run failed on
101db025dd5a5d8c58150663ea9fab8113e219bc.Run log: https://github.com/allora-network/docs/actions/runs/30651410511
Snippet run report
snippets/containerize_worker.pyexited with code 1
snippets/forecaster.pyexited with code 1
snippets/migrate_worker.pyexited with code 1
snippets/quickstart_consume.gotimed out after 120s without printing /Network inference: /
snippets/quickstart_worker.pyexited with code 1
snippets/sdk_py_worker.pyexited with code 1
snippets/worker_minimal.pyexited with code 1