-
-
Notifications
You must be signed in to change notification settings - Fork 15.5k
home-assistant: 2021.1.3 -> 2021.1.4 (+zigpy) #109605
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
Result of 22 packages built:
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good to me
x86_64 seems to run into a spurious test failure: ==================================== ERRORS ====================================
_______________ ERROR at setup of test_remove_older_logs[pyloop] _______________
[gw6] linux -- Python 3.8.6 /nix/store/yi9a1fafijn0nf5m8qkmnl955vi2mncm-python3-3.8.6/bin/python3.8
loop_factory = <class 'asyncio.unix_events._UnixDefaultEventLoopPolicy'>
fast = False, loop_debug = False
@pytest.fixture
def loop(loop_factory, fast, loop_debug): # type: ignore
"""Return an instance of the event loop."""
policy = loop_factory()
asyncio.set_event_loop_policy(policy)
> with loop_context(fast=fast) as _loop:
/nix/store/6ij587xhxfxngkx8d0brwgbhxv2ai1pj-python3.8-aiohttp-3.7.3/lib/python3.8/site-packages/aiohttp/pytest_plugin.py:228:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
/nix/store/yi9a1fafijn0nf5m8qkmnl955vi2mncm-python3-3.8.6/lib/python3.8/contextlib.py:113: in __enter__
return next(self.gen)
/nix/store/6ij587xhxfxngkx8d0brwgbhxv2ai1pj-python3.8-aiohttp-3.7.3/lib/python3.8/site-packages/aiohttp/test_utils.py:493: in loop_context
loop = setup_test_loop(loop_factory)
/nix/store/6ij587xhxfxngkx8d0brwgbhxv2ai1pj-python3.8-aiohttp-3.7.3/lib/python3.8/site-packages/aiohttp/test_utils.py:514: in setup_test_loop
asyncio.set_event_loop(loop)
/nix/store/yi9a1fafijn0nf5m8qkmnl955vi2mncm-python3-3.8.6/lib/python3.8/asyncio/events.py:753: in set_event_loop
get_event_loop_policy().set_event_loop(loop)
/nix/store/yi9a1fafijn0nf5m8qkmnl955vi2mncm-python3-3.8.6/lib/python3.8/asyncio/unix_events.py:1365: in set_event_loop
self._watcher.attach_loop(loop)
/nix/store/yi9a1fafijn0nf5m8qkmnl955vi2mncm-python3-3.8.6/lib/python3.8/asyncio/unix_events.py:931: in attach_loop
self._do_waitpid_all()
/nix/store/yi9a1fafijn0nf5m8qkmnl955vi2mncm-python3-3.8.6/lib/python3.8/asyncio/unix_events.py:985: in _do_waitpid_all
self._do_waitpid(pid)
/nix/store/yi9a1fafijn0nf5m8qkmnl955vi2mncm-python3-3.8.6/lib/python3.8/asyncio/unix_events.py:1019: in _do_waitpid
callback(pid, returncode, *args)
/nix/store/yi9a1fafijn0nf5m8qkmnl955vi2mncm-python3-3.8.6/lib/python3.8/asyncio/unix_events.py:216: in _child_watcher_callback
self.call_soon_threadsafe(transp._process_exited, returncode)
/nix/store/yi9a1fafijn0nf5m8qkmnl955vi2mncm-python3-3.8.6/lib/python3.8/asyncio/base_events.py:764: in call_soon_threadsafe
self._check_closed()
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
self = <_UnixSelectorEventLoop running=False closed=True debug=False>
def _check_closed(self):
if self._closed:
> raise RuntimeError('Event loop is closed')
E RuntimeError: Event loop is closed
/nix/store/yi9a1fafijn0nf5m8qkmnl955vi2mncm-python3-3.8.6/lib/python3.8/asyncio/base_events.py:508: RuntimeError |
Sadly unable to reproduce locally. @GrahamcOfBorg test home-assistant |
37835bf
to
db4cdb0
Compare
Disabled the test case, as it just seems to be racy. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Works fine, just built it on my local setup with both Z-Wave and Zigbee devices.
Motivation for this change
https://github.com/home-assistant/core/releases/tag/2021.1.4
Things done
sandbox
innix.conf
on non-NixOS linux)nix-shell -p nixpkgs-review --run "nixpkgs-review wip"
./result/bin/
)nix path-info -S
before and after)