-
-
Notifications
You must be signed in to change notification settings - Fork 18.3k
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
Restore 32 Bit Linux CI #32709
Comments
Merged
Any details on what went wrong? (azure pipelines deletes their logs fairly quickly) |
Not able to check right now but IIRC correctly was an internal error with the environment itself. The tests themselves never got to running
…Sent from my iPhone
On Mar 16, 2020, at 2:00 PM, Tom Augspurger ***@***.***> wrote:
Any details on what went wrong? (azure pipelines deletes their logs fairly quickly)
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub, or unsubscribe.
|
INTERNALERROR> Traceback (most recent call last):
INTERNALERROR> File "/home/vsts/miniconda3/envs/pandas-dev/lib/python3.6/site-packages/xdist/workermanage.py", line 316, in process_from_remote
INTERNALERROR> rep = unserialize_report(eventname, kwargs["data"])
INTERNALERROR> File "/home/vsts/miniconda3/envs/pandas-dev/lib/python3.6/site-packages/xdist/workermanage.py", line 423, in unserialize_report
INTERNALERROR> return runner.TestReport(**assembled_report(reportdict))
INTERNALERROR> File "/home/vsts/miniconda3/envs/pandas-dev/lib/python3.6/site-packages/xdist/workermanage.py", line 403, in assembled_report
INTERNALERROR> style=data["style"],
INTERNALERROR> TypeError: __init__() got an unexpected keyword argument 'filelocrepr' |
fangchenli
added a commit
to fangchenli/pandas
that referenced
this issue
Aug 25, 2020
1 task
fangchenli
added a commit
to fangchenli/pandas
that referenced
this issue
Oct 25, 2020
fangchenli
added a commit
to fangchenli/pandas
that referenced
this issue
Oct 25, 2020
fangchenli
added a commit
to fangchenli/pandas
that referenced
this issue
Oct 25, 2020
jreback
pushed a commit
that referenced
this issue
Oct 28, 2020
kesmit13
pushed a commit
to kesmit13/pandas
that referenced
this issue
Nov 2, 2020
* CI: docker 32-bit linux build pandas-dev#32709 * fix manylinux version typo * TST/CI: fix 32bit dtype tests pandas-dev#36579, pandas-dev#32709 * TST/CI: xfail 32-bit tests pandas-dev#36579, pandas-dev#32709 * CI: skip test pandas-dev#36579, pandas-dev#32709
ukarroum
pushed a commit
to ukarroum/pandas
that referenced
this issue
Nov 2, 2020
* CI: docker 32-bit linux build pandas-dev#32709 * fix manylinux version typo * TST/CI: fix 32bit dtype tests pandas-dev#36579, pandas-dev#32709 * TST/CI: xfail 32-bit tests pandas-dev#36579, pandas-dev#32709 * CI: skip test pandas-dev#36579, pandas-dev#32709
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Noticed in #32706 and temporarily disabled in a follow up #32708
The text was updated successfully, but these errors were encountered: