You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@beam.apache.org by Reuven Lax <re...@google.com> on 2019/01/16 02:19:07 UTC

Python Flink tests failing on Jenkins

Seems to be failing seting up virtualenv. Anyone else seeing this?

*18:15:03* Could not install packages due to an EnvironmentError:
[Errno 13] Permission denied:
'/usr/local/lib/python2.7/dist-packages/pluggy'

Re: Python Flink tests failing on Jenkins

Posted by Ankur Goenka <go...@google.com>.
The problem can be because of long task name.
I have seen this happen is post commits and hence shortened the name to "
beam_PostCommit_Python_VR_Flink" (Mind the VR instead of validates runner).
Created a new PR to address this https://github.com/apache/beam/pull/7539

On Wed, Jan 16, 2019 at 2:12 AM Michael Luckey <ad...@gmail.com> wrote:

> similar to https://jira.apache.org/jira/browse/BEAM-4256 ?
>
> On Wed, Jan 16, 2019 at 10:40 AM Robert Bradshaw <ro...@google.com>
> wrote:
>
>> I created https://github.com/apache/beam/pull/7533 to roll this back.
>>
>> I am a bit at a loss as to why this would be failing in PreCommit but
>> pass in PostCommit. Especially as the task
>> ":beam-sdks-python:setupVirtualenv" runs fine in the other precommits.
>> Any insights here would be appreciated.
>>
>> On Wed, Jan 16, 2019 at 3:32 AM Ahmet Altay <al...@google.com> wrote:
>> >
>> > +Robert Bradshaw
>> >
>> > Is it this test suite:
>> https://builds.apache.org/view/A-D/view/Beam/view/All/job/beam_PreCommit_Python_ValidatesRunner_Flink_Commit/
>> >
>> > There is a recent change related to that
>> https://github.com/apache/beam/pull/7514 and they seemed to be failing
>> since then. Might be a configuration issue.
>> >
>> > Ahmet
>> >
>> > On Tue, Jan 15, 2019 at 6:19 PM Reuven Lax <re...@google.com> wrote:
>> >>
>> >> Seems to be failing seting up virtualenv. Anyone else seeing this?
>> >>
>> >> 18:15:03 Could not install packages due to an EnvironmentError: [Errno
>> 13] Permission denied: '/usr/local/lib/python2.7/dist-packages/pluggy'
>> >>
>> >>
>> >>
>>
>

Re: Python Flink tests failing on Jenkins

Posted by Michael Luckey <ad...@gmail.com>.
similar to https://jira.apache.org/jira/browse/BEAM-4256 ?

On Wed, Jan 16, 2019 at 10:40 AM Robert Bradshaw <ro...@google.com>
wrote:

> I created https://github.com/apache/beam/pull/7533 to roll this back.
>
> I am a bit at a loss as to why this would be failing in PreCommit but
> pass in PostCommit. Especially as the task
> ":beam-sdks-python:setupVirtualenv" runs fine in the other precommits.
> Any insights here would be appreciated.
>
> On Wed, Jan 16, 2019 at 3:32 AM Ahmet Altay <al...@google.com> wrote:
> >
> > +Robert Bradshaw
> >
> > Is it this test suite:
> https://builds.apache.org/view/A-D/view/Beam/view/All/job/beam_PreCommit_Python_ValidatesRunner_Flink_Commit/
> >
> > There is a recent change related to that
> https://github.com/apache/beam/pull/7514 and they seemed to be failing
> since then. Might be a configuration issue.
> >
> > Ahmet
> >
> > On Tue, Jan 15, 2019 at 6:19 PM Reuven Lax <re...@google.com> wrote:
> >>
> >> Seems to be failing seting up virtualenv. Anyone else seeing this?
> >>
> >> 18:15:03 Could not install packages due to an EnvironmentError: [Errno
> 13] Permission denied: '/usr/local/lib/python2.7/dist-packages/pluggy'
> >>
> >>
> >>
>

Re: Python Flink tests failing on Jenkins

Posted by Robert Bradshaw <ro...@google.com>.
I created https://github.com/apache/beam/pull/7533 to roll this back.

I am a bit at a loss as to why this would be failing in PreCommit but
pass in PostCommit. Especially as the task
":beam-sdks-python:setupVirtualenv" runs fine in the other precommits.
Any insights here would be appreciated.

On Wed, Jan 16, 2019 at 3:32 AM Ahmet Altay <al...@google.com> wrote:
>
> +Robert Bradshaw
>
> Is it this test suite: https://builds.apache.org/view/A-D/view/Beam/view/All/job/beam_PreCommit_Python_ValidatesRunner_Flink_Commit/
>
> There is a recent change related to that https://github.com/apache/beam/pull/7514 and they seemed to be failing since then. Might be a configuration issue.
>
> Ahmet
>
> On Tue, Jan 15, 2019 at 6:19 PM Reuven Lax <re...@google.com> wrote:
>>
>> Seems to be failing seting up virtualenv. Anyone else seeing this?
>>
>> 18:15:03 Could not install packages due to an EnvironmentError: [Errno 13] Permission denied: '/usr/local/lib/python2.7/dist-packages/pluggy'
>>
>>
>>

Re: Python Flink tests failing on Jenkins

Posted by Ahmet Altay <al...@google.com>.
+Robert Bradshaw <ro...@google.com>

Is it this test suite:
https://builds.apache.org/view/A-D/view/Beam/view/All/job/beam_PreCommit_Python_ValidatesRunner_Flink_Commit/

There is a recent change related to that
https://github.com/apache/beam/pull/7514 and they seemed to be failing
since then. Might be a configuration issue.

Ahmet

On Tue, Jan 15, 2019 at 6:19 PM Reuven Lax <re...@google.com> wrote:

> Seems to be failing seting up virtualenv. Anyone else seeing this?
>
> *18:15:03* Could not install packages due to an EnvironmentError: [Errno 13] Permission denied: '/usr/local/lib/python2.7/dist-packages/pluggy'
>
>
>
>