Skip to content

CI: Windows build failing #23319

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

Closed
TomAugspurger opened this issue Oct 24, 2018 · 6 comments
Closed

CI: Windows build failing #23319

TomAugspurger opened this issue Oct 24, 2018 · 6 comments
Labels
CI Continuous Integration

Comments

@TomAugspurger
Copy link
Contributor

e.g. https://dev.azure.com/pandas-dev/pandas/_build/results?buildId=1680&view=logs

seems to be affecting multiple builds.

2018-10-24T15:55:48.9463601Z ##[command]"C:\Windows\system32\cmd.exe" /D /E:ON /V:OFF /S /C "CALL "D:\a\_temp\ecbf7c44-999c-40cd-8868-eadec34d4bc7.cmd""
2018-10-24T15:56:04.8632197Z ImportError while loading conftest 'D:\a\1\s\pandas\conftest.py'.
2018-10-24T15:56:05.2570958Z pandas\__init__.py:42: in <module>
2018-10-24T15:56:05.2571607Z     from pandas.core.api import *
2018-10-24T15:56:05.2571761Z pandas\core\api.py:10: in <module>
2018-10-24T15:56:05.2571931Z     from pandas.core.groupby import Grouper
2018-10-24T15:56:05.2572072Z pandas\core\groupby\__init__.py:1: in <module>
2018-10-24T15:56:05.2572252Z     from pandas.core.groupby.groupby import GroupBy  # flake8: noqa
2018-10-24T15:56:05.2572423Z pandas\core\groupby\groupby.py:40: in <module>
2018-10-24T15:56:05.2572592Z     from pandas.core.frame import DataFrame
2018-10-24T15:56:05.2572776Z pandas\core\frame.py:98: in <module>
2018-10-24T15:56:05.2572941Z     from pandas.core.series import Series
2018-10-24T15:56:05.2573946Z pandas\core\series.py:18: in <module>
2018-10-24T15:56:05.2574292Z     import pandas.plotting._core as gfx
2018-10-24T15:56:05.2574542Z pandas\plotting\__init__.py:15: in <module>
2018-10-24T15:56:05.2574711Z     from pandas.plotting._converter import (
2018-10-24T15:56:05.2575076Z pandas\plotting\_converter.py:8: in <module>
2018-10-24T15:56:05.2575492Z     import matplotlib.units as units
2018-10-24T15:56:05.2576398Z C:\Miniconda\envs\pandas\lib\site-packages\matplotlib\__init__.py:1111: in <module>
2018-10-24T15:56:05.2576496Z     rcParamsOrig = RcParams(rcParams.copy())
2018-10-24T15:56:05.2577252Z C:\Miniconda\envs\pandas\lib\site-packages\matplotlib\__init__.py:891: in __getitem__
2018-10-24T15:56:05.2577679Z     from matplotlib import pyplot as plt
2018-10-24T15:56:05.2578184Z C:\Miniconda\envs\pandas\lib\site-packages\matplotlib\pyplot.py:32: in <module>
2018-10-24T15:56:05.2578480Z     import matplotlib.colorbar
2018-10-24T15:56:05.2579211Z C:\Miniconda\envs\pandas\lib\site-packages\matplotlib\colorbar.py:28: in <module>
2018-10-24T15:56:05.2579427Z     import matplotlib.artist as martist
2018-10-24T15:56:05.2579803Z E   AttributeError: module 'matplotlib' has no attribute 'artist'
2018-10-24T15:56:05.4589056Z ##[error]Cmd.exe exited with code '4'.
2018-10-24T15:56:05.4970962Z ##[section]Finishing: Test
@TomAugspurger
Copy link
Contributor Author

Between https://dev.azure.com/pandas-dev/pandas/_build/results?buildId=1686&view=logs and https://dev.azure.com/pandas-dev/pandas/_build/results?buildId=1679&view=logs, it seems like the only thing that changes was python 3.6.6 -> 3.6.7.

I hope a point release didn't break matplotlib.

@TomAugspurger
Copy link
Contributor Author

TomAugspurger commented Oct 24, 2018

Current hypothesis is that CPython 3.6.7 uses openssl 1.1.1, but Qt uses 1.0.2.

A Qt build using 1.1.1 is in the works.

@StrikerRUS
Copy link

Getting the same error for Windows and macOS with Python 3.6. Other versions and Linux seems to be bug-free, so far. Windows has started to fail a few hours latter after macOS.
Logs:
https://ci.appveyor.com/project/guolinke/lightgbm/builds/19780237/job/w6tvep6v1v7e630b
https://travis-ci.org/Microsoft/LightGBM/jobs/446062310

@TomAugspurger
Copy link
Contributor Author

Upstream issue: matplotlib/matplotlib#12601

Already fixed in mil master.

@jbrockmendel
Copy link
Member

Is this still an issue?

@TomAugspurger
Copy link
Contributor Author

I think we're good.

@TomAugspurger TomAugspurger added this to the No action milestone Jun 11, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
CI Continuous Integration
Projects
None yet
Development

No branches or pull requests

3 participants