-
-
Notifications
You must be signed in to change notification settings - Fork 18.2k
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_c_parser_only on linux py_3.8_32 failing on MacPython.pandas-wheels #36429
Comments
these are still failing? |
yes. on latest nightly build (https://dev.azure.com/pandas-dev/pandas-wheels/_build/results?buildId=48368&view=logs&j=79f3a53a-4a6d-509c-98b5-ff6e9111f67c) failed on windows py_3.8_32 and windows py_3.9_32 some wheels are failing to build. so there maybe other envs this fails on. I am no longer able to select the build history from the breadcrumb bar. permission error. need to log in to Azure DevOps. am using sign-in with GitHub. are you seeing this too? |
these look like we are mishandling 32 bit pointers these are failing nightly but not on commit pushes? |
these are not failing on commit pushes. IIUC on commit pushes we use a docker container for the 32bit environment where on MacPython the environment is selected using PYTHON_ARCH environment variable. I think MacPython may need some updates on versions, maybe NP_BUILD_DEP and CYTHON_BUILD_DEP. have opened MacPython/pandas-wheels#111 to troubleshoot the failures. this failure may or may not be related. |
forgot to mention. 1.1.x wheel builds are OK. so this is probably not an environment issue. MacPython/pandas-wheels#109 |
forget that. test_float_precision_options was added in #36228 which is not in 1.1.x |
the test failures prevent the nightly wheels to be published. https://anaconda.org/scipy-wheels-nightly/pandas/files will open PR on MacPython to skip these tests till this issue is resolved (and can remove blocker label) will break off commit MacPython/pandas-wheels@3d2e30a from MacPython/pandas-wheels#111 |
NP_BUILD_DEP does not appear to be related. still failing in MacPython/pandas-wheels@42e9fa4 |
there were some changes needed in #35898 to get test_float_precision_options to pass. |
removed the blocker tag. |
and removing from 1.2 milestone |
I don't see this skipped in the feedstock or our wheelbuild anymore so closing |
https://dev.azure.com/pandas-dev/pandas-wheels/_build/results?buildId=42365&view=logs&j=bb1c2637-64c6-57bd-9ea6-93823b2df951&t=9c62e7ff-391e-517d-ede1-af63bc6a25da
The text was updated successfully, but these errors were encountered: