hey everyone! i was debugging some SSL cert issues this morning, and noticed that once i got that resolved, the dev/lint-python checks would fail:
+ ./dev/lint-python starting python compilation test... python compilation succeeded. downloading pycodestyle from https://raw.githubusercontent.com/PyCQA/pycodestyle/2.4.0/pycodestyle.py... starting pycodestyle test... pycodestyle checks failed: File "/home/jenkins/workspace/spark-master-lint/dev/pycodestyle-2.4.0.py", line 1 500: Internal Server Error ^ SyntaxError: invalid syntax i checked out PyCQA'a repo on github and it's throwing many many 500 errors: https://raw.githubusercontent.com/PyCQA/pycodestyle/2.4.0/pycodestyle.py https://github.com/PyCQA/pycodestyle/releases/tag/2.4.0 i'm hoping this will be transient, as this will cause every build (that runs dev/lint-python) to fail... and this is a lot of builds. as a temporary work-around, i will see if i can find a cached version of pycodestyle.py somewhere and put that in each worker's PATH. shane -- Shane Knapp UC Berkeley EECS Research / RISELab Staff Technical Lead https://rise.cs.berkeley.edu