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

Test failure on Mac free-threaded CI #4688

Open
ngoldbaum opened this issue Nov 7, 2024 · 1 comment
Open

Test failure on Mac free-threaded CI #4688

ngoldbaum opened this issue Nov 7, 2024 · 1 comment

Comments

@ngoldbaum
Copy link
Contributor

See https://github.com/PyO3/pyo3/actions/runs/11701201572/job/32586835300#step:11:3324

Ironically, in the run after we merged the PR adding the CI job. I've never seen this in my local development setup.

  failures:
  
  ---- coroutine_is_cancelled stdout ----
  thread 'coroutine_is_cancelled' panicked at tests/test_coroutine.rs:227:10:
  called `Result::unwrap()` on an `Err` value: PyErr { type: <class 'asyncio.exceptions.CancelledError'>, value: CancelledError(), traceback: Some(<traceback object at 0x20000381880>) }
  note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace
  
  
  failures:
      coroutine_is_cancelled
@ngoldbaum
Copy link
Contributor Author

I just hit this on my local dev setup, which seems related:

---- coroutine_cancel_handle stdout ----
thread 'coroutine_cancel_handle' panicked at tests/test_coroutine.rs:197:10:
called `Result::unwrap()` on an `Err` value: PyErr { type: <class 'AssertionError'>, value: AssertionError(), traceback: Some(<traceback object at 0x200040301c0>) }

I haven't seen it before and can't seem to trigger it again.

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

No branches or pull requests

1 participant