html_url,issue_url,id,node_id,user,created_at,updated_at,author_association,body,reactions,performed_via_github_app,issue
https://github.com/pydata/xarray/issues/1738#issuecomment-347813738,https://api.github.com/repos/pydata/xarray/issues/1738,347813738,MDEyOklzc3VlQ29tbWVudDM0NzgxMzczOA==,1217238,2017-11-29T10:12:13Z,2017-11-29T10:12:13Z,MEMBER,"One useful clue: when I run these tests on OS X, I get the following warnings:
```
========================================= warnings summary ==========================================
xarray/tests/test_distributed.py::test_dask_distributed_integration_test[scipy]
/Users/shoyer/conda/envs/xarray-py36/lib/python3.6/site-packages/distributed/utils_test.py:528: UserWarning: This test leaked 8 file descriptors
warnings.warn(""This test leaked %d file descriptors"" % diff)
/Users/shoyer/conda/envs/xarray-py36/lib/python3.6/site-packages/distributed/utils_test.py:538: UserWarning: This test leaked 15 MB of memory
warnings.warn(""This test leaked %d MB of memory"" % diff)
xarray/tests/test_distributed.py::test_dask_distributed_integration_test[netcdf4]
/Users/shoyer/conda/envs/xarray-py36/lib/python3.6/site-packages/distributed/utils_test.py:528: UserWarning: This test leaked 6 file descriptors
warnings.warn(""This test leaked %d file descriptors"" % diff)
-- Docs: http://doc.pytest.org/en/latest/warnings.html
```","{""total_count"": 0, ""+1"": 0, ""-1"": 0, ""laugh"": 0, ""hooray"": 0, ""confused"": 0, ""heart"": 0, ""rocket"": 0, ""eyes"": 0}",,276241193
https://github.com/pydata/xarray/issues/1738#issuecomment-346681481,https://api.github.com/repos/pydata/xarray/issues/1738,346681481,MDEyOklzc3VlQ29tbWVudDM0NjY4MTQ4MQ==,1217238,2017-11-23T18:43:15Z,2017-11-23T18:43:15Z,MEMBER,"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).","{""total_count"": 0, ""+1"": 0, ""-1"": 0, ""laugh"": 0, ""hooray"": 0, ""confused"": 0, ""heart"": 0, ""rocket"": 0, ""eyes"": 0}",,276241193
https://github.com/pydata/xarray/issues/1738#issuecomment-346670364,https://api.github.com/repos/pydata/xarray/issues/1738,346670364,MDEyOklzc3VlQ29tbWVudDM0NjY3MDM2NA==,306380,2017-11-23T17:22:26Z,2017-11-23T17:22:26Z,MEMBER,"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
> build to the last
> successful
> 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
> , or mute
> the thread
>
> .
>
","{""total_count"": 0, ""+1"": 0, ""-1"": 0, ""laugh"": 0, ""hooray"": 0, ""confused"": 0, ""heart"": 0, ""rocket"": 0, ""eyes"": 0}",,276241193
https://github.com/pydata/xarray/issues/1738#issuecomment-346670059,https://api.github.com/repos/pydata/xarray/issues/1738,346670059,MDEyOklzc3VlQ29tbWVudDM0NjY3MDA1OQ==,1217238,2017-11-23T17:20:46Z,2017-11-23T17:20:46Z,MEMBER,"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).","{""total_count"": 0, ""+1"": 0, ""-1"": 0, ""laugh"": 0, ""hooray"": 0, ""confused"": 0, ""heart"": 0, ""rocket"": 0, ""eyes"": 0}",,276241193
https://github.com/pydata/xarray/issues/1738#issuecomment-346634418,https://api.github.com/repos/pydata/xarray/issues/1738,346634418,MDEyOklzc3VlQ29tbWVudDM0NjYzNDQxOA==,306380,2017-11-23T14:37:28Z,2017-11-23T14:37:28Z,MEMBER,"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
>
> —
> You are receiving this because you were mentioned.
> Reply to this email directly, view it on GitHub
> , or mute
> the thread
>
> .
>
","{""total_count"": 0, ""+1"": 0, ""-1"": 0, ""laugh"": 0, ""hooray"": 0, ""confused"": 0, ""heart"": 0, ""rocket"": 0, ""eyes"": 0}",,276241193
https://github.com/pydata/xarray/issues/1738#issuecomment-346512099,https://api.github.com/repos/pydata/xarray/issues/1738,346512099,MDEyOklzc3VlQ29tbWVudDM0NjUxMjA5OQ==,1217238,2017-11-23T01:04:57Z,2017-11-23T01:04:57Z,MEMBER,"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
> , or mute
> the thread
>
> .
>
","{""total_count"": 0, ""+1"": 0, ""-1"": 0, ""laugh"": 0, ""hooray"": 0, ""confused"": 0, ""heart"": 0, ""rocket"": 0, ""eyes"": 0}",,276241193
https://github.com/pydata/xarray/issues/1738#issuecomment-346510516,https://api.github.com/repos/pydata/xarray/issues/1738,346510516,MDEyOklzc3VlQ29tbWVudDM0NjUxMDUxNg==,306380,2017-11-23T00:49:27Z,2017-11-23T00:49:27Z,MEMBER,"If I may generalize the question, did this start happening recently? Do we know what triggered this change?","{""total_count"": 0, ""+1"": 0, ""-1"": 0, ""laugh"": 0, ""hooray"": 0, ""confused"": 0, ""heart"": 0, ""rocket"": 0, ""eyes"": 0}",,276241193
https://github.com/pydata/xarray/issues/1738#issuecomment-346510438,https://api.github.com/repos/pydata/xarray/issues/1738,346510438,MDEyOklzc3VlQ29tbWVudDM0NjUxMDQzOA==,1217238,2017-11-23T00:48:35Z,2017-11-23T00:48:35Z,MEMBER,"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
> , or mute
> the thread
>
> .
>
","{""total_count"": 0, ""+1"": 0, ""-1"": 0, ""laugh"": 0, ""hooray"": 0, ""confused"": 0, ""heart"": 0, ""rocket"": 0, ""eyes"": 0}",,276241193
https://github.com/pydata/xarray/issues/1738#issuecomment-346510216,https://api.github.com/repos/pydata/xarray/issues/1738,346510216,MDEyOklzc3VlQ29tbWVudDM0NjUxMDIxNg==,306380,2017-11-23T00:46:30Z,2017-11-23T00:46:30Z,MEMBER,"At first glance, no. Does this happen both on latest release and on git-master?","{""total_count"": 0, ""+1"": 0, ""-1"": 0, ""laugh"": 0, ""hooray"": 0, ""confused"": 0, ""heart"": 0, ""rocket"": 0, ""eyes"": 0}",,276241193