Skip to content
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

⚠️ Nightly upstream-dev CI failed ⚠️ #7306

Closed
github-actions bot opened this issue Nov 22, 2022 · 2 comments · Fixed by #7416
Closed

⚠️ Nightly upstream-dev CI failed ⚠️ #7306

github-actions bot opened this issue Nov 22, 2022 · 2 comments · Fixed by #7416
Labels
CI Continuous Integration tools

Comments

@github-actions
Copy link
Contributor

github-actions bot commented Nov 22, 2022

Workflow Run URL

Python 3.10 Test Summary

test collection session failed:

../../../micromamba-root/envs/xarray-tests/lib/python3.10/importlib/__init__.py:126: in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
<frozen importlib._bootstrap>:1050: in _gcd_import
    ???
<frozen importlib._bootstrap>:1027: in _find_and_load
    ???
<frozen importlib._bootstrap>:992: in _find_and_load_unlocked
    ???
<frozen importlib._bootstrap>:241: in _call_with_frames_removed
    ???
<frozen importlib._bootstrap>:1050: in _gcd_import
    ???
<frozen importlib._bootstrap>:1027: in _find_and_load
    ???
<frozen importlib._bootstrap>:1006: in _find_and_load_unlocked
    ???
<frozen importlib._bootstrap>:688: in _load_unlocked
    ???
<frozen importlib._bootstrap_external>:883: in exec_module
    ???
<frozen importlib._bootstrap>:241: in _call_with_frames_removed
    ???
xarray/tests/__init__.py:78: in <module>
    has_numbagg, requires_numbagg = _importorskip("numbagg")
xarray/tests/__init__.py:51: in _importorskip
    mod = importlib.import_module(modname)
../../../micromamba-root/envs/xarray-tests/lib/python3.10/importlib/__init__.py:126: in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
<frozen importlib._bootstrap>:1050: in _gcd_import
    ???
<frozen importlib._bootstrap>:1027: in _find_and_load
    ???
<frozen importlib._bootstrap>:1006: in _find_and_load_unlocked
    ???
<frozen importlib._bootstrap>:688: in _load_unlocked
    ???
<frozen importlib._bootstrap_external>:883: in exec_module
    ???
<frozen importlib._bootstrap>:241: in _call_with_frames_removed
    ???
../../../micromamba-root/envs/xarray-tests/lib/python3.10/site-packages/numbagg/__init__.py:3: in <module>
    from .funcs import (
../../../micromamba-root/envs/xarray-tests/lib/python3.10/site-packages/numbagg/funcs.py:2: in <module>
    from numba import bool_, float32, float64, int32, int64
../../../micromamba-root/envs/xarray-tests/lib/python3.10/site-packages/numba/__init__.py:42: in <module>
    from numba.np.ufunc import (vectorize, guvectorize, threading_layer,
../../../micromamba-root/envs/xarray-tests/lib/python3.10/site-packages/numba/np/ufunc/__init__.py:3: in <module>
    from numba.np.ufunc.decorators import Vectorize, GUVectorize, vectorize, guvectorize
../../../micromamba-root/envs/xarray-tests/lib/python3.10/site-packages/numba/np/ufunc/decorators.py:3: in <module>
    from numba.np.ufunc import _internal
E   SystemError: initialization of _internal failed without raising an exception
@github-actions github-actions bot added the CI Continuous Integration tools label Nov 22, 2022
@keewis
Copy link
Collaborator

keewis commented Nov 22, 2022

this looks like an issue with numbagg, but since there hasn't been an update in quite some time I guess it's actually one of its dependencies (numba?) that changed?

@max-sixty
Copy link
Collaborator

Yes I think this must be a numba issue, since it seems to be raising on just importing numba, and numagg doesn't do anything special there.

I find this quite confusing:

SystemError: initialization of _internal failed without raising an exception

Feels like the opposite of that "Error raised successfully" meme...

I'll raise an issue in numba and see whether anyone recognizes this

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
CI Continuous Integration tools
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants