I tried to debug but did not make much progress. I cannot reproduce locally, however all python precommits and postcommits are failing.
One guess is, setuptools released a new version that does not support eggs a few days ago, that might be the cause ( https://github.com/pypa/setuptools/blob/master/CHANGES.rst) but that should have reproduced locally. Maybe something is wrong with the jenkins machines, and we could perhaps bring them to a clean state. I suspected this being related to pytest somehow (as the first 4 JIRAs had pytest in the error line) but the error Chad saw is different. +Valentyn Tymofieiev <[email protected]> and +Yifan Zou <[email protected]> could you help with looking into this? Ahmet On Tue, Nov 26, 2019 at 9:14 AM Luke Cwik <[email protected]> wrote: > I also started to see this on PRs that I'm reviewing. > BEAM-8793, BEAM-8653, BEAM-8631, BEAM-8249 mention issues with setup.py and > egg_info but this looks different then all of those so I filed BEAM-8831. > > > On Mon, Nov 25, 2019 at 10:27 PM Chad Dombrova <[email protected]> wrote: > >> Actually, it looks like I'm getting the same error on multiple PRs: >> https://scans.gradle.com/s/ihfmrxr7evslw >> >> >> >> >> On Mon, Nov 25, 2019 at 10:26 PM Chad Dombrova <[email protected]> wrote: >> >>> 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 >>> >>> >>> >>> >>>
