Skip to content

ci: Add test-313 environment #3619

ci: Add test-313 environment

ci: Add test-313 environment #3619

Re-run triggered February 11, 2025 09:19
Status Cancelled
Total duration 18m 27s
Artifacts 1

test.yaml

on: pull_request
Run pre-commit
16s
Run pre-commit
Setup workflow
3s
Setup workflow
Pixi lock
4s
Pixi lock
Matrix: core_test_suite
Matrix: ui_test_suite
Matrix: unit_test_suite
result:test
0s
result:test
Fit to window
Zoom out
Zoom in

Annotations

9 errors
unit:test-313:ubuntu-latest
Canceling since a higher priority waiting request for 'tests-6508' exists
unit:test-313:ubuntu-latest: examples/user_guide/Deploying_Bokeh_Apps.ipynb#L1
examples/user_guide/Deploying_Bokeh_Apps.ipynb::Cell 18 Notebook cell execution failed Cell 18: Cell execution caused an exception Input: def update(): counter.event(counter=counter.counter+1) cb = pn.state.add_periodic_callback(update, period=200) Traceback: --------------------------------------------------------------------------- RuntimeError Traceback (most recent call last) Cell In[1], line 4 1 def update(): 2 counter.event(counter=counter.counter+1) ----> 4 cb = pn.state.add_periodic_callback(update, period=200) File ~/work/holoviews/holoviews/.pixi/envs/test-313/lib/python3.13/site-packages/panel/io/state.py:584, in _state.add_periodic_callback(self, callback, period, count, timeout, start) 580 cb = PeriodicCallback( 581 callback=callback, period=period, count=count, timeout=timeout 582 ) 583 if start: --> 584 cb.start() 585 if self.curdoc: 586 if self.curdoc not in self._periodic: File ~/work/holoviews/holoviews/.pixi/envs/test-313/lib/python3.13/site-packages/panel/io/callbacks.py:179, in PeriodicCallback.start(self) 177 self._doc.add_next_tick_callback(self.start) 178 else: --> 179 self._cb = asyncio.create_task( 180 self._async_repeat(self._periodic_callback) 181 ) File ~/work/holoviews/holoviews/.pixi/envs/test-313/lib/python3.13/asyncio/tasks.py:407, in create_task(coro, name, context) 402 def create_task(coro, *, name=None, context=None): 403 """Schedule the execution of a coroutine object in a spawn task. 404 405 Return a Task object. 406 """ --> 407 loop = events.get_running_loop() 408 if context is None: 409 # Use legacy API if context is not needed 410 task = loop.create_task(coro, name=name) RuntimeError: no running event loop
unit:test-313:ubuntu-latest: examples/user_guide/Deploying_Bokeh_Apps.ipynb#L1
examples/user_guide/Deploying_Bokeh_Apps.ipynb::Cell 19 Notebook cell execution failed Cell 19: Cell execution caused an exception Input: cb.stop() Traceback: --------------------------------------------------------------------------- NameError Traceback (most recent call last) Cell In[1], line 1 ----> 1 cb.stop() NameError: name 'cb' is not defined
unit:test-313:ubuntu-latest
The operation was canceled.
unit:test-313:macos-latest
Canceling since a higher priority waiting request for 'tests-6508' exists
unit:test-313:macos-latest: examples/user_guide/Deploying_Bokeh_Apps.ipynb#L1
examples/user_guide/Deploying_Bokeh_Apps.ipynb::Cell 18 Notebook cell execution failed Cell 18: Cell execution caused an exception Input: def update(): counter.event(counter=counter.counter+1) cb = pn.state.add_periodic_callback(update, period=200) Traceback: --------------------------------------------------------------------------- RuntimeError Traceback (most recent call last) Cell In[1], line 4 1 def update(): 2 counter.event(counter=counter.counter+1) ----> 4 cb = pn.state.add_periodic_callback(update, period=200) File ~/work/holoviews/holoviews/.pixi/envs/test-313/lib/python3.13/site-packages/panel/io/state.py:584, in _state.add_periodic_callback(self, callback, period, count, timeout, start) 580 cb = PeriodicCallback( 581 callback=callback, period=period, count=count, timeout=timeout 582 ) 583 if start: --> 584 cb.start() 585 if self.curdoc: 586 if self.curdoc not in self._periodic: File ~/work/holoviews/holoviews/.pixi/envs/test-313/lib/python3.13/site-packages/panel/io/callbacks.py:179, in PeriodicCallback.start(self) 177 self._doc.add_next_tick_callback(self.start) 178 else: --> 179 self._cb = asyncio.create_task( 180 self._async_repeat(self._periodic_callback) 181 ) File ~/work/holoviews/holoviews/.pixi/envs/test-313/lib/python3.13/asyncio/tasks.py:407, in create_task(coro, name, context) 402 def create_task(coro, *, name=None, context=None): 403 """Schedule the execution of a coroutine object in a spawn task. 404 405 Return a Task object. 406 """ --> 407 loop = events.get_running_loop() 408 if context is None: 409 # Use legacy API if context is not needed 410 task = loop.create_task(coro, name=name) RuntimeError: no running event loop
unit:test-313:macos-latest: examples/user_guide/Deploying_Bokeh_Apps.ipynb#L1
examples/user_guide/Deploying_Bokeh_Apps.ipynb::Cell 19 Notebook cell execution failed Cell 19: Cell execution caused an exception Input: cb.stop() Traceback: --------------------------------------------------------------------------- NameError Traceback (most recent call last) Cell In[1], line 1 ----> 1 cb.stop() NameError: name 'cb' is not defined
unit:test-313:macos-latest
The operation was canceled.
result:test
Process completed with exit code 1.