Hi all, The cython tests started failing on one of my PRs which were succeeding before. The error is one that I've never seen before (separated onto different lines to make it easier to read):
Caused by: org.gradle.api.GradleException: Could not copy file '/home/jenkins/jenkins-slave/workspace/beam_PreCommit_Python_Commit@2 /src/sdks/python/.eggs/simplegeneric-0.8.1-py2.7.egg' to '/home/jenkins/jenkins-slave/workspace/beam_PreCommit_Python_Commit@2 /src/sdks/python/test-suites/tox/py2/build/srcs/sdks/python/.eggs/simplegeneric-0.8.1-py2.7.egg'. Followed immediately by an error about could not create a directory of the same name. Here's the gradle scan: https://scans.gradle.com/s/ihfmrxr7evslw/failure?openFailures=WzFd&openStackTraces=WzZd#top=0 Any ideas? -chad