Re: yetus isn't working

2021-12-07 Thread Ayush Saxena
Faced this problem again on one of my PR with H4,
Checked with INFRA folks, they have disabled H0,H2 & H4 as of now and are 
contacting the vender for the fix..

Ref:

https://issues.apache.org/jira/browse/INFRA-22588?focusedCommentId=17454899&page=com.atlassian.jira.plugin.system.issuetabpanels%3Acomment-tabpanel#comment-17454899

-Ayush

> On 25-Nov-2021, at 6:38 PM, Akira Ajisaka  wrote:
> 
> 
> Temporarily disabled H0.
> 
>> On Thu, Nov 25, 2021 at 10:04 PM Akira Ajisaka  wrote:
>> I faced the same issue, and I reduced the number of executors from 2 to 1 on 
>> H0.
>> 
>> Akira
>> 
>>> On Thu, Nov 25, 2021 at 7:05 AM Zoltan Haindrich  wrote:
>>> hey.
>>> 
>>> the post error is a consequence of the first one - so that doesn't matter;
>>> 
>>> I've clicked on a few runs and this seems to be specific the H0 slave - 
>>> which might be misbehaving...
>>> 
>>> other clue seems to be that other executors are experiencing some load; but 
>>> on that node nothing happens - most likely because it errors-out.
>>> 
>>> https://ci-hadoop.apache.org/computer/H0/load-statistics
>>> https://ci-hadoop.apache.org/computer/H13/load-statistics
>>> 
>>> I would suggest to disable this H0 slave and/or check it.
>>> 
>>> cheers,
>>> Zoltan
>>> 
>>> On 11/24/21 9:46 PM, Viraj Jasani wrote:
>>> > This does seem to be happening intermittently. For one of the recent
>>> > builds, 4/5 runs failed with the same reason and only 1/5 was able to
>>> > proceed further.
>>> > 
>>> > https://ci-hadoop.apache.org/job/hadoop-multibranch/job/PR-3711/
>>> > 
>>> > 
>>> > On Wed, 24 Nov 2021 at 11:28 PM, Ayush Saxena  wrote:
>>> > 
>>> >> This was happening with this PR only, others seems to work.
>>> >>
>>> >> I was trying to fix, by then you merged it and the build got disabled.
>>> >>
>>> >> Took me 10 mins to realise that the PR got merged, that is why the build
>>> >> got disabled and it is not me who broke it in experimenting. :-)
>>> >>
>>> >> I will try to fix it next time….
>>> >>
>>> >>
>>> >> On 24-Nov-2021, at 10:36 PM, Steve Loughran 
>>> >> wrote:
>>> >>>
>>> >>> 
>>> >> https://ci-hadoop.apache.org/blue/organizations/jenkins/hadoop-multibranch/detail/PR-3633/9/pipeline
>>> >>>
>>> >>> Check out from version control
>>> >>> <1s
>>> >>> /home/jenkins/jenkins-home/workspace/hadoop-multibranch_PR-3633:
>>> >> Read-only
>>> >>> file system
>>> >>>
>>> >>> #!/usr/bin/env bash # See HADOOP-13951 chmod -R u+rxw "${WORKSPACE}"
>>> >>> — Shell Script
>>> >>> <1s
>>> >>> Required context class hudson.FilePath is missing
>>> >>>
>>> >>> Perhaps you forgot to surround the code with a step that provides this,
>>> >>> such as: node
>>> >>>
>>> >>> anyone know how to fix this?
>>> >>
>>> >> -
>>> >> To unsubscribe, e-mail: common-dev-unsubscr...@hadoop.apache.org
>>> >> For additional commands, e-mail: common-dev-h...@hadoop.apache.org
>>> >>
>>> >>
>>> > 
>>> 
>>> -
>>> To unsubscribe, e-mail: common-dev-unsubscr...@hadoop.apache.org
>>> For additional commands, e-mail: common-dev-h...@hadoop.apache.org
>>> 


Re: yetus isn't working

2021-11-25 Thread Akira Ajisaka
Temporarily disabled H0.

On Thu, Nov 25, 2021 at 10:04 PM Akira Ajisaka  wrote:

> I faced the same issue, and I reduced the number of executors from 2 to 1
> on H0.
>
> Akira
>
> On Thu, Nov 25, 2021 at 7:05 AM Zoltan Haindrich  wrote:
>
>> hey.
>>
>> the post error is a consequence of the first one - so that doesn't matter;
>>
>> I've clicked on a few runs and this seems to be specific the H0 slave -
>> which might be misbehaving...
>>
>> other clue seems to be that other executors are experiencing some load;
>> but on that node nothing happens - most likely because it errors-out.
>>
>> https://ci-hadoop.apache.org/computer/H0/load-statistics
>> https://ci-hadoop.apache.org/computer/H13/load-statistics
>>
>> I would suggest to disable this H0 slave and/or check it.
>>
>> cheers,
>> Zoltan
>>
>> On 11/24/21 9:46 PM, Viraj Jasani wrote:
>> > This does seem to be happening intermittently. For one of the recent
>> > builds, 4/5 runs failed with the same reason and only 1/5 was able to
>> > proceed further.
>> >
>> > https://ci-hadoop.apache.org/job/hadoop-multibranch/job/PR-3711/
>> >
>> >
>> > On Wed, 24 Nov 2021 at 11:28 PM, Ayush Saxena 
>> wrote:
>> >
>> >> This was happening with this PR only, others seems to work.
>> >>
>> >> I was trying to fix, by then you merged it and the build got disabled.
>> >>
>> >> Took me 10 mins to realise that the PR got merged, that is why the
>> build
>> >> got disabled and it is not me who broke it in experimenting. :-)
>> >>
>> >> I will try to fix it next time….
>> >>
>> >>
>> >> On 24-Nov-2021, at 10:36 PM, Steve Loughran
>> 
>> >> wrote:
>> >>>
>> >>> 
>> >>
>> https://ci-hadoop.apache.org/blue/organizations/jenkins/hadoop-multibranch/detail/PR-3633/9/pipeline
>> >>>
>> >>> Check out from version control
>> >>> <1s
>> >>> /home/jenkins/jenkins-home/workspace/hadoop-multibranch_PR-3633:
>> >> Read-only
>> >>> file system
>> >>>
>> >>> #!/usr/bin/env bash # See HADOOP-13951 chmod -R u+rxw "${WORKSPACE}"
>> >>> — Shell Script
>> >>> <1s
>> >>> Required context class hudson.FilePath is missing
>> >>>
>> >>> Perhaps you forgot to surround the code with a step that provides
>> this,
>> >>> such as: node
>> >>>
>> >>> anyone know how to fix this?
>> >>
>> >> -
>> >> To unsubscribe, e-mail: common-dev-unsubscr...@hadoop.apache.org
>> >> For additional commands, e-mail: common-dev-h...@hadoop.apache.org
>> >>
>> >>
>> >
>>
>> -
>> To unsubscribe, e-mail: common-dev-unsubscr...@hadoop.apache.org
>> For additional commands, e-mail: common-dev-h...@hadoop.apache.org
>>
>>


Re: yetus isn't working

2021-11-25 Thread Akira Ajisaka
I faced the same issue, and I reduced the number of executors from 2 to 1
on H0.

Akira

On Thu, Nov 25, 2021 at 7:05 AM Zoltan Haindrich  wrote:

> hey.
>
> the post error is a consequence of the first one - so that doesn't matter;
>
> I've clicked on a few runs and this seems to be specific the H0 slave -
> which might be misbehaving...
>
> other clue seems to be that other executors are experiencing some load;
> but on that node nothing happens - most likely because it errors-out.
>
> https://ci-hadoop.apache.org/computer/H0/load-statistics
> https://ci-hadoop.apache.org/computer/H13/load-statistics
>
> I would suggest to disable this H0 slave and/or check it.
>
> cheers,
> Zoltan
>
> On 11/24/21 9:46 PM, Viraj Jasani wrote:
> > This does seem to be happening intermittently. For one of the recent
> > builds, 4/5 runs failed with the same reason and only 1/5 was able to
> > proceed further.
> >
> > https://ci-hadoop.apache.org/job/hadoop-multibranch/job/PR-3711/
> >
> >
> > On Wed, 24 Nov 2021 at 11:28 PM, Ayush Saxena 
> wrote:
> >
> >> This was happening with this PR only, others seems to work.
> >>
> >> I was trying to fix, by then you merged it and the build got disabled.
> >>
> >> Took me 10 mins to realise that the PR got merged, that is why the build
> >> got disabled and it is not me who broke it in experimenting. :-)
> >>
> >> I will try to fix it next time….
> >>
> >>
> >> On 24-Nov-2021, at 10:36 PM, Steve Loughran  >
> >> wrote:
> >>>
> >>> 
> >>
> https://ci-hadoop.apache.org/blue/organizations/jenkins/hadoop-multibranch/detail/PR-3633/9/pipeline
> >>>
> >>> Check out from version control
> >>> <1s
> >>> /home/jenkins/jenkins-home/workspace/hadoop-multibranch_PR-3633:
> >> Read-only
> >>> file system
> >>>
> >>> #!/usr/bin/env bash # See HADOOP-13951 chmod -R u+rxw "${WORKSPACE}"
> >>> — Shell Script
> >>> <1s
> >>> Required context class hudson.FilePath is missing
> >>>
> >>> Perhaps you forgot to surround the code with a step that provides this,
> >>> such as: node
> >>>
> >>> anyone know how to fix this?
> >>
> >> -
> >> To unsubscribe, e-mail: common-dev-unsubscr...@hadoop.apache.org
> >> For additional commands, e-mail: common-dev-h...@hadoop.apache.org
> >>
> >>
> >
>
> -
> To unsubscribe, e-mail: common-dev-unsubscr...@hadoop.apache.org
> For additional commands, e-mail: common-dev-h...@hadoop.apache.org
>
>


