-
-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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
Windows/Python 2.7 tests of dask-distributed failing on master/v0.10.0 #1738
Comments
At first glance, no. Does this happen both on latest release and on git-master? |
It looks like it, I'll double check.
…On Wed, Nov 22, 2017 at 4:46 PM Matthew Rocklin ***@***.***> wrote:
At first glance, no. Does this happen both on latest release and on
git-master?
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#1738 (comment)>, or mute
the thread
<https://github.com/notifications/unsubscribe-auth/ABKS1vBBuWl_-ilWNa7yrd2bIiI6c8vkks5s5MBmgaJpZM4QoKTw>
.
|
If I may generalize the question, did this start happening recently? Do we know what triggered this change? |
It definitely started recently (past week). I don't think we changed
anything relevant in xarray so my guess is something to do with a
dependency. Hopefully it will be clear from the appveyor logs!
…On Wed, Nov 22, 2017 at 4:49 PM Matthew Rocklin ***@***.***> wrote:
If I may generalize the question, did this start happening recently? Do we
know what triggered this change?
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#1738 (comment)>, or mute
the thread
<https://github.com/notifications/unsubscribe-auth/ABKS1hI27jKOwumHya6BpXxDcQNa_Hn1ks5s5MEXgaJpZM4QoKTw>
.
|
FWIW aospy is having similar failures starting roughly at the same time: spencerahill/aospy#238 |
cc @pitrou in case this reminds him of anything
…On Thu, Nov 23, 2017 at 12:54 AM, Spencer Hill ***@***.***> wrote:
FWIW aospy is having similar failures starting roughly at the same time:
spencerahill/aospy#238 <spencerahill/aospy#238>
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#1738 (comment)>, or mute
the thread
<https://github.com/notifications/unsubscribe-auth/AASszD_B8JyfRw354324H3J0l2XeDHBcks5s5QitgaJpZM4QoKTw>
.
|
Comparing a failed build to the last successful build on master, I find the following difference in the dependencies:
It looks like dask 0.16 or distributed 0.1.20 release is the most likely culprit. There were no Python changes to xarray in the v0.10.0 release commit (only |
It might be useful in the future to change one of XArray's test builds to
be against git-master rather than latest release. This would help us to
identify issues like this closer to when they occurred.
…On Thu, Nov 23, 2017 at 12:20 PM, Stephan Hoyer ***@***.***> wrote:
Comparing a failed
<https://ci.appveyor.com/project/shoyer/xray/build/1.0.3015> build to the last
successful <https://ci.appveyor.com/project/shoyer/xray/build/1.0.3012>
build on master, I find the following difference in the dependencies:
# passed, just before the v0.10.0 release
ca-certificates 2017.7.27.1 0 conda-forge
dask 0.15.4 py_0 conda-forge
dask-core 0.15.4 py_0 conda-forge
distributed 1.19.3 py27_0 conda-forge
setuptools 36.6.0 py27_1 conda-forge
# failed, at the v0.10.0 release
ca-certificates 2017.11.5 0 conda-forge
dask 0.16.0 py_0 conda-forge
dask-core 0.16.0 py_0 conda-forge
distributed 1.20.0 py27_0 conda-forge
setuptools 36.7.2 py27_0 conda-forge
It looks like dask 0.16 or distributed 0.1.20 release is the most likely
culprit. There were no Python changes to xarray in the v0.10.0 release
commit (only setup.py and documentation changes).
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#1738 (comment)>, or mute
the thread
<https://github.com/notifications/unsubscribe-auth/AASszEI5Wou1G91aMSsN7lCuovp2cDSAks5s5alwgaJpZM4QoKTw>
.
|
@shoyer is this using an old-ish Python 2.7 version? |
This is Python 2.7.14. We do have a build against git master for dask, but only on Linux (Appveyor only gives us one free simultaneous build). |
The error probably means the loop was already closed. I don't know why that is. |
One useful clue: when I run these tests on OS X, I get the following warnings:
|
Python 2.7 builds on Windows are failing:
https://ci.appveyor.com/project/shoyer/xray/build/1.0.3018
The tests that are failing are all variations of
test_dask_distributed_integration_test
. Example error message:@mrocklin any guesses about what this could be?
The text was updated successfully, but these errors were encountered: