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

[Python][CI] Nightly pandas/numpy builds are crashing #40364

Closed
jorisvandenbossche opened this issue Mar 5, 2024 · 3 comments
Closed

[Python][CI] Nightly pandas/numpy builds are crashing #40364

jorisvandenbossche opened this issue Mar 5, 2024 · 3 comments

Comments

@jorisvandenbossche
Copy link
Member

The last run of the pandas nightly/upstream_devel builds have been segfaulting. The run of 2024-03-01 was still working (one actual error in the pandas nightly, green in upstream_devel). Now both are crashing, also after some other tests failing.

Example: https://github.com/ursacomputing/crossbow/actions/runs/8134146382/job/22226672519

My suspicion is that this is more likely related to numpy main (they have been merging a lot of changes the last days ramping up to branching 2.0)

@jorisvandenbossche
Copy link
Member Author

Hmm, it seems the crashes were in the one but last build, the ones from last night are failing "normally" again. Maybe there was a brief incompatibility between the numpy and pandas nightly wheels, or just something on numpy's side that was fixed in the meantime.

Anyway, we still get a bunch of failures because of changes to copy behaviour in np.asarray. I added a bullet point about this in #39532. We might also need to wait until things are fixed for this in pandas to get a fully green build (pandas-dev/pandas#57172)

@jorisvandenbossche
Copy link
Member Author

Anyway, we still get a bunch of failures because of changes to copy behaviour in np.asarray.

That is being fixed and covered by #41098

@jorisvandenbossche
Copy link
Member Author

Given this no longer occurs, closing

@jorisvandenbossche jorisvandenbossche closed this as not planned Won't fix, can't repro, duplicate, stale Apr 15, 2024
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