Re: yetus isn't working

2021-11-24 Thread Zoltan Haindrich

hey.

the post error is a consequence of the first one - so that doesn't matter;

I've clicked on a few runs and this seems to be specific the H0 slave - which 
might be misbehaving...

other clue seems to be that other executors are experiencing some load; but on 
that node nothing happens - most likely because it errors-out.

https://ci-hadoop.apache.org/computer/H0/load-statistics
https://ci-hadoop.apache.org/computer/H13/load-statistics

I would suggest to disable this H0 slave and/or check it.

cheers,
Zoltan

On 11/24/21 9:46 PM, Viraj Jasani wrote:

This does seem to be happening intermittently. For one of the recent
builds, 4/5 runs failed with the same reason and only 1/5 was able to
proceed further.

https://ci-hadoop.apache.org/job/hadoop-multibranch/job/PR-3711/


On Wed, 24 Nov 2021 at 11:28 PM, Ayush Saxena  wrote:


This was happening with this PR only, others seems to work.

I was trying to fix, by then you merged it and the build got disabled.

Took me 10 mins to realise that the PR got merged, that is why the build
got disabled and it is not me who broke it in experimenting. :-)

I will try to fix it next time….


On 24-Nov-2021, at 10:36 PM, Steve Loughran 
wrote:




https://ci-hadoop.apache.org/blue/organizations/jenkins/hadoop-multibranch/detail/PR-3633/9/pipeline


Check out from version control
<1s
/home/jenkins/jenkins-home/workspace/hadoop-multibranch_PR-3633:

Read-only

file system

#!/usr/bin/env bash # See HADOOP-13951 chmod -R u+rxw "${WORKSPACE}"
— Shell Script
<1s
Required context class hudson.FilePath is missing

Perhaps you forgot to surround the code with a step that provides this,
such as: node

anyone know how to fix this?


-
To unsubscribe, e-mail: common-dev-unsubscr...@hadoop.apache.org
For additional commands, e-mail: common-dev-h...@hadoop.apache.org






-
To unsubscribe, e-mail: common-dev-unsubscr...@hadoop.apache.org
For additional commands, e-mail: common-dev-h...@hadoop.apache.org



Re: yetus isn't working

2021-11-24 Thread Viraj Jasani
This does seem to be happening intermittently. For one of the recent
builds, 4/5 runs failed with the same reason and only 1/5 was able to
proceed further.

https://ci-hadoop.apache.org/job/hadoop-multibranch/job/PR-3711/


On Wed, 24 Nov 2021 at 11:28 PM, Ayush Saxena  wrote:

> This was happening with this PR only, others seems to work.
>
> I was trying to fix, by then you merged it and the build got disabled.
>
> Took me 10 mins to realise that the PR got merged, that is why the build
> got disabled and it is not me who broke it in experimenting. :-)
>
> I will try to fix it next time….
>
>
> On 24-Nov-2021, at 10:36 PM, Steve Loughran 
> wrote:
> >
> > 
> https://ci-hadoop.apache.org/blue/organizations/jenkins/hadoop-multibranch/detail/PR-3633/9/pipeline
> >
> > Check out from version control
> > <1s
> > /home/jenkins/jenkins-home/workspace/hadoop-multibranch_PR-3633:
> Read-only
> > file system
> >
> > #!/usr/bin/env bash # See HADOOP-13951 chmod -R u+rxw "${WORKSPACE}"
> > — Shell Script
> > <1s
> > Required context class hudson.FilePath is missing
> >
> > Perhaps you forgot to surround the code with a step that provides this,
> > such as: node
> >
> > anyone know how to fix this?
>
> -
> To unsubscribe, e-mail: common-dev-unsubscr...@hadoop.apache.org
> For additional commands, e-mail: common-dev-h...@hadoop.apache.org
>
>


Re: yetus isn't working

2021-11-24 Thread Ayush Saxena
This was happening with this PR only, others seems to work.

I was trying to fix, by then you merged it and the build got disabled.

Took me 10 mins to realise that the PR got merged, that is why the build got 
disabled and it is not me who broke it in experimenting. :-)

I will try to fix it next time….


On 24-Nov-2021, at 10:36 PM, Steve Loughran  wrote:
> 
> https://ci-hadoop.apache.org/blue/organizations/jenkins/hadoop-multibranch/detail/PR-3633/9/pipeline
> 
> Check out from version control
> <1s
> /home/jenkins/jenkins-home/workspace/hadoop-multibranch_PR-3633: Read-only
> file system
> 
> #!/usr/bin/env bash # See HADOOP-13951 chmod -R u+rxw "${WORKSPACE}"
> — Shell Script
> <1s
> Required context class hudson.FilePath is missing
> 
> Perhaps you forgot to surround the code with a step that provides this,
> such as: node
> 
> anyone know how to fix this?

-
To unsubscribe, e-mail: common-dev-unsubscr...@hadoop.apache.org
For additional commands, e-mail: common-dev-h...@hadoop.apache.org